github.com/dgraph-io/dgraph@v1.2.8/graphql/schema/testdata/introspection/output/full_query.json (about)

     1  {
     2      "__schema": {
     3          "queryType": {
     4              "name": "TestType"
     5          },
     6          "mutationType": null,
     7          "subscriptionType": null,
     8          "types": [
     9              {
    10                  "kind": "SCALAR",
    11                  "name": "Float",
    12                  "fields": [],
    13                  "inputFields": [],
    14                  "interfaces": [],
    15                  "enumValues": [],
    16                  "possibleTypes": []
    17              },
    18              {
    19                  "kind": "OBJECT",
    20                  "name": "TestType",
    21                  "fields": [
    22                      {
    23                          "name": "testField",
    24                          "args": [],
    25                          "type": {
    26                              "kind": "SCALAR",
    27                              "name": "String",
    28                              "ofType": null
    29                          },
    30                          "isDeprecated": false,
    31                          "deprecationReason": null
    32                      }
    33                  ],
    34                  "inputFields": [],
    35                  "interfaces": [],
    36                  "enumValues": [],
    37                  "possibleTypes": []
    38              },
    39              {
    40                  "kind": "SCALAR",
    41                  "name": "ID",
    42                  "fields": [],
    43                  "inputFields": [],
    44                  "interfaces": [],
    45                  "enumValues": [],
    46                  "possibleTypes": []
    47              },
    48              {
    49                  "kind": "SCALAR",
    50                  "name": "String",
    51                  "fields": [],
    52                  "inputFields": [],
    53                  "interfaces": [],
    54                  "enumValues": [],
    55                  "possibleTypes": []
    56              },
    57              {
    58                  "kind": "SCALAR",
    59                  "name": "Boolean",
    60                  "fields": [],
    61                  "inputFields": [],
    62                  "interfaces": [],
    63                  "enumValues": [],
    64                  "possibleTypes": []
    65              },
    66              {
    67                  "kind": "SCALAR",
    68                  "name": "Int",
    69                  "fields": [],
    70                  "inputFields": [],
    71                  "interfaces": [],
    72                  "enumValues": [],
    73                  "possibleTypes": []
    74              }
    75          ],
    76          "directives": [
    77              {
    78                  "name": "include",
    79                  "locations": [
    80                      "FIELD",
    81                      "FRAGMENT_SPREAD",
    82                      "INLINE_FRAGMENT"
    83                  ],
    84                  "args": [
    85                      {
    86                          "name": "if",
    87                          "type": {
    88                              "kind": "NON_NULL",
    89                              "name": null,
    90                              "ofType": {
    91                                  "kind": "SCALAR",
    92                                  "name": "Boolean",
    93                                  "ofType": null
    94                              }
    95                          },
    96                          "defaultValue": null
    97                      }
    98                  ]
    99              },
   100              {
   101                  "name": "skip",
   102                  "locations": [
   103                      "FIELD",
   104                      "FRAGMENT_SPREAD",
   105                      "INLINE_FRAGMENT"
   106                  ],
   107                  "args": [
   108                      {
   109                          "name": "if",
   110                          "type": {
   111                              "kind": "NON_NULL",
   112                              "name": null,
   113                              "ofType": {
   114                                  "kind": "SCALAR",
   115                                  "name": "Boolean",
   116                                  "ofType": null
   117                              }
   118                          },
   119                          "defaultValue": null
   120                      }
   121                  ]
   122              },
   123              {
   124                  "name": "deprecated",
   125                  "locations": [
   126                      "FIELD_DEFINITION",
   127                      "ENUM_VALUE"
   128                  ],
   129                  "args": [
   130                      {
   131                          "name": "reason",
   132                          "type": {
   133                              "kind": "SCALAR",
   134                              "name": "String",
   135                              "ofType": null
   136                          },
   137                          "defaultValue": "\"No longer supported\""
   138                      }
   139                  ]
   140              }
   141          ]
   142      }
   143  }