Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "operationName": "addAppLogEntry",
  3.     "variables": {
  4.         "input": {
  5.             "firmwareVersion":"1111",
  6.             "deviceId":"56:4C:41:CF:98:74",
  7.             "osVersion":"13.3.1",
  8.             "softwareVersion":"1.3.7(1)",
  9.             "logString":"2020-03-30 09:37:52 +0000 This is a test log!"
  10.         }
  11.     },
  12.     "query": "mutation addAppLogEntry($input:AppLogEntryMutationInput!) {
  13.         addAppLogEntry(input:$input){clientMutationId}
  14.     }"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement