|
|
@@ -0,0 +1,4824 @@
|
|
|
+{
|
|
|
+ "__schema": {
|
|
|
+ "queryType": {
|
|
|
+ "name": "Query"
|
|
|
+ },
|
|
|
+ "mutationType": {
|
|
|
+ "name": "Mutation"
|
|
|
+ },
|
|
|
+ "subscriptionType": null,
|
|
|
+ "types": [
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Query",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "network",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Network",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "administrators",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Administrator",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "administrator",
|
|
|
+ "description": "",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Administrator",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "customers",
|
|
|
+ "description": "",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "take",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Int",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "skip",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Int",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "CustomerList",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "customer",
|
|
|
+ "description": "",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Customer",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "productOptionGroups",
|
|
|
+ "description": "",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOptionGroup",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "productOptionGroup",
|
|
|
+ "description": "",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOptionGroup",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "products",
|
|
|
+ "description": "",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "take",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Int",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "skip",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Int",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductList",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "product",
|
|
|
+ "description": "",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Product",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Network",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "inFlightRequests",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Int",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Int",
|
|
|
+ "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. ",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Administrator",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "firstName",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lastName",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "emailAddress",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "user",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "User",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [
|
|
|
+ {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "Node",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "Node",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": [
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Administrator",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "User",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Customer",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Address",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOptionGroup",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOption",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Product",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductVariant",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "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.",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "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.",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "User",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "identifier",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "passwordHash",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "roles",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lastLogin",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "createdAt",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "updatedAt",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [
|
|
|
+ {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "Node",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "CustomerList",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "items",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Customer",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "totalItems",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Int",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [
|
|
|
+ {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "PaginatedList",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "PaginatedList",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "items",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "Node",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "totalItems",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Int",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": [
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "CustomerList",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductList",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Customer",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "firstName",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lastName",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phoneNumber",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "emailAddress",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "addresses",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Address",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "user",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "User",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [
|
|
|
+ {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "Node",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Address",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "fullName",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "company",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "streetLine1",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "streetLine2",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "city",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "province",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "postalCode",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "country",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phoneNumber",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "defaultShippingAddress",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "defaultBillingAddress",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [
|
|
|
+ {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "Node",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "description": "The `Boolean` scalar type represents `true` or `false`.",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "description": "ISO 639-1 language code",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": [
|
|
|
+ {
|
|
|
+ "name": "aa",
|
|
|
+ "description": "Afar",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ab",
|
|
|
+ "description": "Abkhazian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "af",
|
|
|
+ "description": "Afrikaans",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ak",
|
|
|
+ "description": "Akan",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sq",
|
|
|
+ "description": "Albanian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "am",
|
|
|
+ "description": "Amharic",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ar",
|
|
|
+ "description": "Arabic",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "an",
|
|
|
+ "description": "Aragonese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "hy",
|
|
|
+ "description": "Armenian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "as",
|
|
|
+ "description": "Assamese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "av",
|
|
|
+ "description": "Avaric",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ae",
|
|
|
+ "description": "Avestan",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ay",
|
|
|
+ "description": "Aymara",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "az",
|
|
|
+ "description": "Azerbaijani",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ba",
|
|
|
+ "description": "Bashkir",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bm",
|
|
|
+ "description": "Bambara",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "eu",
|
|
|
+ "description": "Basque",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "be",
|
|
|
+ "description": "Belarusian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bn",
|
|
|
+ "description": "Bengali",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bh",
|
|
|
+ "description": "Bihari languages",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bi",
|
|
|
+ "description": "Bislama",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bs",
|
|
|
+ "description": "Bosnian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "br",
|
|
|
+ "description": "Breton",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bg",
|
|
|
+ "description": "Bulgarian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "my",
|
|
|
+ "description": "Burmese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ca",
|
|
|
+ "description": "Catalan; Valencian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ch",
|
|
|
+ "description": "Chamorro",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ce",
|
|
|
+ "description": "Chechen",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zh",
|
|
|
+ "description": "Chinese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "cu",
|
|
|
+ "description": "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "cv",
|
|
|
+ "description": "Chuvash",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kw",
|
|
|
+ "description": "Cornish",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "co",
|
|
|
+ "description": "Corsican",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "cr",
|
|
|
+ "description": "Cree",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "cs",
|
|
|
+ "description": "Czech",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "da",
|
|
|
+ "description": "Danish",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "dv",
|
|
|
+ "description": "Divehi; Dhivehi; Maldivian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "nl",
|
|
|
+ "description": "Dutch; Flemish",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "dz",
|
|
|
+ "description": "Dzongkha",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "en",
|
|
|
+ "description": "English",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "eo",
|
|
|
+ "description": "Esperanto",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "et",
|
|
|
+ "description": "Estonian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ee",
|
|
|
+ "description": "Ewe",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "fo",
|
|
|
+ "description": "Faroese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "fj",
|
|
|
+ "description": "Fijian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "fi",
|
|
|
+ "description": "Finnish",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "fr",
|
|
|
+ "description": "French",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "fy",
|
|
|
+ "description": "Western Frisian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ff",
|
|
|
+ "description": "Fulah",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ka",
|
|
|
+ "description": "Georgian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "de",
|
|
|
+ "description": "German",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "gd",
|
|
|
+ "description": "Gaelic; Scottish Gaelic",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ga",
|
|
|
+ "description": "Irish",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "gl",
|
|
|
+ "description": "Galician",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "gv",
|
|
|
+ "description": "Manx",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "el",
|
|
|
+ "description": "Greek, Modern (1453-)",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "gn",
|
|
|
+ "description": "Guarani",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "gu",
|
|
|
+ "description": "Gujarati",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ht",
|
|
|
+ "description": "Haitian; Haitian Creole",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ha",
|
|
|
+ "description": "Hausa",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "he",
|
|
|
+ "description": "Hebrew",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "hz",
|
|
|
+ "description": "Herero",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "hi",
|
|
|
+ "description": "Hindi",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ho",
|
|
|
+ "description": "Hiri Motu",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "hr",
|
|
|
+ "description": "Croatian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "hu",
|
|
|
+ "description": "Hungarian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ig",
|
|
|
+ "description": "Igbo",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "is",
|
|
|
+ "description": "Icelandic",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "io",
|
|
|
+ "description": "Ido",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ii",
|
|
|
+ "description": "Sichuan Yi; Nuosu",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "iu",
|
|
|
+ "description": "Inuktitut",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ie",
|
|
|
+ "description": "Interlingue; Occidental",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ia",
|
|
|
+ "description": "Interlingua (International Auxiliary Language Association)",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "Indonesian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ik",
|
|
|
+ "description": "Inupiaq",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "it",
|
|
|
+ "description": "Italian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "jv",
|
|
|
+ "description": "Javanese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ja",
|
|
|
+ "description": "Japanese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kl",
|
|
|
+ "description": "Kalaallisut; Greenlandic",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kn",
|
|
|
+ "description": "Kannada",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ks",
|
|
|
+ "description": "Kashmiri",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kr",
|
|
|
+ "description": "Kanuri",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kk",
|
|
|
+ "description": "Kazakh",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "km",
|
|
|
+ "description": "Central Khmer",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ki",
|
|
|
+ "description": "Kikuyu; Gikuyu",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "rw",
|
|
|
+ "description": "Kinyarwanda",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ky",
|
|
|
+ "description": "Kirghiz; Kyrgyz",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kv",
|
|
|
+ "description": "Komi",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kg",
|
|
|
+ "description": "Kongo",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ko",
|
|
|
+ "description": "Korean",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kj",
|
|
|
+ "description": "Kuanyama; Kwanyama",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ku",
|
|
|
+ "description": "Kurdish",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lo",
|
|
|
+ "description": "Lao",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "la",
|
|
|
+ "description": "Latin",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lv",
|
|
|
+ "description": "Latvian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "li",
|
|
|
+ "description": "Limburgan; Limburger; Limburgish",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ln",
|
|
|
+ "description": "Lingala",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lt",
|
|
|
+ "description": "Lithuanian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lb",
|
|
|
+ "description": "Luxembourgish; Letzeburgesch",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lu",
|
|
|
+ "description": "Luba-Katanga",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lg",
|
|
|
+ "description": "Ganda",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mk",
|
|
|
+ "description": "Macedonian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mh",
|
|
|
+ "description": "Marshallese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ml",
|
|
|
+ "description": "Malayalam",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mi",
|
|
|
+ "description": "Maori",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mr",
|
|
|
+ "description": "Marathi",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ms",
|
|
|
+ "description": "Malay",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mg",
|
|
|
+ "description": "Malagasy",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mt",
|
|
|
+ "description": "Maltese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mn",
|
|
|
+ "description": "Mongolian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "na",
|
|
|
+ "description": "Nauru",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "nv",
|
|
|
+ "description": "Navajo; Navaho",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "nr",
|
|
|
+ "description": "Ndebele, South; South Ndebele",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "nd",
|
|
|
+ "description": "Ndebele, North; North Ndebele",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ng",
|
|
|
+ "description": "Ndonga",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ne",
|
|
|
+ "description": "Nepali",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "nn",
|
|
|
+ "description": "Norwegian Nynorsk; Nynorsk, Norwegian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "nb",
|
|
|
+ "description": "Bokmål, Norwegian; Norwegian Bokmål",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "no",
|
|
|
+ "description": "Norwegian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ny",
|
|
|
+ "description": "Chichewa; Chewa; Nyanja",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "oc",
|
|
|
+ "description": "Occitan (post 1500); Provençal",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "oj",
|
|
|
+ "description": "Ojibwa",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "or",
|
|
|
+ "description": "Oriya",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "om",
|
|
|
+ "description": "Oromo",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "os",
|
|
|
+ "description": "Ossetian; Ossetic",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pa",
|
|
|
+ "description": "Panjabi; Punjabi",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "fa",
|
|
|
+ "description": "Persian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pi",
|
|
|
+ "description": "Pali",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pl",
|
|
|
+ "description": "Polish",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pt",
|
|
|
+ "description": "Portuguese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ps",
|
|
|
+ "description": "Pushto; Pashto",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "qu",
|
|
|
+ "description": "Quechua",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "rm",
|
|
|
+ "description": "Romansh",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ro",
|
|
|
+ "description": "Romanian; Moldavian; Moldovan",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "rn",
|
|
|
+ "description": "Rundi",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ru",
|
|
|
+ "description": "Russian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sg",
|
|
|
+ "description": "Sango",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sa",
|
|
|
+ "description": "Sanskrit",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "si",
|
|
|
+ "description": "Sinhala; Sinhalese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sk",
|
|
|
+ "description": "Slovak",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sl",
|
|
|
+ "description": "Slovenian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "se",
|
|
|
+ "description": "Northern Sami",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sm",
|
|
|
+ "description": "Samoan",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sn",
|
|
|
+ "description": "Shona",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sd",
|
|
|
+ "description": "Sindhi",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "so",
|
|
|
+ "description": "Somali",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "st",
|
|
|
+ "description": "Sotho, Southern",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "es",
|
|
|
+ "description": "Spanish; Castilian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sc",
|
|
|
+ "description": "Sardinian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sr",
|
|
|
+ "description": "Serbian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ss",
|
|
|
+ "description": "Swati",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "su",
|
|
|
+ "description": "Sundanese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sw",
|
|
|
+ "description": "Swahili",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sv",
|
|
|
+ "description": "Swedish",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ty",
|
|
|
+ "description": "Tahitian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ta",
|
|
|
+ "description": "Tamil",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "tt",
|
|
|
+ "description": "Tatar",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "te",
|
|
|
+ "description": "Telugu",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "tg",
|
|
|
+ "description": "Tajik",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "tl",
|
|
|
+ "description": "Tagalog",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "th",
|
|
|
+ "description": "Thai",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bo",
|
|
|
+ "description": "Tibetan",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ti",
|
|
|
+ "description": "Tigrinya",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "to",
|
|
|
+ "description": "Tonga (Tonga Islands)",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "tn",
|
|
|
+ "description": "Tswana",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ts",
|
|
|
+ "description": "Tsonga",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "tk",
|
|
|
+ "description": "Turkmen",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "tr",
|
|
|
+ "description": "Turkish",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "tw",
|
|
|
+ "description": "Twi",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ug",
|
|
|
+ "description": "Uighur; Uyghur",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "uk",
|
|
|
+ "description": "Ukrainian",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ur",
|
|
|
+ "description": "Urdu",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "uz",
|
|
|
+ "description": "Uzbek",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ve",
|
|
|
+ "description": "Venda",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "vi",
|
|
|
+ "description": "Vietnamese",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "vo",
|
|
|
+ "description": "Volapük",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "cy",
|
|
|
+ "description": "Welsh",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "wa",
|
|
|
+ "description": "Walloon",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "wo",
|
|
|
+ "description": "Wolof",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "xh",
|
|
|
+ "description": "Xhosa",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yi",
|
|
|
+ "description": "Yiddish",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yo",
|
|
|
+ "description": "Yoruba",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "za",
|
|
|
+ "description": "Zhuang; Chuang",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zu",
|
|
|
+ "description": "Zulu",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOptionGroup",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "code",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "options",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOption",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "translations",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOptionGroupTranslation",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [
|
|
|
+ {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "Node",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOption",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "code",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "translations",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOptionTranslation",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [
|
|
|
+ {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "Node",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOptionTranslation",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOptionGroupTranslation",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductList",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "items",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Product",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "totalItems",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Int",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [
|
|
|
+ {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "PaginatedList",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Product",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "slug",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "description",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "image",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "variants",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductVariant",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "optionGroups",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOptionGroup",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "translations",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductTranslation",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [
|
|
|
+ {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "Node",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductVariant",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sku",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "image",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "price",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Int",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "options",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOption",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "translations",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductVariantTranslation",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [
|
|
|
+ {
|
|
|
+ "kind": "INTERFACE",
|
|
|
+ "name": "Node",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductVariantTranslation",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductTranslation",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "slug",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "description",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Mutation",
|
|
|
+ "description": "",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "requestStarted",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Network",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "requestCompleted",
|
|
|
+ "description": "",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Network",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "createAdministrator",
|
|
|
+ "description": "Create a new Administrator",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "input",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateAdministratorInput",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Administrator",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "createCustomer",
|
|
|
+ "description": "Create a new Customer. If a password is provided, a new User will also be created an linked to the Customer.",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "input",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateCustomerInput",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "password",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Customer",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "createCustomerAddress",
|
|
|
+ "description": "Create a new Address and associate it with the Customer specified by customerId",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "customerId",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "input",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateAddressInput",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Address",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "createProductOptionGroup",
|
|
|
+ "description": "Create a new ProductOptionGroup",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "input",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateProductOptionGroupInput",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOptionGroup",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "updateProductOptionGroup",
|
|
|
+ "description": "Update an existing ProductOptionGroup",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "input",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "UpdateProductOptionGroupInput",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "ProductOptionGroup",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "createProduct",
|
|
|
+ "description": "Create a new Product",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "input",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateProductInput",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Product",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "updateProduct",
|
|
|
+ "description": "Update an existing Product",
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "input",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "UpdateProductInput",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "Product",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateAdministratorInput",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "firstName",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lastName",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "emailAddress",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "password",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateCustomerInput",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "firstName",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lastName",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phoneNumber",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "emailAddress",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateAddressInput",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "fullName",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "company",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "streetLine1",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "streetLine2",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "city",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "province",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "postalCode",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "country",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phoneNumber",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "defaultShippingAddress",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "defaultBillingAddress",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateProductOptionGroupInput",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "code",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "translations",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "ProductOptionGroupTranslationInput",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "options",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateProductOptionInput",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "ProductOptionGroupTranslationInput",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateProductOptionInput",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "code",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "translations",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "ProductOptionGroupTranslationInput",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "UpdateProductOptionGroupInput",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "code",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "translations",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "ProductOptionGroupTranslationInput",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateProductInput",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "image",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "translations",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "ProductTranslationInput",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "variants",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateProductVariantInput",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "optionGroupCodes",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "ProductTranslationInput",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "slug",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "description",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateProductVariantInput",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "translations",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateProductVariantTranslation",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sku",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "image",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "price",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Int",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "optionCodes",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "CreateProductVariantTranslation",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "UpdateProductInput",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "image",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "translations",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "ProductTranslationInput",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "optionGroupCodes",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Schema",
|
|
|
+ "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.",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "types",
|
|
|
+ "description": "A list of all types supported by this server.",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Type",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "queryType",
|
|
|
+ "description": "The type that query operations will be rooted at.",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Type",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mutationType",
|
|
|
+ "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Type",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "subscriptionType",
|
|
|
+ "description": "If this server support subscription, the type that subscription operations will be rooted at.",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Type",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "directives",
|
|
|
+ "description": "A list of all directives supported by this server.",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Directive",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Type",
|
|
|
+ "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.",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "kind",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "__TypeKind",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "description",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "fields",
|
|
|
+ "description": null,
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "includeDeprecated",
|
|
|
+ "description": null,
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": "false"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Field",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "interfaces",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Type",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "possibleTypes",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Type",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "enumValues",
|
|
|
+ "description": null,
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "includeDeprecated",
|
|
|
+ "description": null,
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": "false"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__EnumValue",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "inputFields",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__InputValue",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ofType",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Type",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "__TypeKind",
|
|
|
+ "description": "An enum describing what kind of type a given `__Type` is.",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": [
|
|
|
+ {
|
|
|
+ "name": "SCALAR",
|
|
|
+ "description": "Indicates this type is a scalar.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "OBJECT",
|
|
|
+ "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "INTERFACE",
|
|
|
+ "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "UNION",
|
|
|
+ "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ENUM",
|
|
|
+ "description": "Indicates this type is an enum. `enumValues` is a valid field.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "INPUT_OBJECT",
|
|
|
+ "description": "Indicates this type is an input object. `inputFields` is a valid field.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "LIST",
|
|
|
+ "description": "Indicates this type is a list. `ofType` is a valid field.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "NON_NULL",
|
|
|
+ "description": "Indicates this type is a non-null. `ofType` is a valid field.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Field",
|
|
|
+ "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.",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "description",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "args",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__InputValue",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "type",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Type",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "isDeprecated",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "deprecationReason",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__InputValue",
|
|
|
+ "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.",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "description",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "type",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Type",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "defaultValue",
|
|
|
+ "description": "A GraphQL-formatted string representing the default value for this input value.",
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__EnumValue",
|
|
|
+ "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.",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "description",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "isDeprecated",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "deprecationReason",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__Directive",
|
|
|
+ "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.",
|
|
|
+ "fields": [
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "description",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "locations",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "__DirectiveLocation",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "args",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "LIST",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "OBJECT",
|
|
|
+ "name": "__InputValue",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "onOperation",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": true,
|
|
|
+ "deprecationReason": "Use `locations`."
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "onFragment",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": true,
|
|
|
+ "deprecationReason": "Use `locations`."
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "onField",
|
|
|
+ "description": null,
|
|
|
+ "args": [],
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "isDeprecated": true,
|
|
|
+ "deprecationReason": "Use `locations`."
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": [],
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "__DirectiveLocation",
|
|
|
+ "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": null,
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": [
|
|
|
+ {
|
|
|
+ "name": "QUERY",
|
|
|
+ "description": "Location adjacent to a query operation.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "MUTATION",
|
|
|
+ "description": "Location adjacent to a mutation operation.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "SUBSCRIPTION",
|
|
|
+ "description": "Location adjacent to a subscription operation.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "FIELD",
|
|
|
+ "description": "Location adjacent to a field.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "FRAGMENT_DEFINITION",
|
|
|
+ "description": "Location adjacent to a fragment definition.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "FRAGMENT_SPREAD",
|
|
|
+ "description": "Location adjacent to a fragment spread.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "INLINE_FRAGMENT",
|
|
|
+ "description": "Location adjacent to an inline fragment.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "SCHEMA",
|
|
|
+ "description": "Location adjacent to a schema definition.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "SCALAR",
|
|
|
+ "description": "Location adjacent to a scalar definition.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "OBJECT",
|
|
|
+ "description": "Location adjacent to an object type definition.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "FIELD_DEFINITION",
|
|
|
+ "description": "Location adjacent to a field definition.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ARGUMENT_DEFINITION",
|
|
|
+ "description": "Location adjacent to an argument definition.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "INTERFACE",
|
|
|
+ "description": "Location adjacent to an interface definition.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "UNION",
|
|
|
+ "description": "Location adjacent to a union definition.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ENUM",
|
|
|
+ "description": "Location adjacent to an enum definition.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ENUM_VALUE",
|
|
|
+ "description": "Location adjacent to an enum value definition.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "INPUT_OBJECT",
|
|
|
+ "description": "Location adjacent to an input object type definition.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "INPUT_FIELD_DEFINITION",
|
|
|
+ "description": "Location adjacent to an input object field definition.",
|
|
|
+ "isDeprecated": false,
|
|
|
+ "deprecationReason": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "possibleTypes": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "INPUT_OBJECT",
|
|
|
+ "name": "ProductOptionTranslationInput",
|
|
|
+ "description": "",
|
|
|
+ "fields": null,
|
|
|
+ "inputFields": [
|
|
|
+ {
|
|
|
+ "name": "id",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "ID",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "languageCode",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "ENUM",
|
|
|
+ "name": "LanguageCode",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "name",
|
|
|
+ "description": "",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "interfaces": null,
|
|
|
+ "enumValues": null,
|
|
|
+ "possibleTypes": null
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "directives": [
|
|
|
+ {
|
|
|
+ "name": "skip",
|
|
|
+ "description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
|
|
|
+ "locations": [
|
|
|
+ "FIELD",
|
|
|
+ "FRAGMENT_SPREAD",
|
|
|
+ "INLINE_FRAGMENT"
|
|
|
+ ],
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "if",
|
|
|
+ "description": "Skipped when true.",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "include",
|
|
|
+ "description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
|
|
|
+ "locations": [
|
|
|
+ "FIELD",
|
|
|
+ "FRAGMENT_SPREAD",
|
|
|
+ "INLINE_FRAGMENT"
|
|
|
+ ],
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "if",
|
|
|
+ "description": "Included when true.",
|
|
|
+ "type": {
|
|
|
+ "kind": "NON_NULL",
|
|
|
+ "name": null,
|
|
|
+ "ofType": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "Boolean",
|
|
|
+ "ofType": null
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "defaultValue": null
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "deprecated",
|
|
|
+ "description": "Marks an element of a GraphQL schema as no longer supported.",
|
|
|
+ "locations": [
|
|
|
+ "FIELD_DEFINITION",
|
|
|
+ "ENUM_VALUE"
|
|
|
+ ],
|
|
|
+ "args": [
|
|
|
+ {
|
|
|
+ "name": "reason",
|
|
|
+ "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).",
|
|
|
+ "type": {
|
|
|
+ "kind": "SCALAR",
|
|
|
+ "name": "String",
|
|
|
+ "ofType": null
|
|
|
+ },
|
|
|
+ "defaultValue": "\"No longer supported\""
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|