Skip to content

Commit

Permalink
Merge pull request #33 from JupiterOne/KNO-483
Browse files Browse the repository at this point in the history
Update constants.py
  • Loading branch information
SeaBlooms authored Oct 23, 2024
2 parents ac2e163 + 9484703 commit 079a906
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions jupiterone/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,23 @@
}
"""

GET_ENTITY_RAW_DATA = """
query GetEntityRawData ($entityId: String!, $source: String!,
) {
entityRawDataLegacy(entityId: $entityId, , source: $source) {
entityId
payload {
... on RawDataJSONEntityLegacy {
contentType
name
data
}
}
}
}
"""

CREATE_SMARTCLASS = """
mutation CreateSmartClass($input: CreateSmartClassInput!) {
createSmartClass(input: $input) {
Expand Down

0 comments on commit 079a906

Please sign in to comment.