We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac2e163 + 9484703 commit 079a906Copy full SHA for 079a906
jupiterone/constants.py
@@ -185,6 +185,23 @@
185
}
186
"""
187
188
+GET_ENTITY_RAW_DATA = """
189
+ query GetEntityRawData ($entityId: String!, $source: String!,
190
+ ) {
191
+ entityRawDataLegacy(entityId: $entityId, , source: $source) {
192
+ entityId
193
+ payload {
194
+
195
+ ... on RawDataJSONEntityLegacy {
196
+ contentType
197
+ name
198
+ data
199
+ }
200
201
202
203
+"""
204
205
CREATE_SMARTCLASS = """
206
mutation CreateSmartClass($input: CreateSmartClassInput!) {
207
createSmartClass(input: $input) {
0 commit comments