{ "__schema": { "queryType": { "name": "Query" }, "mutationType": { "name": "Mutation" }, "subscriptionType": null, "types": [ { "kind": "OBJECT", "name": "Query", "description": null, "fields": [ { "name": "administrators", "description": null, "args": [ { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AdministratorListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AdministratorList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "administrator", "description": null, "args": [ { "name": "id", "description": null, "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": "assets", "description": null, "args": [ { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AssetListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AssetList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "asset", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Asset", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "me", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CurrentUser", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "channels", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channel", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Channel", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "activeChannel", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "collections", "description": null, "args": [ { "name": "languageCode", "description": null, "type": { "kind": "ENUM", "name": "LanguageCode", "ofType": null }, "defaultValue": null }, { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CollectionListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CollectionList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "collection", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "ENUM", "name": "LanguageCode", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Collection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "collectionFilters", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ConfigurableOperation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "countries", "description": null, "args": [ { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CountryListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CountryList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "country", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Country", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "customerGroups", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomerGroup", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customerGroup", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "CustomerGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "facets", "description": null, "args": [ { "name": "languageCode", "description": null, "type": { "kind": "ENUM", "name": "LanguageCode", "ofType": null }, "defaultValue": null }, { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "FacetListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FacetList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "facet", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "ENUM", "name": "LanguageCode", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Facet", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "customers", "description": null, "args": [ { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CustomerListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomerList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customer", "description": null, "args": [ { "name": "id", "description": null, "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": "globalSettings", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GlobalSettings", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "order", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Order", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "orders", "description": null, "args": [ { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OrderListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrderList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "paymentMethods", "description": null, "args": [ { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PaymentMethodListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PaymentMethodList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "paymentMethod", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "PaymentMethod", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "productOptionGroups", "description": null, "args": [ { "name": "languageCode", "description": null, "type": { "kind": "ENUM", "name": "LanguageCode", "ofType": null }, "defaultValue": null }, { "name": "filterTerm", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductOptionGroup", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "productOptionGroup", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "ENUM", "name": "LanguageCode", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ProductOptionGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "products", "description": null, "args": [ { "name": "languageCode", "description": null, "type": { "kind": "ENUM", "name": "LanguageCode", "ofType": null }, "defaultValue": null }, { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProductListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "product", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "ENUM", "name": "LanguageCode", "ofType": null }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Product", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "search", "description": null, "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SearchInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SearchResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "promotion", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Promotion", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "promotions", "description": null, "args": [ { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PromotionListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PromotionList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "adjustmentOperations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "AdjustmentOperations", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "roles", "description": null, "args": [ { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RoleListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "RoleList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "role", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Role", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "shippingMethods", "description": null, "args": [ { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ShippingMethodListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ShippingMethodList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "shippingMethod", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ShippingMethod", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "shippingEligibilityCheckers", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ConfigurableOperation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "shippingCalculators", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ConfigurableOperation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "taxCategories", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaxCategory", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "taxCategory", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TaxCategory", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "taxRates", "description": null, "args": [ { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TaxRateListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaxRateList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "taxRate", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "TaxRate", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "zones", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Zone", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "zone", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Zone", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "temp__", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "activeCustomer", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Customer", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "activeOrder", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Order", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "availableCountries", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Country", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "eligibleShippingMethods", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ShippingMethodQuote", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "nextOrderStates", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "orderByCode", "description": null, "args": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Order", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AdministratorListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AdministratorSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AdministratorFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "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": "INPUT_OBJECT", "name": "AdministratorSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "createdAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "firstName", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "lastName", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "emailAddress", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "SortOrder", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "ASC", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DESC", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AdministratorFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "firstName", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "lastName", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "emailAddress", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DateOperators", "description": null, "fields": null, "inputFields": [ { "name": "eq", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "before", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "after", "description": null, "type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, "defaultValue": null }, { "name": "between", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateRange", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "DateTime", "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "DateRange", "description": null, "fields": null, "inputFields": [ { "name": "start", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "defaultValue": null }, { "name": "end", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "StringOperators", "description": null, "fields": null, "inputFields": [ { "name": "eq", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "contains", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": 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": "AdministratorList", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Administrator", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "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": null, "fields": [ { "name": "items", "description": null, "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": null, "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": "AdministratorList", "ofType": null }, { "kind": "OBJECT", "name": "AssetList", "ofType": null }, { "kind": "OBJECT", "name": "CollectionList", "ofType": null }, { "kind": "OBJECT", "name": "ProductVariantList", "ofType": null }, { "kind": "OBJECT", "name": "CountryList", "ofType": null }, { "kind": "OBJECT", "name": "FacetList", "ofType": null }, { "kind": "OBJECT", "name": "CustomerList", "ofType": null }, { "kind": "OBJECT", "name": "OrderList", "ofType": null }, { "kind": "OBJECT", "name": "PaymentMethodList", "ofType": null }, { "kind": "OBJECT", "name": "ProductList", "ofType": null }, { "kind": "OBJECT", "name": "PromotionList", "ofType": null }, { "kind": "OBJECT", "name": "RoleList", "ofType": null }, { "kind": "OBJECT", "name": "ShippingMethodList", "ofType": null }, { "kind": "OBJECT", "name": "TaxRateList", "ofType": null } ] }, { "kind": "INTERFACE", "name": "Node", "description": null, "fields": [ { "name": "id", "description": null, "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": "Role", "ofType": null }, { "kind": "OBJECT", "name": "Channel", "ofType": null }, { "kind": "OBJECT", "name": "Zone", "ofType": null }, { "kind": "OBJECT", "name": "Country", "ofType": null }, { "kind": "OBJECT", "name": "Asset", "ofType": null }, { "kind": "OBJECT", "name": "Collection", "ofType": null }, { "kind": "OBJECT", "name": "ProductVariant", "ofType": null }, { "kind": "OBJECT", "name": "TaxRate", "ofType": null }, { "kind": "OBJECT", "name": "TaxCategory", "ofType": null }, { "kind": "OBJECT", "name": "CustomerGroup", "ofType": null }, { "kind": "OBJECT", "name": "ProductOption", "ofType": null }, { "kind": "OBJECT", "name": "FacetValue", "ofType": null }, { "kind": "OBJECT", "name": "Facet", "ofType": null }, { "kind": "OBJECT", "name": "Customer", "ofType": null }, { "kind": "OBJECT", "name": "Address", "ofType": null }, { "kind": "OBJECT", "name": "Order", "ofType": null }, { "kind": "OBJECT", "name": "OrderLine", "ofType": null }, { "kind": "OBJECT", "name": "OrderItem", "ofType": null }, { "kind": "OBJECT", "name": "Payment", "ofType": null }, { "kind": "OBJECT", "name": "ShippingMethod", "ofType": null }, { "kind": "OBJECT", "name": "PaymentMethod", "ofType": null }, { "kind": "OBJECT", "name": "ProductOptionGroup", "ofType": null }, { "kind": "OBJECT", "name": "Product", "ofType": null }, { "kind": "OBJECT", "name": "Promotion", "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": "OBJECT", "name": "Administrator", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstName", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastName", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "emailAddress", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "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": "User", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "identifier", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "verified", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "roles", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Role", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastLogin", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "customFields", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "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": "OBJECT", "name": "Role", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "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": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "permissions", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Permission", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channels", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "Permission", "description": " Permissions for administrators and customers ", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "Authenticated", "description": " The Authenticated role means simply that the user is logged in ", "isDeprecated": false, "deprecationReason": null }, { "name": "SuperAdmin", "description": " SuperAdmin can perform the most sensitive tasks ", "isDeprecated": false, "deprecationReason": null }, { "name": "Owner", "description": " Owner means the user owns this entity, e.g. a Customer's own Order", "isDeprecated": false, "deprecationReason": null }, { "name": "Public", "description": " Public means any unauthenticated user may perform the operation ", "isDeprecated": false, "deprecationReason": null }, { "name": "CreateCatalog", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ReadCatalog", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "UpdateCatalog", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DeleteCatalog", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CreateCustomer", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ReadCustomer", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "UpdateCustomer", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DeleteCustomer", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CreateAdministrator", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ReadAdministrator", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "UpdateAdministrator", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DeleteAdministrator", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CreateOrder", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ReadOrder", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "UpdateOrder", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DeleteOrder", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "CreateSettings", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "ReadSettings", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "UpdateSettings", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DeleteSettings", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "Channel", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "token", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultTaxZone", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Zone", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultShippingZone", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Zone", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultLanguageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "currencyCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CurrencyCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "pricesIncludeTax", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Zone", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "members", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Country", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Country", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enabled", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "translations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CountryTranslation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": 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": "CountryTranslation", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "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": "ENUM", "name": "CurrencyCode", "description": "ISO 4217 currency code", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "AED", "description": "United Arab Emirates dirham", "isDeprecated": false, "deprecationReason": null }, { "name": "AFN", "description": "Afghan afghani", "isDeprecated": false, "deprecationReason": null }, { "name": "ALL", "description": "Albanian lek", "isDeprecated": false, "deprecationReason": null }, { "name": "AMD", "description": "Armenian dram", "isDeprecated": false, "deprecationReason": null }, { "name": "ANG", "description": "Netherlands Antillean guilder", "isDeprecated": false, "deprecationReason": null }, { "name": "AOA", "description": "Angolan kwanza", "isDeprecated": false, "deprecationReason": null }, { "name": "ARS", "description": "Argentine peso", "isDeprecated": false, "deprecationReason": null }, { "name": "AUD", "description": "Australian dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "AWG", "description": "Aruban florin", "isDeprecated": false, "deprecationReason": null }, { "name": "AZN", "description": "Azerbaijani manat", "isDeprecated": false, "deprecationReason": null }, { "name": "BAM", "description": "Bosnia and Herzegovina convertible mark", "isDeprecated": false, "deprecationReason": null }, { "name": "BBD", "description": "Barbados dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "BDT", "description": "Bangladeshi taka", "isDeprecated": false, "deprecationReason": null }, { "name": "BGN", "description": "Bulgarian lev", "isDeprecated": false, "deprecationReason": null }, { "name": "BHD", "description": "Bahraini dinar", "isDeprecated": false, "deprecationReason": null }, { "name": "BIF", "description": "Burundian franc", "isDeprecated": false, "deprecationReason": null }, { "name": "BMD", "description": "Bermudian dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "BND", "description": "Brunei dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "BOB", "description": "Boliviano", "isDeprecated": false, "deprecationReason": null }, { "name": "BRL", "description": "Brazilian real", "isDeprecated": false, "deprecationReason": null }, { "name": "BSD", "description": "Bahamian dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "BTN", "description": "Bhutanese ngultrum", "isDeprecated": false, "deprecationReason": null }, { "name": "BWP", "description": "Botswana pula", "isDeprecated": false, "deprecationReason": null }, { "name": "BYN", "description": "Belarusian ruble", "isDeprecated": false, "deprecationReason": null }, { "name": "BZD", "description": "Belize dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "CAD", "description": "Canadian dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "CHE", "description": "Congolese franc", "isDeprecated": false, "deprecationReason": null }, { "name": "CHW", "description": "Swiss franc", "isDeprecated": false, "deprecationReason": null }, { "name": "CLP", "description": "Chilean peso", "isDeprecated": false, "deprecationReason": null }, { "name": "CNY", "description": "Renminbi (Chinese) yuan", "isDeprecated": false, "deprecationReason": null }, { "name": "COP", "description": "Colombian peso", "isDeprecated": false, "deprecationReason": null }, { "name": "CRC", "description": "Costa Rican colon", "isDeprecated": false, "deprecationReason": null }, { "name": "CUC", "description": "Cuban convertible peso", "isDeprecated": false, "deprecationReason": null }, { "name": "CUP", "description": "Cuban peso", "isDeprecated": false, "deprecationReason": null }, { "name": "CVE", "description": "Cape Verde escudo", "isDeprecated": false, "deprecationReason": null }, { "name": "CZK", "description": "Czech koruna", "isDeprecated": false, "deprecationReason": null }, { "name": "DJF", "description": "Djiboutian franc", "isDeprecated": false, "deprecationReason": null }, { "name": "DKK", "description": "Danish krone", "isDeprecated": false, "deprecationReason": null }, { "name": "DOP", "description": "Dominican peso", "isDeprecated": false, "deprecationReason": null }, { "name": "DZD", "description": "Algerian dinar", "isDeprecated": false, "deprecationReason": null }, { "name": "EGP", "description": "Egyptian pound", "isDeprecated": false, "deprecationReason": null }, { "name": "ERN", "description": "Eritrean nakfa", "isDeprecated": false, "deprecationReason": null }, { "name": "ETB", "description": "Ethiopian birr", "isDeprecated": false, "deprecationReason": null }, { "name": "EUR", "description": "Euro", "isDeprecated": false, "deprecationReason": null }, { "name": "FJD", "description": "Fiji dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "FKP", "description": "Falkland Islands pound", "isDeprecated": false, "deprecationReason": null }, { "name": "GBP", "description": "Pound sterling", "isDeprecated": false, "deprecationReason": null }, { "name": "GEL", "description": "Georgian lari", "isDeprecated": false, "deprecationReason": null }, { "name": "GHS", "description": "Ghanaian cedi", "isDeprecated": false, "deprecationReason": null }, { "name": "GIP", "description": "Gibraltar pound", "isDeprecated": false, "deprecationReason": null }, { "name": "GMD", "description": "Gambian dalasi", "isDeprecated": false, "deprecationReason": null }, { "name": "GNF", "description": "Guinean franc", "isDeprecated": false, "deprecationReason": null }, { "name": "GTQ", "description": "Guatemalan quetzal", "isDeprecated": false, "deprecationReason": null }, { "name": "GYD", "description": "Guyanese dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "HKD", "description": "Hong Kong dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "HNL", "description": "Honduran lempira", "isDeprecated": false, "deprecationReason": null }, { "name": "HRK", "description": "Croatian kuna", "isDeprecated": false, "deprecationReason": null }, { "name": "HTG", "description": "Haitian gourde", "isDeprecated": false, "deprecationReason": null }, { "name": "HUF", "description": "Hungarian forint", "isDeprecated": false, "deprecationReason": null }, { "name": "IDR", "description": "Indonesian rupiah", "isDeprecated": false, "deprecationReason": null }, { "name": "ILS", "description": "Israeli new shekel", "isDeprecated": false, "deprecationReason": null }, { "name": "INR", "description": "Indian rupee", "isDeprecated": false, "deprecationReason": null }, { "name": "IQD", "description": "Iraqi dinar", "isDeprecated": false, "deprecationReason": null }, { "name": "IRR", "description": "Iranian rial", "isDeprecated": false, "deprecationReason": null }, { "name": "ISK", "description": "Icelandic króna", "isDeprecated": false, "deprecationReason": null }, { "name": "JMD", "description": "Jamaican dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "JOD", "description": "Jordanian dinar", "isDeprecated": false, "deprecationReason": null }, { "name": "JPY", "description": "Japanese yen", "isDeprecated": false, "deprecationReason": null }, { "name": "KES", "description": "Kenyan shilling", "isDeprecated": false, "deprecationReason": null }, { "name": "KGS", "description": "Kyrgyzstani som", "isDeprecated": false, "deprecationReason": null }, { "name": "KHR", "description": "Cambodian riel", "isDeprecated": false, "deprecationReason": null }, { "name": "KMF", "description": "Comoro franc", "isDeprecated": false, "deprecationReason": null }, { "name": "KPW", "description": "North Korean won", "isDeprecated": false, "deprecationReason": null }, { "name": "KRW", "description": "South Korean won", "isDeprecated": false, "deprecationReason": null }, { "name": "KWD", "description": "Kuwaiti dinar", "isDeprecated": false, "deprecationReason": null }, { "name": "KYD", "description": "Cayman Islands dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "KZT", "description": "Kazakhstani tenge", "isDeprecated": false, "deprecationReason": null }, { "name": "LAK", "description": "Lao kip", "isDeprecated": false, "deprecationReason": null }, { "name": "LBP", "description": "Lebanese pound", "isDeprecated": false, "deprecationReason": null }, { "name": "LKR", "description": "Sri Lankan rupee", "isDeprecated": false, "deprecationReason": null }, { "name": "LRD", "description": "Liberian dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "LSL", "description": "Lesotho loti", "isDeprecated": false, "deprecationReason": null }, { "name": "LYD", "description": "Libyan dinar", "isDeprecated": false, "deprecationReason": null }, { "name": "MAD", "description": "Moroccan dirham", "isDeprecated": false, "deprecationReason": null }, { "name": "MDL", "description": "Moldovan leu", "isDeprecated": false, "deprecationReason": null }, { "name": "MGA", "description": "Malagasy ariary", "isDeprecated": false, "deprecationReason": null }, { "name": "MKD", "description": "Macedonian denar", "isDeprecated": false, "deprecationReason": null }, { "name": "MMK", "description": "Myanmar kyat", "isDeprecated": false, "deprecationReason": null }, { "name": "MNT", "description": "Mongolian tögrög", "isDeprecated": false, "deprecationReason": null }, { "name": "MOP", "description": "Macanese pataca", "isDeprecated": false, "deprecationReason": null }, { "name": "MRU", "description": "Mauritanian ouguiya", "isDeprecated": false, "deprecationReason": null }, { "name": "MUR", "description": "Mauritian rupee", "isDeprecated": false, "deprecationReason": null }, { "name": "MVR", "description": "Maldivian rufiyaa", "isDeprecated": false, "deprecationReason": null }, { "name": "MWK", "description": "Malawian kwacha", "isDeprecated": false, "deprecationReason": null }, { "name": "MXN", "description": "Mexican peso", "isDeprecated": false, "deprecationReason": null }, { "name": "MYR", "description": "Malaysian ringgit", "isDeprecated": false, "deprecationReason": null }, { "name": "MZN", "description": "Mozambican metical", "isDeprecated": false, "deprecationReason": null }, { "name": "NAD", "description": "Namibian dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "NGN", "description": "Nigerian naira", "isDeprecated": false, "deprecationReason": null }, { "name": "NIO", "description": "Nicaraguan córdoba", "isDeprecated": false, "deprecationReason": null }, { "name": "NOK", "description": "Norwegian krone", "isDeprecated": false, "deprecationReason": null }, { "name": "NPR", "description": "Nepalese rupee", "isDeprecated": false, "deprecationReason": null }, { "name": "NZD", "description": "New Zealand dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "OMR", "description": "Omani rial", "isDeprecated": false, "deprecationReason": null }, { "name": "PAB", "description": "Panamanian balboa", "isDeprecated": false, "deprecationReason": null }, { "name": "PEN", "description": "Peruvian sol", "isDeprecated": false, "deprecationReason": null }, { "name": "PGK", "description": "Papua New Guinean kina", "isDeprecated": false, "deprecationReason": null }, { "name": "PHP", "description": "Philippine peso", "isDeprecated": false, "deprecationReason": null }, { "name": "PKR", "description": "Pakistani rupee", "isDeprecated": false, "deprecationReason": null }, { "name": "PLN", "description": "Polish złoty", "isDeprecated": false, "deprecationReason": null }, { "name": "PYG", "description": "Paraguayan guaraní", "isDeprecated": false, "deprecationReason": null }, { "name": "QAR", "description": "Qatari riyal", "isDeprecated": false, "deprecationReason": null }, { "name": "RON", "description": "Romanian leu", "isDeprecated": false, "deprecationReason": null }, { "name": "RSD", "description": "Serbian dinar", "isDeprecated": false, "deprecationReason": null }, { "name": "RUB", "description": "Russian ruble", "isDeprecated": false, "deprecationReason": null }, { "name": "RWF", "description": "Rwandan franc", "isDeprecated": false, "deprecationReason": null }, { "name": "SAR", "description": "Saudi riyal", "isDeprecated": false, "deprecationReason": null }, { "name": "SBD", "description": "Solomon Islands dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "SCR", "description": "Seychelles rupee", "isDeprecated": false, "deprecationReason": null }, { "name": "SDG", "description": "Sudanese pound", "isDeprecated": false, "deprecationReason": null }, { "name": "SEK", "description": "Swedish krona/kronor", "isDeprecated": false, "deprecationReason": null }, { "name": "SGD", "description": "Singapore dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "SHP", "description": "Saint Helena pound", "isDeprecated": false, "deprecationReason": null }, { "name": "SLL", "description": "Sierra Leonean leone", "isDeprecated": false, "deprecationReason": null }, { "name": "SOS", "description": "Somali shilling", "isDeprecated": false, "deprecationReason": null }, { "name": "SRD", "description": "Surinamese dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "SSP", "description": "South Sudanese pound", "isDeprecated": false, "deprecationReason": null }, { "name": "STN", "description": "São Tomé and Príncipe dobra", "isDeprecated": false, "deprecationReason": null }, { "name": "SVC", "description": "Salvadoran colón", "isDeprecated": false, "deprecationReason": null }, { "name": "SYP", "description": "Syrian pound", "isDeprecated": false, "deprecationReason": null }, { "name": "SZL", "description": "Swazi lilangeni", "isDeprecated": false, "deprecationReason": null }, { "name": "THB", "description": "Thai baht", "isDeprecated": false, "deprecationReason": null }, { "name": "TJS", "description": "Tajikistani somoni", "isDeprecated": false, "deprecationReason": null }, { "name": "TMT", "description": "Turkmenistan manat", "isDeprecated": false, "deprecationReason": null }, { "name": "TND", "description": "Tunisian dinar", "isDeprecated": false, "deprecationReason": null }, { "name": "TOP", "description": "Tongan paʻanga", "isDeprecated": false, "deprecationReason": null }, { "name": "TRY", "description": "Turkish lira", "isDeprecated": false, "deprecationReason": null }, { "name": "TTD", "description": "Trinidad and Tobago dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "TWD", "description": "New Taiwan dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "TZS", "description": "Tanzanian shilling", "isDeprecated": false, "deprecationReason": null }, { "name": "UAH", "description": "Ukrainian hryvnia", "isDeprecated": false, "deprecationReason": null }, { "name": "UGX", "description": "Ugandan shilling", "isDeprecated": false, "deprecationReason": null }, { "name": "USD", "description": "United States dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "UYU", "description": "Uruguayan peso", "isDeprecated": false, "deprecationReason": null }, { "name": "UZS", "description": "Uzbekistan som", "isDeprecated": false, "deprecationReason": null }, { "name": "VES", "description": "Venezuelan bolívar soberano", "isDeprecated": false, "deprecationReason": null }, { "name": "VND", "description": "Vietnamese đồng", "isDeprecated": false, "deprecationReason": null }, { "name": "VUV", "description": "Vanuatu vatu", "isDeprecated": false, "deprecationReason": null }, { "name": "WST", "description": "Samoan tala", "isDeprecated": false, "deprecationReason": null }, { "name": "XAF", "description": "CFA franc BEAC", "isDeprecated": false, "deprecationReason": null }, { "name": "XCD", "description": "East Caribbean dollar", "isDeprecated": false, "deprecationReason": null }, { "name": "XOF", "description": "CFA franc BCEAO", "isDeprecated": false, "deprecationReason": null }, { "name": "XPF", "description": "CFP franc (franc Pacifique)", "isDeprecated": false, "deprecationReason": null }, { "name": "YER", "description": "Yemeni rial", "isDeprecated": false, "deprecationReason": null }, { "name": "ZAR", "description": "South African rand", "isDeprecated": false, "deprecationReason": null }, { "name": "ZMW", "description": "Zambian kwacha", "isDeprecated": false, "deprecationReason": null }, { "name": "ZWL", "description": "Zimbabwean dollar", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "SCALAR", "name": "JSON", "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AssetListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AssetSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "AssetFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AssetSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "fileSize", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "mimeType", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "source", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "preview", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "AssetFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "name", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "type", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "fileSize", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NumberOperators", "ofType": null }, "defaultValue": null }, { "name": "mimeType", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "source", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "preview", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NumberOperators", "description": null, "fields": null, "inputFields": [ { "name": "eq", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "lt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "lte", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "gt", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "gte", "description": null, "type": { "kind": "SCALAR", "name": "Float", "ofType": null }, "defaultValue": null }, { "name": "between", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NumberRange", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Float", "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point). ", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "NumberRange", "description": null, "fields": null, "inputFields": [ { "name": "start", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null }, { "name": "end", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "AssetList", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Asset", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "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": "Asset", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AssetType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fileSize", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "mimeType", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "source", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "preview", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "AssetType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "IMAGE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "VIDEO", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BINARY", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CurrentUser", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "identifier", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "channelTokens", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CollectionListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CollectionSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CollectionFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CollectionSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "createdAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "position", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CollectionFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "position", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NumberOperators", "ofType": null }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CollectionList", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Collection", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "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": "Collection", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "ENUM", "name": "LanguageCode", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "breadcrumbs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CollectionBreadcrumb", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "position", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "featuredAsset", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Asset", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "assets", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Asset", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "parent", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Collection", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "children", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Collection", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "filters", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ConfigurableOperation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "translations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CollectionTranslation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "productVariants", "description": null, "args": [ { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProductVariantListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductVariantList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customFields", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CollectionBreadcrumb", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "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": "ConfigurableOperation", "description": null, "fields": [ { "name": "code", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "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": "ConfigArg", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "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": "ConfigArg", "description": null, "fields": [ { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ConfigArgType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "ConfigArgType", "description": "Certain entities allow arbitrary configuration arguments to be specified which can then\nbe set in the admin-ui and used in the business logic of the app. These are the valid\ndata types of such arguments. The data type influences:\n\n1. How the argument form field is rendered in the admin-ui\n2. The JavaScript type into which the value is coerced before being passed to the business logic.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "PERCENTAGE", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "MONEY", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "INT", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "STRING", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "DATETIME", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "BOOLEAN", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "FACET_VALUE_IDS", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "CollectionTranslation", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "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": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProductVariantListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProductVariantSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProductVariantFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProductVariantSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "productId", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "createdAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "sku", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "priceWithTax", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProductVariantFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "sku", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NumberOperators", "ofType": null }, "defaultValue": null }, { "name": "currencyCode", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "priceIncludesTax", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BooleanOperators", "ofType": null }, "defaultValue": null }, { "name": "priceWithTax", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NumberOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "BooleanOperators", "description": null, "fields": null, "inputFields": [ { "name": "eq", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProductVariantList", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductVariant", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "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": "ProductVariant", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "productId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "sku", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "featuredAsset", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Asset", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "assets", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Asset", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "currencyCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CurrencyCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "priceIncludesTax", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "priceWithTax", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "taxRateApplied", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaxRate", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "taxCategory", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaxCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "options", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductOption", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "facetValues", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FacetValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "translations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductVariantTranslation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customFields", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TaxRate", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enabled", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "value", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "category", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaxCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "zone", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Zone", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customerGroup", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "CustomerGroup", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TaxCategory", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "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": "CustomerGroup", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "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": "ProductOption", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "ENUM", "name": "LanguageCode", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "translations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductOptionTranslation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customFields", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProductOptionTranslation", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "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": "FacetValue", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "facet", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Facet", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "translations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FacetValueTranslation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customFields", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Facet", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "values", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FacetValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "translations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FacetTranslation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customFields", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FacetTranslation", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "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": "FacetValueTranslation", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "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": "ProductVariantTranslation", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "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": "INPUT_OBJECT", "name": "CountryListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CountrySortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CountryFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CountrySortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CountryFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "languageCode", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "enabled", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BooleanOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CountryList", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Country", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "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": "INPUT_OBJECT", "name": "FacetListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "FacetSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "FacetFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FacetSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "createdAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FacetFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "FacetList", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Facet", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "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": "INPUT_OBJECT", "name": "CustomerListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CustomerSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "CustomerFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CustomerSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "createdAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "title", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "firstName", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "lastName", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "phoneNumber", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "emailAddress", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CustomerFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "title", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "firstName", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "lastName", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "phoneNumber", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "emailAddress", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "CustomerList", "description": null, "fields": [ { "name": "items", "description": null, "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": null, "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": "Customer", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "title", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "firstName", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "lastName", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "phoneNumber", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "emailAddress", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "addresses", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Address", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "orders", "description": null, "args": [ { "name": "options", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OrderListOptions", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrderList", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "user", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "User", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "customFields", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Address", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "fullName", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "company", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "streetLine1", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "streetLine2", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "city", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "province", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "postalCode", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "country", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Country", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "phoneNumber", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultShippingAddress", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "defaultBillingAddress", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "customFields", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OrderListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OrderSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "OrderFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OrderSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "createdAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "state", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "subTotalBeforeTax", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "subTotal", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "shipping", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "totalBeforeTax", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "total", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "OrderFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "state", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "active", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BooleanOperators", "ofType": null }, "defaultValue": null }, { "name": "subTotalBeforeTax", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NumberOperators", "ofType": null }, "defaultValue": null }, { "name": "subTotal", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NumberOperators", "ofType": null }, "defaultValue": null }, { "name": "currencyCode", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "shipping", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NumberOperators", "ofType": null }, "defaultValue": null }, { "name": "totalBeforeTax", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NumberOperators", "ofType": null }, "defaultValue": null }, { "name": "total", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NumberOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrderList", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Order", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "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": "Order", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "active", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customer", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Customer", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "shippingAddress", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "OrderAddress", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "billingAddress", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "OrderAddress", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "lines", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrderLine", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "adjustments", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Adjustment", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "payments", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Payment", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subTotalBeforeTax", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "subTotal", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "currencyCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CurrencyCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "shipping", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "shippingMethod", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "ShippingMethod", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalBeforeTax", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "total", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrderAddress", "description": null, "fields": [ { "name": "fullName", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "company", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "streetLine1", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "streetLine2", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "city", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "province", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "postalCode", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "country", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "countryCode", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "phoneNumber", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrderLine", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "productVariant", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductVariant", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "featuredAsset", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Asset", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "unitPrice", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "unitPriceWithTax", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "quantity", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "OrderItem", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalPrice", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "adjustments", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Adjustment", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "order", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Order", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "OrderItem", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "unitPrice", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "unitPriceWithTax", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "unitPriceIncludesTax", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "taxRate", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "adjustments", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Adjustment", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "Adjustment", "description": null, "fields": [ { "name": "adjustmentSource", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "type", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "AdjustmentType", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "amount", "description": null, "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": "ENUM", "name": "AdjustmentType", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "TAX", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PROMOTION", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SHIPPING", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "REFUND", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "TAX_REFUND", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "PROMOTION_REFUND", "description": null, "isDeprecated": false, "deprecationReason": null }, { "name": "SHIPPING_REFUND", "description": null, "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "OBJECT", "name": "Payment", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "method", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "amount", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "state", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "transactionId", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "metadata", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ShippingMethod", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "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": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "checker", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ConfigurableOperation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "calculator", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ConfigurableOperation", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "GlobalSettings", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "availableLanguages", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "serverConfig", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ServerConfig", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customFields", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ServerConfig", "description": null, "fields": [ { "name": "customFields", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PaymentMethodListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PaymentMethodSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PaymentMethodFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PaymentMethodSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "createdAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PaymentMethodFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "enabled", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BooleanOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PaymentMethodList", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PaymentMethod", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "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": "PaymentMethod", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enabled", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "configArgs", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ConfigArg", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProductOptionGroup", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "code", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "options", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductOption", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "translations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductOptionGroupTranslation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customFields", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProductOptionGroupTranslation", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "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": "INPUT_OBJECT", "name": "ProductListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProductSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ProductFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProductSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "createdAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProductFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProductList", "description": null, "fields": [ { "name": "items", "description": null, "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": null, "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": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "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": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "featuredAsset", "description": null, "args": [], "type": { "kind": "OBJECT", "name": "Asset", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "assets", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Asset", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "variants", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductVariant", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "optionGroups", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductOptionGroup", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "facetValues", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FacetValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "translations", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductTranslation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "collections", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Collection", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "customFields", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ProductTranslation", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "languageCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "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": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SearchInput", "description": null, "fields": null, "inputFields": [ { "name": "term", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "facetIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "defaultValue": null }, { "name": "collectionId", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "groupByProduct", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "SearchResultSortParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "SearchResultSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "name", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SearchResponse", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SearchResult", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "facetValues", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FacetValueResult", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SearchResult", "description": null, "fields": [ { "name": "sku", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "slug", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "productId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "productName", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "productPreview", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "productVariantId", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "productVariantName", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "productVariantPreview", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "SearchResultPrice", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "priceWithTax", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "SearchResultPrice", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "currencyCode", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CurrencyCode", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "facetIds", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "facetValueIds", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "collectionIds", "description": "An array of ids of the Collections in which this result appears", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "score", "description": "A relevence score for the result. Differs between database implementations", "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Float", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "UNION", "name": "SearchResultPrice", "description": "The price of a search result product, either as a range or as a single price", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": [ { "kind": "OBJECT", "name": "PriceRange", "ofType": null }, { "kind": "OBJECT", "name": "SinglePrice", "ofType": null } ] }, { "kind": "OBJECT", "name": "PriceRange", "description": "The price range where the result has more than one price", "fields": [ { "name": "min", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "max", "description": null, "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": "OBJECT", "name": "SinglePrice", "description": "The price value where the result has a single price", "fields": [ { "name": "value", "description": null, "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": "OBJECT", "name": "FacetValueResult", "description": "Which FacetValues are present in the products returned\nby the search, and in what quantity.", "fields": [ { "name": "facetValue", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FacetValue", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "count", "description": null, "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": "OBJECT", "name": "Promotion", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createdAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatedAt", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "name", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "enabled", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "conditions", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ConfigurableOperation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actions", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ConfigurableOperation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [ { "kind": "INTERFACE", "name": "Node", "ofType": null } ], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PromotionListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PromotionSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "PromotionFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PromotionSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "createdAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PromotionFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "enabled", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BooleanOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "PromotionList", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Promotion", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "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": "AdjustmentOperations", "description": null, "fields": [ { "name": "conditions", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ConfigurableOperation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "actions", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ConfigurableOperation", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RoleListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RoleSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "RoleFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RoleSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "createdAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RoleFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "RoleList", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Role", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "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": "INPUT_OBJECT", "name": "ShippingMethodListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ShippingMethodSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ShippingMethodFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ShippingMethodSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "createdAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ShippingMethodFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ShippingMethodList", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ShippingMethod", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "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": "INPUT_OBJECT", "name": "TaxRateListOptions", "description": null, "fields": null, "inputFields": [ { "name": "skip", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "take", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "sort", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TaxRateSortParameter", "ofType": null }, "defaultValue": null }, { "name": "filter", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "TaxRateFilterParameter", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TaxRateSortParameter", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "createdAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null }, { "name": "value", "description": null, "type": { "kind": "ENUM", "name": "SortOrder", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "TaxRateFilterParameter", "description": null, "fields": null, "inputFields": [ { "name": "createdAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "updatedAt", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "DateOperators", "ofType": null }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "StringOperators", "ofType": null }, "defaultValue": null }, { "name": "enabled", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "BooleanOperators", "ofType": null }, "defaultValue": null }, { "name": "value", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "NumberOperators", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "TaxRateList", "description": null, "fields": [ { "name": "items", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaxRate", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "totalItems", "description": null, "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": "ShippingMethodQuote", "description": null, "fields": [ { "name": "id", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "price", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "description", "description": null, "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": "Mutation", "description": null, "fields": [ { "name": "createAdministrator", "description": "Create a new Administrator", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateAdministratorInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Administrator", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateAdministrator", "description": "Update an existing Administrator", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateAdministratorInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Administrator", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "assignRoleToAdministrator", "description": "Assign a Role to an Administrator", "args": [ { "name": "administratorId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "roleId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Administrator", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createAssets", "description": "Create a new Asset", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateAssetInput", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Asset", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "login", "description": null, "args": [ { "name": "username", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "password", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "rememberMe", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LoginResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "logout", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createChannel", "description": "Create a new Channel", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateChannelInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateChannel", "description": "Update an existing Channel", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateChannelInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Channel", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createCollection", "description": "Create a new Collection", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateCollectionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Collection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateCollection", "description": "Update an existing Collection", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateCollectionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Collection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "moveCollection", "description": "Move a Collection to a different parent or index", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "MoveCollectionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Collection", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createCountry", "description": "Create a new Country", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateCountryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Country", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateCountry", "description": "Update an existing Country", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateCountryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Country", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteCountry", "description": "Delete a Country", "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeletionResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createCustomerGroup", "description": "Create a new CustomerGroup", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateCustomerGroupInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomerGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateCustomerGroup", "description": "Update an existing CustomerGroup", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateCustomerGroupInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomerGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "addCustomersToGroup", "description": "Add Customers to a CustomerGroup", "args": [ { "name": "customerGroupId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "customerIds", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomerGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeCustomersFromGroup", "description": "Remove Customers from a CustomerGroup", "args": [ { "name": "customerGroupId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "customerIds", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CustomerGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createFacet", "description": "Create a new Facet", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateFacetInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Facet", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateFacet", "description": "Update an existing Facet", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateFacetInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Facet", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteFacet", "description": "Delete an existing Facet", "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "force", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeletionResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createFacetValues", "description": "Create one or more FacetValues", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateFacetValueInput", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FacetValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateFacetValues", "description": "Update one or more FacetValues", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateFacetValueInput", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FacetValue", "ofType": null } } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteFacetValues", "description": "Delete one or more FacetValues", "args": [ { "name": "ids", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null }, { "name": "force", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeletionResponse", "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": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateCustomerInput", "ofType": null } }, "defaultValue": null }, { "name": "password", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Customer", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateCustomer", "description": "Update an existing Customer", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateCustomerInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Customer", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteCustomer", "description": "Delete a Customer", "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeletionResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createCustomerAddress", "description": "Create a new Customer Address", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateAddressInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Address", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateCustomerAddress", "description": "Update an existing Address", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateAddressInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Address", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteCustomerAddress", "description": "Delete an existing Address", "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateGlobalSettings", "description": null, "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateGlobalSettingsInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "GlobalSettings", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "importProducts", "description": null, "args": [ { "name": "csvFile", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Upload", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "ImportInfo", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatePaymentMethod", "description": "Update an existing PaymentMethod", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdatePaymentMethodInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PaymentMethod", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createProductOptionGroup", "description": "Create a new ProductOptionGroup", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateProductOptionGroupInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductOptionGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateProductOptionGroup", "description": "Update an existing ProductOptionGroup", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateProductOptionGroupInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductOptionGroup", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createProduct", "description": "Create a new Product", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateProductInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Product", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateProduct", "description": "Update an existing Product", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateProductInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Product", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteProduct", "description": "Delete a Product", "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeletionResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "addOptionGroupToProduct", "description": "Add an OptionGroup to a Product", "args": [ { "name": "productId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "optionGroupId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Product", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeOptionGroupFromProduct", "description": "Remove an OptionGroup from a Product", "args": [ { "name": "productId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "optionGroupId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Product", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "generateVariantsForProduct", "description": "Create a set of ProductVariants based on the OptionGroups assigned to the given Product", "args": [ { "name": "productId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "defaultTaxCategoryId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "defaultPrice", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "defaultSku", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Product", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateProductVariants", "description": "Update existing ProductVariants", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateProductVariantInput", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "OBJECT", "name": "ProductVariant", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "reindex", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "SearchReindexResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createPromotion", "description": null, "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreatePromotionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Promotion", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updatePromotion", "description": null, "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdatePromotionInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Promotion", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deletePromotion", "description": null, "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeletionResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createRole", "description": "Create a new Role", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateRoleInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Role", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateRole", "description": "Update an existing Role", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateRoleInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Role", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createShippingMethod", "description": "Create a new ShippingMethod", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateShippingMethodInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ShippingMethod", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateShippingMethod", "description": "Update an existing ShippingMethod", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateShippingMethodInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ShippingMethod", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createTaxCategory", "description": "Create a new TaxCategory", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateTaxCategoryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaxCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateTaxCategory", "description": "Update an existing TaxCategory", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateTaxCategoryInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaxCategory", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createTaxRate", "description": "Create a new TaxRate", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateTaxRateInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaxRate", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateTaxRate", "description": "Update an existing TaxRate", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateTaxRateInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "TaxRate", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "createZone", "description": "Create a new Zone", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateZoneInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Zone", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateZone", "description": "Update an existing Zone", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UpdateZoneInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Zone", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "deleteZone", "description": "Delete a Zone", "args": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "DeletionResponse", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "addMembersToZone", "description": "Add members to a Zone", "args": [ { "name": "zoneId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "memberIds", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Zone", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeMembersFromZone", "description": "Remove members from a Zone", "args": [ { "name": "zoneId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "memberIds", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Zone", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "addItemToOrder", "description": null, "args": [ { "name": "productVariantId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "quantity", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Order", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "removeItemFromOrder", "description": null, "args": [ { "name": "orderItemId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Order", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "adjustItemQuantity", "description": null, "args": [ { "name": "orderItemId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "quantity", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Order", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "transitionOrderToState", "description": null, "args": [ { "name": "state", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Order", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "setOrderShippingAddress", "description": null, "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateAddressInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Order", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "setOrderShippingMethod", "description": null, "args": [ { "name": "shippingMethodId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Order", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "addPaymentToOrder", "description": null, "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "PaymentInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Order", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "setCustomerForOrder", "description": null, "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateCustomerInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "OBJECT", "name": "Order", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "refreshCustomerVerification", "description": "Regenerate and send a verification token for a new Customer registration. Only\napplicable if `authOptions.requireVerification` is set to true.", "args": [ { "name": "emailAddress", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "registerCustomerAccount", "description": "Register a Customer account with the given credentials", "args": [ { "name": "input", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "RegisterCustomerInput", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "verifyCustomerAccount", "description": "Verify a Customer email address with the token sent to that address. Only\napplicable if `authOptions.requireVerification` is set to true.", "args": [ { "name": "token", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "password", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LoginResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateCustomerPassword", "description": "Update the password of the active Customer", "args": [ { "name": "currentPassword", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "newPassword", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "requestUpdateCustomerEmailAddress", "description": "Request to update the emailAddress of the active Customer", "args": [ { "name": "password", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "newEmailAddress", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "updateCustomerEmailAddress", "description": "Confirm the update of the emailAddress with the provided token", "args": [ { "name": "token", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "requestPasswordReset", "description": "Requests a password reset email to be sent", "args": [ { "name": "emailAddress", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "isDeprecated": false, "deprecationReason": null }, { "name": "resetPassword", "description": "Resets a Customer's password based on the provided token", "args": [ { "name": "token", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "password", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null } ], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LoginResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateAdministratorInput", "description": null, "fields": null, "inputFields": [ { "name": "firstName", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "lastName", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "emailAddress", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "password", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "roleIds", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateAdministratorInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "firstName", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "lastName", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "emailAddress", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "password", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "roleIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateAssetInput", "description": null, "fields": null, "inputFields": [ { "name": "file", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Upload", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "SCALAR", "name": "Upload", "description": "The `Upload` scalar type represents a file upload.", "fields": null, "inputFields": null, "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "LoginResult", "description": null, "fields": [ { "name": "user", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "CurrentUser", "ofType": null } }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateChannelInput", "description": null, "fields": null, "inputFields": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "token", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "defaultLanguageCode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "defaultValue": null }, { "name": "pricesIncludeTax", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "currencyCode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "CurrencyCode", "ofType": null } }, "defaultValue": null }, { "name": "defaultTaxZoneId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "defaultShippingZoneId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateChannelInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "token", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "defaultLanguageCode", "description": null, "type": { "kind": "ENUM", "name": "LanguageCode", "ofType": null }, "defaultValue": null }, { "name": "pricesIncludeTax", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "currencyCode", "description": null, "type": { "kind": "ENUM", "name": "CurrencyCode", "ofType": null }, "defaultValue": null }, { "name": "defaultTaxZoneId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "defaultShippingZoneId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateCollectionInput", "description": null, "fields": null, "inputFields": [ { "name": "featuredAssetId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "assetIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "parentId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "filters", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigurableOperationInput", "ofType": null } } } }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CollectionTranslationInput", "ofType": null } } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ConfigurableOperationInput", "description": null, "fields": null, "inputFields": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "arguments", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigArgInput", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ConfigArgInput", "description": null, "fields": null, "inputFields": [ { "name": "name", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "type", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ConfigArgType", "ofType": null } }, "defaultValue": null }, { "name": "value", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CollectionTranslationInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateCollectionInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "featuredAssetId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "parentId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "assetIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "filters", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigurableOperationInput", "ofType": null } } }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CollectionTranslationInput", "ofType": null } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "MoveCollectionInput", "description": null, "fields": null, "inputFields": [ { "name": "collectionId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "parentId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "index", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateCountryInput", "description": null, "fields": null, "inputFields": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CountryTranslationInput", "ofType": null } } } }, "defaultValue": null }, { "name": "enabled", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CountryTranslationInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateCountryInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CountryTranslationInput", "ofType": null } } }, "defaultValue": null }, { "name": "enabled", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "DeletionResponse", "description": null, "fields": [ { "name": "result", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "DeletionResult", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "message", "description": null, "args": [], "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "isDeprecated": false, "deprecationReason": null } ], "inputFields": null, "interfaces": [], "enumValues": null, "possibleTypes": null }, { "kind": "ENUM", "name": "DeletionResult", "description": null, "fields": null, "inputFields": null, "interfaces": null, "enumValues": [ { "name": "DELETED", "description": "The entity was successfully deleted", "isDeprecated": false, "deprecationReason": null }, { "name": "NOT_DELETED", "description": "Deletion did not take place, reason given in message", "isDeprecated": false, "deprecationReason": null } ], "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateCustomerGroupInput", "description": null, "fields": null, "inputFields": [ { "name": "name", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "customerIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateCustomerGroupInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateFacetInput", "description": null, "fields": null, "inputFields": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FacetTranslationInput", "ofType": null } } } }, "defaultValue": null }, { "name": "values", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateFacetValueWithFacetInput", "ofType": null } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FacetTranslationInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateFacetValueWithFacetInput", "description": null, "fields": null, "inputFields": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FacetValueTranslationInput", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "FacetValueTranslationInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateFacetInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FacetTranslationInput", "ofType": null } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateFacetValueInput", "description": null, "fields": null, "inputFields": [ { "name": "facetId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FacetValueTranslationInput", "ofType": null } } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateFacetValueInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "FacetValueTranslationInput", "ofType": null } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateCustomerInput", "description": null, "fields": null, "inputFields": [ { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "firstName", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "lastName", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "phoneNumber", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "emailAddress", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateCustomerInput", "description": null, "fields": null, "inputFields": [ { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "firstName", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "lastName", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "phoneNumber", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateAddressInput", "description": null, "fields": null, "inputFields": [ { "name": "fullName", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "company", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "streetLine1", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "streetLine2", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "city", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "province", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "postalCode", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "countryCode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "phoneNumber", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "defaultShippingAddress", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "defaultBillingAddress", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateAddressInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "fullName", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "company", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "streetLine1", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "streetLine2", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "city", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "province", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "postalCode", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "countryCode", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "phoneNumber", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "defaultShippingAddress", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "defaultBillingAddress", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateGlobalSettingsInput", "description": null, "fields": null, "inputFields": [ { "name": "availableLanguages", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "ImportInfo", "description": null, "fields": [ { "name": "errors", "description": null, "args": [], "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, "isDeprecated": false, "deprecationReason": null }, { "name": "processed", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "imported", "description": null, "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": "INPUT_OBJECT", "name": "UpdatePaymentMethodInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enabled", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "configArgs", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigArgInput", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateProductOptionGroupInput", "description": null, "fields": null, "inputFields": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProductOptionGroupTranslationInput", "ofType": null } } } }, "defaultValue": null }, { "name": "options", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "CreateProductOptionInput", "ofType": null } } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProductOptionGroupTranslationInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateProductOptionInput", "description": null, "fields": null, "inputFields": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProductOptionGroupTranslationInput", "ofType": null } } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateProductOptionGroupInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProductOptionGroupTranslationInput", "ofType": null } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateProductInput", "description": null, "fields": null, "inputFields": [ { "name": "featuredAssetId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "assetIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "facetValueIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProductTranslationInput", "ofType": null } } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProductTranslationInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "slug", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateProductInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "featuredAssetId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "assetIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "facetValueIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProductTranslationInput", "ofType": null } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateProductVariantInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "translations", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProductVariantTranslationInput", "ofType": null } } }, "defaultValue": null }, { "name": "facetValueIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "sku", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "taxCategoryId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "featuredAssetId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "assetIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProductVariantTranslationInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "OBJECT", "name": "SearchReindexResponse", "description": null, "fields": [ { "name": "success", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "timeTaken", "description": null, "args": [], "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "isDeprecated": false, "deprecationReason": null }, { "name": "indexedItemCount", "description": null, "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": "INPUT_OBJECT", "name": "CreatePromotionInput", "description": null, "fields": null, "inputFields": [ { "name": "name", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "enabled", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "conditions", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigurableOperationInput", "ofType": null } } } }, "defaultValue": null }, { "name": "actions", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigurableOperationInput", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdatePromotionInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "enabled", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "conditions", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigurableOperationInput", "ofType": null } } }, "defaultValue": null }, { "name": "actions", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigurableOperationInput", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateRoleInput", "description": null, "fields": null, "inputFields": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "permissions", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Permission", "ofType": null } } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateRoleInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "permissions", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "Permission", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateShippingMethodInput", "description": null, "fields": null, "inputFields": [ { "name": "code", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "checker", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigurableOperationInput", "ofType": null } }, "defaultValue": null }, { "name": "calculator", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ConfigurableOperationInput", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateShippingMethodInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "code", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "description", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "checker", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ConfigurableOperationInput", "ofType": null }, "defaultValue": null }, { "name": "calculator", "description": null, "type": { "kind": "INPUT_OBJECT", "name": "ConfigurableOperationInput", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateTaxCategoryInput", "description": null, "fields": null, "inputFields": [ { "name": "name", "description": null, "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": "UpdateTaxCategoryInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateTaxRateInput", "description": null, "fields": null, "inputFields": [ { "name": "name", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "enabled", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } }, "defaultValue": null }, { "name": "value", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } }, "defaultValue": null }, { "name": "categoryId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "zoneId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "customerGroupId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateTaxRateInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "value", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "enabled", "description": null, "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, "defaultValue": null }, { "name": "categoryId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "zoneId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "customerGroupId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "CreateZoneInput", "description": null, "fields": null, "inputFields": [ { "name": "name", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "memberIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "UpdateZoneInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "PaymentInput", "description": null, "fields": null, "inputFields": [ { "name": "method", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "metadata", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "JSON", "ofType": null } }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "RegisterCustomerInput", "description": null, "fields": null, "inputFields": [ { "name": "emailAddress", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "title", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "firstName", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "lastName", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "password", "description": null, "type": { "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 } ], "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": "VARIABLE_DEFINITION", "description": "Location adjacent to a variable definition.", "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": "CreateProductVariantInput", "description": null, "fields": null, "inputFields": [ { "name": "translations", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "ProductVariantTranslationInput", "ofType": null } } } }, "defaultValue": null }, { "name": "facetValueIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "sku", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } }, "defaultValue": null }, { "name": "price", "description": null, "type": { "kind": "SCALAR", "name": "Int", "ofType": null }, "defaultValue": null }, { "name": "taxCategoryId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } }, "defaultValue": null }, { "name": "optionIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "featuredAssetId", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "assetIds", "description": null, "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null }, { "kind": "INPUT_OBJECT", "name": "ProductOptionTranslationInput", "description": null, "fields": null, "inputFields": [ { "name": "id", "description": null, "type": { "kind": "SCALAR", "name": "ID", "ofType": null }, "defaultValue": null }, { "name": "languageCode", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "LanguageCode", "ofType": null } }, "defaultValue": null }, { "name": "name", "description": null, "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": null }, { "name": "customFields", "description": null, "type": { "kind": "SCALAR", "name": "JSON", "ofType": null }, "defaultValue": null } ], "interfaces": null, "enumValues": null, "possibleTypes": null } ], "directives": [ { "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": "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": "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 using the Markdown syntax (as specified by [CommonMark](https://commonmark.org/).", "type": { "kind": "SCALAR", "name": "String", "ofType": null }, "defaultValue": "\"No longer supported\"" } ] } ] } }