Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.76 KB | None | 0 0
  1. {
  2.   "kind": "Document",
  3.   "definitions": [
  4.     {
  5.       "kind": "ObjectTypeDefinition",
  6.       "name": {
  7.         "kind": "Name",
  8.         "value": "Query"
  9.       },
  10.       "interfaces": [],
  11.       "directives": [],
  12.       "fields": [
  13.         {
  14.           "kind": "FieldDefinition",
  15.           "name": {
  16.             "kind": "Name",
  17.             "value": "ping"
  18.           },
  19.           "arguments": [],
  20.           "type": {
  21.             "kind": "NonNullType",
  22.             "type": {
  23.               "kind": "NamedType",
  24.               "name": {
  25.                 "kind": "Name",
  26.                 "value": "String"
  27.               }
  28.             }
  29.           },
  30.           "directives": []
  31.         }
  32.       ]
  33.     }
  34.   ],
  35.   "loc": {
  36.     "start": 0,
  37.     "end": 31
  38.   }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement