|
11 | 11 | "kind": "OBJECT", |
12 | 12 | "name": "__Directive", |
13 | 13 | "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.", |
| 14 | + "specifiedByURL": null, |
14 | 15 | "fields": [ |
15 | 16 | { |
16 | 17 | "name": "name", |
|
55 | 56 | "name": null, |
56 | 57 | "ofType": { |
57 | 58 | "kind": "ENUM", |
58 | | - "name": "__DirectiveLocation" |
| 59 | + "name": "__DirectiveLocation", |
| 60 | + "ofType": null |
59 | 61 | } |
60 | 62 | } |
61 | 63 | } |
|
95 | 97 | "name": null, |
96 | 98 | "ofType": { |
97 | 99 | "kind": "OBJECT", |
98 | | - "name": "__InputValue" |
| 100 | + "name": "__InputValue", |
| 101 | + "ofType": null |
99 | 102 | } |
100 | 103 | } |
101 | 104 | } |
|
177 | 180 | "kind": "ENUM", |
178 | 181 | "name": "__DirectiveLocation", |
179 | 182 | "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", |
| 183 | + "specifiedByURL": null, |
180 | 184 | "fields": null, |
181 | 185 | "inputFields": null, |
182 | 186 | "interfaces": null, |
|
302 | 306 | "kind": "OBJECT", |
303 | 307 | "name": "__EnumValue", |
304 | 308 | "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.", |
| 309 | + "specifiedByURL": null, |
305 | 310 | "fields": [ |
306 | 311 | { |
307 | 312 | "name": "name", |
|
369 | 374 | "kind": "OBJECT", |
370 | 375 | "name": "__Field", |
371 | 376 | "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.", |
| 377 | + "specifiedByURL": null, |
372 | 378 | "fields": [ |
373 | 379 | { |
374 | 380 | "name": "name", |
|
430 | 436 | "name": null, |
431 | 437 | "ofType": { |
432 | 438 | "kind": "OBJECT", |
433 | | - "name": "__InputValue" |
| 439 | + "name": "__InputValue", |
| 440 | + "ofType": null |
434 | 441 | } |
435 | 442 | } |
436 | 443 | } |
|
492 | 499 | "kind": "OBJECT", |
493 | 500 | "name": "__InputValue", |
494 | 501 | "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.", |
| 502 | + "specifiedByURL": null, |
495 | 503 | "fields": [ |
496 | 504 | { |
497 | 505 | "name": "name", |
|
587 | 595 | "kind": "OBJECT", |
588 | 596 | "name": "__Schema", |
589 | 597 | "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.", |
| 598 | + "specifiedByURL": null, |
590 | 599 | "fields": [ |
591 | 600 | { |
592 | 601 | "name": "description", |
|
615 | 624 | "name": null, |
616 | 625 | "ofType": { |
617 | 626 | "kind": "OBJECT", |
618 | | - "name": "__Type" |
| 627 | + "name": "__Type", |
| 628 | + "ofType": null |
619 | 629 | } |
620 | 630 | } |
621 | 631 | } |
|
678 | 688 | "name": null, |
679 | 689 | "ofType": { |
680 | 690 | "kind": "OBJECT", |
681 | | - "name": "__Directive" |
| 691 | + "name": "__Directive", |
| 692 | + "ofType": null |
682 | 693 | } |
683 | 694 | } |
684 | 695 | } |
|
696 | 707 | "kind": "OBJECT", |
697 | 708 | "name": "__Type", |
698 | 709 | "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.", |
| 710 | + "specifiedByURL": null, |
699 | 711 | "fields": [ |
700 | 712 | { |
701 | 713 | "name": "kind", |
|
934 | 946 | "kind": "ENUM", |
935 | 947 | "name": "__TypeKind", |
936 | 948 | "description": "An enum describing what kind of type a given `__Type` is.", |
| 949 | + "specifiedByURL": null, |
937 | 950 | "fields": null, |
938 | 951 | "inputFields": null, |
939 | 952 | "interfaces": null, |
|
993 | 1006 | "kind": "OBJECT", |
994 | 1007 | "name": "Bar", |
995 | 1008 | "description": null, |
| 1009 | + "specifiedByURL": null, |
996 | 1010 | "fields": [ |
997 | 1011 | { |
998 | 1012 | "name": "a", |
|
1029 | 1043 | "kind": "SCALAR", |
1030 | 1044 | "name": "String", |
1031 | 1045 | "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.", |
| 1046 | + "specifiedByURL": null, |
1032 | 1047 | "fields": null, |
1033 | 1048 | "inputFields": null, |
1034 | 1049 | "interfaces": null, |
|
1039 | 1054 | "kind": "SCALAR", |
1040 | 1055 | "name": "Boolean", |
1041 | 1056 | "description": "The `Boolean` scalar type represents `true` or `false`.", |
| 1057 | + "specifiedByURL": null, |
1042 | 1058 | "fields": null, |
1043 | 1059 | "inputFields": null, |
1044 | 1060 | "interfaces": null, |
|
1049 | 1065 | "kind": "INPUT_OBJECT", |
1050 | 1066 | "name": "Baz", |
1051 | 1067 | "description": null, |
| 1068 | + "specifiedByURL": null, |
1052 | 1069 | "fields": null, |
1053 | 1070 | "inputFields": [ |
1054 | 1071 | { |
|
1073 | 1090 | { |
1074 | 1091 | "name": "skip", |
1075 | 1092 | "description": "Directs the executor to skip this field or fragment when the `if` argument is true.", |
| 1093 | + "isRepeatable": false, |
1076 | 1094 | "args": [ |
1077 | 1095 | { |
1078 | 1096 | "name": "if", |
|
1091 | 1109 | "deprecationReason": null |
1092 | 1110 | } |
1093 | 1111 | ], |
| 1112 | + "locations": [ |
| 1113 | + "FIELD", |
| 1114 | + "FRAGMENT_SPREAD", |
| 1115 | + "INLINE_FRAGMENT" |
| 1116 | + ], |
1094 | 1117 | "onOperation": false, |
1095 | 1118 | "onFragment": true, |
1096 | 1119 | "onField": true |
1097 | 1120 | }, |
1098 | 1121 | { |
1099 | 1122 | "name": "include", |
1100 | 1123 | "description": "Directs the executor to include this field or fragment only when the `if` argument is true.", |
| 1124 | + "isRepeatable": false, |
1101 | 1125 | "args": [ |
1102 | 1126 | { |
1103 | 1127 | "name": "if", |
|
1116 | 1140 | "deprecationReason": null |
1117 | 1141 | } |
1118 | 1142 | ], |
| 1143 | + "locations": [ |
| 1144 | + "FIELD", |
| 1145 | + "FRAGMENT_SPREAD", |
| 1146 | + "INLINE_FRAGMENT" |
| 1147 | + ], |
1119 | 1148 | "onOperation": false, |
1120 | 1149 | "onFragment": true, |
1121 | 1150 | "onField": true |
1122 | 1151 | }, |
1123 | 1152 | { |
1124 | 1153 | "name": "deprecated", |
1125 | 1154 | "description": "The @deprecated directive is used within the type system definition language to indicate deprecated portions of a GraphQL service’s schema,such as deprecated fields on a type or deprecated enum values.", |
| 1155 | + "isRepeatable": false, |
1126 | 1156 | "args": [ |
1127 | 1157 | { |
1128 | 1158 | "name": "reason", |
|
1137 | 1167 | "deprecationReason": null |
1138 | 1168 | } |
1139 | 1169 | ], |
| 1170 | + "locations": [ |
| 1171 | + "FIELD_DEFINITION", |
| 1172 | + "ARGUMENT_DEFINITION", |
| 1173 | + "ENUM_VALUE", |
| 1174 | + "INPUT_FIELD_DEFINITION" |
| 1175 | + ], |
1140 | 1176 | "onOperation": false, |
1141 | 1177 | "onFragment": false, |
1142 | 1178 | "onField": false |
|
0 commit comments