Advertisement
Wolverine_X-Man

Schema.json

Jan 23rd, 2022
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 50.13 KB | None | 0 0
  1. {
  2.   "__schema": {
  3.     "queryType": {
  4.       "name": "Query"
  5.     },
  6.     "mutationType": null,
  7.     "subscriptionType": null,
  8.     "types": [
  9.       {
  10.         "kind": "OBJECT",
  11.         "name": "Query",
  12.         "description": "",
  13.         "fields": [
  14.           {
  15.             "name": "continents",
  16.             "description": "",
  17.             "args": [
  18.               {
  19.                 "name": "filter",
  20.                 "description": "",
  21.                 "type": {
  22.                   "kind": "INPUT_OBJECT",
  23.                   "name": "ContinentFilterInput",
  24.                   "ofType": null
  25.                 },
  26.                 "defaultValue": null
  27.               }
  28.             ],
  29.             "type": {
  30.               "kind": "NON_NULL",
  31.               "name": null,
  32.               "ofType": {
  33.                 "kind": "LIST",
  34.                 "name": null,
  35.                 "ofType": {
  36.                   "kind": "NON_NULL",
  37.                   "name": null,
  38.                   "ofType": {
  39.                     "kind": "OBJECT",
  40.                     "name": "Continent",
  41.                     "ofType": null
  42.                   }
  43.                 }
  44.               }
  45.             },
  46.             "isDeprecated": false,
  47.             "deprecationReason": null
  48.           },
  49.           {
  50.             "name": "continent",
  51.             "description": "",
  52.             "args": [
  53.               {
  54.                 "name": "code",
  55.                 "description": "",
  56.                 "type": {
  57.                   "kind": "NON_NULL",
  58.                   "name": null,
  59.                   "ofType": {
  60.                     "kind": "SCALAR",
  61.                     "name": "ID",
  62.                     "ofType": null
  63.                   }
  64.                 },
  65.                 "defaultValue": null
  66.               }
  67.             ],
  68.             "type": {
  69.               "kind": "OBJECT",
  70.               "name": "Continent",
  71.               "ofType": null
  72.             },
  73.             "isDeprecated": false,
  74.             "deprecationReason": null
  75.           },
  76.           {
  77.             "name": "countries",
  78.             "description": "",
  79.             "args": [
  80.               {
  81.                 "name": "filter",
  82.                 "description": "",
  83.                 "type": {
  84.                   "kind": "INPUT_OBJECT",
  85.                   "name": "CountryFilterInput",
  86.                   "ofType": null
  87.                 },
  88.                 "defaultValue": null
  89.               }
  90.             ],
  91.             "type": {
  92.               "kind": "NON_NULL",
  93.               "name": null,
  94.               "ofType": {
  95.                 "kind": "LIST",
  96.                 "name": null,
  97.                 "ofType": {
  98.                   "kind": "NON_NULL",
  99.                   "name": null,
  100.                   "ofType": {
  101.                     "kind": "OBJECT",
  102.                     "name": "Country",
  103.                     "ofType": null
  104.                   }
  105.                 }
  106.               }
  107.             },
  108.             "isDeprecated": false,
  109.             "deprecationReason": null
  110.           },
  111.           {
  112.             "name": "country",
  113.             "description": "",
  114.             "args": [
  115.               {
  116.                 "name": "code",
  117.                 "description": "",
  118.                 "type": {
  119.                   "kind": "NON_NULL",
  120.                   "name": null,
  121.                   "ofType": {
  122.                     "kind": "SCALAR",
  123.                     "name": "ID",
  124.                     "ofType": null
  125.                   }
  126.                 },
  127.                 "defaultValue": null
  128.               }
  129.             ],
  130.             "type": {
  131.               "kind": "OBJECT",
  132.               "name": "Country",
  133.               "ofType": null
  134.             },
  135.             "isDeprecated": false,
  136.             "deprecationReason": null
  137.           },
  138.           {
  139.             "name": "languages",
  140.             "description": "",
  141.             "args": [
  142.               {
  143.                 "name": "filter",
  144.                 "description": "",
  145.                 "type": {
  146.                   "kind": "INPUT_OBJECT",
  147.                   "name": "LanguageFilterInput",
  148.                   "ofType": null
  149.                 },
  150.                 "defaultValue": null
  151.               }
  152.             ],
  153.             "type": {
  154.               "kind": "NON_NULL",
  155.               "name": null,
  156.               "ofType": {
  157.                 "kind": "LIST",
  158.                 "name": null,
  159.                 "ofType": {
  160.                   "kind": "NON_NULL",
  161.                   "name": null,
  162.                   "ofType": {
  163.                     "kind": "OBJECT",
  164.                     "name": "Language",
  165.                     "ofType": null
  166.                   }
  167.                 }
  168.               }
  169.             },
  170.             "isDeprecated": false,
  171.             "deprecationReason": null
  172.           },
  173.           {
  174.             "name": "language",
  175.             "description": "",
  176.             "args": [
  177.               {
  178.                 "name": "code",
  179.                 "description": "",
  180.                 "type": {
  181.                   "kind": "NON_NULL",
  182.                   "name": null,
  183.                   "ofType": {
  184.                     "kind": "SCALAR",
  185.                     "name": "ID",
  186.                     "ofType": null
  187.                   }
  188.                 },
  189.                 "defaultValue": null
  190.               }
  191.             ],
  192.             "type": {
  193.               "kind": "OBJECT",
  194.               "name": "Language",
  195.               "ofType": null
  196.             },
  197.             "isDeprecated": false,
  198.             "deprecationReason": null
  199.           }
  200.         ],
  201.         "inputFields": null,
  202.         "interfaces": [],
  203.         "enumValues": null,
  204.         "possibleTypes": null
  205.       },
  206.       {
  207.         "kind": "INPUT_OBJECT",
  208.         "name": "ContinentFilterInput",
  209.         "description": "",
  210.         "fields": null,
  211.         "inputFields": [
  212.           {
  213.             "name": "code",
  214.             "description": "",
  215.             "type": {
  216.               "kind": "INPUT_OBJECT",
  217.               "name": "StringQueryOperatorInput",
  218.               "ofType": null
  219.             },
  220.             "defaultValue": null
  221.           }
  222.         ],
  223.         "interfaces": null,
  224.         "enumValues": null,
  225.         "possibleTypes": null
  226.       },
  227.       {
  228.         "kind": "INPUT_OBJECT",
  229.         "name": "StringQueryOperatorInput",
  230.         "description": "",
  231.         "fields": null,
  232.         "inputFields": [
  233.           {
  234.             "name": "eq",
  235.             "description": "",
  236.             "type": {
  237.               "kind": "SCALAR",
  238.               "name": "String",
  239.               "ofType": null
  240.             },
  241.             "defaultValue": null
  242.           },
  243.           {
  244.             "name": "ne",
  245.             "description": "",
  246.             "type": {
  247.               "kind": "SCALAR",
  248.               "name": "String",
  249.               "ofType": null
  250.             },
  251.             "defaultValue": null
  252.           },
  253.           {
  254.             "name": "in",
  255.             "description": "",
  256.             "type": {
  257.               "kind": "LIST",
  258.               "name": null,
  259.               "ofType": {
  260.                 "kind": "SCALAR",
  261.                 "name": "String",
  262.                 "ofType": null
  263.               }
  264.             },
  265.             "defaultValue": null
  266.           },
  267.           {
  268.             "name": "nin",
  269.             "description": "",
  270.             "type": {
  271.               "kind": "LIST",
  272.               "name": null,
  273.               "ofType": {
  274.                 "kind": "SCALAR",
  275.                 "name": "String",
  276.                 "ofType": null
  277.               }
  278.             },
  279.             "defaultValue": null
  280.           },
  281.           {
  282.             "name": "regex",
  283.             "description": "",
  284.             "type": {
  285.               "kind": "SCALAR",
  286.               "name": "String",
  287.               "ofType": null
  288.             },
  289.             "defaultValue": null
  290.           },
  291.           {
  292.             "name": "glob",
  293.             "description": "",
  294.             "type": {
  295.               "kind": "SCALAR",
  296.               "name": "String",
  297.               "ofType": null
  298.             },
  299.             "defaultValue": null
  300.           }
  301.         ],
  302.         "interfaces": null,
  303.         "enumValues": null,
  304.         "possibleTypes": null
  305.       },
  306.       {
  307.         "kind": "SCALAR",
  308.         "name": "String",
  309.         "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
  310.         "fields": null,
  311.         "inputFields": null,
  312.         "interfaces": null,
  313.         "enumValues": null,
  314.         "possibleTypes": null
  315.       },
  316.       {
  317.         "kind": "OBJECT",
  318.         "name": "Continent",
  319.         "description": "",
  320.         "fields": [
  321.           {
  322.             "name": "code",
  323.             "description": "",
  324.             "args": [],
  325.             "type": {
  326.               "kind": "NON_NULL",
  327.               "name": null,
  328.               "ofType": {
  329.                 "kind": "SCALAR",
  330.                 "name": "ID",
  331.                 "ofType": null
  332.               }
  333.             },
  334.             "isDeprecated": false,
  335.             "deprecationReason": null
  336.           },
  337.           {
  338.             "name": "name",
  339.             "description": "",
  340.             "args": [],
  341.             "type": {
  342.               "kind": "NON_NULL",
  343.               "name": null,
  344.               "ofType": {
  345.                 "kind": "SCALAR",
  346.                 "name": "String",
  347.                 "ofType": null
  348.               }
  349.             },
  350.             "isDeprecated": false,
  351.             "deprecationReason": null
  352.           },
  353.           {
  354.             "name": "countries",
  355.             "description": "",
  356.             "args": [],
  357.             "type": {
  358.               "kind": "NON_NULL",
  359.               "name": null,
  360.               "ofType": {
  361.                 "kind": "LIST",
  362.                 "name": null,
  363.                 "ofType": {
  364.                   "kind": "NON_NULL",
  365.                   "name": null,
  366.                   "ofType": {
  367.                     "kind": "OBJECT",
  368.                     "name": "Country",
  369.                     "ofType": null
  370.                   }
  371.                 }
  372.               }
  373.             },
  374.             "isDeprecated": false,
  375.             "deprecationReason": null
  376.           }
  377.         ],
  378.         "inputFields": null,
  379.         "interfaces": [],
  380.         "enumValues": null,
  381.         "possibleTypes": null
  382.       },
  383.       {
  384.         "kind": "SCALAR",
  385.         "name": "ID",
  386.         "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
  387.         "fields": null,
  388.         "inputFields": null,
  389.         "interfaces": null,
  390.         "enumValues": null,
  391.         "possibleTypes": null
  392.       },
  393.       {
  394.         "kind": "OBJECT",
  395.         "name": "Country",
  396.         "description": "",
  397.         "fields": [
  398.           {
  399.             "name": "code",
  400.             "description": "",
  401.             "args": [],
  402.             "type": {
  403.               "kind": "NON_NULL",
  404.               "name": null,
  405.               "ofType": {
  406.                 "kind": "SCALAR",
  407.                 "name": "ID",
  408.                 "ofType": null
  409.               }
  410.             },
  411.             "isDeprecated": false,
  412.             "deprecationReason": null
  413.           },
  414.           {
  415.             "name": "name",
  416.             "description": "",
  417.             "args": [],
  418.             "type": {
  419.               "kind": "NON_NULL",
  420.               "name": null,
  421.               "ofType": {
  422.                 "kind": "SCALAR",
  423.                 "name": "String",
  424.                 "ofType": null
  425.               }
  426.             },
  427.             "isDeprecated": false,
  428.             "deprecationReason": null
  429.           },
  430.           {
  431.             "name": "native",
  432.             "description": "",
  433.             "args": [],
  434.             "type": {
  435.               "kind": "NON_NULL",
  436.               "name": null,
  437.               "ofType": {
  438.                 "kind": "SCALAR",
  439.                 "name": "String",
  440.                 "ofType": null
  441.               }
  442.             },
  443.             "isDeprecated": false,
  444.             "deprecationReason": null
  445.           },
  446.           {
  447.             "name": "phone",
  448.             "description": "",
  449.             "args": [],
  450.             "type": {
  451.               "kind": "NON_NULL",
  452.               "name": null,
  453.               "ofType": {
  454.                 "kind": "SCALAR",
  455.                 "name": "String",
  456.                 "ofType": null
  457.               }
  458.             },
  459.             "isDeprecated": false,
  460.             "deprecationReason": null
  461.           },
  462.           {
  463.             "name": "continent",
  464.             "description": "",
  465.             "args": [],
  466.             "type": {
  467.               "kind": "NON_NULL",
  468.               "name": null,
  469.               "ofType": {
  470.                 "kind": "OBJECT",
  471.                 "name": "Continent",
  472.                 "ofType": null
  473.               }
  474.             },
  475.             "isDeprecated": false,
  476.             "deprecationReason": null
  477.           },
  478.           {
  479.             "name": "capital",
  480.             "description": "",
  481.             "args": [],
  482.             "type": {
  483.               "kind": "SCALAR",
  484.               "name": "String",
  485.               "ofType": null
  486.             },
  487.             "isDeprecated": false,
  488.             "deprecationReason": null
  489.           },
  490.           {
  491.             "name": "currency",
  492.             "description": "",
  493.             "args": [],
  494.             "type": {
  495.               "kind": "SCALAR",
  496.               "name": "String",
  497.               "ofType": null
  498.             },
  499.             "isDeprecated": false,
  500.             "deprecationReason": null
  501.           },
  502.           {
  503.             "name": "languages",
  504.             "description": "",
  505.             "args": [],
  506.             "type": {
  507.               "kind": "NON_NULL",
  508.               "name": null,
  509.               "ofType": {
  510.                 "kind": "LIST",
  511.                 "name": null,
  512.                 "ofType": {
  513.                   "kind": "NON_NULL",
  514.                   "name": null,
  515.                   "ofType": {
  516.                     "kind": "OBJECT",
  517.                     "name": "Language",
  518.                     "ofType": null
  519.                   }
  520.                 }
  521.               }
  522.             },
  523.             "isDeprecated": false,
  524.             "deprecationReason": null
  525.           },
  526.           {
  527.             "name": "emoji",
  528.             "description": "",
  529.             "args": [],
  530.             "type": {
  531.               "kind": "NON_NULL",
  532.               "name": null,
  533.               "ofType": {
  534.                 "kind": "SCALAR",
  535.                 "name": "String",
  536.                 "ofType": null
  537.               }
  538.             },
  539.             "isDeprecated": false,
  540.             "deprecationReason": null
  541.           },
  542.           {
  543.             "name": "emojiU",
  544.             "description": "",
  545.             "args": [],
  546.             "type": {
  547.               "kind": "NON_NULL",
  548.               "name": null,
  549.               "ofType": {
  550.                 "kind": "SCALAR",
  551.                 "name": "String",
  552.                 "ofType": null
  553.               }
  554.             },
  555.             "isDeprecated": false,
  556.             "deprecationReason": null
  557.           },
  558.           {
  559.             "name": "states",
  560.             "description": "",
  561.             "args": [],
  562.             "type": {
  563.               "kind": "NON_NULL",
  564.               "name": null,
  565.               "ofType": {
  566.                 "kind": "LIST",
  567.                 "name": null,
  568.                 "ofType": {
  569.                   "kind": "NON_NULL",
  570.                   "name": null,
  571.                   "ofType": {
  572.                     "kind": "OBJECT",
  573.                     "name": "State",
  574.                     "ofType": null
  575.                   }
  576.                 }
  577.               }
  578.             },
  579.             "isDeprecated": false,
  580.             "deprecationReason": null
  581.           }
  582.         ],
  583.         "inputFields": null,
  584.         "interfaces": [],
  585.         "enumValues": null,
  586.         "possibleTypes": null
  587.       },
  588.       {
  589.         "kind": "OBJECT",
  590.         "name": "Language",
  591.         "description": "",
  592.         "fields": [
  593.           {
  594.             "name": "code",
  595.             "description": "",
  596.             "args": [],
  597.             "type": {
  598.               "kind": "NON_NULL",
  599.               "name": null,
  600.               "ofType": {
  601.                 "kind": "SCALAR",
  602.                 "name": "ID",
  603.                 "ofType": null
  604.               }
  605.             },
  606.             "isDeprecated": false,
  607.             "deprecationReason": null
  608.           },
  609.           {
  610.             "name": "name",
  611.             "description": "",
  612.             "args": [],
  613.             "type": {
  614.               "kind": "SCALAR",
  615.               "name": "String",
  616.               "ofType": null
  617.             },
  618.             "isDeprecated": false,
  619.             "deprecationReason": null
  620.           },
  621.           {
  622.             "name": "native",
  623.             "description": "",
  624.             "args": [],
  625.             "type": {
  626.               "kind": "SCALAR",
  627.               "name": "String",
  628.               "ofType": null
  629.             },
  630.             "isDeprecated": false,
  631.             "deprecationReason": null
  632.           },
  633.           {
  634.             "name": "rtl",
  635.             "description": "",
  636.             "args": [],
  637.             "type": {
  638.               "kind": "NON_NULL",
  639.               "name": null,
  640.               "ofType": {
  641.                 "kind": "SCALAR",
  642.                 "name": "Boolean",
  643.                 "ofType": null
  644.               }
  645.             },
  646.             "isDeprecated": false,
  647.             "deprecationReason": null
  648.           }
  649.         ],
  650.         "inputFields": null,
  651.         "interfaces": [],
  652.         "enumValues": null,
  653.         "possibleTypes": null
  654.       },
  655.       {
  656.         "kind": "SCALAR",
  657.         "name": "Boolean",
  658.         "description": "The `Boolean` scalar type represents `true` or `false`.",
  659.         "fields": null,
  660.         "inputFields": null,
  661.         "interfaces": null,
  662.         "enumValues": null,
  663.         "possibleTypes": null
  664.       },
  665.       {
  666.         "kind": "OBJECT",
  667.         "name": "State",
  668.         "description": "",
  669.         "fields": [
  670.           {
  671.             "name": "code",
  672.             "description": "",
  673.             "args": [],
  674.             "type": {
  675.               "kind": "SCALAR",
  676.               "name": "String",
  677.               "ofType": null
  678.             },
  679.             "isDeprecated": false,
  680.             "deprecationReason": null
  681.           },
  682.           {
  683.             "name": "name",
  684.             "description": "",
  685.             "args": [],
  686.             "type": {
  687.               "kind": "NON_NULL",
  688.               "name": null,
  689.               "ofType": {
  690.                 "kind": "SCALAR",
  691.                 "name": "String",
  692.                 "ofType": null
  693.               }
  694.             },
  695.             "isDeprecated": false,
  696.             "deprecationReason": null
  697.           },
  698.           {
  699.             "name": "country",
  700.             "description": "",
  701.             "args": [],
  702.             "type": {
  703.               "kind": "NON_NULL",
  704.               "name": null,
  705.               "ofType": {
  706.                 "kind": "OBJECT",
  707.                 "name": "Country",
  708.                 "ofType": null
  709.               }
  710.             },
  711.             "isDeprecated": false,
  712.             "deprecationReason": null
  713.           }
  714.         ],
  715.         "inputFields": null,
  716.         "interfaces": [],
  717.         "enumValues": null,
  718.         "possibleTypes": null
  719.       },
  720.       {
  721.         "kind": "INPUT_OBJECT",
  722.         "name": "CountryFilterInput",
  723.         "description": "",
  724.         "fields": null,
  725.         "inputFields": [
  726.           {
  727.             "name": "code",
  728.             "description": "",
  729.             "type": {
  730.               "kind": "INPUT_OBJECT",
  731.               "name": "StringQueryOperatorInput",
  732.               "ofType": null
  733.             },
  734.             "defaultValue": null
  735.           },
  736.           {
  737.             "name": "currency",
  738.             "description": "",
  739.             "type": {
  740.               "kind": "INPUT_OBJECT",
  741.               "name": "StringQueryOperatorInput",
  742.               "ofType": null
  743.             },
  744.             "defaultValue": null
  745.           },
  746.           {
  747.             "name": "continent",
  748.             "description": "",
  749.             "type": {
  750.               "kind": "INPUT_OBJECT",
  751.               "name": "StringQueryOperatorInput",
  752.               "ofType": null
  753.             },
  754.             "defaultValue": null
  755.           }
  756.         ],
  757.         "interfaces": null,
  758.         "enumValues": null,
  759.         "possibleTypes": null
  760.       },
  761.       {
  762.         "kind": "INPUT_OBJECT",
  763.         "name": "LanguageFilterInput",
  764.         "description": "",
  765.         "fields": null,
  766.         "inputFields": [
  767.           {
  768.             "name": "code",
  769.             "description": "",
  770.             "type": {
  771.               "kind": "INPUT_OBJECT",
  772.               "name": "StringQueryOperatorInput",
  773.               "ofType": null
  774.             },
  775.             "defaultValue": null
  776.           }
  777.         ],
  778.         "interfaces": null,
  779.         "enumValues": null,
  780.         "possibleTypes": null
  781.       },
  782.       {
  783.         "kind": "OBJECT",
  784.         "name": "__Schema",
  785.         "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
  786.         "fields": [
  787.           {
  788.             "name": "types",
  789.             "description": "A list of all types supported by this server.",
  790.             "args": [],
  791.             "type": {
  792.               "kind": "NON_NULL",
  793.               "name": null,
  794.               "ofType": {
  795.                 "kind": "LIST",
  796.                 "name": null,
  797.                 "ofType": {
  798.                   "kind": "NON_NULL",
  799.                   "name": null,
  800.                   "ofType": {
  801.                     "kind": "OBJECT",
  802.                     "name": "__Type",
  803.                     "ofType": null
  804.                   }
  805.                 }
  806.               }
  807.             },
  808.             "isDeprecated": false,
  809.             "deprecationReason": null
  810.           },
  811.           {
  812.             "name": "queryType",
  813.             "description": "The type that query operations will be rooted at.",
  814.             "args": [],
  815.             "type": {
  816.               "kind": "NON_NULL",
  817.               "name": null,
  818.               "ofType": {
  819.                 "kind": "OBJECT",
  820.                 "name": "__Type",
  821.                 "ofType": null
  822.               }
  823.             },
  824.             "isDeprecated": false,
  825.             "deprecationReason": null
  826.           },
  827.           {
  828.             "name": "mutationType",
  829.             "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
  830.             "args": [],
  831.             "type": {
  832.               "kind": "OBJECT",
  833.               "name": "__Type",
  834.               "ofType": null
  835.             },
  836.             "isDeprecated": false,
  837.             "deprecationReason": null
  838.           },
  839.           {
  840.             "name": "subscriptionType",
  841.             "description": "If this server support subscription, the type that subscription operations will be rooted at.",
  842.             "args": [],
  843.             "type": {
  844.               "kind": "OBJECT",
  845.               "name": "__Type",
  846.               "ofType": null
  847.             },
  848.             "isDeprecated": false,
  849.             "deprecationReason": null
  850.           },
  851.           {
  852.             "name": "directives",
  853.             "description": "A list of all directives supported by this server.",
  854.             "args": [],
  855.             "type": {
  856.               "kind": "NON_NULL",
  857.               "name": null,
  858.               "ofType": {
  859.                 "kind": "LIST",
  860.                 "name": null,
  861.                 "ofType": {
  862.                   "kind": "NON_NULL",
  863.                   "name": null,
  864.                   "ofType": {
  865.                     "kind": "OBJECT",
  866.                     "name": "__Directive",
  867.                     "ofType": null
  868.                   }
  869.                 }
  870.               }
  871.             },
  872.             "isDeprecated": false,
  873.             "deprecationReason": null
  874.           }
  875.         ],
  876.         "inputFields": null,
  877.         "interfaces": [],
  878.         "enumValues": null,
  879.         "possibleTypes": null
  880.       },
  881.       {
  882.         "kind": "OBJECT",
  883.         "name": "__Type",
  884.         "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
  885.         "fields": [
  886.           {
  887.             "name": "kind",
  888.             "description": null,
  889.             "args": [],
  890.             "type": {
  891.               "kind": "NON_NULL",
  892.               "name": null,
  893.               "ofType": {
  894.                 "kind": "ENUM",
  895.                 "name": "__TypeKind",
  896.                 "ofType": null
  897.               }
  898.             },
  899.             "isDeprecated": false,
  900.             "deprecationReason": null
  901.           },
  902.           {
  903.             "name": "name",
  904.             "description": null,
  905.             "args": [],
  906.             "type": {
  907.               "kind": "SCALAR",
  908.               "name": "String",
  909.               "ofType": null
  910.             },
  911.             "isDeprecated": false,
  912.             "deprecationReason": null
  913.           },
  914.           {
  915.             "name": "description",
  916.             "description": null,
  917.             "args": [],
  918.             "type": {
  919.               "kind": "SCALAR",
  920.               "name": "String",
  921.               "ofType": null
  922.             },
  923.             "isDeprecated": false,
  924.             "deprecationReason": null
  925.           },
  926.           {
  927.             "name": "fields",
  928.             "description": null,
  929.             "args": [
  930.               {
  931.                 "name": "includeDeprecated",
  932.                 "description": null,
  933.                 "type": {
  934.                   "kind": "SCALAR",
  935.                   "name": "Boolean",
  936.                   "ofType": null
  937.                 },
  938.                 "defaultValue": "false"
  939.               }
  940.             ],
  941.             "type": {
  942.               "kind": "LIST",
  943.               "name": null,
  944.               "ofType": {
  945.                 "kind": "NON_NULL",
  946.                 "name": null,
  947.                 "ofType": {
  948.                   "kind": "OBJECT",
  949.                   "name": "__Field",
  950.                   "ofType": null
  951.                 }
  952.               }
  953.             },
  954.             "isDeprecated": false,
  955.             "deprecationReason": null
  956.           },
  957.           {
  958.             "name": "interfaces",
  959.             "description": null,
  960.             "args": [],
  961.             "type": {
  962.               "kind": "LIST",
  963.               "name": null,
  964.               "ofType": {
  965.                 "kind": "NON_NULL",
  966.                 "name": null,
  967.                 "ofType": {
  968.                   "kind": "OBJECT",
  969.                   "name": "__Type",
  970.                   "ofType": null
  971.                 }
  972.               }
  973.             },
  974.             "isDeprecated": false,
  975.             "deprecationReason": null
  976.           },
  977.           {
  978.             "name": "possibleTypes",
  979.             "description": null,
  980.             "args": [],
  981.             "type": {
  982.               "kind": "LIST",
  983.               "name": null,
  984.               "ofType": {
  985.                 "kind": "NON_NULL",
  986.                 "name": null,
  987.                 "ofType": {
  988.                   "kind": "OBJECT",
  989.                   "name": "__Type",
  990.                   "ofType": null
  991.                 }
  992.               }
  993.             },
  994.             "isDeprecated": false,
  995.             "deprecationReason": null
  996.           },
  997.           {
  998.             "name": "enumValues",
  999.             "description": null,
  1000.             "args": [
  1001.               {
  1002.                 "name": "includeDeprecated",
  1003.                 "description": null,
  1004.                 "type": {
  1005.                   "kind": "SCALAR",
  1006.                   "name": "Boolean",
  1007.                   "ofType": null
  1008.                 },
  1009.                 "defaultValue": "false"
  1010.               }
  1011.             ],
  1012.             "type": {
  1013.               "kind": "LIST",
  1014.               "name": null,
  1015.               "ofType": {
  1016.                 "kind": "NON_NULL",
  1017.                 "name": null,
  1018.                 "ofType": {
  1019.                   "kind": "OBJECT",
  1020.                   "name": "__EnumValue",
  1021.                   "ofType": null
  1022.                 }
  1023.               }
  1024.             },
  1025.             "isDeprecated": false,
  1026.             "deprecationReason": null
  1027.           },
  1028.           {
  1029.             "name": "inputFields",
  1030.             "description": null,
  1031.             "args": [],
  1032.             "type": {
  1033.               "kind": "LIST",
  1034.               "name": null,
  1035.               "ofType": {
  1036.                 "kind": "NON_NULL",
  1037.                 "name": null,
  1038.                 "ofType": {
  1039.                   "kind": "OBJECT",
  1040.                   "name": "__InputValue",
  1041.                   "ofType": null
  1042.                 }
  1043.               }
  1044.             },
  1045.             "isDeprecated": false,
  1046.             "deprecationReason": null
  1047.           },
  1048.           {
  1049.             "name": "ofType",
  1050.             "description": null,
  1051.             "args": [],
  1052.             "type": {
  1053.               "kind": "OBJECT",
  1054.               "name": "__Type",
  1055.               "ofType": null
  1056.             },
  1057.             "isDeprecated": false,
  1058.             "deprecationReason": null
  1059.           }
  1060.         ],
  1061.         "inputFields": null,
  1062.         "interfaces": [],
  1063.         "enumValues": null,
  1064.         "possibleTypes": null
  1065.       },
  1066.       {
  1067.         "kind": "ENUM",
  1068.         "name": "__TypeKind",
  1069.         "description": "An enum describing what kind of type a given `__Type` is.",
  1070.         "fields": null,
  1071.         "inputFields": null,
  1072.         "interfaces": null,
  1073.         "enumValues": [
  1074.           {
  1075.             "name": "SCALAR",
  1076.             "description": "Indicates this type is a scalar.",
  1077.             "isDeprecated": false,
  1078.             "deprecationReason": null
  1079.           },
  1080.           {
  1081.             "name": "OBJECT",
  1082.             "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
  1083.             "isDeprecated": false,
  1084.             "deprecationReason": null
  1085.           },
  1086.           {
  1087.             "name": "INTERFACE",
  1088.             "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.",
  1089.             "isDeprecated": false,
  1090.             "deprecationReason": null
  1091.           },
  1092.           {
  1093.             "name": "UNION",
  1094.             "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
  1095.             "isDeprecated": false,
  1096.             "deprecationReason": null
  1097.           },
  1098.           {
  1099.             "name": "ENUM",
  1100.             "description": "Indicates this type is an enum. `enumValues` is a valid field.",
  1101.             "isDeprecated": false,
  1102.             "deprecationReason": null
  1103.           },
  1104.           {
  1105.             "name": "INPUT_OBJECT",
  1106.             "description": "Indicates this type is an input object. `inputFields` is a valid field.",
  1107.             "isDeprecated": false,
  1108.             "deprecationReason": null
  1109.           },
  1110.           {
  1111.             "name": "LIST",
  1112.             "description": "Indicates this type is a list. `ofType` is a valid field.",
  1113.             "isDeprecated": false,
  1114.             "deprecationReason": null
  1115.           },
  1116.           {
  1117.             "name": "NON_NULL",
  1118.             "description": "Indicates this type is a non-null. `ofType` is a valid field.",
  1119.             "isDeprecated": false,
  1120.             "deprecationReason": null
  1121.           }
  1122.         ],
  1123.         "possibleTypes": null
  1124.       },
  1125.       {
  1126.         "kind": "OBJECT",
  1127.         "name": "__Field",
  1128.         "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
  1129.         "fields": [
  1130.           {
  1131.             "name": "name",
  1132.             "description": null,
  1133.             "args": [],
  1134.             "type": {
  1135.               "kind": "NON_NULL",
  1136.               "name": null,
  1137.               "ofType": {
  1138.                 "kind": "SCALAR",
  1139.                 "name": "String",
  1140.                 "ofType": null
  1141.               }
  1142.             },
  1143.             "isDeprecated": false,
  1144.             "deprecationReason": null
  1145.           },
  1146.           {
  1147.             "name": "description",
  1148.             "description": null,
  1149.             "args": [],
  1150.             "type": {
  1151.               "kind": "SCALAR",
  1152.               "name": "String",
  1153.               "ofType": null
  1154.             },
  1155.             "isDeprecated": false,
  1156.             "deprecationReason": null
  1157.           },
  1158.           {
  1159.             "name": "args",
  1160.             "description": null,
  1161.             "args": [],
  1162.             "type": {
  1163.               "kind": "NON_NULL",
  1164.               "name": null,
  1165.               "ofType": {
  1166.                 "kind": "LIST",
  1167.                 "name": null,
  1168.                 "ofType": {
  1169.                   "kind": "NON_NULL",
  1170.                   "name": null,
  1171.                   "ofType": {
  1172.                     "kind": "OBJECT",
  1173.                     "name": "__InputValue",
  1174.                     "ofType": null
  1175.                   }
  1176.                 }
  1177.               }
  1178.             },
  1179.             "isDeprecated": false,
  1180.             "deprecationReason": null
  1181.           },
  1182.           {
  1183.             "name": "type",
  1184.             "description": null,
  1185.             "args": [],
  1186.             "type": {
  1187.               "kind": "NON_NULL",
  1188.               "name": null,
  1189.               "ofType": {
  1190.                 "kind": "OBJECT",
  1191.                 "name": "__Type",
  1192.                 "ofType": null
  1193.               }
  1194.             },
  1195.             "isDeprecated": false,
  1196.             "deprecationReason": null
  1197.           },
  1198.           {
  1199.             "name": "isDeprecated",
  1200.             "description": null,
  1201.             "args": [],
  1202.             "type": {
  1203.               "kind": "NON_NULL",
  1204.               "name": null,
  1205.               "ofType": {
  1206.                 "kind": "SCALAR",
  1207.                 "name": "Boolean",
  1208.                 "ofType": null
  1209.               }
  1210.             },
  1211.             "isDeprecated": false,
  1212.             "deprecationReason": null
  1213.           },
  1214.           {
  1215.             "name": "deprecationReason",
  1216.             "description": null,
  1217.             "args": [],
  1218.             "type": {
  1219.               "kind": "SCALAR",
  1220.               "name": "String",
  1221.               "ofType": null
  1222.             },
  1223.             "isDeprecated": false,
  1224.             "deprecationReason": null
  1225.           }
  1226.         ],
  1227.         "inputFields": null,
  1228.         "interfaces": [],
  1229.         "enumValues": null,
  1230.         "possibleTypes": null
  1231.       },
  1232.       {
  1233.         "kind": "OBJECT",
  1234.         "name": "__InputValue",
  1235.         "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
  1236.         "fields": [
  1237.           {
  1238.             "name": "name",
  1239.             "description": null,
  1240.             "args": [],
  1241.             "type": {
  1242.               "kind": "NON_NULL",
  1243.               "name": null,
  1244.               "ofType": {
  1245.                 "kind": "SCALAR",
  1246.                 "name": "String",
  1247.                 "ofType": null
  1248.               }
  1249.             },
  1250.             "isDeprecated": false,
  1251.             "deprecationReason": null
  1252.           },
  1253.           {
  1254.             "name": "description",
  1255.             "description": null,
  1256.             "args": [],
  1257.             "type": {
  1258.               "kind": "SCALAR",
  1259.               "name": "String",
  1260.               "ofType": null
  1261.             },
  1262.             "isDeprecated": false,
  1263.             "deprecationReason": null
  1264.           },
  1265.           {
  1266.             "name": "type",
  1267.             "description": null,
  1268.             "args": [],
  1269.             "type": {
  1270.               "kind": "NON_NULL",
  1271.               "name": null,
  1272.               "ofType": {
  1273.                 "kind": "OBJECT",
  1274.                 "name": "__Type",
  1275.                 "ofType": null
  1276.               }
  1277.             },
  1278.             "isDeprecated": false,
  1279.             "deprecationReason": null
  1280.           },
  1281.           {
  1282.             "name": "defaultValue",
  1283.             "description": "A GraphQL-formatted string representing the default value for this input value.",
  1284.             "args": [],
  1285.             "type": {
  1286.               "kind": "SCALAR",
  1287.               "name": "String",
  1288.               "ofType": null
  1289.             },
  1290.             "isDeprecated": false,
  1291.             "deprecationReason": null
  1292.           }
  1293.         ],
  1294.         "inputFields": null,
  1295.         "interfaces": [],
  1296.         "enumValues": null,
  1297.         "possibleTypes": null
  1298.       },
  1299.       {
  1300.         "kind": "OBJECT",
  1301.         "name": "__EnumValue",
  1302.         "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
  1303.         "fields": [
  1304.           {
  1305.             "name": "name",
  1306.             "description": null,
  1307.             "args": [],
  1308.             "type": {
  1309.               "kind": "NON_NULL",
  1310.               "name": null,
  1311.               "ofType": {
  1312.                 "kind": "SCALAR",
  1313.                 "name": "String",
  1314.                 "ofType": null
  1315.               }
  1316.             },
  1317.             "isDeprecated": false,
  1318.             "deprecationReason": null
  1319.           },
  1320.           {
  1321.             "name": "description",
  1322.             "description": null,
  1323.             "args": [],
  1324.             "type": {
  1325.               "kind": "SCALAR",
  1326.               "name": "String",
  1327.               "ofType": null
  1328.             },
  1329.             "isDeprecated": false,
  1330.             "deprecationReason": null
  1331.           },
  1332.           {
  1333.             "name": "isDeprecated",
  1334.             "description": null,
  1335.             "args": [],
  1336.             "type": {
  1337.               "kind": "NON_NULL",
  1338.               "name": null,
  1339.               "ofType": {
  1340.                 "kind": "SCALAR",
  1341.                 "name": "Boolean",
  1342.                 "ofType": null
  1343.               }
  1344.             },
  1345.             "isDeprecated": false,
  1346.             "deprecationReason": null
  1347.           },
  1348.           {
  1349.             "name": "deprecationReason",
  1350.             "description": null,
  1351.             "args": [],
  1352.             "type": {
  1353.               "kind": "SCALAR",
  1354.               "name": "String",
  1355.               "ofType": null
  1356.             },
  1357.             "isDeprecated": false,
  1358.             "deprecationReason": null
  1359.           }
  1360.         ],
  1361.         "inputFields": null,
  1362.         "interfaces": [],
  1363.         "enumValues": null,
  1364.         "possibleTypes": null
  1365.       },
  1366.       {
  1367.         "kind": "OBJECT",
  1368.         "name": "__Directive",
  1369.         "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
  1370.         "fields": [
  1371.           {
  1372.             "name": "name",
  1373.             "description": null,
  1374.             "args": [],
  1375.             "type": {
  1376.               "kind": "NON_NULL",
  1377.               "name": null,
  1378.               "ofType": {
  1379.                 "kind": "SCALAR",
  1380.                 "name": "String",
  1381.                 "ofType": null
  1382.               }
  1383.             },
  1384.             "isDeprecated": false,
  1385.             "deprecationReason": null
  1386.           },
  1387.           {
  1388.             "name": "description",
  1389.             "description": null,
  1390.             "args": [],
  1391.             "type": {
  1392.               "kind": "SCALAR",
  1393.               "name": "String",
  1394.               "ofType": null
  1395.             },
  1396.             "isDeprecated": false,
  1397.             "deprecationReason": null
  1398.           },
  1399.           {
  1400.             "name": "locations",
  1401.             "description": null,
  1402.             "args": [],
  1403.             "type": {
  1404.               "kind": "NON_NULL",
  1405.               "name": null,
  1406.               "ofType": {
  1407.                 "kind": "LIST",
  1408.                 "name": null,
  1409.                 "ofType": {
  1410.                   "kind": "NON_NULL",
  1411.                   "name": null,
  1412.                   "ofType": {
  1413.                     "kind": "ENUM",
  1414.                     "name": "__DirectiveLocation",
  1415.                     "ofType": null
  1416.                   }
  1417.                 }
  1418.               }
  1419.             },
  1420.             "isDeprecated": false,
  1421.             "deprecationReason": null
  1422.           },
  1423.           {
  1424.             "name": "args",
  1425.             "description": null,
  1426.             "args": [],
  1427.             "type": {
  1428.               "kind": "NON_NULL",
  1429.               "name": null,
  1430.               "ofType": {
  1431.                 "kind": "LIST",
  1432.                 "name": null,
  1433.                 "ofType": {
  1434.                   "kind": "NON_NULL",
  1435.                   "name": null,
  1436.                   "ofType": {
  1437.                     "kind": "OBJECT",
  1438.                     "name": "__InputValue",
  1439.                     "ofType": null
  1440.                   }
  1441.                 }
  1442.               }
  1443.             },
  1444.             "isDeprecated": false,
  1445.             "deprecationReason": null
  1446.           }
  1447.         ],
  1448.         "inputFields": null,
  1449.         "interfaces": [],
  1450.         "enumValues": null,
  1451.         "possibleTypes": null
  1452.       },
  1453.       {
  1454.         "kind": "ENUM",
  1455.         "name": "__DirectiveLocation",
  1456.         "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
  1457.         "fields": null,
  1458.         "inputFields": null,
  1459.         "interfaces": null,
  1460.         "enumValues": [
  1461.           {
  1462.             "name": "QUERY",
  1463.             "description": "Location adjacent to a query operation.",
  1464.             "isDeprecated": false,
  1465.             "deprecationReason": null
  1466.           },
  1467.           {
  1468.             "name": "MUTATION",
  1469.             "description": "Location adjacent to a mutation operation.",
  1470.             "isDeprecated": false,
  1471.             "deprecationReason": null
  1472.           },
  1473.           {
  1474.             "name": "SUBSCRIPTION",
  1475.             "description": "Location adjacent to a subscription operation.",
  1476.             "isDeprecated": false,
  1477.             "deprecationReason": null
  1478.           },
  1479.           {
  1480.             "name": "FIELD",
  1481.             "description": "Location adjacent to a field.",
  1482.             "isDeprecated": false,
  1483.             "deprecationReason": null
  1484.           },
  1485.           {
  1486.             "name": "FRAGMENT_DEFINITION",
  1487.             "description": "Location adjacent to a fragment definition.",
  1488.             "isDeprecated": false,
  1489.             "deprecationReason": null
  1490.           },
  1491.           {
  1492.             "name": "FRAGMENT_SPREAD",
  1493.             "description": "Location adjacent to a fragment spread.",
  1494.             "isDeprecated": false,
  1495.             "deprecationReason": null
  1496.           },
  1497.           {
  1498.             "name": "INLINE_FRAGMENT",
  1499.             "description": "Location adjacent to an inline fragment.",
  1500.             "isDeprecated": false,
  1501.             "deprecationReason": null
  1502.           },
  1503.           {
  1504.             "name": "VARIABLE_DEFINITION",
  1505.             "description": "Location adjacent to a variable definition.",
  1506.             "isDeprecated": false,
  1507.             "deprecationReason": null
  1508.           },
  1509.           {
  1510.             "name": "SCHEMA",
  1511.             "description": "Location adjacent to a schema definition.",
  1512.             "isDeprecated": false,
  1513.             "deprecationReason": null
  1514.           },
  1515.           {
  1516.             "name": "SCALAR",
  1517.             "description": "Location adjacent to a scalar definition.",
  1518.             "isDeprecated": false,
  1519.             "deprecationReason": null
  1520.           },
  1521.           {
  1522.             "name": "OBJECT",
  1523.             "description": "Location adjacent to an object type definition.",
  1524.             "isDeprecated": false,
  1525.             "deprecationReason": null
  1526.           },
  1527.           {
  1528.             "name": "FIELD_DEFINITION",
  1529.             "description": "Location adjacent to a field definition.",
  1530.             "isDeprecated": false,
  1531.             "deprecationReason": null
  1532.           },
  1533.           {
  1534.             "name": "ARGUMENT_DEFINITION",
  1535.             "description": "Location adjacent to an argument definition.",
  1536.             "isDeprecated": false,
  1537.             "deprecationReason": null
  1538.           },
  1539.           {
  1540.             "name": "INTERFACE",
  1541.             "description": "Location adjacent to an interface definition.",
  1542.             "isDeprecated": false,
  1543.             "deprecationReason": null
  1544.           },
  1545.           {
  1546.             "name": "UNION",
  1547.             "description": "Location adjacent to a union definition.",
  1548.             "isDeprecated": false,
  1549.             "deprecationReason": null
  1550.           },
  1551.           {
  1552.             "name": "ENUM",
  1553.             "description": "Location adjacent to an enum definition.",
  1554.             "isDeprecated": false,
  1555.             "deprecationReason": null
  1556.           },
  1557.           {
  1558.             "name": "ENUM_VALUE",
  1559.             "description": "Location adjacent to an enum value definition.",
  1560.             "isDeprecated": false,
  1561.             "deprecationReason": null
  1562.           },
  1563.           {
  1564.             "name": "INPUT_OBJECT",
  1565.             "description": "Location adjacent to an input object type definition.",
  1566.             "isDeprecated": false,
  1567.             "deprecationReason": null
  1568.           },
  1569.           {
  1570.             "name": "INPUT_FIELD_DEFINITION",
  1571.             "description": "Location adjacent to an input object field definition.",
  1572.             "isDeprecated": false,
  1573.             "deprecationReason": null
  1574.           }
  1575.         ],
  1576.         "possibleTypes": null
  1577.       },
  1578.       {
  1579.         "kind": "ENUM",
  1580.         "name": "CacheControlScope",
  1581.         "description": "",
  1582.         "fields": null,
  1583.         "inputFields": null,
  1584.         "interfaces": null,
  1585.         "enumValues": [
  1586.           {
  1587.             "name": "PUBLIC",
  1588.             "description": "",
  1589.             "isDeprecated": false,
  1590.             "deprecationReason": null
  1591.           },
  1592.           {
  1593.             "name": "PRIVATE",
  1594.             "description": "",
  1595.             "isDeprecated": false,
  1596.             "deprecationReason": null
  1597.           }
  1598.         ],
  1599.         "possibleTypes": null
  1600.       },
  1601.       {
  1602.         "kind": "SCALAR",
  1603.         "name": "Upload",
  1604.         "description": "The `Upload` scalar type represents a file upload.",
  1605.         "fields": null,
  1606.         "inputFields": null,
  1607.         "interfaces": null,
  1608.         "enumValues": null,
  1609.         "possibleTypes": null
  1610.       },
  1611.       {
  1612.         "kind": "SCALAR",
  1613.         "name": "Int",
  1614.         "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
  1615.         "fields": null,
  1616.         "inputFields": null,
  1617.         "interfaces": null,
  1618.         "enumValues": null,
  1619.         "possibleTypes": null
  1620.       }
  1621.     ],
  1622.     "directives": [
  1623.       {
  1624.         "name": "cacheControl",
  1625.         "description": "",
  1626.         "locations": [
  1627.           "FIELD_DEFINITION",
  1628.           "OBJECT",
  1629.           "INTERFACE"
  1630.         ],
  1631.         "args": [
  1632.           {
  1633.             "name": "maxAge",
  1634.             "description": "",
  1635.             "type": {
  1636.               "kind": "SCALAR",
  1637.               "name": "Int",
  1638.               "ofType": null
  1639.             },
  1640.             "defaultValue": null
  1641.           },
  1642.           {
  1643.             "name": "scope",
  1644.             "description": "",
  1645.             "type": {
  1646.               "kind": "ENUM",
  1647.               "name": "CacheControlScope",
  1648.               "ofType": null
  1649.             },
  1650.             "defaultValue": null
  1651.           }
  1652.         ]
  1653.       },
  1654.       {
  1655.         "name": "skip",
  1656.         "description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
  1657.         "locations": [
  1658.           "FIELD",
  1659.           "FRAGMENT_SPREAD",
  1660.           "INLINE_FRAGMENT"
  1661.         ],
  1662.         "args": [
  1663.           {
  1664.             "name": "if",
  1665.             "description": "Skipped when true.",
  1666.             "type": {
  1667.               "kind": "NON_NULL",
  1668.               "name": null,
  1669.               "ofType": {
  1670.                 "kind": "SCALAR",
  1671.                 "name": "Boolean",
  1672.                 "ofType": null
  1673.               }
  1674.             },
  1675.             "defaultValue": null
  1676.           }
  1677.         ]
  1678.       },
  1679.       {
  1680.         "name": "include",
  1681.         "description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
  1682.         "locations": [
  1683.           "FIELD",
  1684.           "FRAGMENT_SPREAD",
  1685.           "INLINE_FRAGMENT"
  1686.         ],
  1687.         "args": [
  1688.           {
  1689.             "name": "if",
  1690.             "description": "Included when true.",
  1691.             "type": {
  1692.               "kind": "NON_NULL",
  1693.               "name": null,
  1694.               "ofType": {
  1695.                 "kind": "SCALAR",
  1696.                 "name": "Boolean",
  1697.                 "ofType": null
  1698.               }
  1699.             },
  1700.             "defaultValue": null
  1701.           }
  1702.         ]
  1703.       },
  1704.       {
  1705.         "name": "deprecated",
  1706.         "description": "Marks an element of a GraphQL schema as no longer supported.",
  1707.         "locations": [
  1708.           "FIELD_DEFINITION",
  1709.           "ENUM_VALUE"
  1710.         ],
  1711.         "args": [
  1712.           {
  1713.             "name": "reason",
  1714.             "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax (as specified by [CommonMark](https://commonmark.org/).",
  1715.             "type": {
  1716.               "kind": "SCALAR",
  1717.               "name": "String",
  1718.               "ofType": null
  1719.             },
  1720.             "defaultValue": "\"No longer supported\""
  1721.           }
  1722.         ]
  1723.       }
  1724.     ]
  1725.   }
  1726. }
  1727.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement