From 96fc53d6c3d97c25efa9058e66381bedd3d44ef0 Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Thu, 9 Feb 2023 15:56:52 +0100 Subject: [PATCH] Remove vercel handling from Slack APL --- apps/slack/generated/graphql.ts | 107322 +++++++-------- apps/slack/generated/schema.graphql | 15545 +-- .../ConfigurationError/ConfigurationError.tsx | 29 +- apps/slack/src/pages/configuration.tsx | 26 +- 4 files changed, 58134 insertions(+), 64788 deletions(-) diff --git a/apps/slack/generated/graphql.ts b/apps/slack/generated/graphql.ts index 683330a..5902de5 100644 --- a/apps/slack/generated/graphql.ts +++ b/apps/slack/generated/graphql.ts @@ -1,6 +1,6 @@ -import gql from "graphql-tag"; -import * as Urql from "urql"; -import { TypedDocumentNode as DocumentNode } from "@graphql-typed-document-node/core"; +import gql from 'graphql-tag'; +import * as Urql from 'urql'; +import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core'; export type Maybe = T | null; export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K] }; @@ -65,7 +65,7 @@ export type Scalars = { * Requires one of the following permissions: AUTHENTICATED_USER. */ export type AccountAddressCreate = { - __typename?: "AccountAddressCreate"; + __typename?: 'AccountAddressCreate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; address?: Maybe
; @@ -76,7 +76,7 @@ export type AccountAddressCreate = { /** Delete an address of the logged-in user. Requires one of the following permissions: MANAGE_USERS, IS_OWNER. */ export type AccountAddressDelete = { - __typename?: "AccountAddressDelete"; + __typename?: 'AccountAddressDelete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; address?: Maybe
; @@ -87,7 +87,7 @@ export type AccountAddressDelete = { /** Updates an address of the logged-in user. Requires one of the following permissions: MANAGE_USERS, IS_OWNER. */ export type AccountAddressUpdate = { - __typename?: "AccountAddressUpdate"; + __typename?: 'AccountAddressUpdate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; address?: Maybe
; @@ -102,7 +102,7 @@ export type AccountAddressUpdate = { * Requires one of the following permissions: AUTHENTICATED_USER. */ export type AccountDelete = { - __typename?: "AccountDelete"; + __typename?: 'AccountDelete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -110,52 +110,52 @@ export type AccountDelete = { }; export type AccountError = { - __typename?: "AccountError"; + __typename?: 'AccountError'; /** A type of address that causes the error. */ addressType?: Maybe; /** The error code. */ code: AccountErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum AccountErrorCode { - AccountNotConfirmed = "ACCOUNT_NOT_CONFIRMED", - ActivateOwnAccount = "ACTIVATE_OWN_ACCOUNT", - ActivateSuperuserAccount = "ACTIVATE_SUPERUSER_ACCOUNT", - ChannelInactive = "CHANNEL_INACTIVE", - DeactivateOwnAccount = "DEACTIVATE_OWN_ACCOUNT", - DeactivateSuperuserAccount = "DEACTIVATE_SUPERUSER_ACCOUNT", - DeleteNonStaffUser = "DELETE_NON_STAFF_USER", - DeleteOwnAccount = "DELETE_OWN_ACCOUNT", - DeleteStaffAccount = "DELETE_STAFF_ACCOUNT", - DeleteSuperuserAccount = "DELETE_SUPERUSER_ACCOUNT", - DuplicatedInputItem = "DUPLICATED_INPUT_ITEM", - GraphqlError = "GRAPHQL_ERROR", - Inactive = "INACTIVE", - Invalid = "INVALID", - InvalidCredentials = "INVALID_CREDENTIALS", - InvalidPassword = "INVALID_PASSWORD", - JwtDecodeError = "JWT_DECODE_ERROR", - JwtInvalidCsrfToken = "JWT_INVALID_CSRF_TOKEN", - JwtInvalidToken = "JWT_INVALID_TOKEN", - JwtMissingToken = "JWT_MISSING_TOKEN", - JwtSignatureExpired = "JWT_SIGNATURE_EXPIRED", - LeftNotManageablePermission = "LEFT_NOT_MANAGEABLE_PERMISSION", - MissingChannelSlug = "MISSING_CHANNEL_SLUG", - NotFound = "NOT_FOUND", - OutOfScopeGroup = "OUT_OF_SCOPE_GROUP", - OutOfScopePermission = "OUT_OF_SCOPE_PERMISSION", - OutOfScopeUser = "OUT_OF_SCOPE_USER", - PasswordEntirelyNumeric = "PASSWORD_ENTIRELY_NUMERIC", - PasswordTooCommon = "PASSWORD_TOO_COMMON", - PasswordTooShort = "PASSWORD_TOO_SHORT", - PasswordTooSimilar = "PASSWORD_TOO_SIMILAR", - Required = "REQUIRED", - Unique = "UNIQUE", + AccountNotConfirmed = 'ACCOUNT_NOT_CONFIRMED', + ActivateOwnAccount = 'ACTIVATE_OWN_ACCOUNT', + ActivateSuperuserAccount = 'ACTIVATE_SUPERUSER_ACCOUNT', + ChannelInactive = 'CHANNEL_INACTIVE', + DeactivateOwnAccount = 'DEACTIVATE_OWN_ACCOUNT', + DeactivateSuperuserAccount = 'DEACTIVATE_SUPERUSER_ACCOUNT', + DeleteNonStaffUser = 'DELETE_NON_STAFF_USER', + DeleteOwnAccount = 'DELETE_OWN_ACCOUNT', + DeleteStaffAccount = 'DELETE_STAFF_ACCOUNT', + DeleteSuperuserAccount = 'DELETE_SUPERUSER_ACCOUNT', + DuplicatedInputItem = 'DUPLICATED_INPUT_ITEM', + GraphqlError = 'GRAPHQL_ERROR', + Inactive = 'INACTIVE', + Invalid = 'INVALID', + InvalidCredentials = 'INVALID_CREDENTIALS', + InvalidPassword = 'INVALID_PASSWORD', + JwtDecodeError = 'JWT_DECODE_ERROR', + JwtInvalidCsrfToken = 'JWT_INVALID_CSRF_TOKEN', + JwtInvalidToken = 'JWT_INVALID_TOKEN', + JwtMissingToken = 'JWT_MISSING_TOKEN', + JwtSignatureExpired = 'JWT_SIGNATURE_EXPIRED', + LeftNotManageablePermission = 'LEFT_NOT_MANAGEABLE_PERMISSION', + MissingChannelSlug = 'MISSING_CHANNEL_SLUG', + NotFound = 'NOT_FOUND', + OutOfScopeGroup = 'OUT_OF_SCOPE_GROUP', + OutOfScopePermission = 'OUT_OF_SCOPE_PERMISSION', + OutOfScopeUser = 'OUT_OF_SCOPE_USER', + PasswordEntirelyNumeric = 'PASSWORD_ENTIRELY_NUMERIC', + PasswordTooCommon = 'PASSWORD_TOO_COMMON', + PasswordTooShort = 'PASSWORD_TOO_SHORT', + PasswordTooSimilar = 'PASSWORD_TOO_SIMILAR', + Required = 'REQUIRED', + Unique = 'UNIQUE' } export type AccountInput = { @@ -164,41 +164,41 @@ export type AccountInput = { /** Shipping address of the customer. */ defaultShippingAddress?: InputMaybe; /** Given name. */ - firstName?: InputMaybe; + firstName?: InputMaybe; /** User language code. */ languageCode?: InputMaybe; /** Family name. */ - lastName?: InputMaybe; + lastName?: InputMaybe; }; /** Register a new user. */ export type AccountRegister = { - __typename?: "AccountRegister"; + __typename?: 'AccountRegister'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; /** Informs whether users need to confirm their email address. */ - requiresConfirmation?: Maybe; + requiresConfirmation?: Maybe; user?: Maybe; }; export type AccountRegisterInput = { /** Slug of a channel which will be used to notify users. Optional when only one channel exists. */ - channel?: InputMaybe; + channel?: InputMaybe; /** The email address of the user. */ - email: Scalars["String"]; + email: Scalars['String']; /** Given name. */ - firstName?: InputMaybe; + firstName?: InputMaybe; /** User language code. */ languageCode?: InputMaybe; /** Family name. */ - lastName?: InputMaybe; + lastName?: InputMaybe; /** User public metadata. */ metadata?: InputMaybe>; /** Password. */ - password: Scalars["String"]; + password: Scalars['String']; /** Base of frontend URL that will be needed to create confirmation URL. */ - redirectUrl?: InputMaybe; + redirectUrl?: InputMaybe; }; /** @@ -207,7 +207,7 @@ export type AccountRegisterInput = { * Requires one of the following permissions: AUTHENTICATED_USER. */ export type AccountRequestDeletion = { - __typename?: "AccountRequestDeletion"; + __typename?: 'AccountRequestDeletion'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -219,7 +219,7 @@ export type AccountRequestDeletion = { * Requires one of the following permissions: AUTHENTICATED_USER. */ export type AccountSetDefaultAddress = { - __typename?: "AccountSetDefaultAddress"; + __typename?: 'AccountSetDefaultAddress'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -233,7 +233,7 @@ export type AccountSetDefaultAddress = { * Requires one of the following permissions: AUTHENTICATED_USER. */ export type AccountUpdate = { - __typename?: "AccountUpdate"; + __typename?: 'AccountUpdate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -242,24 +242,24 @@ export type AccountUpdate = { /** Represents user address data. */ export type Address = Node & { - __typename?: "Address"; - city: Scalars["String"]; - cityArea: Scalars["String"]; - companyName: Scalars["String"]; + __typename?: 'Address'; + city: Scalars['String']; + cityArea: Scalars['String']; + companyName: Scalars['String']; /** Shop's default country. */ country: CountryDisplay; - countryArea: Scalars["String"]; - firstName: Scalars["String"]; - id: Scalars["ID"]; + countryArea: Scalars['String']; + firstName: Scalars['String']; + id: Scalars['ID']; /** Address is user's default billing address. */ - isDefaultBillingAddress?: Maybe; + isDefaultBillingAddress?: Maybe; /** Address is user's default shipping address. */ - isDefaultShippingAddress?: Maybe; - lastName: Scalars["String"]; - phone?: Maybe; - postalCode: Scalars["String"]; - streetAddress1: Scalars["String"]; - streetAddress2: Scalars["String"]; + isDefaultShippingAddress?: Maybe; + lastName: Scalars['String']; + phone?: Maybe; + postalCode: Scalars['String']; + streetAddress1: Scalars['String']; + streetAddress2: Scalars['String']; }; /** @@ -268,7 +268,7 @@ export type Address = Node & { * Requires one of the following permissions: MANAGE_USERS. */ export type AddressCreate = { - __typename?: "AddressCreate"; + __typename?: 'AddressCreate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; address?: Maybe
; @@ -283,7 +283,7 @@ export type AddressCreate = { * Requires one of the following permissions: MANAGE_USERS. */ export type AddressDelete = { - __typename?: "AddressDelete"; + __typename?: 'AddressDelete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; address?: Maybe
; @@ -294,27 +294,27 @@ export type AddressDelete = { export type AddressInput = { /** City. */ - city?: InputMaybe; + city?: InputMaybe; /** District. */ - cityArea?: InputMaybe; + cityArea?: InputMaybe; /** Company or organization. */ - companyName?: InputMaybe; + companyName?: InputMaybe; /** Country. */ country?: InputMaybe; /** State or province. */ - countryArea?: InputMaybe; + countryArea?: InputMaybe; /** Given name. */ - firstName?: InputMaybe; + firstName?: InputMaybe; /** Family name. */ - lastName?: InputMaybe; + lastName?: InputMaybe; /** Phone number. */ - phone?: InputMaybe; + phone?: InputMaybe; /** Postal code. */ - postalCode?: InputMaybe; + postalCode?: InputMaybe; /** Address. */ - streetAddress1?: InputMaybe; + streetAddress1?: InputMaybe; /** Address. */ - streetAddress2?: InputMaybe; + streetAddress2?: InputMaybe; }; /** @@ -323,7 +323,7 @@ export type AddressInput = { * Requires one of the following permissions: MANAGE_USERS. */ export type AddressSetDefault = { - __typename?: "AddressSetDefault"; + __typename?: 'AddressSetDefault'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -333,8 +333,8 @@ export type AddressSetDefault = { /** An enumeration. */ export enum AddressTypeEnum { - Billing = "BILLING", - Shipping = "SHIPPING", + Billing = 'BILLING', + Shipping = 'SHIPPING' } /** @@ -343,7 +343,7 @@ export enum AddressTypeEnum { * Requires one of the following permissions: MANAGE_USERS. */ export type AddressUpdate = { - __typename?: "AddressUpdate"; + __typename?: 'AddressUpdate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; address?: Maybe
; @@ -353,36 +353,36 @@ export type AddressUpdate = { }; export type AddressValidationData = { - __typename?: "AddressValidationData"; - addressFormat: Scalars["String"]; - addressLatinFormat: Scalars["String"]; - allowedFields: Array; + __typename?: 'AddressValidationData'; + addressFormat: Scalars['String']; + addressLatinFormat: Scalars['String']; + allowedFields: Array; cityAreaChoices: Array; - cityAreaType: Scalars["String"]; + cityAreaType: Scalars['String']; cityChoices: Array; - cityType: Scalars["String"]; + cityType: Scalars['String']; countryAreaChoices: Array; - countryAreaType: Scalars["String"]; - countryCode: Scalars["String"]; - countryName: Scalars["String"]; - postalCodeExamples: Array; - postalCodeMatchers: Array; - postalCodePrefix: Scalars["String"]; - postalCodeType: Scalars["String"]; - requiredFields: Array; - upperFields: Array; + countryAreaType: Scalars['String']; + countryCode: Scalars['String']; + countryName: Scalars['String']; + postalCodeExamples: Array; + postalCodeMatchers: Array; + postalCodePrefix: Scalars['String']; + postalCodeType: Scalars['String']; + requiredFields: Array; + upperFields: Array; }; /** Represents allocation. */ export type Allocation = Node & { - __typename?: "Allocation"; - id: Scalars["ID"]; + __typename?: 'Allocation'; + id: Scalars['ID']; /** * Quantity allocated for orders. * * Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. */ - quantity: Scalars["Int"]; + quantity: Scalars['Int']; /** * The warehouse were items were allocated. * @@ -392,118 +392,121 @@ export type Allocation = Node & { }; /** Represents app data. */ -export type App = Node & - ObjectWithMetadata & { - __typename?: "App"; - /** Description of this app. */ - aboutApp?: Maybe; - /** JWT token used to authenticate by thridparty app. */ - accessToken?: Maybe; - /** Url to iframe with the app. */ - appUrl?: Maybe; - /** Url to iframe with the configuration for the app. */ - configurationUrl?: Maybe; - /** The date and time when the app was created. */ - created?: Maybe; - /** Description of the data privacy defined for this app. */ - dataPrivacy?: Maybe; - /** Url to details about the privacy policy on the app owner page. */ - dataPrivacyUrl?: Maybe; - /** - * App's dashboard extensions. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - extensions: Array; - /** Homepage of the app. */ - homepageUrl?: Maybe; - id: Scalars["ID"]; - /** Determine if app will be set active or not. */ - isActive?: Maybe; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - /** Name of the app. */ - name?: Maybe; - /** List of the app's permissions. */ - permissions?: Maybe>; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** Support page for the app. */ - supportUrl?: Maybe; - /** - * Last 4 characters of the tokens. - * - * Requires one of the following permissions: MANAGE_APPS, OWNER. - */ - tokens?: Maybe>; - /** Type of the app. */ - type?: Maybe; - /** Version number of the app. */ - version?: Maybe; - /** - * List of webhooks assigned to this app. - * - * Requires one of the following permissions: MANAGE_APPS, OWNER. - */ - webhooks?: Maybe>; - }; +export type App = Node & ObjectWithMetadata & { + __typename?: 'App'; + /** Description of this app. */ + aboutApp?: Maybe; + /** JWT token used to authenticate by thridparty app. */ + accessToken?: Maybe; + /** Url to iframe with the app. */ + appUrl?: Maybe; + /** Url to iframe with the configuration for the app. */ + configurationUrl?: Maybe; + /** The date and time when the app was created. */ + created?: Maybe; + /** Description of the data privacy defined for this app. */ + dataPrivacy?: Maybe; + /** Url to details about the privacy policy on the app owner page. */ + dataPrivacyUrl?: Maybe; + /** + * App's dashboard extensions. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + extensions: Array; + /** Homepage of the app. */ + homepageUrl?: Maybe; + id: Scalars['ID']; + /** Determine if app will be set active or not. */ + isActive?: Maybe; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + /** Name of the app. */ + name?: Maybe; + /** List of the app's permissions. */ + permissions?: Maybe>; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** Support page for the app. */ + supportUrl?: Maybe; + /** + * Last 4 characters of the tokens. + * + * Requires one of the following permissions: MANAGE_APPS, OWNER. + */ + tokens?: Maybe>; + /** Type of the app. */ + type?: Maybe; + /** Version number of the app. */ + version?: Maybe; + /** + * List of webhooks assigned to this app. + * + * Requires one of the following permissions: MANAGE_APPS, OWNER. + */ + webhooks?: Maybe>; +}; + /** Represents app data. */ export type AppMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents app data. */ export type AppMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents app data. */ export type AppPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents app data. */ export type AppPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; /** @@ -512,7 +515,7 @@ export type AppPrivateMetafieldsArgs = { * Requires one of the following permissions: MANAGE_APPS. */ export type AppActivate = { - __typename?: "AppActivate"; + __typename?: 'AppActivate'; app?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ appErrors: Array; @@ -520,30 +523,30 @@ export type AppActivate = { }; export type AppCountableConnection = { - __typename?: "AppCountableConnection"; + __typename?: 'AppCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type AppCountableEdge = { - __typename?: "AppCountableEdge"; + __typename?: 'AppCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: App; }; /** Creates a new app. Requires the following permissions: AUTHENTICATED_STAFF_USER and MANAGE_APPS. */ export type AppCreate = { - __typename?: "AppCreate"; + __typename?: 'AppCreate'; app?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ appErrors: Array; /** The newly created authentication token. */ - authToken?: Maybe; + authToken?: Maybe; errors: Array; }; @@ -553,7 +556,7 @@ export type AppCreate = { * Requires one of the following permissions: MANAGE_APPS. */ export type AppDeactivate = { - __typename?: "AppDeactivate"; + __typename?: 'AppDeactivate'; app?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ appErrors: Array; @@ -566,7 +569,7 @@ export type AppDeactivate = { * Requires one of the following permissions: MANAGE_APPS. */ export type AppDelete = { - __typename?: "AppDelete"; + __typename?: 'AppDelete'; app?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ appErrors: Array; @@ -579,7 +582,7 @@ export type AppDelete = { * Requires one of the following permissions: MANAGE_APPS. */ export type AppDeleteFailedInstallation = { - __typename?: "AppDeleteFailedInstallation"; + __typename?: 'AppDeleteFailedInstallation'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ appErrors: Array; appInstallation?: Maybe; @@ -587,7 +590,7 @@ export type AppDeleteFailedInstallation = { }; export type AppDeleted = Event & { - __typename?: "AppDeleted"; + __typename?: 'AppDeleted'; /** * The application the event relates to. * @@ -597,53 +600,53 @@ export type AppDeleted = Event & { */ app?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type AppError = { - __typename?: "AppError"; + __typename?: 'AppError'; /** The error code. */ code: AppErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of permissions which causes the error. */ permissions?: Maybe>; }; /** An enumeration. */ export enum AppErrorCode { - Forbidden = "FORBIDDEN", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - InvalidManifestFormat = "INVALID_MANIFEST_FORMAT", - InvalidPermission = "INVALID_PERMISSION", - InvalidStatus = "INVALID_STATUS", - InvalidUrlFormat = "INVALID_URL_FORMAT", - ManifestUrlCantConnect = "MANIFEST_URL_CANT_CONNECT", - NotFound = "NOT_FOUND", - OutOfScopeApp = "OUT_OF_SCOPE_APP", - OutOfScopePermission = "OUT_OF_SCOPE_PERMISSION", - Required = "REQUIRED", - Unique = "UNIQUE", + Forbidden = 'FORBIDDEN', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + InvalidManifestFormat = 'INVALID_MANIFEST_FORMAT', + InvalidPermission = 'INVALID_PERMISSION', + InvalidStatus = 'INVALID_STATUS', + InvalidUrlFormat = 'INVALID_URL_FORMAT', + ManifestUrlCantConnect = 'MANIFEST_URL_CANT_CONNECT', + NotFound = 'NOT_FOUND', + OutOfScopeApp = 'OUT_OF_SCOPE_APP', + OutOfScopePermission = 'OUT_OF_SCOPE_PERMISSION', + Required = 'REQUIRED', + Unique = 'UNIQUE' } /** Represents app data. */ export type AppExtension = Node & { - __typename?: "AppExtension"; + __typename?: 'AppExtension'; /** JWT token used to authenticate by thridparty app extension. */ - accessToken?: Maybe; + accessToken?: Maybe; app: App; - id: Scalars["ID"]; + id: Scalars['ID']; /** Label of the extension to show in the dashboard. */ - label: Scalars["String"]; + label: Scalars['String']; /** Place where given extension will be mounted. */ mount: AppExtensionMountEnum; /** List of the app extension's permissions. */ @@ -651,22 +654,22 @@ export type AppExtension = Node & { /** Type of way how app extension will be opened. */ target: AppExtensionTargetEnum; /** URL of a view where extension's iframe is placed. */ - url: Scalars["String"]; + url: Scalars['String']; }; export type AppExtensionCountableConnection = { - __typename?: "AppExtensionCountableConnection"; + __typename?: 'AppExtensionCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type AppExtensionCountableEdge = { - __typename?: "AppExtensionCountableEdge"; + __typename?: 'AppExtensionCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: AppExtension; }; @@ -678,18 +681,18 @@ export type AppExtensionFilterInput = { /** All places where app extension can be mounted. */ export enum AppExtensionMountEnum { - NavigationCatalog = "NAVIGATION_CATALOG", - NavigationCustomers = "NAVIGATION_CUSTOMERS", - NavigationDiscounts = "NAVIGATION_DISCOUNTS", - NavigationOrders = "NAVIGATION_ORDERS", - NavigationPages = "NAVIGATION_PAGES", - NavigationTranslations = "NAVIGATION_TRANSLATIONS", - OrderDetailsMoreActions = "ORDER_DETAILS_MORE_ACTIONS", - OrderOverviewCreate = "ORDER_OVERVIEW_CREATE", - OrderOverviewMoreActions = "ORDER_OVERVIEW_MORE_ACTIONS", - ProductDetailsMoreActions = "PRODUCT_DETAILS_MORE_ACTIONS", - ProductOverviewCreate = "PRODUCT_OVERVIEW_CREATE", - ProductOverviewMoreActions = "PRODUCT_OVERVIEW_MORE_ACTIONS", + NavigationCatalog = 'NAVIGATION_CATALOG', + NavigationCustomers = 'NAVIGATION_CUSTOMERS', + NavigationDiscounts = 'NAVIGATION_DISCOUNTS', + NavigationOrders = 'NAVIGATION_ORDERS', + NavigationPages = 'NAVIGATION_PAGES', + NavigationTranslations = 'NAVIGATION_TRANSLATIONS', + OrderDetailsMoreActions = 'ORDER_DETAILS_MORE_ACTIONS', + OrderOverviewCreate = 'ORDER_OVERVIEW_CREATE', + OrderOverviewMoreActions = 'ORDER_OVERVIEW_MORE_ACTIONS', + ProductDetailsMoreActions = 'PRODUCT_DETAILS_MORE_ACTIONS', + ProductOverviewCreate = 'PRODUCT_OVERVIEW_CREATE', + ProductOverviewMoreActions = 'PRODUCT_OVERVIEW_MORE_ACTIONS' } /** @@ -699,8 +702,8 @@ export enum AppExtensionMountEnum { * APP_PAGE - redirect to app's page */ export enum AppExtensionTargetEnum { - AppPage = "APP_PAGE", - Popup = "POPUP", + AppPage = 'APP_PAGE', + Popup = 'POPUP' } /** @@ -709,7 +712,7 @@ export enum AppExtensionTargetEnum { * Requires one of the following permissions: MANAGE_APPS. */ export type AppFetchManifest = { - __typename?: "AppFetchManifest"; + __typename?: 'AppFetchManifest'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ appErrors: Array; errors: Array; @@ -717,21 +720,21 @@ export type AppFetchManifest = { }; export type AppFilterInput = { - isActive?: InputMaybe; - search?: InputMaybe; + isActive?: InputMaybe; + search?: InputMaybe; type?: InputMaybe; }; export type AppInput = { /** Name of the app. */ - name?: InputMaybe; + name?: InputMaybe; /** List of permission code names to assign to this app. */ permissions?: InputMaybe>; }; /** Install new app by using app manifest. Requires the following permissions: AUTHENTICATED_STAFF_USER and MANAGE_APPS. */ export type AppInstall = { - __typename?: "AppInstall"; + __typename?: 'AppInstall'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ appErrors: Array; appInstallation?: Maybe; @@ -740,34 +743,33 @@ export type AppInstall = { export type AppInstallInput = { /** Determine if app will be set active or not. */ - activateAfterInstallation?: InputMaybe; + activateAfterInstallation?: InputMaybe; /** Name of the app to install. */ - appName?: InputMaybe; + appName?: InputMaybe; /** Url to app's manifest in JSON format. */ - manifestUrl?: InputMaybe; + manifestUrl?: InputMaybe; /** List of permission code names to assign to this app. */ permissions?: InputMaybe>; }; /** Represents ongoing installation of app. */ -export type AppInstallation = Job & - Node & { - __typename?: "AppInstallation"; - appName: Scalars["String"]; - /** Created date time of job in ISO 8601 format. */ - createdAt: Scalars["DateTime"]; - id: Scalars["ID"]; - manifestUrl: Scalars["String"]; - /** Job message. */ - message?: Maybe; - /** Job status. */ - status: JobStatusEnum; - /** Date time of job last update in ISO 8601 format. */ - updatedAt: Scalars["DateTime"]; - }; +export type AppInstallation = Job & Node & { + __typename?: 'AppInstallation'; + appName: Scalars['String']; + /** Created date time of job in ISO 8601 format. */ + createdAt: Scalars['DateTime']; + id: Scalars['ID']; + manifestUrl: Scalars['String']; + /** Job message. */ + message?: Maybe; + /** Job status. */ + status: JobStatusEnum; + /** Date time of job last update in ISO 8601 format. */ + updatedAt: Scalars['DateTime']; +}; export type AppInstalled = Event & { - __typename?: "AppInstalled"; + __typename?: 'AppInstalled'; /** * The application the event relates to. * @@ -777,19 +779,19 @@ export type AppInstalled = Event & { */ app?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type AppManifestExtension = { - __typename?: "AppManifestExtension"; + __typename?: 'AppManifestExtension'; /** Label of the extension to show in the dashboard. */ - label: Scalars["String"]; + label: Scalars['String']; /** Place where given extension will be mounted. */ mount: AppExtensionMountEnum; /** List of the app extension's permissions. */ @@ -797,7 +799,7 @@ export type AppManifestExtension = { /** Type of way how app extension will be opened. */ target: AppExtensionTargetEnum; /** URL of a view where extension's iframe is placed. */ - url: Scalars["String"]; + url: Scalars['String']; }; /** @@ -806,7 +808,7 @@ export type AppManifestExtension = { * Requires one of the following permissions: MANAGE_APPS. */ export type AppRetryInstall = { - __typename?: "AppRetryInstall"; + __typename?: 'AppRetryInstall'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ appErrors: Array; appInstallation?: Maybe; @@ -815,9 +817,9 @@ export type AppRetryInstall = { export enum AppSortField { /** Sort apps by creation date. */ - CreationDate = "CREATION_DATE", + CreationDate = 'CREATION_DATE', /** Sort apps by name. */ - Name = "NAME", + Name = 'NAME' } export type AppSortingInput = { @@ -828,7 +830,7 @@ export type AppSortingInput = { }; export type AppStatusChanged = Event & { - __typename?: "AppStatusChanged"; + __typename?: 'AppStatusChanged'; /** * The application the event relates to. * @@ -838,23 +840,23 @@ export type AppStatusChanged = Event & { */ app?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** Represents token data. */ export type AppToken = Node & { - __typename?: "AppToken"; + __typename?: 'AppToken'; /** Last 4 characters of the token. */ - authToken?: Maybe; - id: Scalars["ID"]; + authToken?: Maybe; + id: Scalars['ID']; /** Name of the authenticated token. */ - name?: Maybe; + name?: Maybe; }; /** @@ -863,12 +865,12 @@ export type AppToken = Node & { * Requires one of the following permissions: MANAGE_APPS. */ export type AppTokenCreate = { - __typename?: "AppTokenCreate"; + __typename?: 'AppTokenCreate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ appErrors: Array; appToken?: Maybe; /** The newly created authentication token. */ - authToken?: Maybe; + authToken?: Maybe; errors: Array; }; @@ -878,7 +880,7 @@ export type AppTokenCreate = { * Requires one of the following permissions: MANAGE_APPS. */ export type AppTokenDelete = { - __typename?: "AppTokenDelete"; + __typename?: 'AppTokenDelete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ appErrors: Array; appToken?: Maybe; @@ -887,27 +889,27 @@ export type AppTokenDelete = { export type AppTokenInput = { /** ID of app. */ - app: Scalars["ID"]; + app: Scalars['ID']; /** Name of the token. */ - name?: InputMaybe; + name?: InputMaybe; }; /** Verify provided app token. */ export type AppTokenVerify = { - __typename?: "AppTokenVerify"; + __typename?: 'AppTokenVerify'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ appErrors: Array; errors: Array; /** Determine if token is valid or not. */ - valid: Scalars["Boolean"]; + valid: Scalars['Boolean']; }; /** Enum determining type of your App. */ export enum AppTypeEnum { /** Local Saleor App. The app is fully manageable from dashboard. You can change assigned permissions, add webhooks, or authentication token */ - Local = "LOCAL", + Local = 'LOCAL', /** Third party external App. Installation is fully automated. Saleor uses a defined App manifest to gather all required information. */ - Thirdparty = "THIRDPARTY", + Thirdparty = 'THIRDPARTY' } /** @@ -916,7 +918,7 @@ export enum AppTypeEnum { * Requires one of the following permissions: MANAGE_APPS. */ export type AppUpdate = { - __typename?: "AppUpdate"; + __typename?: 'AppUpdate'; app?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ appErrors: Array; @@ -924,7 +926,7 @@ export type AppUpdate = { }; export type AppUpdated = Event & { - __typename?: "AppUpdated"; + __typename?: 'AppUpdated'; /** * The application the event relates to. * @@ -934,23 +936,23 @@ export type AppUpdated = Event & { */ app?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** An enumeration. */ export enum AreaUnitsEnum { - SqCm = "SQ_CM", - SqFt = "SQ_FT", - SqInch = "SQ_INCH", - SqKm = "SQ_KM", - SqM = "SQ_M", - SqYd = "SQ_YD", + SqCm = 'SQ_CM', + SqFt = 'SQ_FT', + SqInch = 'SQ_INCH', + SqKm = 'SQ_KM', + SqM = 'SQ_M', + SqYd = 'SQ_YD' } /** @@ -959,7 +961,7 @@ export enum AreaUnitsEnum { * Requires one of the following permissions: MANAGE_MENUS, MANAGE_SETTINGS. */ export type AssignNavigation = { - __typename?: "AssignNavigation"; + __typename?: 'AssignNavigation'; errors: Array; /** Assigned navigation menu. */ menu?: Maybe; @@ -973,138 +975,145 @@ export type AssignNavigation = { * Added in Saleor 3.1. */ export type AssignedVariantAttribute = { - __typename?: "AssignedVariantAttribute"; + __typename?: 'AssignedVariantAttribute'; /** Attribute assigned to variant. */ attribute: Attribute; /** Determines, whether assigned attribute is allowed for variant selection. Supported variant types for variant selection are: ['dropdown', 'boolean', 'swatch', 'numeric'] */ - variantSelection: Scalars["Boolean"]; + variantSelection: Scalars['Boolean']; }; /** Custom attribute of a product. Attributes can be assigned to products and variants at the product type level. */ -export type Attribute = Node & - ObjectWithMetadata & { - __typename?: "Attribute"; - /** Whether the attribute can be displayed in the admin product list. Requires one of the following permissions: MANAGE_PAGES, MANAGE_PAGE_TYPES_AND_ATTRIBUTES, MANAGE_PRODUCTS, MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ - availableInGrid: Scalars["Boolean"]; - /** List of attribute's values. */ - choices?: Maybe; - /** The entity type which can be used as a reference. */ - entityType?: Maybe; - /** Whether the attribute can be filtered in dashboard. Requires one of the following permissions: MANAGE_PAGES, MANAGE_PAGE_TYPES_AND_ATTRIBUTES, MANAGE_PRODUCTS, MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ - filterableInDashboard: Scalars["Boolean"]; - /** Whether the attribute can be filtered in storefront. Requires one of the following permissions: MANAGE_PAGES, MANAGE_PAGE_TYPES_AND_ATTRIBUTES, MANAGE_PRODUCTS, MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ - filterableInStorefront: Scalars["Boolean"]; - id: Scalars["ID"]; - /** The input type to use for entering attribute values in the dashboard. */ - inputType?: Maybe; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - /** Name of an attribute displayed in the interface. */ - name?: Maybe; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - productTypes: ProductTypeCountableConnection; - productVariantTypes: ProductTypeCountableConnection; - /** Internal representation of an attribute name. */ - slug?: Maybe; - /** The position of the attribute in the storefront navigation (0 by default). Requires one of the following permissions: MANAGE_PAGES, MANAGE_PAGE_TYPES_AND_ATTRIBUTES, MANAGE_PRODUCTS, MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ - storefrontSearchPosition: Scalars["Int"]; - /** Returns translated attribute fields for the given language code. */ - translation?: Maybe; - /** The attribute type. */ - type?: Maybe; - /** The unit of attribute values. */ - unit?: Maybe; - /** Whether the attribute requires values to be passed or not. Requires one of the following permissions: MANAGE_PAGES, MANAGE_PAGE_TYPES_AND_ATTRIBUTES, MANAGE_PRODUCTS, MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ - valueRequired: Scalars["Boolean"]; - /** Whether the attribute should be visible or not in storefront. Requires one of the following permissions: MANAGE_PAGES, MANAGE_PAGE_TYPES_AND_ATTRIBUTES, MANAGE_PRODUCTS, MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ - visibleInStorefront: Scalars["Boolean"]; - /** Flag indicating that attribute has predefined choices. */ - withChoices: Scalars["Boolean"]; - }; +export type Attribute = Node & ObjectWithMetadata & { + __typename?: 'Attribute'; + /** Whether the attribute can be displayed in the admin product list. Requires one of the following permissions: MANAGE_PAGES, MANAGE_PAGE_TYPES_AND_ATTRIBUTES, MANAGE_PRODUCTS, MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ + availableInGrid: Scalars['Boolean']; + /** List of attribute's values. */ + choices?: Maybe; + /** The entity type which can be used as a reference. */ + entityType?: Maybe; + /** Whether the attribute can be filtered in dashboard. Requires one of the following permissions: MANAGE_PAGES, MANAGE_PAGE_TYPES_AND_ATTRIBUTES, MANAGE_PRODUCTS, MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ + filterableInDashboard: Scalars['Boolean']; + /** Whether the attribute can be filtered in storefront. Requires one of the following permissions: MANAGE_PAGES, MANAGE_PAGE_TYPES_AND_ATTRIBUTES, MANAGE_PRODUCTS, MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ + filterableInStorefront: Scalars['Boolean']; + id: Scalars['ID']; + /** The input type to use for entering attribute values in the dashboard. */ + inputType?: Maybe; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + /** Name of an attribute displayed in the interface. */ + name?: Maybe; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + productTypes: ProductTypeCountableConnection; + productVariantTypes: ProductTypeCountableConnection; + /** Internal representation of an attribute name. */ + slug?: Maybe; + /** The position of the attribute in the storefront navigation (0 by default). Requires one of the following permissions: MANAGE_PAGES, MANAGE_PAGE_TYPES_AND_ATTRIBUTES, MANAGE_PRODUCTS, MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ + storefrontSearchPosition: Scalars['Int']; + /** Returns translated attribute fields for the given language code. */ + translation?: Maybe; + /** The attribute type. */ + type?: Maybe; + /** The unit of attribute values. */ + unit?: Maybe; + /** Whether the attribute requires values to be passed or not. Requires one of the following permissions: MANAGE_PAGES, MANAGE_PAGE_TYPES_AND_ATTRIBUTES, MANAGE_PRODUCTS, MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ + valueRequired: Scalars['Boolean']; + /** Whether the attribute should be visible or not in storefront. Requires one of the following permissions: MANAGE_PAGES, MANAGE_PAGE_TYPES_AND_ATTRIBUTES, MANAGE_PRODUCTS, MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ + visibleInStorefront: Scalars['Boolean']; + /** Flag indicating that attribute has predefined choices. */ + withChoices: Scalars['Boolean']; +}; + /** Custom attribute of a product. Attributes can be assigned to products and variants at the product type level. */ export type AttributeChoicesArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + /** Custom attribute of a product. Attributes can be assigned to products and variants at the product type level. */ export type AttributeMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Custom attribute of a product. Attributes can be assigned to products and variants at the product type level. */ export type AttributeMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Custom attribute of a product. Attributes can be assigned to products and variants at the product type level. */ export type AttributePrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Custom attribute of a product. Attributes can be assigned to products and variants at the product type level. */ export type AttributePrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Custom attribute of a product. Attributes can be assigned to products and variants at the product type level. */ export type AttributeProductTypesArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Custom attribute of a product. Attributes can be assigned to products and variants at the product type level. */ export type AttributeProductVariantTypesArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Custom attribute of a product. Attributes can be assigned to products and variants at the product type level. */ export type AttributeTranslationArgs = { languageCode: LanguageCodeEnum; @@ -1116,19 +1125,19 @@ export type AttributeTranslationArgs = { * Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. */ export type AttributeBulkDelete = { - __typename?: "AttributeBulkDelete"; + __typename?: 'AttributeBulkDelete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ attributeErrors: Array; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; }; export enum AttributeChoicesSortField { /** Sort attribute choice by name. */ - Name = "NAME", + Name = 'NAME', /** Sort attribute choice by slug. */ - Slug = "SLUG", + Slug = 'SLUG' } export type AttributeChoicesSortingInput = { @@ -1139,25 +1148,25 @@ export type AttributeChoicesSortingInput = { }; export type AttributeCountableConnection = { - __typename?: "AttributeCountableConnection"; + __typename?: 'AttributeCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type AttributeCountableEdge = { - __typename?: "AttributeCountableEdge"; + __typename?: 'AttributeCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Attribute; }; /** Creates an attribute. */ export type AttributeCreate = { - __typename?: "AttributeCreate"; + __typename?: 'AttributeCreate'; attribute?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ attributeErrors: Array; @@ -1166,33 +1175,33 @@ export type AttributeCreate = { export type AttributeCreateInput = { /** Whether the attribute can be displayed in the admin product list. */ - availableInGrid?: InputMaybe; + availableInGrid?: InputMaybe; /** The entity type which can be used as a reference. */ entityType?: InputMaybe; /** Whether the attribute can be filtered in dashboard. */ - filterableInDashboard?: InputMaybe; + filterableInDashboard?: InputMaybe; /** Whether the attribute can be filtered in storefront. */ - filterableInStorefront?: InputMaybe; + filterableInStorefront?: InputMaybe; /** The input type to use for entering attribute values in the dashboard. */ inputType?: InputMaybe; /** Whether the attribute is for variants only. */ - isVariantOnly?: InputMaybe; + isVariantOnly?: InputMaybe; /** Name of an attribute displayed in the interface. */ - name: Scalars["String"]; + name: Scalars['String']; /** Internal representation of an attribute name. */ - slug?: InputMaybe; + slug?: InputMaybe; /** The position of the attribute in the storefront navigation (0 by default). */ - storefrontSearchPosition?: InputMaybe; + storefrontSearchPosition?: InputMaybe; /** The attribute type. */ type: AttributeTypeEnum; /** The unit of attribute values. */ unit?: InputMaybe; /** Whether the attribute requires values to be passed or not. */ - valueRequired?: InputMaybe; + valueRequired?: InputMaybe; /** List of attribute's values. */ values?: InputMaybe>; /** Whether the attribute should be visible or not in storefront. */ - visibleInStorefront?: InputMaybe; + visibleInStorefront?: InputMaybe; }; /** @@ -1201,7 +1210,7 @@ export type AttributeCreateInput = { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type AttributeDelete = { - __typename?: "AttributeDelete"; + __typename?: 'AttributeDelete'; attribute?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ attributeErrors: Array; @@ -1210,78 +1219,78 @@ export type AttributeDelete = { /** An enumeration. */ export enum AttributeEntityTypeEnum { - Page = "PAGE", - Product = "PRODUCT", + Page = 'PAGE', + Product = 'PRODUCT' } export type AttributeError = { - __typename?: "AttributeError"; + __typename?: 'AttributeError'; /** The error code. */ code: AttributeErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum AttributeErrorCode { - AlreadyExists = "ALREADY_EXISTS", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - Required = "REQUIRED", - Unique = "UNIQUE", + AlreadyExists = 'ALREADY_EXISTS', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED', + Unique = 'UNIQUE' } export type AttributeFilterInput = { - availableInGrid?: InputMaybe; + availableInGrid?: InputMaybe; /** * Specifies the channel by which the data should be filtered. * * DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. */ - channel?: InputMaybe; - filterableInDashboard?: InputMaybe; - filterableInStorefront?: InputMaybe; - ids?: InputMaybe>; - inCategory?: InputMaybe; - inCollection?: InputMaybe; - isVariantOnly?: InputMaybe; + channel?: InputMaybe; + filterableInDashboard?: InputMaybe; + filterableInStorefront?: InputMaybe; + ids?: InputMaybe>; + inCategory?: InputMaybe; + inCollection?: InputMaybe; + isVariantOnly?: InputMaybe; metadata?: InputMaybe>; - search?: InputMaybe; + search?: InputMaybe; type?: InputMaybe; - valueRequired?: InputMaybe; - visibleInStorefront?: InputMaybe; + valueRequired?: InputMaybe; + visibleInStorefront?: InputMaybe; }; export type AttributeInput = { /** The boolean value of the attribute. */ - boolean?: InputMaybe; + boolean?: InputMaybe; /** The date range that the returned values should be in. In case of date/time attributes, the UTC midnight of the given date is used. */ date?: InputMaybe; /** The date/time range that the returned values should be in. */ dateTime?: InputMaybe; /** Internal representation of an attribute name. */ - slug: Scalars["String"]; + slug: Scalars['String']; /** Internal representation of a value (unique per attribute). */ - values?: InputMaybe>; + values?: InputMaybe>; /** The range that the returned values should be in. */ valuesRange?: InputMaybe; }; /** An enumeration. */ export enum AttributeInputTypeEnum { - Boolean = "BOOLEAN", - Date = "DATE", - DateTime = "DATE_TIME", - Dropdown = "DROPDOWN", - File = "FILE", - Multiselect = "MULTISELECT", - Numeric = "NUMERIC", - Reference = "REFERENCE", - RichText = "RICH_TEXT", - Swatch = "SWATCH", + Boolean = 'BOOLEAN', + Date = 'DATE', + DateTime = 'DATE_TIME', + Dropdown = 'DROPDOWN', + File = 'FILE', + Multiselect = 'MULTISELECT', + Numeric = 'NUMERIC', + Reference = 'REFERENCE', + RichText = 'RICH_TEXT', + Swatch = 'SWATCH' } /** @@ -1290,7 +1299,7 @@ export enum AttributeInputTypeEnum { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type AttributeReorderValues = { - __typename?: "AttributeReorderValues"; + __typename?: 'AttributeReorderValues'; /** Attribute from which values are reordered. */ attribute?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -1300,23 +1309,23 @@ export type AttributeReorderValues = { export enum AttributeSortField { /** Sort attributes based on whether they can be displayed or not in a product grid. */ - AvailableInGrid = "AVAILABLE_IN_GRID", + AvailableInGrid = 'AVAILABLE_IN_GRID', /** Sort attributes by the filterable in dashboard flag */ - FilterableInDashboard = "FILTERABLE_IN_DASHBOARD", + FilterableInDashboard = 'FILTERABLE_IN_DASHBOARD', /** Sort attributes by the filterable in storefront flag */ - FilterableInStorefront = "FILTERABLE_IN_STOREFRONT", + FilterableInStorefront = 'FILTERABLE_IN_STOREFRONT', /** Sort attributes by the variant only flag */ - IsVariantOnly = "IS_VARIANT_ONLY", + IsVariantOnly = 'IS_VARIANT_ONLY', /** Sort attributes by name */ - Name = "NAME", + Name = 'NAME', /** Sort attributes by slug */ - Slug = "SLUG", + Slug = 'SLUG', /** Sort attributes by their position in storefront */ - StorefrontSearchPosition = "STOREFRONT_SEARCH_POSITION", + StorefrontSearchPosition = 'STOREFRONT_SEARCH_POSITION', /** Sort attributes by the value required flag */ - ValueRequired = "VALUE_REQUIRED", + ValueRequired = 'VALUE_REQUIRED', /** Sort attributes by visibility in the storefront */ - VisibleInStorefront = "VISIBLE_IN_STOREFRONT", + VisibleInStorefront = 'VISIBLE_IN_STOREFRONT' } export type AttributeSortingInput = { @@ -1327,18 +1336,19 @@ export type AttributeSortingInput = { }; export type AttributeTranslatableContent = Node & { - __typename?: "AttributeTranslatableContent"; + __typename?: 'AttributeTranslatableContent'; /** * Custom attribute of a product. * @deprecated This field will be removed in Saleor 4.0. Get model fields from the root level queries. */ attribute?: Maybe; - id: Scalars["ID"]; - name: Scalars["String"]; + id: Scalars['ID']; + name: Scalars['String']; /** Returns translated attribute fields for the given language code. */ translation?: Maybe; }; + export type AttributeTranslatableContentTranslationArgs = { languageCode: LanguageCodeEnum; }; @@ -1349,7 +1359,7 @@ export type AttributeTranslatableContentTranslationArgs = { * Requires one of the following permissions: MANAGE_TRANSLATIONS. */ export type AttributeTranslate = { - __typename?: "AttributeTranslate"; + __typename?: 'AttributeTranslate'; attribute?: Maybe; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -1357,17 +1367,17 @@ export type AttributeTranslate = { }; export type AttributeTranslation = Node & { - __typename?: "AttributeTranslation"; - id: Scalars["ID"]; + __typename?: 'AttributeTranslation'; + id: Scalars['ID']; /** Translation language. */ language: LanguageDisplay; - name: Scalars["String"]; + name: Scalars['String']; }; /** An enumeration. */ export enum AttributeTypeEnum { - PageType = "PAGE_TYPE", - ProductType = "PRODUCT_TYPE", + PageType = 'PAGE_TYPE', + ProductType = 'PRODUCT_TYPE' } /** @@ -1376,7 +1386,7 @@ export enum AttributeTypeEnum { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type AttributeUpdate = { - __typename?: "AttributeUpdate"; + __typename?: 'AttributeUpdate'; attribute?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ attributeErrors: Array; @@ -1387,61 +1397,62 @@ export type AttributeUpdateInput = { /** New values to be created for this attribute. */ addValues?: InputMaybe>; /** Whether the attribute can be displayed in the admin product list. */ - availableInGrid?: InputMaybe; + availableInGrid?: InputMaybe; /** Whether the attribute can be filtered in dashboard. */ - filterableInDashboard?: InputMaybe; + filterableInDashboard?: InputMaybe; /** Whether the attribute can be filtered in storefront. */ - filterableInStorefront?: InputMaybe; + filterableInStorefront?: InputMaybe; /** Whether the attribute is for variants only. */ - isVariantOnly?: InputMaybe; + isVariantOnly?: InputMaybe; /** Name of an attribute displayed in the interface. */ - name?: InputMaybe; + name?: InputMaybe; /** IDs of values to be removed from this attribute. */ - removeValues?: InputMaybe>; + removeValues?: InputMaybe>; /** Internal representation of an attribute name. */ - slug?: InputMaybe; + slug?: InputMaybe; /** The position of the attribute in the storefront navigation (0 by default). */ - storefrontSearchPosition?: InputMaybe; + storefrontSearchPosition?: InputMaybe; /** The unit of attribute values. */ unit?: InputMaybe; /** Whether the attribute requires values to be passed or not. */ - valueRequired?: InputMaybe; + valueRequired?: InputMaybe; /** Whether the attribute should be visible or not in storefront. */ - visibleInStorefront?: InputMaybe; + visibleInStorefront?: InputMaybe; }; /** Represents a value of an attribute. */ export type AttributeValue = Node & { - __typename?: "AttributeValue"; + __typename?: 'AttributeValue'; /** Represents the boolean value of the attribute value. */ - boolean?: Maybe; + boolean?: Maybe; /** Represents the date value of the attribute value. */ - date?: Maybe; + date?: Maybe; /** Represents the date/time value of the attribute value. */ - dateTime?: Maybe; + dateTime?: Maybe; /** Represents file URL and content type (if attribute value is a file). */ file?: Maybe; - id: Scalars["ID"]; + id: Scalars['ID']; /** The input type to use for entering attribute values in the dashboard. */ inputType?: Maybe; /** Name of a value displayed in the interface. */ - name?: Maybe; + name?: Maybe; /** The ID of the attribute reference. */ - reference?: Maybe; + reference?: Maybe; /** * Represents the text of the attribute value, includes formatting. * * Rich text format. For reference see https://editorjs.io/ */ - richText?: Maybe; + richText?: Maybe; /** Internal representation of a value (unique per attribute). */ - slug?: Maybe; + slug?: Maybe; /** Returns translated attribute value fields for the given language code. */ translation?: Maybe; /** Represent value of the attribute value (e.g. color values for swatch attributes). */ - value?: Maybe; + value?: Maybe; }; + /** Represents a value of an attribute. */ export type AttributeValueTranslationArgs = { languageCode: LanguageCodeEnum; @@ -1453,27 +1464,27 @@ export type AttributeValueTranslationArgs = { * Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. */ export type AttributeValueBulkDelete = { - __typename?: "AttributeValueBulkDelete"; + __typename?: 'AttributeValueBulkDelete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ attributeErrors: Array; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; }; export type AttributeValueCountableConnection = { - __typename?: "AttributeValueCountableConnection"; + __typename?: 'AttributeValueCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type AttributeValueCountableEdge = { - __typename?: "AttributeValueCountableEdge"; + __typename?: 'AttributeValueCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: AttributeValue; }; @@ -1484,7 +1495,7 @@ export type AttributeValueCountableEdge = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type AttributeValueCreate = { - __typename?: "AttributeValueCreate"; + __typename?: 'AttributeValueCreate'; /** The updated attribute. */ attribute?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -1495,19 +1506,19 @@ export type AttributeValueCreate = { export type AttributeValueCreateInput = { /** File content type. */ - contentType?: InputMaybe; + contentType?: InputMaybe; /** URL of the file attribute. Every time, a new value is created. */ - fileUrl?: InputMaybe; + fileUrl?: InputMaybe; /** Name of a value displayed in the interface. */ - name: Scalars["String"]; + name: Scalars['String']; /** * Represents the text of the attribute value, includes formatting. * * Rich text format. For reference see https://editorjs.io/ */ - richText?: InputMaybe; + richText?: InputMaybe; /** Represent value of the attribute value (e.g. color values for swatch attributes). */ - value?: InputMaybe; + value?: InputMaybe; }; /** @@ -1516,7 +1527,7 @@ export type AttributeValueCreateInput = { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type AttributeValueDelete = { - __typename?: "AttributeValueDelete"; + __typename?: 'AttributeValueDelete'; /** The updated attribute. */ attribute?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -1526,50 +1537,51 @@ export type AttributeValueDelete = { }; export type AttributeValueFilterInput = { - ids?: InputMaybe>; - search?: InputMaybe; + ids?: InputMaybe>; + search?: InputMaybe; }; export type AttributeValueInput = { /** Represents the boolean value of the attribute value. */ - boolean?: InputMaybe; + boolean?: InputMaybe; /** File content type. */ - contentType?: InputMaybe; + contentType?: InputMaybe; /** Represents the date value of the attribute value. */ - date?: InputMaybe; + date?: InputMaybe; /** Represents the date/time value of the attribute value. */ - dateTime?: InputMaybe; + dateTime?: InputMaybe; /** URL of the file attribute. Every time, a new value is created. */ - file?: InputMaybe; + file?: InputMaybe; /** ID of the selected attribute. */ - id?: InputMaybe; + id?: InputMaybe; /** List of entity IDs that will be used as references. */ - references?: InputMaybe>; + references?: InputMaybe>; /** Text content in JSON format. */ - richText?: InputMaybe; + richText?: InputMaybe; /** The value or slug of an attribute to resolve. If the passed value is non-existent, it will be created. */ - values?: InputMaybe>; + values?: InputMaybe>; }; export type AttributeValueTranslatableContent = Node & { - __typename?: "AttributeValueTranslatableContent"; + __typename?: 'AttributeValueTranslatableContent'; /** * Represents a value of an attribute. * @deprecated This field will be removed in Saleor 4.0. Get model fields from the root level queries. */ attributeValue?: Maybe; - id: Scalars["ID"]; - name: Scalars["String"]; + id: Scalars['ID']; + name: Scalars['String']; /** * Attribute value. * * Rich text format. For reference see https://editorjs.io/ */ - richText?: Maybe; + richText?: Maybe; /** Returns translated attribute value fields for the given language code. */ translation?: Maybe; }; + export type AttributeValueTranslatableContentTranslationArgs = { languageCode: LanguageCodeEnum; }; @@ -1580,7 +1592,7 @@ export type AttributeValueTranslatableContentTranslationArgs = { * Requires one of the following permissions: MANAGE_TRANSLATIONS. */ export type AttributeValueTranslate = { - __typename?: "AttributeValueTranslate"; + __typename?: 'AttributeValueTranslate'; attributeValue?: Maybe; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -1588,27 +1600,27 @@ export type AttributeValueTranslate = { }; export type AttributeValueTranslation = Node & { - __typename?: "AttributeValueTranslation"; - id: Scalars["ID"]; + __typename?: 'AttributeValueTranslation'; + id: Scalars['ID']; /** Translation language. */ language: LanguageDisplay; - name: Scalars["String"]; + name: Scalars['String']; /** * Attribute value. * * Rich text format. For reference see https://editorjs.io/ */ - richText?: Maybe; + richText?: Maybe; }; export type AttributeValueTranslationInput = { - name?: InputMaybe; + name?: InputMaybe; /** * Translated text. * * Rich text format. For reference see https://editorjs.io/ */ - richText?: InputMaybe; + richText?: InputMaybe; }; /** @@ -1617,7 +1629,7 @@ export type AttributeValueTranslationInput = { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type AttributeValueUpdate = { - __typename?: "AttributeValueUpdate"; + __typename?: 'AttributeValueUpdate'; /** The updated attribute. */ attribute?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -1628,215 +1640,223 @@ export type AttributeValueUpdate = { export type AttributeValueUpdateInput = { /** File content type. */ - contentType?: InputMaybe; + contentType?: InputMaybe; /** URL of the file attribute. Every time, a new value is created. */ - fileUrl?: InputMaybe; + fileUrl?: InputMaybe; /** Name of a value displayed in the interface. */ - name?: InputMaybe; + name?: InputMaybe; /** * Represents the text of the attribute value, includes formatting. * * Rich text format. For reference see https://editorjs.io/ */ - richText?: InputMaybe; + richText?: InputMaybe; /** Represent value of the attribute value (e.g. color values for swatch attributes). */ - value?: InputMaybe; + value?: InputMaybe; }; export type BulkAttributeValueInput = { /** The boolean value of an attribute to resolve. If the passed value is non-existent, it will be created. */ - boolean?: InputMaybe; + boolean?: InputMaybe; /** ID of the selected attribute. */ - id?: InputMaybe; + id?: InputMaybe; /** The value or slug of an attribute to resolve. If the passed value is non-existent, it will be created. */ - values?: InputMaybe>; + values?: InputMaybe>; }; export type BulkProductError = { - __typename?: "BulkProductError"; + __typename?: 'BulkProductError'; /** List of attributes IDs which causes the error. */ - attributes?: Maybe>; + attributes?: Maybe>; /** List of channel IDs which causes the error. */ - channels?: Maybe>; + channels?: Maybe>; /** The error code. */ code: ProductErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** Index of an input list item that caused the error. */ - index?: Maybe; + index?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of attribute values IDs which causes the error. */ - values?: Maybe>; + values?: Maybe>; /** List of warehouse IDs which causes the error. */ - warehouses?: Maybe>; + warehouses?: Maybe>; }; export type BulkStockError = { - __typename?: "BulkStockError"; + __typename?: 'BulkStockError'; /** List of attributes IDs which causes the error. */ - attributes?: Maybe>; + attributes?: Maybe>; /** The error code. */ code: ProductErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** Index of an input list item that caused the error. */ - index?: Maybe; + index?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of attribute values IDs which causes the error. */ - values?: Maybe>; + values?: Maybe>; }; export type CardInput = { /** Payment method nonce, a token returned by the appropriate provider's SDK. */ - code: Scalars["String"]; + code: Scalars['String']; /** Card security code. */ - cvc?: InputMaybe; + cvc?: InputMaybe; /** Information about currency and amount. */ money: MoneyInput; }; export type CatalogueInput = { /** Categories related to the discount. */ - categories?: InputMaybe>; + categories?: InputMaybe>; /** Collections related to the discount. */ - collections?: InputMaybe>; + collections?: InputMaybe>; /** Products related to the discount. */ - products?: InputMaybe>; + products?: InputMaybe>; /** * Product variant related to the discount. * * Added in Saleor 3.1. */ - variants?: InputMaybe>; + variants?: InputMaybe>; }; /** Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront. */ -export type Category = Node & - ObjectWithMetadata & { - __typename?: "Category"; - /** List of ancestors of the category. */ - ancestors?: Maybe; - backgroundImage?: Maybe; - /** List of children of the category. */ - children?: Maybe; - /** - * Description of the category. - * - * Rich text format. For reference see https://editorjs.io/ - */ - description?: Maybe; - /** - * Description of the category. - * - * Rich text format. For reference see https://editorjs.io/ - * @deprecated This field will be removed in Saleor 4.0. Use the `description` field instead. - */ - descriptionJson?: Maybe; - id: Scalars["ID"]; - level: Scalars["Int"]; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - name: Scalars["String"]; - parent?: Maybe; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** List of products in the category. Requires the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. */ - products?: Maybe; - seoDescription?: Maybe; - seoTitle?: Maybe; - slug: Scalars["String"]; - /** Returns translated category fields for the given language code. */ - translation?: Maybe; - }; +export type Category = Node & ObjectWithMetadata & { + __typename?: 'Category'; + /** List of ancestors of the category. */ + ancestors?: Maybe; + backgroundImage?: Maybe; + /** List of children of the category. */ + children?: Maybe; + /** + * Description of the category. + * + * Rich text format. For reference see https://editorjs.io/ + */ + description?: Maybe; + /** + * Description of the category. + * + * Rich text format. For reference see https://editorjs.io/ + * @deprecated This field will be removed in Saleor 4.0. Use the `description` field instead. + */ + descriptionJson?: Maybe; + id: Scalars['ID']; + level: Scalars['Int']; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + name: Scalars['String']; + parent?: Maybe; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** List of products in the category. Requires the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. */ + products?: Maybe; + seoDescription?: Maybe; + seoTitle?: Maybe; + slug: Scalars['String']; + /** Returns translated category fields for the given language code. */ + translation?: Maybe; +}; + /** Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront. */ export type CategoryAncestorsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront. */ export type CategoryBackgroundImageArgs = { - size?: InputMaybe; + size?: InputMaybe; }; + /** Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront. */ export type CategoryChildrenArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront. */ export type CategoryMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront. */ export type CategoryMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront. */ export type CategoryPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront. */ export type CategoryPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront. */ export type CategoryProductsArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront. */ export type CategoryTranslationArgs = { languageCode: LanguageCodeEnum; @@ -1848,27 +1868,27 @@ export type CategoryTranslationArgs = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type CategoryBulkDelete = { - __typename?: "CategoryBulkDelete"; + __typename?: 'CategoryBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; }; export type CategoryCountableConnection = { - __typename?: "CategoryCountableConnection"; + __typename?: 'CategoryCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type CategoryCountableEdge = { - __typename?: "CategoryCountableEdge"; + __typename?: 'CategoryCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Category; }; @@ -1879,7 +1899,7 @@ export type CategoryCountableEdge = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type CategoryCreate = { - __typename?: "CategoryCreate"; + __typename?: 'CategoryCreate'; category?: Maybe; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -1887,7 +1907,7 @@ export type CategoryCreate = { }; export type CategoryCreated = Event & { - __typename?: "CategoryCreated"; + __typename?: 'CategoryCreated'; /** * The category the event relates to. * @@ -1897,13 +1917,13 @@ export type CategoryCreated = Event & { */ category?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -1912,7 +1932,7 @@ export type CategoryCreated = Event & { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type CategoryDelete = { - __typename?: "CategoryDelete"; + __typename?: 'CategoryDelete'; category?: Maybe; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -1920,7 +1940,7 @@ export type CategoryDelete = { }; export type CategoryDeleted = Event & { - __typename?: "CategoryDeleted"; + __typename?: 'CategoryDeleted'; /** * The category the event relates to. * @@ -1930,47 +1950,47 @@ export type CategoryDeleted = Event & { */ category?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type CategoryFilterInput = { - ids?: InputMaybe>; + ids?: InputMaybe>; metadata?: InputMaybe>; - search?: InputMaybe; + search?: InputMaybe; }; export type CategoryInput = { /** Background image file. */ - backgroundImage?: InputMaybe; + backgroundImage?: InputMaybe; /** Alt text for a product media. */ - backgroundImageAlt?: InputMaybe; + backgroundImageAlt?: InputMaybe; /** * Category description. * * Rich text format. For reference see https://editorjs.io/ */ - description?: InputMaybe; + description?: InputMaybe; /** Category name. */ - name?: InputMaybe; + name?: InputMaybe; /** Search engine optimization fields. */ seo?: InputMaybe; /** Category slug. */ - slug?: InputMaybe; + slug?: InputMaybe; }; export enum CategorySortField { /** Sort categories by name. */ - Name = "NAME", + Name = 'NAME', /** Sort categories by product count. */ - ProductCount = "PRODUCT_COUNT", + ProductCount = 'PRODUCT_COUNT', /** Sort categories by subcategory count. */ - SubcategoryCount = "SUBCATEGORY_COUNT", + SubcategoryCount = 'SUBCATEGORY_COUNT' } export type CategorySortingInput = { @@ -1979,7 +1999,7 @@ export type CategorySortingInput = { * * DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. */ - channel?: InputMaybe; + channel?: InputMaybe; /** Specifies the direction in which to sort products. */ direction: OrderDirection; /** Sort categories by the selected field. */ @@ -1987,7 +2007,7 @@ export type CategorySortingInput = { }; export type CategoryTranslatableContent = Node & { - __typename?: "CategoryTranslatableContent"; + __typename?: 'CategoryTranslatableContent'; /** * Represents a single category of products. * @deprecated This field will be removed in Saleor 4.0. Get model fields from the root level queries. @@ -1998,22 +2018,23 @@ export type CategoryTranslatableContent = Node & { * * Rich text format. For reference see https://editorjs.io/ */ - description?: Maybe; + description?: Maybe; /** * Description of the category. * * Rich text format. For reference see https://editorjs.io/ * @deprecated This field will be removed in Saleor 4.0. Use the `description` field instead. */ - descriptionJson?: Maybe; - id: Scalars["ID"]; - name: Scalars["String"]; - seoDescription?: Maybe; - seoTitle?: Maybe; + descriptionJson?: Maybe; + id: Scalars['ID']; + name: Scalars['String']; + seoDescription?: Maybe; + seoTitle?: Maybe; /** Returns translated category fields for the given language code. */ translation?: Maybe; }; + export type CategoryTranslatableContentTranslationArgs = { languageCode: LanguageCodeEnum; }; @@ -2024,7 +2045,7 @@ export type CategoryTranslatableContentTranslationArgs = { * Requires one of the following permissions: MANAGE_TRANSLATIONS. */ export type CategoryTranslate = { - __typename?: "CategoryTranslate"; + __typename?: 'CategoryTranslate'; category?: Maybe; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2032,26 +2053,26 @@ export type CategoryTranslate = { }; export type CategoryTranslation = Node & { - __typename?: "CategoryTranslation"; + __typename?: 'CategoryTranslation'; /** * Translated description of the category. * * Rich text format. For reference see https://editorjs.io/ */ - description?: Maybe; + description?: Maybe; /** * Translated description of the category. * * Rich text format. For reference see https://editorjs.io/ * @deprecated This field will be removed in Saleor 4.0. Use the `description` field instead. */ - descriptionJson?: Maybe; - id: Scalars["ID"]; + descriptionJson?: Maybe; + id: Scalars['ID']; /** Translation language. */ language: LanguageDisplay; - name?: Maybe; - seoDescription?: Maybe; - seoTitle?: Maybe; + name?: Maybe; + seoDescription?: Maybe; + seoTitle?: Maybe; }; /** @@ -2060,7 +2081,7 @@ export type CategoryTranslation = Node & { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type CategoryUpdate = { - __typename?: "CategoryUpdate"; + __typename?: 'CategoryUpdate'; category?: Maybe; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2068,7 +2089,7 @@ export type CategoryUpdate = { }; export type CategoryUpdated = Event & { - __typename?: "CategoryUpdated"; + __typename?: 'CategoryUpdated'; /** * The category the event relates to. * @@ -2078,19 +2099,19 @@ export type CategoryUpdated = Event & { */ category?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** Represents channel. */ export type Channel = Node & { - __typename?: "Channel"; - currencyCode: Scalars["String"]; + __typename?: 'Channel'; + currencyCode: Scalars['String']; /** * Default country for the channel. Default country can be used in checkout to determine the stock quantities or calculate taxes when the country was not explicitly provided. * @@ -2102,11 +2123,11 @@ export type Channel = Node & { * * Requires one of the following permissions: MANAGE_CHANNELS. */ - hasOrders: Scalars["Boolean"]; - id: Scalars["ID"]; - isActive: Scalars["Boolean"]; - name: Scalars["String"]; - slug: Scalars["String"]; + hasOrders: Scalars['Boolean']; + id: Scalars['ID']; + isActive: Scalars['Boolean']; + name: Scalars['String']; + slug: Scalars['String']; }; /** @@ -2115,7 +2136,7 @@ export type Channel = Node & { * Requires one of the following permissions: MANAGE_CHANNELS. */ export type ChannelActivate = { - __typename?: "ChannelActivate"; + __typename?: 'ChannelActivate'; /** Activated channel. */ channel?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2129,7 +2150,7 @@ export type ChannelActivate = { * Requires one of the following permissions: MANAGE_CHANNELS. */ export type ChannelCreate = { - __typename?: "ChannelCreate"; + __typename?: 'ChannelCreate'; channel?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ channelErrors: Array; @@ -2138,9 +2159,9 @@ export type ChannelCreate = { export type ChannelCreateInput = { /** List of shipping zones to assign to the channel. */ - addShippingZones?: InputMaybe>; + addShippingZones?: InputMaybe>; /** Currency of the channel. */ - currencyCode: Scalars["String"]; + currencyCode: Scalars['String']; /** * Default country for the channel. Default country can be used in checkout to determine the stock quantities or calculate taxes when the country was not explicitly provided. * @@ -2148,15 +2169,15 @@ export type ChannelCreateInput = { */ defaultCountry: CountryCode; /** isActive flag. */ - isActive?: InputMaybe; + isActive?: InputMaybe; /** Name of the channel. */ - name: Scalars["String"]; + name: Scalars['String']; /** Slug of the channel. */ - slug: Scalars["String"]; + slug: Scalars['String']; }; export type ChannelCreated = Event & { - __typename?: "ChannelCreated"; + __typename?: 'ChannelCreated'; /** * The channel the event relates to. * @@ -2166,13 +2187,13 @@ export type ChannelCreated = Event & { */ channel?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -2181,7 +2202,7 @@ export type ChannelCreated = Event & { * Requires one of the following permissions: MANAGE_CHANNELS. */ export type ChannelDeactivate = { - __typename?: "ChannelDeactivate"; + __typename?: 'ChannelDeactivate'; /** Deactivated channel. */ channel?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2195,7 +2216,7 @@ export type ChannelDeactivate = { * Requires one of the following permissions: MANAGE_CHANNELS. */ export type ChannelDelete = { - __typename?: "ChannelDelete"; + __typename?: 'ChannelDelete'; channel?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ channelErrors: Array; @@ -2204,11 +2225,11 @@ export type ChannelDelete = { export type ChannelDeleteInput = { /** ID of channel to migrate orders from origin channel. */ - channelId: Scalars["ID"]; + channelId: Scalars['ID']; }; export type ChannelDeleted = Event & { - __typename?: "ChannelDeleted"; + __typename?: 'ChannelDeleted'; /** * The channel the event relates to. * @@ -2218,42 +2239,42 @@ export type ChannelDeleted = Event & { */ channel?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type ChannelError = { - __typename?: "ChannelError"; + __typename?: 'ChannelError'; /** The error code. */ code: ChannelErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of shipping zone IDs which causes the error. */ - shippingZones?: Maybe>; + shippingZones?: Maybe>; }; /** An enumeration. */ export enum ChannelErrorCode { - AlreadyExists = "ALREADY_EXISTS", - ChannelsCurrencyMustBeTheSame = "CHANNELS_CURRENCY_MUST_BE_THE_SAME", - ChannelWithOrders = "CHANNEL_WITH_ORDERS", - DuplicatedInputItem = "DUPLICATED_INPUT_ITEM", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - Required = "REQUIRED", - Unique = "UNIQUE", + AlreadyExists = 'ALREADY_EXISTS', + ChannelsCurrencyMustBeTheSame = 'CHANNELS_CURRENCY_MUST_BE_THE_SAME', + ChannelWithOrders = 'CHANNEL_WITH_ORDERS', + DuplicatedInputItem = 'DUPLICATED_INPUT_ITEM', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED', + Unique = 'UNIQUE' } export type ChannelStatusChanged = Event & { - __typename?: "ChannelStatusChanged"; + __typename?: 'ChannelStatusChanged'; /** * The channel the event relates to. * @@ -2263,13 +2284,13 @@ export type ChannelStatusChanged = Event & { */ channel?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -2278,7 +2299,7 @@ export type ChannelStatusChanged = Event & { * Requires one of the following permissions: MANAGE_CHANNELS. */ export type ChannelUpdate = { - __typename?: "ChannelUpdate"; + __typename?: 'ChannelUpdate'; channel?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ channelErrors: Array; @@ -2287,7 +2308,7 @@ export type ChannelUpdate = { export type ChannelUpdateInput = { /** List of shipping zones to assign to the channel. */ - addShippingZones?: InputMaybe>; + addShippingZones?: InputMaybe>; /** * Default country for the channel. Default country can be used in checkout to determine the stock quantities or calculate taxes when the country was not explicitly provided. * @@ -2295,17 +2316,17 @@ export type ChannelUpdateInput = { */ defaultCountry?: InputMaybe; /** isActive flag. */ - isActive?: InputMaybe; + isActive?: InputMaybe; /** Name of the channel. */ - name?: InputMaybe; + name?: InputMaybe; /** List of shipping zones to unassign from the channel. */ - removeShippingZones?: InputMaybe>; + removeShippingZones?: InputMaybe>; /** Slug of the channel. */ - slug?: InputMaybe; + slug?: InputMaybe; }; export type ChannelUpdated = Event & { - __typename?: "ChannelUpdated"; + __typename?: 'ChannelUpdated'; /** * The channel the event relates to. * @@ -2315,160 +2336,163 @@ export type ChannelUpdated = Event & { */ channel?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** Checkout object. */ -export type Checkout = Node & - ObjectWithMetadata & { - __typename?: "Checkout"; - /** - * Collection points that can be used for this order. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - availableCollectionPoints: Array; - /** List of available payment gateways. */ - availablePaymentGateways: Array; - /** - * Shipping methods that can be used with this checkout. - * @deprecated This field will be removed in Saleor 4.0. Use `shippingMethods` instead. - */ - availableShippingMethods: Array; - billingAddress?: Maybe
; - channel: Channel; - created: Scalars["DateTime"]; - /** - * The delivery method selected for this checkout. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - deliveryMethod?: Maybe; - discount?: Maybe; - discountName?: Maybe; - /** Email of a customer. */ - email?: Maybe; - /** List of gift cards associated with this checkout. */ - giftCards: Array; - id: Scalars["ID"]; - /** Returns True, if checkout requires shipping. */ - isShippingRequired: Scalars["Boolean"]; - /** Checkout language code. */ - languageCode: LanguageCodeEnum; - lastChange: Scalars["DateTime"]; - /** A list of checkout lines, each containing information about an item in the checkout. */ - lines: Array; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - note: Scalars["String"]; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** The number of items purchased. */ - quantity: Scalars["Int"]; - shippingAddress?: Maybe
; - /** - * The shipping method related with checkout. - * @deprecated This field will be removed in Saleor 4.0. Use `deliveryMethod` instead. - */ - shippingMethod?: Maybe; - /** Shipping methods that can be used with this checkout. */ - shippingMethods: Array; - /** The price of the shipping, with all the taxes included. */ - shippingPrice: TaxedMoney; - /** - * Date when oldest stock reservation for this checkout expires or null if no stock is reserved. - * - * Added in Saleor 3.1. - */ - stockReservationExpires?: Maybe; - /** The price of the checkout before shipping, with taxes included. */ - subtotalPrice: TaxedMoney; - /** The checkout's token. */ - token: Scalars["UUID"]; - /** The sum of the the checkout line prices, with all the taxes,shipping costs, and discounts included. */ - totalPrice: TaxedMoney; - /** - * List of transactions for the checkout. Requires one of the following permissions: MANAGE_CHECKOUTS, HANDLE_PAYMENTS. - * - * Added in Saleor 3.4. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - transactions?: Maybe>; - translatedDiscountName?: Maybe; - user?: Maybe; - voucherCode?: Maybe; - }; +export type Checkout = Node & ObjectWithMetadata & { + __typename?: 'Checkout'; + /** + * Collection points that can be used for this order. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + availableCollectionPoints: Array; + /** List of available payment gateways. */ + availablePaymentGateways: Array; + /** + * Shipping methods that can be used with this checkout. + * @deprecated This field will be removed in Saleor 4.0. Use `shippingMethods` instead. + */ + availableShippingMethods: Array; + billingAddress?: Maybe
; + channel: Channel; + created: Scalars['DateTime']; + /** + * The delivery method selected for this checkout. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + deliveryMethod?: Maybe; + discount?: Maybe; + discountName?: Maybe; + /** Email of a customer. */ + email?: Maybe; + /** List of gift cards associated with this checkout. */ + giftCards: Array; + id: Scalars['ID']; + /** Returns True, if checkout requires shipping. */ + isShippingRequired: Scalars['Boolean']; + /** Checkout language code. */ + languageCode: LanguageCodeEnum; + lastChange: Scalars['DateTime']; + /** A list of checkout lines, each containing information about an item in the checkout. */ + lines: Array; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + note: Scalars['String']; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** The number of items purchased. */ + quantity: Scalars['Int']; + shippingAddress?: Maybe
; + /** + * The shipping method related with checkout. + * @deprecated This field will be removed in Saleor 4.0. Use `deliveryMethod` instead. + */ + shippingMethod?: Maybe; + /** Shipping methods that can be used with this checkout. */ + shippingMethods: Array; + /** The price of the shipping, with all the taxes included. */ + shippingPrice: TaxedMoney; + /** + * Date when oldest stock reservation for this checkout expires or null if no stock is reserved. + * + * Added in Saleor 3.1. + */ + stockReservationExpires?: Maybe; + /** The price of the checkout before shipping, with taxes included. */ + subtotalPrice: TaxedMoney; + /** The checkout's token. */ + token: Scalars['UUID']; + /** The sum of the the checkout line prices, with all the taxes,shipping costs, and discounts included. */ + totalPrice: TaxedMoney; + /** + * List of transactions for the checkout. Requires one of the following permissions: MANAGE_CHECKOUTS, HANDLE_PAYMENTS. + * + * Added in Saleor 3.4. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + transactions?: Maybe>; + translatedDiscountName?: Maybe; + user?: Maybe; + voucherCode?: Maybe; +}; + /** Checkout object. */ export type CheckoutMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Checkout object. */ export type CheckoutMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Checkout object. */ export type CheckoutPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Checkout object. */ export type CheckoutPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; /** Adds a gift card or a voucher to a checkout. */ export type CheckoutAddPromoCode = { - __typename?: "CheckoutAddPromoCode"; + __typename?: 'CheckoutAddPromoCode'; /** The checkout with the added gift card or voucher. */ checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2478,7 +2502,7 @@ export type CheckoutAddPromoCode = { /** Update billing address in the existing checkout. */ export type CheckoutBillingAddressUpdate = { - __typename?: "CheckoutBillingAddressUpdate"; + __typename?: 'CheckoutBillingAddressUpdate'; /** An updated checkout. */ checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2488,38 +2512,38 @@ export type CheckoutBillingAddressUpdate = { /** Completes the checkout. As a result a new order is created and a payment charge is made. This action requires a successful payment before it can be performed. In case additional confirmation step as 3D secure is required confirmationNeeded flag will be set to True and no order created until payment is confirmed with second call of this mutation. */ export type CheckoutComplete = { - __typename?: "CheckoutComplete"; + __typename?: 'CheckoutComplete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ checkoutErrors: Array; /** Confirmation data used to process additional authorization steps. */ - confirmationData?: Maybe; + confirmationData?: Maybe; /** Set to true if payment needs to be confirmed before checkout is complete. */ - confirmationNeeded: Scalars["Boolean"]; + confirmationNeeded: Scalars['Boolean']; errors: Array; /** Placed order. */ order?: Maybe; }; export type CheckoutCountableConnection = { - __typename?: "CheckoutCountableConnection"; + __typename?: 'CheckoutCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type CheckoutCountableEdge = { - __typename?: "CheckoutCountableEdge"; + __typename?: 'CheckoutCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Checkout; }; /** Create a new checkout. */ export type CheckoutCreate = { - __typename?: "CheckoutCreate"; + __typename?: 'CheckoutCreate'; checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ checkoutErrors: Array; @@ -2527,7 +2551,7 @@ export type CheckoutCreate = { * Whether the checkout was created or the current active one was returned. Refer to checkoutLinesAdd and checkoutLinesUpdate to merge a cart with an active checkout. * @deprecated This field will be removed in Saleor 4.0. Always returns `true`. */ - created?: Maybe; + created?: Maybe; errors: Array; }; @@ -2535,9 +2559,9 @@ export type CheckoutCreateInput = { /** Billing address of the customer. */ billingAddress?: InputMaybe; /** Slug of a channel in which to create a checkout. */ - channel?: InputMaybe; + channel?: InputMaybe; /** The customer's email address. */ - email?: InputMaybe; + email?: InputMaybe; /** Checkout language code. */ languageCode?: InputMaybe; /** A list of checkout lines, each containing information about an item in the checkout. */ @@ -2547,7 +2571,7 @@ export type CheckoutCreateInput = { }; export type CheckoutCreated = Event & { - __typename?: "CheckoutCreated"; + __typename?: 'CheckoutCreated'; /** * The checkout the event relates to. * @@ -2557,13 +2581,13 @@ export type CheckoutCreated = Event & { */ checkout?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -2572,7 +2596,7 @@ export type CheckoutCreated = Event & { * Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_USER. */ export type CheckoutCustomerAttach = { - __typename?: "CheckoutCustomerAttach"; + __typename?: 'CheckoutCustomerAttach'; /** An updated checkout. */ checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2586,7 +2610,7 @@ export type CheckoutCustomerAttach = { * Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_USER. */ export type CheckoutCustomerDetach = { - __typename?: "CheckoutCustomerDetach"; + __typename?: 'CheckoutCustomerDetach'; /** An updated checkout. */ checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2602,7 +2626,7 @@ export type CheckoutCustomerDetach = { * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ export type CheckoutDeliveryMethodUpdate = { - __typename?: "CheckoutDeliveryMethodUpdate"; + __typename?: 'CheckoutDeliveryMethodUpdate'; /** An updated checkout. */ checkout?: Maybe; errors: Array; @@ -2610,7 +2634,7 @@ export type CheckoutDeliveryMethodUpdate = { /** Updates email address in the existing checkout object. */ export type CheckoutEmailUpdate = { - __typename?: "CheckoutEmailUpdate"; + __typename?: 'CheckoutEmailUpdate'; /** An updated checkout. */ checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2619,63 +2643,63 @@ export type CheckoutEmailUpdate = { }; export type CheckoutError = { - __typename?: "CheckoutError"; + __typename?: 'CheckoutError'; /** A type of address that causes the error. */ addressType?: Maybe; /** The error code. */ code: CheckoutErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** List of line Ids which cause the error. */ - lines?: Maybe>; + lines?: Maybe>; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of varint IDs which causes the error. */ - variants?: Maybe>; + variants?: Maybe>; }; /** An enumeration. */ export enum CheckoutErrorCode { - BillingAddressNotSet = "BILLING_ADDRESS_NOT_SET", - ChannelInactive = "CHANNEL_INACTIVE", - CheckoutNotFullyPaid = "CHECKOUT_NOT_FULLY_PAID", - DeliveryMethodNotApplicable = "DELIVERY_METHOD_NOT_APPLICABLE", - EmailNotSet = "EMAIL_NOT_SET", - GiftCardNotApplicable = "GIFT_CARD_NOT_APPLICABLE", - GraphqlError = "GRAPHQL_ERROR", - InsufficientStock = "INSUFFICIENT_STOCK", - Invalid = "INVALID", - InvalidShippingMethod = "INVALID_SHIPPING_METHOD", - MissingChannelSlug = "MISSING_CHANNEL_SLUG", - NotFound = "NOT_FOUND", - NoLines = "NO_LINES", - PaymentError = "PAYMENT_ERROR", - ProductNotPublished = "PRODUCT_NOT_PUBLISHED", - ProductUnavailableForPurchase = "PRODUCT_UNAVAILABLE_FOR_PURCHASE", - QuantityGreaterThanLimit = "QUANTITY_GREATER_THAN_LIMIT", - Required = "REQUIRED", - ShippingAddressNotSet = "SHIPPING_ADDRESS_NOT_SET", - ShippingMethodNotApplicable = "SHIPPING_METHOD_NOT_APPLICABLE", - ShippingMethodNotSet = "SHIPPING_METHOD_NOT_SET", - ShippingNotRequired = "SHIPPING_NOT_REQUIRED", - TaxError = "TAX_ERROR", - UnavailableVariantInChannel = "UNAVAILABLE_VARIANT_IN_CHANNEL", - Unique = "UNIQUE", - VoucherNotApplicable = "VOUCHER_NOT_APPLICABLE", - ZeroQuantity = "ZERO_QUANTITY", + BillingAddressNotSet = 'BILLING_ADDRESS_NOT_SET', + ChannelInactive = 'CHANNEL_INACTIVE', + CheckoutNotFullyPaid = 'CHECKOUT_NOT_FULLY_PAID', + DeliveryMethodNotApplicable = 'DELIVERY_METHOD_NOT_APPLICABLE', + EmailNotSet = 'EMAIL_NOT_SET', + GiftCardNotApplicable = 'GIFT_CARD_NOT_APPLICABLE', + GraphqlError = 'GRAPHQL_ERROR', + InsufficientStock = 'INSUFFICIENT_STOCK', + Invalid = 'INVALID', + InvalidShippingMethod = 'INVALID_SHIPPING_METHOD', + MissingChannelSlug = 'MISSING_CHANNEL_SLUG', + NotFound = 'NOT_FOUND', + NoLines = 'NO_LINES', + PaymentError = 'PAYMENT_ERROR', + ProductNotPublished = 'PRODUCT_NOT_PUBLISHED', + ProductUnavailableForPurchase = 'PRODUCT_UNAVAILABLE_FOR_PURCHASE', + QuantityGreaterThanLimit = 'QUANTITY_GREATER_THAN_LIMIT', + Required = 'REQUIRED', + ShippingAddressNotSet = 'SHIPPING_ADDRESS_NOT_SET', + ShippingMethodNotApplicable = 'SHIPPING_METHOD_NOT_APPLICABLE', + ShippingMethodNotSet = 'SHIPPING_METHOD_NOT_SET', + ShippingNotRequired = 'SHIPPING_NOT_REQUIRED', + TaxError = 'TAX_ERROR', + UnavailableVariantInChannel = 'UNAVAILABLE_VARIANT_IN_CHANNEL', + Unique = 'UNIQUE', + VoucherNotApplicable = 'VOUCHER_NOT_APPLICABLE', + ZeroQuantity = 'ZERO_QUANTITY' } export type CheckoutFilterInput = { - channels?: InputMaybe>; + channels?: InputMaybe>; created?: InputMaybe; - customer?: InputMaybe; + customer?: InputMaybe; metadata?: InputMaybe>; - search?: InputMaybe; + search?: InputMaybe; }; /** Update language code in the existing checkout. */ export type CheckoutLanguageCodeUpdate = { - __typename?: "CheckoutLanguageCodeUpdate"; + __typename?: 'CheckoutLanguageCodeUpdate'; /** An updated checkout. */ checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2685,11 +2709,11 @@ export type CheckoutLanguageCodeUpdate = { /** Represents an item in the checkout. */ export type CheckoutLine = Node & { - __typename?: "CheckoutLine"; - id: Scalars["ID"]; - quantity: Scalars["Int"]; + __typename?: 'CheckoutLine'; + id: Scalars['ID']; + quantity: Scalars['Int']; /** Indicates whether the item need to be delivered. */ - requiresShipping: Scalars["Boolean"]; + requiresShipping: Scalars['Boolean']; /** The sum of the checkout line price, taxes and discounts. */ totalPrice: TaxedMoney; /** The sum of the checkout line price, without discounts. */ @@ -2702,25 +2726,25 @@ export type CheckoutLine = Node & { }; export type CheckoutLineCountableConnection = { - __typename?: "CheckoutLineCountableConnection"; + __typename?: 'CheckoutLineCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type CheckoutLineCountableEdge = { - __typename?: "CheckoutLineCountableEdge"; + __typename?: 'CheckoutLineCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: CheckoutLine; }; /** Deletes a CheckoutLine. */ export type CheckoutLineDelete = { - __typename?: "CheckoutLineDelete"; + __typename?: 'CheckoutLineDelete'; /** An updated checkout. */ checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2736,11 +2760,11 @@ export type CheckoutLineInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - price?: InputMaybe; + price?: InputMaybe; /** The number of items purchased. */ - quantity: Scalars["Int"]; + quantity: Scalars['Int']; /** ID of the product variant. */ - variantId: Scalars["ID"]; + variantId: Scalars['ID']; }; export type CheckoutLineUpdateInput = { @@ -2751,16 +2775,16 @@ export type CheckoutLineUpdateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - price?: InputMaybe; + price?: InputMaybe; /** The number of items purchased. Optional for apps, required for any other users. */ - quantity?: InputMaybe; + quantity?: InputMaybe; /** ID of the product variant. */ - variantId: Scalars["ID"]; + variantId: Scalars['ID']; }; /** Adds a checkout line to the existing checkout.If line was already in checkout, its quantity will be increased. */ export type CheckoutLinesAdd = { - __typename?: "CheckoutLinesAdd"; + __typename?: 'CheckoutLinesAdd'; /** An updated checkout. */ checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2770,7 +2794,7 @@ export type CheckoutLinesAdd = { /** Deletes checkout lines. */ export type CheckoutLinesDelete = { - __typename?: "CheckoutLinesDelete"; + __typename?: 'CheckoutLinesDelete'; /** An updated checkout. */ checkout?: Maybe; errors: Array; @@ -2778,7 +2802,7 @@ export type CheckoutLinesDelete = { /** Updates checkout line in the existing checkout. */ export type CheckoutLinesUpdate = { - __typename?: "CheckoutLinesUpdate"; + __typename?: 'CheckoutLinesUpdate'; /** An updated checkout. */ checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2788,7 +2812,7 @@ export type CheckoutLinesUpdate = { /** Create a new payment for given checkout. */ export type CheckoutPaymentCreate = { - __typename?: "CheckoutPaymentCreate"; + __typename?: 'CheckoutPaymentCreate'; /** Related checkout object. */ checkout?: Maybe; errors: Array; @@ -2800,7 +2824,7 @@ export type CheckoutPaymentCreate = { /** Remove a gift card or a voucher from a checkout. */ export type CheckoutRemovePromoCode = { - __typename?: "CheckoutRemovePromoCode"; + __typename?: 'CheckoutRemovePromoCode'; /** The checkout with the removed gift card or voucher. */ checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2810,7 +2834,7 @@ export type CheckoutRemovePromoCode = { /** Update shipping address in the existing checkout. */ export type CheckoutShippingAddressUpdate = { - __typename?: "CheckoutShippingAddressUpdate"; + __typename?: 'CheckoutShippingAddressUpdate'; /** An updated checkout. */ checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2820,7 +2844,7 @@ export type CheckoutShippingAddressUpdate = { /** Updates the shipping method of the checkout. */ export type CheckoutShippingMethodUpdate = { - __typename?: "CheckoutShippingMethodUpdate"; + __typename?: 'CheckoutShippingMethodUpdate'; /** An updated checkout. */ checkout?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -2830,11 +2854,11 @@ export type CheckoutShippingMethodUpdate = { export enum CheckoutSortField { /** Sort checkouts by creation date. */ - CreationDate = "CREATION_DATE", + CreationDate = 'CREATION_DATE', /** Sort checkouts by customer. */ - Customer = "CUSTOMER", + Customer = 'CUSTOMER', /** Sort checkouts by payment. */ - Payment = "PAYMENT", + Payment = 'PAYMENT' } export type CheckoutSortingInput = { @@ -2845,7 +2869,7 @@ export type CheckoutSortingInput = { }; export type CheckoutUpdated = Event & { - __typename?: "CheckoutUpdated"; + __typename?: 'CheckoutUpdated'; /** * The checkout the event relates to. * @@ -2855,133 +2879,139 @@ export type CheckoutUpdated = Event & { */ checkout?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type ChoiceValue = { - __typename?: "ChoiceValue"; - raw?: Maybe; - verbose?: Maybe; + __typename?: 'ChoiceValue'; + raw?: Maybe; + verbose?: Maybe; }; /** Represents a collection of products. */ -export type Collection = Node & - ObjectWithMetadata & { - __typename?: "Collection"; - backgroundImage?: Maybe; - /** Channel given to retrieve this collection. Also used by federation gateway to resolve this object in a federated query. */ - channel?: Maybe; - /** - * List of channels in which the collection is available. - * - * Requires one of the following permissions: MANAGE_PRODUCTS. - */ - channelListings?: Maybe>; - /** - * Description of the collection. - * - * Rich text format. For reference see https://editorjs.io/ - */ - description?: Maybe; - /** - * Description of the collection. - * - * Rich text format. For reference see https://editorjs.io/ - * @deprecated This field will be removed in Saleor 4.0. Use the `description` field instead. - */ - descriptionJson?: Maybe; - id: Scalars["ID"]; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - name: Scalars["String"]; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** List of products in this collection. */ - products?: Maybe; - seoDescription?: Maybe; - seoTitle?: Maybe; - slug: Scalars["String"]; - /** Returns translated collection fields for the given language code. */ - translation?: Maybe; - }; +export type Collection = Node & ObjectWithMetadata & { + __typename?: 'Collection'; + backgroundImage?: Maybe; + /** Channel given to retrieve this collection. Also used by federation gateway to resolve this object in a federated query. */ + channel?: Maybe; + /** + * List of channels in which the collection is available. + * + * Requires one of the following permissions: MANAGE_PRODUCTS. + */ + channelListings?: Maybe>; + /** + * Description of the collection. + * + * Rich text format. For reference see https://editorjs.io/ + */ + description?: Maybe; + /** + * Description of the collection. + * + * Rich text format. For reference see https://editorjs.io/ + * @deprecated This field will be removed in Saleor 4.0. Use the `description` field instead. + */ + descriptionJson?: Maybe; + id: Scalars['ID']; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + name: Scalars['String']; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** List of products in this collection. */ + products?: Maybe; + seoDescription?: Maybe; + seoTitle?: Maybe; + slug: Scalars['String']; + /** Returns translated collection fields for the given language code. */ + translation?: Maybe; +}; + /** Represents a collection of products. */ export type CollectionBackgroundImageArgs = { - size?: InputMaybe; + size?: InputMaybe; }; + /** Represents a collection of products. */ export type CollectionMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a collection of products. */ export type CollectionMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a collection of products. */ export type CollectionPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a collection of products. */ export type CollectionPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a collection of products. */ export type CollectionProductsArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + /** Represents a collection of products. */ export type CollectionTranslationArgs = { languageCode: LanguageCodeEnum; @@ -2993,7 +3023,7 @@ export type CollectionTranslationArgs = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type CollectionAddProducts = { - __typename?: "CollectionAddProducts"; + __typename?: 'CollectionAddProducts'; /** Collection to which products will be added. */ collection?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -3007,44 +3037,44 @@ export type CollectionAddProducts = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type CollectionBulkDelete = { - __typename?: "CollectionBulkDelete"; + __typename?: 'CollectionBulkDelete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ collectionErrors: Array; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; }; /** Represents collection channel listing. */ export type CollectionChannelListing = Node & { - __typename?: "CollectionChannelListing"; + __typename?: 'CollectionChannelListing'; channel: Channel; - id: Scalars["ID"]; - isPublished: Scalars["Boolean"]; + id: Scalars['ID']; + isPublished: Scalars['Boolean']; /** @deprecated This field will be removed in Saleor 4.0. Use the `publishedAt` field to fetch the publication date. */ - publicationDate?: Maybe; + publicationDate?: Maybe; /** * The collection publication date. * * Added in Saleor 3.3. */ - publishedAt?: Maybe; + publishedAt?: Maybe; }; export type CollectionChannelListingError = { - __typename?: "CollectionChannelListingError"; + __typename?: 'CollectionChannelListingError'; /** List of attributes IDs which causes the error. */ - attributes?: Maybe>; + attributes?: Maybe>; /** List of channels IDs which causes the error. */ - channels?: Maybe>; + channels?: Maybe>; /** The error code. */ code: ProductErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of attribute values IDs which causes the error. */ - values?: Maybe>; + values?: Maybe>; }; /** @@ -3053,7 +3083,7 @@ export type CollectionChannelListingError = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type CollectionChannelListingUpdate = { - __typename?: "CollectionChannelListingUpdate"; + __typename?: 'CollectionChannelListingUpdate'; /** An updated collection instance. */ collection?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -3065,22 +3095,22 @@ export type CollectionChannelListingUpdateInput = { /** List of channels to which the collection should be assigned. */ addChannels?: InputMaybe>; /** List of channels from which the collection should be unassigned. */ - removeChannels?: InputMaybe>; + removeChannels?: InputMaybe>; }; export type CollectionCountableConnection = { - __typename?: "CollectionCountableConnection"; + __typename?: 'CollectionCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type CollectionCountableEdge = { - __typename?: "CollectionCountableEdge"; + __typename?: 'CollectionCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Collection; }; @@ -3091,7 +3121,7 @@ export type CollectionCountableEdge = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type CollectionCreate = { - __typename?: "CollectionCreate"; + __typename?: 'CollectionCreate'; collection?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ collectionErrors: Array; @@ -3100,35 +3130,35 @@ export type CollectionCreate = { export type CollectionCreateInput = { /** Background image file. */ - backgroundImage?: InputMaybe; + backgroundImage?: InputMaybe; /** Alt text for an image. */ - backgroundImageAlt?: InputMaybe; + backgroundImageAlt?: InputMaybe; /** * Description of the collection. * * Rich text format. For reference see https://editorjs.io/ */ - description?: InputMaybe; + description?: InputMaybe; /** Informs whether a collection is published. */ - isPublished?: InputMaybe; + isPublished?: InputMaybe; /** Name of the collection. */ - name?: InputMaybe; + name?: InputMaybe; /** List of products to be added to the collection. */ - products?: InputMaybe>; + products?: InputMaybe>; /** * Publication date. ISO 8601 standard. * * DEPRECATED: this field will be removed in Saleor 4.0. */ - publicationDate?: InputMaybe; + publicationDate?: InputMaybe; /** Search engine optimization fields. */ seo?: InputMaybe; /** Slug of the collection. */ - slug?: InputMaybe; + slug?: InputMaybe; }; export type CollectionCreated = Event & { - __typename?: "CollectionCreated"; + __typename?: 'CollectionCreated'; /** * The collection the event relates to. * @@ -3138,17 +3168,18 @@ export type CollectionCreated = Event & { */ collection?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type CollectionCreatedCollectionArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -3157,7 +3188,7 @@ export type CollectionCreatedCollectionArgs = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type CollectionDelete = { - __typename?: "CollectionDelete"; + __typename?: 'CollectionDelete'; collection?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ collectionErrors: Array; @@ -3165,7 +3196,7 @@ export type CollectionDelete = { }; export type CollectionDeleted = Event & { - __typename?: "CollectionDeleted"; + __typename?: 'CollectionDeleted'; /** * The collection the event relates to. * @@ -3175,40 +3206,41 @@ export type CollectionDeleted = Event & { */ collection?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type CollectionDeletedCollectionArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; export type CollectionError = { - __typename?: "CollectionError"; + __typename?: 'CollectionError'; /** The error code. */ code: CollectionErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of products IDs which causes the error. */ - products?: Maybe>; + products?: Maybe>; }; /** An enumeration. */ export enum CollectionErrorCode { - CannotManageProductWithoutVariant = "CANNOT_MANAGE_PRODUCT_WITHOUT_VARIANT", - DuplicatedInputItem = "DUPLICATED_INPUT_ITEM", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - Required = "REQUIRED", - Unique = "UNIQUE", + CannotManageProductWithoutVariant = 'CANNOT_MANAGE_PRODUCT_WITHOUT_VARIANT', + DuplicatedInputItem = 'DUPLICATED_INPUT_ITEM', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED', + Unique = 'UNIQUE' } export type CollectionFilterInput = { @@ -3217,43 +3249,43 @@ export type CollectionFilterInput = { * * DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. */ - channel?: InputMaybe; - ids?: InputMaybe>; + channel?: InputMaybe; + ids?: InputMaybe>; metadata?: InputMaybe>; published?: InputMaybe; - search?: InputMaybe; + search?: InputMaybe; }; export type CollectionInput = { /** Background image file. */ - backgroundImage?: InputMaybe; + backgroundImage?: InputMaybe; /** Alt text for an image. */ - backgroundImageAlt?: InputMaybe; + backgroundImageAlt?: InputMaybe; /** * Description of the collection. * * Rich text format. For reference see https://editorjs.io/ */ - description?: InputMaybe; + description?: InputMaybe; /** Informs whether a collection is published. */ - isPublished?: InputMaybe; + isPublished?: InputMaybe; /** Name of the collection. */ - name?: InputMaybe; + name?: InputMaybe; /** * Publication date. ISO 8601 standard. * * DEPRECATED: this field will be removed in Saleor 4.0. */ - publicationDate?: InputMaybe; + publicationDate?: InputMaybe; /** Search engine optimization fields. */ seo?: InputMaybe; /** Slug of the collection. */ - slug?: InputMaybe; + slug?: InputMaybe; }; export enum CollectionPublished { - Hidden = "HIDDEN", - Published = "PUBLISHED", + Hidden = 'HIDDEN', + Published = 'PUBLISHED' } /** @@ -3262,7 +3294,7 @@ export enum CollectionPublished { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type CollectionRemoveProducts = { - __typename?: "CollectionRemoveProducts"; + __typename?: 'CollectionRemoveProducts'; /** Collection from which products will be removed. */ collection?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -3276,7 +3308,7 @@ export type CollectionRemoveProducts = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type CollectionReorderProducts = { - __typename?: "CollectionReorderProducts"; + __typename?: 'CollectionReorderProducts'; /** Collection from which products are reordered. */ collection?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -3290,23 +3322,23 @@ export enum CollectionSortField { * * This option requires a channel filter to work as the values can vary between channels. */ - Availability = "AVAILABILITY", + Availability = 'AVAILABILITY', /** Sort collections by name. */ - Name = "NAME", + Name = 'NAME', /** Sort collections by product count. */ - ProductCount = "PRODUCT_COUNT", + ProductCount = 'PRODUCT_COUNT', /** * Sort collections by publication date. * * This option requires a channel filter to work as the values can vary between channels. */ - PublicationDate = "PUBLICATION_DATE", + PublicationDate = 'PUBLICATION_DATE', /** * Sort collections by publication date. * * This option requires a channel filter to work as the values can vary between channels. */ - PublishedAt = "PUBLISHED_AT", + PublishedAt = 'PUBLISHED_AT' } export type CollectionSortingInput = { @@ -3315,7 +3347,7 @@ export type CollectionSortingInput = { * * DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. */ - channel?: InputMaybe; + channel?: InputMaybe; /** Specifies the direction in which to sort products. */ direction: OrderDirection; /** Sort collections by the selected field. */ @@ -3323,7 +3355,7 @@ export type CollectionSortingInput = { }; export type CollectionTranslatableContent = Node & { - __typename?: "CollectionTranslatableContent"; + __typename?: 'CollectionTranslatableContent'; /** * Represents a collection of products. * @deprecated This field will be removed in Saleor 4.0. Get model fields from the root level queries. @@ -3334,22 +3366,23 @@ export type CollectionTranslatableContent = Node & { * * Rich text format. For reference see https://editorjs.io/ */ - description?: Maybe; + description?: Maybe; /** * Description of the collection. * * Rich text format. For reference see https://editorjs.io/ * @deprecated This field will be removed in Saleor 4.0. Use the `description` field instead. */ - descriptionJson?: Maybe; - id: Scalars["ID"]; - name: Scalars["String"]; - seoDescription?: Maybe; - seoTitle?: Maybe; + descriptionJson?: Maybe; + id: Scalars['ID']; + name: Scalars['String']; + seoDescription?: Maybe; + seoTitle?: Maybe; /** Returns translated collection fields for the given language code. */ translation?: Maybe; }; + export type CollectionTranslatableContentTranslationArgs = { languageCode: LanguageCodeEnum; }; @@ -3360,7 +3393,7 @@ export type CollectionTranslatableContentTranslationArgs = { * Requires one of the following permissions: MANAGE_TRANSLATIONS. */ export type CollectionTranslate = { - __typename?: "CollectionTranslate"; + __typename?: 'CollectionTranslate'; collection?: Maybe; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -3368,26 +3401,26 @@ export type CollectionTranslate = { }; export type CollectionTranslation = Node & { - __typename?: "CollectionTranslation"; + __typename?: 'CollectionTranslation'; /** * Translated description of the collection. * * Rich text format. For reference see https://editorjs.io/ */ - description?: Maybe; + description?: Maybe; /** * Translated description of the collection. * * Rich text format. For reference see https://editorjs.io/ * @deprecated This field will be removed in Saleor 4.0. Use the `description` field instead. */ - descriptionJson?: Maybe; - id: Scalars["ID"]; + descriptionJson?: Maybe; + id: Scalars['ID']; /** Translation language. */ language: LanguageDisplay; - name?: Maybe; - seoDescription?: Maybe; - seoTitle?: Maybe; + name?: Maybe; + seoDescription?: Maybe; + seoTitle?: Maybe; }; /** @@ -3396,7 +3429,7 @@ export type CollectionTranslation = Node & { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type CollectionUpdate = { - __typename?: "CollectionUpdate"; + __typename?: 'CollectionUpdate'; collection?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ collectionErrors: Array; @@ -3404,7 +3437,7 @@ export type CollectionUpdate = { }; export type CollectionUpdated = Event & { - __typename?: "CollectionUpdated"; + __typename?: 'CollectionUpdated'; /** * The collection the event relates to. * @@ -3414,55 +3447,56 @@ export type CollectionUpdated = Event & { */ collection?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type CollectionUpdatedCollectionArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** Stores information about a single configuration field. */ export type ConfigurationItem = { - __typename?: "ConfigurationItem"; + __typename?: 'ConfigurationItem'; /** Help text for the field. */ - helpText?: Maybe; + helpText?: Maybe; /** Label for the field. */ - label?: Maybe; + label?: Maybe; /** Name of the field. */ - name: Scalars["String"]; + name: Scalars['String']; /** Type of the field. */ type?: Maybe; /** Current value of the field. */ - value?: Maybe; + value?: Maybe; }; export type ConfigurationItemInput = { /** Name of the field to update. */ - name: Scalars["String"]; + name: Scalars['String']; /** Value of the given field to update. */ - value?: InputMaybe; + value?: InputMaybe; }; /** An enumeration. */ export enum ConfigurationTypeFieldEnum { - Boolean = "BOOLEAN", - Multiline = "MULTILINE", - Output = "OUTPUT", - Password = "PASSWORD", - Secret = "SECRET", - Secretmultiline = "SECRETMULTILINE", - String = "STRING", + Boolean = 'BOOLEAN', + Multiline = 'MULTILINE', + Output = 'OUTPUT', + Password = 'PASSWORD', + Secret = 'SECRET', + Secretmultiline = 'SECRETMULTILINE', + String = 'STRING' } /** Confirm user account with token sent by email during registration. */ export type ConfirmAccount = { - __typename?: "ConfirmAccount"; + __typename?: 'ConfirmAccount'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -3476,7 +3510,7 @@ export type ConfirmAccount = { * Requires one of the following permissions: AUTHENTICATED_USER. */ export type ConfirmEmailChange = { - __typename?: "ConfirmEmailChange"; + __typename?: 'ConfirmEmailChange'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -3486,301 +3520,301 @@ export type ConfirmEmailChange = { /** An enumeration. */ export enum CountryCode { - Ad = "AD", - Ae = "AE", - Af = "AF", - Ag = "AG", - Ai = "AI", - Al = "AL", - Am = "AM", - Ao = "AO", - Aq = "AQ", - Ar = "AR", - As = "AS", - At = "AT", - Au = "AU", - Aw = "AW", - Ax = "AX", - Az = "AZ", - Ba = "BA", - Bb = "BB", - Bd = "BD", - Be = "BE", - Bf = "BF", - Bg = "BG", - Bh = "BH", - Bi = "BI", - Bj = "BJ", - Bl = "BL", - Bm = "BM", - Bn = "BN", - Bo = "BO", - Bq = "BQ", - Br = "BR", - Bs = "BS", - Bt = "BT", - Bv = "BV", - Bw = "BW", - By = "BY", - Bz = "BZ", - Ca = "CA", - Cc = "CC", - Cd = "CD", - Cf = "CF", - Cg = "CG", - Ch = "CH", - Ci = "CI", - Ck = "CK", - Cl = "CL", - Cm = "CM", - Cn = "CN", - Co = "CO", - Cr = "CR", - Cu = "CU", - Cv = "CV", - Cw = "CW", - Cx = "CX", - Cy = "CY", - Cz = "CZ", - De = "DE", - Dj = "DJ", - Dk = "DK", - Dm = "DM", - Do = "DO", - Dz = "DZ", - Ec = "EC", - Ee = "EE", - Eg = "EG", - Eh = "EH", - Er = "ER", - Es = "ES", - Et = "ET", - Eu = "EU", - Fi = "FI", - Fj = "FJ", - Fk = "FK", - Fm = "FM", - Fo = "FO", - Fr = "FR", - Ga = "GA", - Gb = "GB", - Gd = "GD", - Ge = "GE", - Gf = "GF", - Gg = "GG", - Gh = "GH", - Gi = "GI", - Gl = "GL", - Gm = "GM", - Gn = "GN", - Gp = "GP", - Gq = "GQ", - Gr = "GR", - Gs = "GS", - Gt = "GT", - Gu = "GU", - Gw = "GW", - Gy = "GY", - Hk = "HK", - Hm = "HM", - Hn = "HN", - Hr = "HR", - Ht = "HT", - Hu = "HU", - Id = "ID", - Ie = "IE", - Il = "IL", - Im = "IM", - In = "IN", - Io = "IO", - Iq = "IQ", - Ir = "IR", - Is = "IS", - It = "IT", - Je = "JE", - Jm = "JM", - Jo = "JO", - Jp = "JP", - Ke = "KE", - Kg = "KG", - Kh = "KH", - Ki = "KI", - Km = "KM", - Kn = "KN", - Kp = "KP", - Kr = "KR", - Kw = "KW", - Ky = "KY", - Kz = "KZ", - La = "LA", - Lb = "LB", - Lc = "LC", - Li = "LI", - Lk = "LK", - Lr = "LR", - Ls = "LS", - Lt = "LT", - Lu = "LU", - Lv = "LV", - Ly = "LY", - Ma = "MA", - Mc = "MC", - Md = "MD", - Me = "ME", - Mf = "MF", - Mg = "MG", - Mh = "MH", - Mk = "MK", - Ml = "ML", - Mm = "MM", - Mn = "MN", - Mo = "MO", - Mp = "MP", - Mq = "MQ", - Mr = "MR", - Ms = "MS", - Mt = "MT", - Mu = "MU", - Mv = "MV", - Mw = "MW", - Mx = "MX", - My = "MY", - Mz = "MZ", - Na = "NA", - Nc = "NC", - Ne = "NE", - Nf = "NF", - Ng = "NG", - Ni = "NI", - Nl = "NL", - No = "NO", - Np = "NP", - Nr = "NR", - Nu = "NU", - Nz = "NZ", - Om = "OM", - Pa = "PA", - Pe = "PE", - Pf = "PF", - Pg = "PG", - Ph = "PH", - Pk = "PK", - Pl = "PL", - Pm = "PM", - Pn = "PN", - Pr = "PR", - Ps = "PS", - Pt = "PT", - Pw = "PW", - Py = "PY", - Qa = "QA", - Re = "RE", - Ro = "RO", - Rs = "RS", - Ru = "RU", - Rw = "RW", - Sa = "SA", - Sb = "SB", - Sc = "SC", - Sd = "SD", - Se = "SE", - Sg = "SG", - Sh = "SH", - Si = "SI", - Sj = "SJ", - Sk = "SK", - Sl = "SL", - Sm = "SM", - Sn = "SN", - So = "SO", - Sr = "SR", - Ss = "SS", - St = "ST", - Sv = "SV", - Sx = "SX", - Sy = "SY", - Sz = "SZ", - Tc = "TC", - Td = "TD", - Tf = "TF", - Tg = "TG", - Th = "TH", - Tj = "TJ", - Tk = "TK", - Tl = "TL", - Tm = "TM", - Tn = "TN", - To = "TO", - Tr = "TR", - Tt = "TT", - Tv = "TV", - Tw = "TW", - Tz = "TZ", - Ua = "UA", - Ug = "UG", - Um = "UM", - Us = "US", - Uy = "UY", - Uz = "UZ", - Va = "VA", - Vc = "VC", - Ve = "VE", - Vg = "VG", - Vi = "VI", - Vn = "VN", - Vu = "VU", - Wf = "WF", - Ws = "WS", - Ye = "YE", - Yt = "YT", - Za = "ZA", - Zm = "ZM", - Zw = "ZW", + Ad = 'AD', + Ae = 'AE', + Af = 'AF', + Ag = 'AG', + Ai = 'AI', + Al = 'AL', + Am = 'AM', + Ao = 'AO', + Aq = 'AQ', + Ar = 'AR', + As = 'AS', + At = 'AT', + Au = 'AU', + Aw = 'AW', + Ax = 'AX', + Az = 'AZ', + Ba = 'BA', + Bb = 'BB', + Bd = 'BD', + Be = 'BE', + Bf = 'BF', + Bg = 'BG', + Bh = 'BH', + Bi = 'BI', + Bj = 'BJ', + Bl = 'BL', + Bm = 'BM', + Bn = 'BN', + Bo = 'BO', + Bq = 'BQ', + Br = 'BR', + Bs = 'BS', + Bt = 'BT', + Bv = 'BV', + Bw = 'BW', + By = 'BY', + Bz = 'BZ', + Ca = 'CA', + Cc = 'CC', + Cd = 'CD', + Cf = 'CF', + Cg = 'CG', + Ch = 'CH', + Ci = 'CI', + Ck = 'CK', + Cl = 'CL', + Cm = 'CM', + Cn = 'CN', + Co = 'CO', + Cr = 'CR', + Cu = 'CU', + Cv = 'CV', + Cw = 'CW', + Cx = 'CX', + Cy = 'CY', + Cz = 'CZ', + De = 'DE', + Dj = 'DJ', + Dk = 'DK', + Dm = 'DM', + Do = 'DO', + Dz = 'DZ', + Ec = 'EC', + Ee = 'EE', + Eg = 'EG', + Eh = 'EH', + Er = 'ER', + Es = 'ES', + Et = 'ET', + Eu = 'EU', + Fi = 'FI', + Fj = 'FJ', + Fk = 'FK', + Fm = 'FM', + Fo = 'FO', + Fr = 'FR', + Ga = 'GA', + Gb = 'GB', + Gd = 'GD', + Ge = 'GE', + Gf = 'GF', + Gg = 'GG', + Gh = 'GH', + Gi = 'GI', + Gl = 'GL', + Gm = 'GM', + Gn = 'GN', + Gp = 'GP', + Gq = 'GQ', + Gr = 'GR', + Gs = 'GS', + Gt = 'GT', + Gu = 'GU', + Gw = 'GW', + Gy = 'GY', + Hk = 'HK', + Hm = 'HM', + Hn = 'HN', + Hr = 'HR', + Ht = 'HT', + Hu = 'HU', + Id = 'ID', + Ie = 'IE', + Il = 'IL', + Im = 'IM', + In = 'IN', + Io = 'IO', + Iq = 'IQ', + Ir = 'IR', + Is = 'IS', + It = 'IT', + Je = 'JE', + Jm = 'JM', + Jo = 'JO', + Jp = 'JP', + Ke = 'KE', + Kg = 'KG', + Kh = 'KH', + Ki = 'KI', + Km = 'KM', + Kn = 'KN', + Kp = 'KP', + Kr = 'KR', + Kw = 'KW', + Ky = 'KY', + Kz = 'KZ', + La = 'LA', + Lb = 'LB', + Lc = 'LC', + Li = 'LI', + Lk = 'LK', + Lr = 'LR', + Ls = 'LS', + Lt = 'LT', + Lu = 'LU', + Lv = 'LV', + Ly = 'LY', + Ma = 'MA', + Mc = 'MC', + Md = 'MD', + Me = 'ME', + Mf = 'MF', + Mg = 'MG', + Mh = 'MH', + Mk = 'MK', + Ml = 'ML', + Mm = 'MM', + Mn = 'MN', + Mo = 'MO', + Mp = 'MP', + Mq = 'MQ', + Mr = 'MR', + Ms = 'MS', + Mt = 'MT', + Mu = 'MU', + Mv = 'MV', + Mw = 'MW', + Mx = 'MX', + My = 'MY', + Mz = 'MZ', + Na = 'NA', + Nc = 'NC', + Ne = 'NE', + Nf = 'NF', + Ng = 'NG', + Ni = 'NI', + Nl = 'NL', + No = 'NO', + Np = 'NP', + Nr = 'NR', + Nu = 'NU', + Nz = 'NZ', + Om = 'OM', + Pa = 'PA', + Pe = 'PE', + Pf = 'PF', + Pg = 'PG', + Ph = 'PH', + Pk = 'PK', + Pl = 'PL', + Pm = 'PM', + Pn = 'PN', + Pr = 'PR', + Ps = 'PS', + Pt = 'PT', + Pw = 'PW', + Py = 'PY', + Qa = 'QA', + Re = 'RE', + Ro = 'RO', + Rs = 'RS', + Ru = 'RU', + Rw = 'RW', + Sa = 'SA', + Sb = 'SB', + Sc = 'SC', + Sd = 'SD', + Se = 'SE', + Sg = 'SG', + Sh = 'SH', + Si = 'SI', + Sj = 'SJ', + Sk = 'SK', + Sl = 'SL', + Sm = 'SM', + Sn = 'SN', + So = 'SO', + Sr = 'SR', + Ss = 'SS', + St = 'ST', + Sv = 'SV', + Sx = 'SX', + Sy = 'SY', + Sz = 'SZ', + Tc = 'TC', + Td = 'TD', + Tf = 'TF', + Tg = 'TG', + Th = 'TH', + Tj = 'TJ', + Tk = 'TK', + Tl = 'TL', + Tm = 'TM', + Tn = 'TN', + To = 'TO', + Tr = 'TR', + Tt = 'TT', + Tv = 'TV', + Tw = 'TW', + Tz = 'TZ', + Ua = 'UA', + Ug = 'UG', + Um = 'UM', + Us = 'US', + Uy = 'UY', + Uz = 'UZ', + Va = 'VA', + Vc = 'VC', + Ve = 'VE', + Vg = 'VG', + Vi = 'VI', + Vn = 'VN', + Vu = 'VU', + Wf = 'WF', + Ws = 'WS', + Ye = 'YE', + Yt = 'YT', + Za = 'ZA', + Zm = 'ZM', + Zw = 'ZW' } export type CountryDisplay = { - __typename?: "CountryDisplay"; + __typename?: 'CountryDisplay'; /** Country code. */ - code: Scalars["String"]; + code: Scalars['String']; /** Country name. */ - country: Scalars["String"]; + country: Scalars['String']; /** Country tax. */ vat?: Maybe; }; export type CountryFilterInput = { /** Boolean for filtering countries by having shipping zone assigned.If 'true', return countries with shipping zone assigned.If 'false', return countries without any shipping zone assigned.If the argument is not provided (null), return all countries. */ - attachedToShippingZones?: InputMaybe; + attachedToShippingZones?: InputMaybe; }; /** Create JWT token. */ export type CreateToken = { - __typename?: "CreateToken"; + __typename?: 'CreateToken'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; /** CSRF token required to re-generate access token. */ - csrfToken?: Maybe; + csrfToken?: Maybe; errors: Array; /** JWT refresh token, required to re-generate access token. */ - refreshToken?: Maybe; + refreshToken?: Maybe; /** JWT token, required to authenticate. */ - token?: Maybe; + token?: Maybe; /** A user instance. */ user?: Maybe; }; export type CreditCard = { - __typename?: "CreditCard"; + __typename?: 'CreditCard'; /** Card brand. */ - brand: Scalars["String"]; + brand: Scalars['String']; /** Two-digit number representing the card’s expiration month. */ - expMonth?: Maybe; + expMonth?: Maybe; /** Four-digit number representing the card’s expiration year. */ - expYear?: Maybe; + expYear?: Maybe; /** First 4 digits of the card number. */ - firstDigits?: Maybe; + firstDigits?: Maybe; /** Last 4 digits of the card number. */ - lastDigits: Scalars["String"]; + lastDigits: Scalars['String']; }; /** @@ -3789,11 +3823,11 @@ export type CreditCard = { * Requires one of the following permissions: MANAGE_USERS. */ export type CustomerBulkDelete = { - __typename?: "CustomerBulkDelete"; + __typename?: 'CustomerBulkDelete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; }; @@ -3803,7 +3837,7 @@ export type CustomerBulkDelete = { * Requires one of the following permissions: MANAGE_USERS. */ export type CustomerCreate = { - __typename?: "CustomerCreate"; + __typename?: 'CustomerCreate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -3811,9 +3845,9 @@ export type CustomerCreate = { }; export type CustomerCreated = Event & { - __typename?: "CustomerCreated"; + __typename?: 'CustomerCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -3827,7 +3861,7 @@ export type CustomerCreated = Event & { */ user?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -3836,7 +3870,7 @@ export type CustomerCreated = Event & { * Requires one of the following permissions: MANAGE_USERS. */ export type CustomerDelete = { - __typename?: "CustomerDelete"; + __typename?: 'CustomerDelete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -3845,16 +3879,16 @@ export type CustomerDelete = { /** History log of the customer. */ export type CustomerEvent = Node & { - __typename?: "CustomerEvent"; + __typename?: 'CustomerEvent'; /** App that performed the action. */ app?: Maybe; /** Number of objects concerned by the event. */ - count?: Maybe; + count?: Maybe; /** Date when event happened at in ISO 8601 format. */ - date?: Maybe; - id: Scalars["ID"]; + date?: Maybe; + id: Scalars['ID']; /** Content of the event. */ - message?: Maybe; + message?: Maybe; /** The concerned order. */ order?: Maybe; /** The concerned order line. */ @@ -3867,19 +3901,19 @@ export type CustomerEvent = Node & { /** An enumeration. */ export enum CustomerEventsEnum { - AccountCreated = "ACCOUNT_CREATED", - CustomerDeleted = "CUSTOMER_DELETED", - DigitalLinkDownloaded = "DIGITAL_LINK_DOWNLOADED", - EmailAssigned = "EMAIL_ASSIGNED", - EmailChanged = "EMAIL_CHANGED", - EmailChangedRequest = "EMAIL_CHANGED_REQUEST", - NameAssigned = "NAME_ASSIGNED", - NoteAdded = "NOTE_ADDED", - NoteAddedToOrder = "NOTE_ADDED_TO_ORDER", - PasswordChanged = "PASSWORD_CHANGED", - PasswordReset = "PASSWORD_RESET", - PasswordResetLinkSent = "PASSWORD_RESET_LINK_SENT", - PlacedOrder = "PLACED_ORDER", + AccountCreated = 'ACCOUNT_CREATED', + CustomerDeleted = 'CUSTOMER_DELETED', + DigitalLinkDownloaded = 'DIGITAL_LINK_DOWNLOADED', + EmailAssigned = 'EMAIL_ASSIGNED', + EmailChanged = 'EMAIL_CHANGED', + EmailChangedRequest = 'EMAIL_CHANGED_REQUEST', + NameAssigned = 'NAME_ASSIGNED', + NoteAdded = 'NOTE_ADDED', + NoteAddedToOrder = 'NOTE_ADDED_TO_ORDER', + PasswordChanged = 'PASSWORD_CHANGED', + PasswordReset = 'PASSWORD_RESET', + PasswordResetLinkSent = 'PASSWORD_RESET_LINK_SENT', + PlacedOrder = 'PLACED_ORDER' } export type CustomerFilterInput = { @@ -3887,7 +3921,7 @@ export type CustomerFilterInput = { metadata?: InputMaybe>; numberOfOrders?: InputMaybe; placedOrders?: InputMaybe; - search?: InputMaybe; + search?: InputMaybe; updatedAt?: InputMaybe; }; @@ -3897,17 +3931,17 @@ export type CustomerInput = { /** Shipping address of the customer. */ defaultShippingAddress?: InputMaybe; /** The unique email address of the user. */ - email?: InputMaybe; + email?: InputMaybe; /** Given name. */ - firstName?: InputMaybe; + firstName?: InputMaybe; /** User account is active. */ - isActive?: InputMaybe; + isActive?: InputMaybe; /** User language code. */ languageCode?: InputMaybe; /** Family name. */ - lastName?: InputMaybe; + lastName?: InputMaybe; /** A note about the user. */ - note?: InputMaybe; + note?: InputMaybe; }; /** @@ -3916,7 +3950,7 @@ export type CustomerInput = { * Requires one of the following permissions: MANAGE_USERS. */ export type CustomerUpdate = { - __typename?: "CustomerUpdate"; + __typename?: 'CustomerUpdate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -3924,9 +3958,9 @@ export type CustomerUpdate = { }; export type CustomerUpdated = Event & { - __typename?: "CustomerUpdated"; + __typename?: 'CustomerUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -3940,21 +3974,21 @@ export type CustomerUpdated = Event & { */ user?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type DateRangeInput = { /** Start date. */ - gte?: InputMaybe; + gte?: InputMaybe; /** End date. */ - lte?: InputMaybe; + lte?: InputMaybe; }; export type DateTimeRangeInput = { /** Start date. */ - gte?: InputMaybe; + gte?: InputMaybe; /** End date. */ - lte?: InputMaybe; + lte?: InputMaybe; }; /** @@ -3963,7 +3997,7 @@ export type DateTimeRangeInput = { * Requires one of the following permissions: AUTHENTICATED_USER. */ export type DeactivateAllUserTokens = { - __typename?: "DeactivateAllUserTokens"; + __typename?: 'DeactivateAllUserTokens'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -3971,7 +4005,7 @@ export type DeactivateAllUserTokens = { /** Delete metadata of an object. To use it, you need to have access to the modified object. */ export type DeleteMetadata = { - __typename?: "DeleteMetadata"; + __typename?: 'DeleteMetadata'; errors: Array; item?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -3980,7 +4014,7 @@ export type DeleteMetadata = { /** Delete object's private metadata. To use it, you need to be an authenticated staff user or an app and have access to the modified object. */ export type DeletePrivateMetadata = { - __typename?: "DeletePrivateMetadata"; + __typename?: 'DeletePrivateMetadata'; errors: Array; item?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -3996,90 +4030,93 @@ export type DeletePrivateMetadata = { */ export type DeliveryMethod = ShippingMethod | Warehouse; -export type DigitalContent = Node & - ObjectWithMetadata & { - __typename?: "DigitalContent"; - automaticFulfillment: Scalars["Boolean"]; - contentFile: Scalars["String"]; - id: Scalars["ID"]; - maxDownloads?: Maybe; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** Product variant assigned to digital content. */ - productVariant: ProductVariant; - urlValidDays?: Maybe; - /** List of URLs for the digital variant. */ - urls?: Maybe>; - useDefaultSettings: Scalars["Boolean"]; - }; +export type DigitalContent = Node & ObjectWithMetadata & { + __typename?: 'DigitalContent'; + automaticFulfillment: Scalars['Boolean']; + contentFile: Scalars['String']; + id: Scalars['ID']; + maxDownloads?: Maybe; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** Product variant assigned to digital content. */ + productVariant: ProductVariant; + urlValidDays?: Maybe; + /** List of URLs for the digital variant. */ + urls?: Maybe>; + useDefaultSettings: Scalars['Boolean']; +}; + export type DigitalContentMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + export type DigitalContentMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + export type DigitalContentPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + export type DigitalContentPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; export type DigitalContentCountableConnection = { - __typename?: "DigitalContentCountableConnection"; + __typename?: 'DigitalContentCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type DigitalContentCountableEdge = { - __typename?: "DigitalContentCountableEdge"; + __typename?: 'DigitalContentCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: DigitalContent; }; @@ -4090,7 +4127,7 @@ export type DigitalContentCountableEdge = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type DigitalContentCreate = { - __typename?: "DigitalContentCreate"; + __typename?: 'DigitalContentCreate'; content?: Maybe; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -4104,7 +4141,7 @@ export type DigitalContentCreate = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type DigitalContentDelete = { - __typename?: "DigitalContentDelete"; + __typename?: 'DigitalContentDelete'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -4113,13 +4150,13 @@ export type DigitalContentDelete = { export type DigitalContentInput = { /** Overwrite default automatic_fulfillment setting for variant. */ - automaticFulfillment?: InputMaybe; + automaticFulfillment?: InputMaybe; /** Determines how many times a download link can be accessed by a customer. */ - maxDownloads?: InputMaybe; + maxDownloads?: InputMaybe; /** Determines for how many days a download link is active since it was generated. */ - urlValidDays?: InputMaybe; + urlValidDays?: InputMaybe; /** Use default digital content settings for this product. */ - useDefaultSettings: Scalars["Boolean"]; + useDefaultSettings: Scalars['Boolean']; }; /** @@ -4128,7 +4165,7 @@ export type DigitalContentInput = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type DigitalContentUpdate = { - __typename?: "DigitalContentUpdate"; + __typename?: 'DigitalContentUpdate'; content?: Maybe; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -4138,27 +4175,27 @@ export type DigitalContentUpdate = { export type DigitalContentUploadInput = { /** Overwrite default automatic_fulfillment setting for variant. */ - automaticFulfillment?: InputMaybe; + automaticFulfillment?: InputMaybe; /** Represents an file in a multipart request. */ - contentFile: Scalars["Upload"]; + contentFile: Scalars['Upload']; /** Determines how many times a download link can be accessed by a customer. */ - maxDownloads?: InputMaybe; + maxDownloads?: InputMaybe; /** Determines for how many days a download link is active since it was generated. */ - urlValidDays?: InputMaybe; + urlValidDays?: InputMaybe; /** Use default digital content settings for this product. */ - useDefaultSettings: Scalars["Boolean"]; + useDefaultSettings: Scalars['Boolean']; }; export type DigitalContentUrl = Node & { - __typename?: "DigitalContentUrl"; + __typename?: 'DigitalContentUrl'; content: DigitalContent; - created: Scalars["DateTime"]; - downloadNum: Scalars["Int"]; - id: Scalars["ID"]; + created: Scalars['DateTime']; + downloadNum: Scalars['Int']; + id: Scalars['ID']; /** UUID of digital content. */ - token: Scalars["UUID"]; + token: Scalars['UUID']; /** URL for digital content. */ - url?: Maybe; + url?: Maybe; }; /** @@ -4167,7 +4204,7 @@ export type DigitalContentUrl = Node & { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type DigitalContentUrlCreate = { - __typename?: "DigitalContentUrlCreate"; + __typename?: 'DigitalContentUrlCreate'; digitalContentUrl?: Maybe; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -4176,65 +4213,65 @@ export type DigitalContentUrlCreate = { export type DigitalContentUrlCreateInput = { /** Digital content ID which URL will belong to. */ - content: Scalars["ID"]; + content: Scalars['ID']; }; export type DiscountError = { - __typename?: "DiscountError"; + __typename?: 'DiscountError'; /** List of channels IDs which causes the error. */ - channels?: Maybe>; + channels?: Maybe>; /** The error code. */ code: DiscountErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of products IDs which causes the error. */ - products?: Maybe>; + products?: Maybe>; }; /** An enumeration. */ export enum DiscountErrorCode { - AlreadyExists = "ALREADY_EXISTS", - CannotManageProductWithoutVariant = "CANNOT_MANAGE_PRODUCT_WITHOUT_VARIANT", - DuplicatedInputItem = "DUPLICATED_INPUT_ITEM", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - Required = "REQUIRED", - Unique = "UNIQUE", + AlreadyExists = 'ALREADY_EXISTS', + CannotManageProductWithoutVariant = 'CANNOT_MANAGE_PRODUCT_WITHOUT_VARIANT', + DuplicatedInputItem = 'DUPLICATED_INPUT_ITEM', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED', + Unique = 'UNIQUE' } export enum DiscountStatusEnum { - Active = "ACTIVE", - Expired = "EXPIRED", - Scheduled = "SCHEDULED", + Active = 'ACTIVE', + Expired = 'EXPIRED', + Scheduled = 'SCHEDULED' } export enum DiscountValueTypeEnum { - Fixed = "FIXED", - Percentage = "PERCENTAGE", + Fixed = 'FIXED', + Percentage = 'PERCENTAGE' } /** An enumeration. */ export enum DistanceUnitsEnum { - Cm = "CM", - Ft = "FT", - Inch = "INCH", - Km = "KM", - M = "M", - Yd = "YD", + Cm = 'CM', + Ft = 'FT', + Inch = 'INCH', + Km = 'KM', + M = 'M', + Yd = 'YD' } /** Represents shop's domain. */ export type Domain = { - __typename?: "Domain"; + __typename?: 'Domain'; /** The host name of the domain. */ - host: Scalars["String"]; + host: Scalars['String']; /** Inform if SSL is enabled. */ - sslEnabled: Scalars["Boolean"]; + sslEnabled: Scalars['Boolean']; /** Shop's absolute URL. */ - url: Scalars["String"]; + url: Scalars['String']; }; /** @@ -4243,9 +4280,9 @@ export type Domain = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type DraftOrderBulkDelete = { - __typename?: "DraftOrderBulkDelete"; + __typename?: 'DraftOrderBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ orderErrors: Array; @@ -4257,7 +4294,7 @@ export type DraftOrderBulkDelete = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type DraftOrderComplete = { - __typename?: "DraftOrderComplete"; + __typename?: 'DraftOrderComplete'; errors: Array; /** Completed order. */ order?: Maybe; @@ -4271,7 +4308,7 @@ export type DraftOrderComplete = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type DraftOrderCreate = { - __typename?: "DraftOrderCreate"; + __typename?: 'DraftOrderCreate'; errors: Array; order?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -4282,31 +4319,31 @@ export type DraftOrderCreateInput = { /** Billing address of the customer. */ billingAddress?: InputMaybe; /** ID of the channel associated with the order. */ - channelId?: InputMaybe; + channelId?: InputMaybe; /** A note from a customer. Visible by customers in the order summary. */ - customerNote?: InputMaybe; + customerNote?: InputMaybe; /** Discount amount for the order. */ - discount?: InputMaybe; + discount?: InputMaybe; /** Variant line input consisting of variant ID and quantity of products. */ lines?: InputMaybe>; /** URL of a view where users should be redirected to see the order details. URL in RFC 1808 format. */ - redirectUrl?: InputMaybe; + redirectUrl?: InputMaybe; /** Shipping address of the customer. */ shippingAddress?: InputMaybe; /** ID of a selected shipping method. */ - shippingMethod?: InputMaybe; + shippingMethod?: InputMaybe; /** Customer associated with the draft order. */ - user?: InputMaybe; + user?: InputMaybe; /** Email address of the customer. */ - userEmail?: InputMaybe; + userEmail?: InputMaybe; /** ID of the voucher associated with the order. */ - voucher?: InputMaybe; + voucher?: InputMaybe; }; export type DraftOrderCreated = Event & { - __typename?: "DraftOrderCreated"; + __typename?: 'DraftOrderCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -4320,7 +4357,7 @@ export type DraftOrderCreated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -4329,7 +4366,7 @@ export type DraftOrderCreated = Event & { * Requires one of the following permissions: MANAGE_ORDERS. */ export type DraftOrderDelete = { - __typename?: "DraftOrderDelete"; + __typename?: 'DraftOrderDelete'; errors: Array; order?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -4337,9 +4374,9 @@ export type DraftOrderDelete = { }; export type DraftOrderDeleted = Event & { - __typename?: "DraftOrderDeleted"; + __typename?: 'DraftOrderDeleted'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -4353,30 +4390,30 @@ export type DraftOrderDeleted = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type DraftOrderInput = { /** Billing address of the customer. */ billingAddress?: InputMaybe; /** ID of the channel associated with the order. */ - channelId?: InputMaybe; + channelId?: InputMaybe; /** A note from a customer. Visible by customers in the order summary. */ - customerNote?: InputMaybe; + customerNote?: InputMaybe; /** Discount amount for the order. */ - discount?: InputMaybe; + discount?: InputMaybe; /** URL of a view where users should be redirected to see the order details. URL in RFC 1808 format. */ - redirectUrl?: InputMaybe; + redirectUrl?: InputMaybe; /** Shipping address of the customer. */ shippingAddress?: InputMaybe; /** ID of a selected shipping method. */ - shippingMethod?: InputMaybe; + shippingMethod?: InputMaybe; /** Customer associated with the draft order. */ - user?: InputMaybe; + user?: InputMaybe; /** Email address of the customer. */ - userEmail?: InputMaybe; + userEmail?: InputMaybe; /** ID of the voucher associated with the order. */ - voucher?: InputMaybe; + voucher?: InputMaybe; }; /** @@ -4385,9 +4422,9 @@ export type DraftOrderInput = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type DraftOrderLinesBulkDelete = { - __typename?: "DraftOrderLinesBulkDelete"; + __typename?: 'DraftOrderLinesBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ orderErrors: Array; @@ -4399,7 +4436,7 @@ export type DraftOrderLinesBulkDelete = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type DraftOrderUpdate = { - __typename?: "DraftOrderUpdate"; + __typename?: 'DraftOrderUpdate'; errors: Array; order?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -4407,9 +4444,9 @@ export type DraftOrderUpdate = { }; export type DraftOrderUpdated = Event & { - __typename?: "DraftOrderUpdated"; + __typename?: 'DraftOrderUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -4423,86 +4460,87 @@ export type DraftOrderUpdated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type Event = { /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** Event delivery. */ export type EventDelivery = Node & { - __typename?: "EventDelivery"; + __typename?: 'EventDelivery'; /** Event delivery attempts. */ attempts?: Maybe; - createdAt: Scalars["DateTime"]; + createdAt: Scalars['DateTime']; /** Webhook event type. */ eventType: WebhookEventTypeEnum; - id: Scalars["ID"]; + id: Scalars['ID']; /** Event payload. */ - payload?: Maybe; + payload?: Maybe; /** Event delivery status. */ status: EventDeliveryStatusEnum; }; + /** Event delivery. */ export type EventDeliveryAttemptsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; /** Event delivery attempts. */ export type EventDeliveryAttempt = Node & { - __typename?: "EventDeliveryAttempt"; + __typename?: 'EventDeliveryAttempt'; /** Event delivery creation date and time. */ - createdAt: Scalars["DateTime"]; + createdAt: Scalars['DateTime']; /** Delivery attempt duration. */ - duration?: Maybe; - id: Scalars["ID"]; + duration?: Maybe; + id: Scalars['ID']; /** Request headers for delivery attempt. */ - requestHeaders?: Maybe; + requestHeaders?: Maybe; /** Delivery attempt response content. */ - response?: Maybe; + response?: Maybe; /** Response headers for delivery attempt. */ - responseHeaders?: Maybe; + responseHeaders?: Maybe; /** Delivery attempt response status code. */ - responseStatusCode?: Maybe; + responseStatusCode?: Maybe; /** Event delivery status. */ status: EventDeliveryStatusEnum; /** Task id for delivery attempt. */ - taskId?: Maybe; + taskId?: Maybe; }; export type EventDeliveryAttemptCountableConnection = { - __typename?: "EventDeliveryAttemptCountableConnection"; + __typename?: 'EventDeliveryAttemptCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type EventDeliveryAttemptCountableEdge = { - __typename?: "EventDeliveryAttemptCountableEdge"; + __typename?: 'EventDeliveryAttemptCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: EventDeliveryAttempt; }; export enum EventDeliveryAttemptSortField { /** Sort event delivery attempts by created at. */ - CreatedAt = "CREATED_AT", + CreatedAt = 'CREATED_AT' } export type EventDeliveryAttemptSortingInput = { @@ -4513,18 +4551,18 @@ export type EventDeliveryAttemptSortingInput = { }; export type EventDeliveryCountableConnection = { - __typename?: "EventDeliveryCountableConnection"; + __typename?: 'EventDeliveryCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type EventDeliveryCountableEdge = { - __typename?: "EventDeliveryCountableEdge"; + __typename?: 'EventDeliveryCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: EventDelivery; }; @@ -4540,7 +4578,7 @@ export type EventDeliveryFilterInput = { * Requires one of the following permissions: MANAGE_APPS. */ export type EventDeliveryRetry = { - __typename?: "EventDeliveryRetry"; + __typename?: 'EventDeliveryRetry'; /** Event delivery. */ delivery?: Maybe; errors: Array; @@ -4548,7 +4586,7 @@ export type EventDeliveryRetry = { export enum EventDeliverySortField { /** Sort event deliveries by created at. */ - CreatedAt = "CREATED_AT", + CreatedAt = 'CREATED_AT' } export type EventDeliverySortingInput = { @@ -4559,40 +4597,40 @@ export type EventDeliverySortingInput = { }; export enum EventDeliveryStatusEnum { - Failed = "FAILED", - Pending = "PENDING", - Success = "SUCCESS", + Failed = 'FAILED', + Pending = 'PENDING', + Success = 'SUCCESS' } export type ExportError = { - __typename?: "ExportError"; + __typename?: 'ExportError'; /** The error code. */ code: ExportErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum ExportErrorCode { - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - Required = "REQUIRED", + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED' } /** History log of export file. */ export type ExportEvent = Node & { - __typename?: "ExportEvent"; + __typename?: 'ExportEvent'; /** App which performed the action. Requires one of the following permissions: OWNER, MANAGE_APPS. */ app?: Maybe; /** Date when event happened at in ISO 8601 format. */ - date: Scalars["DateTime"]; + date: Scalars['DateTime']; /** The ID of the object. */ - id: Scalars["ID"]; + id: Scalars['ID']; /** Content of the event. */ - message: Scalars["String"]; + message: Scalars['String']; /** Export event type. */ type: ExportEventsEnum; /** User who performed the action. Requires one of the following permissions: OWNER, MANAGE_STAFF. */ @@ -4601,65 +4639,64 @@ export type ExportEvent = Node & { /** An enumeration. */ export enum ExportEventsEnum { - ExportedFileSent = "EXPORTED_FILE_SENT", - ExportDeleted = "EXPORT_DELETED", - ExportFailed = "EXPORT_FAILED", - ExportFailedInfoSent = "EXPORT_FAILED_INFO_SENT", - ExportPending = "EXPORT_PENDING", - ExportSuccess = "EXPORT_SUCCESS", + ExportedFileSent = 'EXPORTED_FILE_SENT', + ExportDeleted = 'EXPORT_DELETED', + ExportFailed = 'EXPORT_FAILED', + ExportFailedInfoSent = 'EXPORT_FAILED_INFO_SENT', + ExportPending = 'EXPORT_PENDING', + ExportSuccess = 'EXPORT_SUCCESS' } /** Represents a job data of exported file. */ -export type ExportFile = Job & - Node & { - __typename?: "ExportFile"; - app?: Maybe; - /** Created date time of job in ISO 8601 format. */ - createdAt: Scalars["DateTime"]; - /** List of events associated with the export. */ - events?: Maybe>; - id: Scalars["ID"]; - /** Job message. */ - message?: Maybe; - /** Job status. */ - status: JobStatusEnum; - /** Date time of job last update in ISO 8601 format. */ - updatedAt: Scalars["DateTime"]; - /** The URL of field to download. */ - url?: Maybe; - user?: Maybe; - }; +export type ExportFile = Job & Node & { + __typename?: 'ExportFile'; + app?: Maybe; + /** Created date time of job in ISO 8601 format. */ + createdAt: Scalars['DateTime']; + /** List of events associated with the export. */ + events?: Maybe>; + id: Scalars['ID']; + /** Job message. */ + message?: Maybe; + /** Job status. */ + status: JobStatusEnum; + /** Date time of job last update in ISO 8601 format. */ + updatedAt: Scalars['DateTime']; + /** The URL of field to download. */ + url?: Maybe; + user?: Maybe; +}; export type ExportFileCountableConnection = { - __typename?: "ExportFileCountableConnection"; + __typename?: 'ExportFileCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type ExportFileCountableEdge = { - __typename?: "ExportFileCountableEdge"; + __typename?: 'ExportFileCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: ExportFile; }; export type ExportFileFilterInput = { - app?: InputMaybe; + app?: InputMaybe; createdAt?: InputMaybe; status?: InputMaybe; updatedAt?: InputMaybe; - user?: InputMaybe; + user?: InputMaybe; }; export enum ExportFileSortField { - CreatedAt = "CREATED_AT", - LastModifiedAt = "LAST_MODIFIED_AT", - Status = "STATUS", - UpdatedAt = "UPDATED_AT", + CreatedAt = 'CREATED_AT', + LastModifiedAt = 'LAST_MODIFIED_AT', + Status = 'STATUS', + UpdatedAt = 'UPDATED_AT' } export type ExportFileSortingInput = { @@ -4679,7 +4716,7 @@ export type ExportFileSortingInput = { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type ExportGiftCards = { - __typename?: "ExportGiftCards"; + __typename?: 'ExportGiftCards'; errors: Array; /** The newly created export file job which is responsible for export data. */ exportFile?: Maybe; @@ -4691,20 +4728,20 @@ export type ExportGiftCardsInput = { /** Filtering options for gift cards. */ filter?: InputMaybe; /** List of gift cards IDs to export. */ - ids?: InputMaybe>; + ids?: InputMaybe>; /** Determine which gift cards should be exported. */ scope: ExportScope; }; export type ExportInfoInput = { /** List of attribute ids witch should be exported. */ - attributes?: InputMaybe>; + attributes?: InputMaybe>; /** List of channels ids which should be exported. */ - channels?: InputMaybe>; + channels?: InputMaybe>; /** List of product fields witch should be exported. */ fields?: InputMaybe>; /** List of warehouse ids witch should be exported. */ - warehouses?: InputMaybe>; + warehouses?: InputMaybe>; }; /** @@ -4713,7 +4750,7 @@ export type ExportInfoInput = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ExportProducts = { - __typename?: "ExportProducts"; + __typename?: 'ExportProducts'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ exportErrors: Array; @@ -4729,64 +4766,64 @@ export type ExportProductsInput = { /** Filtering options for products. */ filter?: InputMaybe; /** List of products IDs to export. */ - ids?: InputMaybe>; + ids?: InputMaybe>; /** Determine which products should be exported. */ scope: ExportScope; }; export enum ExportScope { /** Export all products. */ - All = "ALL", + All = 'ALL', /** Export the filtered products. */ - Filter = "FILTER", + Filter = 'FILTER', /** Export products with given ids. */ - Ids = "IDS", + Ids = 'IDS' } export type ExternalAuthentication = { - __typename?: "ExternalAuthentication"; + __typename?: 'ExternalAuthentication'; /** ID of external authentication plugin. */ - id: Scalars["String"]; + id: Scalars['String']; /** Name of external authentication plugin. */ - name?: Maybe; + name?: Maybe; }; /** Prepare external authentication url for user by custom plugin. */ export type ExternalAuthenticationUrl = { - __typename?: "ExternalAuthenticationUrl"; + __typename?: 'ExternalAuthenticationUrl'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; /** The data returned by authentication plugin. */ - authenticationData?: Maybe; + authenticationData?: Maybe; errors: Array; }; /** Logout user by custom plugin. */ export type ExternalLogout = { - __typename?: "ExternalLogout"; + __typename?: 'ExternalLogout'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; /** The data returned by authentication plugin. */ - logoutData?: Maybe; + logoutData?: Maybe; }; export type ExternalNotificationError = { - __typename?: "ExternalNotificationError"; + __typename?: 'ExternalNotificationError'; /** The error code. */ code: ExternalNotificationErrorCodes; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum ExternalNotificationErrorCodes { - ChannelInactive = "CHANNEL_INACTIVE", - InvalidModelType = "INVALID_MODEL_TYPE", - NotFound = "NOT_FOUND", - Required = "REQUIRED", + ChannelInactive = 'CHANNEL_INACTIVE', + InvalidModelType = 'INVALID_MODEL_TYPE', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED' } /** @@ -4795,77 +4832,77 @@ export enum ExternalNotificationErrorCodes { * Added in Saleor 3.1. */ export type ExternalNotificationTrigger = { - __typename?: "ExternalNotificationTrigger"; + __typename?: 'ExternalNotificationTrigger'; errors: Array; }; export type ExternalNotificationTriggerInput = { /** External event type. This field is passed to a plugin as an event type. */ - externalEventType: Scalars["String"]; + externalEventType: Scalars['String']; /** Additional payload that will be merged with the one based on the bussines object ID. */ - extraPayload?: InputMaybe; + extraPayload?: InputMaybe; /** The list of customers or orders node IDs that will be serialized and included in the notification payload. */ - ids: Array; + ids: Array; }; /** Obtain external access tokens for user by custom plugin. */ export type ExternalObtainAccessTokens = { - __typename?: "ExternalObtainAccessTokens"; + __typename?: 'ExternalObtainAccessTokens'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; /** CSRF token required to re-generate external access token. */ - csrfToken?: Maybe; + csrfToken?: Maybe; errors: Array; /** The refresh token, required to re-generate external access token. */ - refreshToken?: Maybe; + refreshToken?: Maybe; /** The token, required to authenticate. */ - token?: Maybe; + token?: Maybe; /** A user instance. */ user?: Maybe; }; /** Refresh user's access by custom plugin. */ export type ExternalRefresh = { - __typename?: "ExternalRefresh"; + __typename?: 'ExternalRefresh'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; /** CSRF token required to re-generate external access token. */ - csrfToken?: Maybe; + csrfToken?: Maybe; errors: Array; /** The refresh token, required to re-generate external access token. */ - refreshToken?: Maybe; + refreshToken?: Maybe; /** The token, required to authenticate. */ - token?: Maybe; + token?: Maybe; /** A user instance. */ user?: Maybe; }; /** Verify external authentication data by plugin. */ export type ExternalVerify = { - __typename?: "ExternalVerify"; + __typename?: 'ExternalVerify'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; /** Determine if authentication data is valid or not. */ - isValid: Scalars["Boolean"]; + isValid: Scalars['Boolean']; /** User assigned to data. */ user?: Maybe; /** External data. */ - verifyData?: Maybe; + verifyData?: Maybe; }; export type File = { - __typename?: "File"; + __typename?: 'File'; /** Content type of the file. */ - contentType?: Maybe; + contentType?: Maybe; /** The URL of the file. */ - url: Scalars["String"]; + url: Scalars['String']; }; /** An enumeration. */ export enum FileTypesEnum { - Csv = "CSV", - Xlsx = "XLSX", + Csv = 'CSV', + Xlsx = 'XLSX' } /** @@ -4874,7 +4911,7 @@ export enum FileTypesEnum { * Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_STAFF_USER. */ export type FileUpload = { - __typename?: "FileUpload"; + __typename?: 'FileUpload'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ uploadErrors: Array; @@ -4882,80 +4919,83 @@ export type FileUpload = { }; /** Represents order fulfillment. */ -export type Fulfillment = Node & - ObjectWithMetadata & { - __typename?: "Fulfillment"; - created: Scalars["DateTime"]; - fulfillmentOrder: Scalars["Int"]; - id: Scalars["ID"]; - /** List of lines for the fulfillment. */ - lines?: Maybe>; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - status: FulfillmentStatus; - /** User-friendly fulfillment status. */ - statusDisplay?: Maybe; - trackingNumber: Scalars["String"]; - /** Warehouse from fulfillment was fulfilled. */ - warehouse?: Maybe; - }; +export type Fulfillment = Node & ObjectWithMetadata & { + __typename?: 'Fulfillment'; + created: Scalars['DateTime']; + fulfillmentOrder: Scalars['Int']; + id: Scalars['ID']; + /** List of lines for the fulfillment. */ + lines?: Maybe>; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + status: FulfillmentStatus; + /** User-friendly fulfillment status. */ + statusDisplay?: Maybe; + trackingNumber: Scalars['String']; + /** Warehouse from fulfillment was fulfilled. */ + warehouse?: Maybe; +}; + /** Represents order fulfillment. */ export type FulfillmentMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents order fulfillment. */ export type FulfillmentMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents order fulfillment. */ export type FulfillmentPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents order fulfillment. */ export type FulfillmentPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; /** @@ -4966,7 +5006,7 @@ export type FulfillmentPrivateMetafieldsArgs = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type FulfillmentApprove = { - __typename?: "FulfillmentApprove"; + __typename?: 'FulfillmentApprove'; errors: Array; /** An approved fulfillment. */ fulfillment?: Maybe; @@ -4982,7 +5022,7 @@ export type FulfillmentApprove = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type FulfillmentCancel = { - __typename?: "FulfillmentCancel"; + __typename?: 'FulfillmentCancel'; errors: Array; /** A canceled fulfillment. */ fulfillment?: Maybe; @@ -4994,11 +5034,11 @@ export type FulfillmentCancel = { export type FulfillmentCancelInput = { /** ID of a warehouse where items will be restocked. Optional when fulfillment is in WAITING_FOR_APPROVAL state. */ - warehouseId?: InputMaybe; + warehouseId?: InputMaybe; }; export type FulfillmentCanceled = Event & { - __typename?: "FulfillmentCanceled"; + __typename?: 'FulfillmentCanceled'; /** * The fulfillment the event relates to. * @@ -5008,7 +5048,7 @@ export type FulfillmentCanceled = Event & { */ fulfillment?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -5022,11 +5062,11 @@ export type FulfillmentCanceled = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type FulfillmentCreated = Event & { - __typename?: "FulfillmentCreated"; + __typename?: 'FulfillmentCreated'; /** * The fulfillment the event relates to. * @@ -5036,7 +5076,7 @@ export type FulfillmentCreated = Event & { */ fulfillment?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -5050,15 +5090,15 @@ export type FulfillmentCreated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** Represents line of the fulfillment. */ export type FulfillmentLine = Node & { - __typename?: "FulfillmentLine"; - id: Scalars["ID"]; + __typename?: 'FulfillmentLine'; + id: Scalars['ID']; orderLine?: Maybe; - quantity: Scalars["Int"]; + quantity: Scalars['Int']; }; /** @@ -5067,7 +5107,7 @@ export type FulfillmentLine = Node & { * Requires one of the following permissions: MANAGE_ORDERS. */ export type FulfillmentRefundProducts = { - __typename?: "FulfillmentRefundProducts"; + __typename?: 'FulfillmentRefundProducts'; errors: Array; /** A refunded fulfillment. */ fulfillment?: Maybe; @@ -5083,7 +5123,7 @@ export type FulfillmentRefundProducts = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type FulfillmentReturnProducts = { - __typename?: "FulfillmentReturnProducts"; + __typename?: 'FulfillmentReturnProducts'; errors: Array; /** Order which fulfillment was returned. */ order?: Maybe; @@ -5099,13 +5139,13 @@ export type FulfillmentReturnProducts = { /** An enumeration. */ export enum FulfillmentStatus { - Canceled = "CANCELED", - Fulfilled = "FULFILLED", - Refunded = "REFUNDED", - RefundedAndReturned = "REFUNDED_AND_RETURNED", - Replaced = "REPLACED", - Returned = "RETURNED", - WaitingForApproval = "WAITING_FOR_APPROVAL", + Canceled = 'CANCELED', + Fulfilled = 'FULFILLED', + Refunded = 'REFUNDED', + RefundedAndReturned = 'REFUNDED_AND_RETURNED', + Replaced = 'REPLACED', + Returned = 'RETURNED', + WaitingForApproval = 'WAITING_FOR_APPROVAL' } /** @@ -5114,7 +5154,7 @@ export enum FulfillmentStatus { * Requires one of the following permissions: MANAGE_ORDERS. */ export type FulfillmentUpdateTracking = { - __typename?: "FulfillmentUpdateTracking"; + __typename?: 'FulfillmentUpdateTracking'; errors: Array; /** A fulfillment with updated tracking. */ fulfillment?: Maybe; @@ -5126,197 +5166,201 @@ export type FulfillmentUpdateTracking = { export type FulfillmentUpdateTrackingInput = { /** If true, send an email notification to the customer. */ - notifyCustomer?: InputMaybe; + notifyCustomer?: InputMaybe; /** Fulfillment tracking number. */ - trackingNumber?: InputMaybe; + trackingNumber?: InputMaybe; }; /** Payment gateway client configuration key and value pair. */ export type GatewayConfigLine = { - __typename?: "GatewayConfigLine"; + __typename?: 'GatewayConfigLine'; /** Gateway config key. */ - field: Scalars["String"]; + field: Scalars['String']; /** Gateway config value for key. */ - value?: Maybe; + value?: Maybe; }; /** A gift card is a prepaid electronic payment card accepted in stores. They can be used during checkout by providing a valid gift card codes. */ -export type GiftCard = Node & - ObjectWithMetadata & { - __typename?: "GiftCard"; - /** - * App which created the gift card. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - * - * Requires one of the following permissions: MANAGE_APPS, OWNER. - */ - app?: Maybe; - /** - * Slug of the channel where the gift card was bought. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - boughtInChannel?: Maybe; - /** Gift card code. Can be fetched by a staff member with MANAGE_GIFT_CARD when gift card wasn't yet used and by the gift card owner. */ - code: Scalars["String"]; - created: Scalars["DateTime"]; - /** - * The user who bought or issued a gift card. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - createdBy?: Maybe; - /** - * Email address of the user who bought or issued gift card. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - * - * Requires one of the following permissions: MANAGE_USERS, OWNER. - */ - createdByEmail?: Maybe; - currentBalance?: Maybe; - /** Code in format which allows displaying in a user interface. */ - displayCode: Scalars["String"]; - /** - * End date of gift card. - * @deprecated This field will be removed in Saleor 4.0. Use `expiryDate` field instead. - */ - endDate?: Maybe; - /** - * List of events associated with the gift card. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - * - * Requires one of the following permissions: MANAGE_GIFT_CARD. - */ - events: Array; - expiryDate?: Maybe; - id: Scalars["ID"]; - initialBalance?: Maybe; - isActive: Scalars["Boolean"]; - /** Last 4 characters of gift card code. */ - last4CodeChars: Scalars["String"]; - lastUsedOn?: Maybe; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** - * Related gift card product. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - product?: Maybe; - /** - * Start date of gift card. - * @deprecated This field will be removed in Saleor 4.0. - */ - startDate?: Maybe; - /** - * The gift card tag. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - * - * Requires one of the following permissions: MANAGE_GIFT_CARD. - */ - tags: Array; - /** - * The customer who used a gift card. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - usedBy?: Maybe; - /** - * Email address of the customer who used a gift card. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - usedByEmail?: Maybe; - /** - * The customer who bought a gift card. - * @deprecated This field will be removed in Saleor 4.0. Use `createdBy` field instead. - */ - user?: Maybe; - }; +export type GiftCard = Node & ObjectWithMetadata & { + __typename?: 'GiftCard'; + /** + * App which created the gift card. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + * + * Requires one of the following permissions: MANAGE_APPS, OWNER. + */ + app?: Maybe; + /** + * Slug of the channel where the gift card was bought. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + boughtInChannel?: Maybe; + /** Gift card code. Can be fetched by a staff member with MANAGE_GIFT_CARD when gift card wasn't yet used and by the gift card owner. */ + code: Scalars['String']; + created: Scalars['DateTime']; + /** + * The user who bought or issued a gift card. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + createdBy?: Maybe; + /** + * Email address of the user who bought or issued gift card. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + * + * Requires one of the following permissions: MANAGE_USERS, OWNER. + */ + createdByEmail?: Maybe; + currentBalance?: Maybe; + /** Code in format which allows displaying in a user interface. */ + displayCode: Scalars['String']; + /** + * End date of gift card. + * @deprecated This field will be removed in Saleor 4.0. Use `expiryDate` field instead. + */ + endDate?: Maybe; + /** + * List of events associated with the gift card. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + * + * Requires one of the following permissions: MANAGE_GIFT_CARD. + */ + events: Array; + expiryDate?: Maybe; + id: Scalars['ID']; + initialBalance?: Maybe; + isActive: Scalars['Boolean']; + /** Last 4 characters of gift card code. */ + last4CodeChars: Scalars['String']; + lastUsedOn?: Maybe; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** + * Related gift card product. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + product?: Maybe; + /** + * Start date of gift card. + * @deprecated This field will be removed in Saleor 4.0. + */ + startDate?: Maybe; + /** + * The gift card tag. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + * + * Requires one of the following permissions: MANAGE_GIFT_CARD. + */ + tags: Array; + /** + * The customer who used a gift card. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + usedBy?: Maybe; + /** + * Email address of the customer who used a gift card. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + usedByEmail?: Maybe; + /** + * The customer who bought a gift card. + * @deprecated This field will be removed in Saleor 4.0. Use `createdBy` field instead. + */ + user?: Maybe; +}; + /** A gift card is a prepaid electronic payment card accepted in stores. They can be used during checkout by providing a valid gift card codes. */ export type GiftCardEventsArgs = { filter?: InputMaybe; }; + /** A gift card is a prepaid electronic payment card accepted in stores. They can be used during checkout by providing a valid gift card codes. */ export type GiftCardMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** A gift card is a prepaid electronic payment card accepted in stores. They can be used during checkout by providing a valid gift card codes. */ export type GiftCardMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** A gift card is a prepaid electronic payment card accepted in stores. They can be used during checkout by providing a valid gift card codes. */ export type GiftCardPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** A gift card is a prepaid electronic payment card accepted in stores. They can be used during checkout by providing a valid gift card codes. */ export type GiftCardPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; /** @@ -5325,7 +5369,7 @@ export type GiftCardPrivateMetafieldsArgs = { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type GiftCardActivate = { - __typename?: "GiftCardActivate"; + __typename?: 'GiftCardActivate'; errors: Array; /** Activated gift card. */ giftCard?: Maybe; @@ -5343,7 +5387,7 @@ export type GiftCardActivate = { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type GiftCardAddNote = { - __typename?: "GiftCardAddNote"; + __typename?: 'GiftCardAddNote'; errors: Array; /** Gift card note created. */ event?: Maybe; @@ -5353,7 +5397,7 @@ export type GiftCardAddNote = { export type GiftCardAddNoteInput = { /** Note message. */ - message: Scalars["String"]; + message: Scalars['String']; }; /** @@ -5366,9 +5410,9 @@ export type GiftCardAddNoteInput = { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type GiftCardBulkActivate = { - __typename?: "GiftCardBulkActivate"; + __typename?: 'GiftCardBulkActivate'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; }; @@ -5382,9 +5426,9 @@ export type GiftCardBulkActivate = { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type GiftCardBulkCreate = { - __typename?: "GiftCardBulkCreate"; + __typename?: 'GiftCardBulkCreate'; /** Returns how many objects were created. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** List of created gift cards. */ giftCards: Array; @@ -5394,13 +5438,13 @@ export type GiftCardBulkCreateInput = { /** Balance of the gift card. */ balance: PriceInput; /** The number of cards to issue. */ - count: Scalars["Int"]; + count: Scalars['Int']; /** The gift card expiry date. */ - expiryDate?: InputMaybe; + expiryDate?: InputMaybe; /** Determine if gift card is active. */ - isActive: Scalars["Boolean"]; + isActive: Scalars['Boolean']; /** The gift card tags. */ - tags?: InputMaybe>; + tags?: InputMaybe>; }; /** @@ -5413,9 +5457,9 @@ export type GiftCardBulkCreateInput = { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type GiftCardBulkDeactivate = { - __typename?: "GiftCardBulkDeactivate"; + __typename?: 'GiftCardBulkDeactivate'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; }; @@ -5429,25 +5473,25 @@ export type GiftCardBulkDeactivate = { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type GiftCardBulkDelete = { - __typename?: "GiftCardBulkDelete"; + __typename?: 'GiftCardBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; }; export type GiftCardCountableConnection = { - __typename?: "GiftCardCountableConnection"; + __typename?: 'GiftCardCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type GiftCardCountableEdge = { - __typename?: "GiftCardCountableEdge"; + __typename?: 'GiftCardCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: GiftCard; }; @@ -5458,7 +5502,7 @@ export type GiftCardCountableEdge = { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type GiftCardCreate = { - __typename?: "GiftCardCreate"; + __typename?: 'GiftCardCreate'; errors: Array; giftCard?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -5473,7 +5517,7 @@ export type GiftCardCreateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - addTags?: InputMaybe>; + addTags?: InputMaybe>; /** Balance of the gift card. */ balance: PriceInput; /** @@ -5483,19 +5527,19 @@ export type GiftCardCreateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - channel?: InputMaybe; + channel?: InputMaybe; /** * Code to use the gift card. * * DEPRECATED: this field will be removed in Saleor 4.0. The code is now auto generated. */ - code?: InputMaybe; + code?: InputMaybe; /** * End date of the gift card in ISO 8601 format. * * DEPRECATED: this field will be removed in Saleor 4.0. Use `expiryDate` from `expirySettings` instead. */ - endDate?: InputMaybe; + endDate?: InputMaybe; /** * The gift card expiry date. * @@ -5503,7 +5547,7 @@ export type GiftCardCreateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - expiryDate?: InputMaybe; + expiryDate?: InputMaybe; /** * Determine if gift card is active. * @@ -5511,7 +5555,7 @@ export type GiftCardCreateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - isActive: Scalars["Boolean"]; + isActive: Scalars['Boolean']; /** * The gift card note from the staff member. * @@ -5519,19 +5563,19 @@ export type GiftCardCreateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - note?: InputMaybe; + note?: InputMaybe; /** * Start date of the gift card in ISO 8601 format. * * DEPRECATED: this field will be removed in Saleor 4.0. */ - startDate?: InputMaybe; + startDate?: InputMaybe; /** Email of the customer to whom gift card will be sent. */ - userEmail?: InputMaybe; + userEmail?: InputMaybe; }; export type GiftCardCreated = Event & { - __typename?: "GiftCardCreated"; + __typename?: 'GiftCardCreated'; /** * The gift card the event relates to. * @@ -5541,13 +5585,13 @@ export type GiftCardCreated = Event & { */ giftCard?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -5556,7 +5600,7 @@ export type GiftCardCreated = Event & { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type GiftCardDeactivate = { - __typename?: "GiftCardDeactivate"; + __typename?: 'GiftCardDeactivate'; errors: Array; /** Deactivated gift card. */ giftCard?: Maybe; @@ -5574,7 +5618,7 @@ export type GiftCardDeactivate = { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type GiftCardDelete = { - __typename?: "GiftCardDelete"; + __typename?: 'GiftCardDelete'; errors: Array; giftCard?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -5582,7 +5626,7 @@ export type GiftCardDelete = { }; export type GiftCardDeleted = Event & { - __typename?: "GiftCardDeleted"; + __typename?: 'GiftCardDeleted'; /** * The gift card the event relates to. * @@ -5592,37 +5636,37 @@ export type GiftCardDeleted = Event & { */ giftCard?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type GiftCardError = { - __typename?: "GiftCardError"; + __typename?: 'GiftCardError'; /** The error code. */ code: GiftCardErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of tag values that cause the error. */ - tags?: Maybe>; + tags?: Maybe>; }; /** An enumeration. */ export enum GiftCardErrorCode { - AlreadyExists = "ALREADY_EXISTS", - DuplicatedInputItem = "DUPLICATED_INPUT_ITEM", - ExpiredGiftCard = "EXPIRED_GIFT_CARD", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - Required = "REQUIRED", - Unique = "UNIQUE", + AlreadyExists = 'ALREADY_EXISTS', + DuplicatedInputItem = 'DUPLICATED_INPUT_ITEM', + ExpiredGiftCard = 'EXPIRED_GIFT_CARD', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED', + Unique = 'UNIQUE' } /** @@ -5633,30 +5677,30 @@ export enum GiftCardErrorCode { * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ export type GiftCardEvent = Node & { - __typename?: "GiftCardEvent"; + __typename?: 'GiftCardEvent'; /** App that performed the action. Requires one of the following permissions: MANAGE_APPS, OWNER. */ app?: Maybe; /** The gift card balance. */ balance?: Maybe; /** Date when event happened at in ISO 8601 format. */ - date?: Maybe; + date?: Maybe; /** Email of the customer. */ - email?: Maybe; + email?: Maybe; /** The gift card expiry date. */ - expiryDate?: Maybe; - id: Scalars["ID"]; + expiryDate?: Maybe; + id: Scalars['ID']; /** Content of the event. */ - message?: Maybe; + message?: Maybe; /** Previous gift card expiry date. */ - oldExpiryDate?: Maybe; + oldExpiryDate?: Maybe; /** The list of old gift card tags. */ - oldTags?: Maybe>; + oldTags?: Maybe>; /** The order ID where gift card was used or bought. */ - orderId?: Maybe; + orderId?: Maybe; /** User-friendly number of an order where gift card was used or bought. */ - orderNumber?: Maybe; + orderNumber?: Maybe; /** The list of gift card tags. */ - tags?: Maybe>; + tags?: Maybe>; /** Gift card event type. */ type?: Maybe; /** User who performed the action. Requires one of the following permissions: MANAGE_USERS, MANAGE_STAFF, OWNER. */ @@ -5664,7 +5708,7 @@ export type GiftCardEvent = Node & { }; export type GiftCardEventBalance = { - __typename?: "GiftCardEventBalance"; + __typename?: 'GiftCardEventBalance'; /** Current balance of the gift card. */ currentBalance: Money; /** Initial balance of the gift card. */ @@ -5676,37 +5720,37 @@ export type GiftCardEventBalance = { }; export type GiftCardEventFilterInput = { - orders?: InputMaybe>; + orders?: InputMaybe>; type?: InputMaybe; }; /** An enumeration. */ export enum GiftCardEventsEnum { - Activated = "ACTIVATED", - BalanceReset = "BALANCE_RESET", - Bought = "BOUGHT", - Deactivated = "DEACTIVATED", - ExpiryDateUpdated = "EXPIRY_DATE_UPDATED", - Issued = "ISSUED", - NoteAdded = "NOTE_ADDED", - Resent = "RESENT", - SentToCustomer = "SENT_TO_CUSTOMER", - TagsUpdated = "TAGS_UPDATED", - Updated = "UPDATED", - UsedInOrder = "USED_IN_ORDER", + Activated = 'ACTIVATED', + BalanceReset = 'BALANCE_RESET', + Bought = 'BOUGHT', + Deactivated = 'DEACTIVATED', + ExpiryDateUpdated = 'EXPIRY_DATE_UPDATED', + Issued = 'ISSUED', + NoteAdded = 'NOTE_ADDED', + Resent = 'RESENT', + SentToCustomer = 'SENT_TO_CUSTOMER', + TagsUpdated = 'TAGS_UPDATED', + Updated = 'UPDATED', + UsedInOrder = 'USED_IN_ORDER' } export type GiftCardFilterInput = { - code?: InputMaybe; - currency?: InputMaybe; + code?: InputMaybe; + currency?: InputMaybe; currentBalance?: InputMaybe; initialBalance?: InputMaybe; - isActive?: InputMaybe; + isActive?: InputMaybe; metadata?: InputMaybe>; - products?: InputMaybe>; - tags?: InputMaybe>; - used?: InputMaybe; - usedBy?: InputMaybe>; + products?: InputMaybe>; + tags?: InputMaybe>; + used?: InputMaybe; + usedBy?: InputMaybe>; }; /** @@ -5719,7 +5763,7 @@ export type GiftCardFilterInput = { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type GiftCardResend = { - __typename?: "GiftCardResend"; + __typename?: 'GiftCardResend'; errors: Array; /** Gift card which has been sent. */ giftCard?: Maybe; @@ -5727,16 +5771,16 @@ export type GiftCardResend = { export type GiftCardResendInput = { /** Slug of a channel from which the email should be sent. */ - channel: Scalars["String"]; + channel: Scalars['String']; /** Email to which gift card should be send. */ - email?: InputMaybe; + email?: InputMaybe; /** ID of a gift card to resend. */ - id: Scalars["ID"]; + id: Scalars['ID']; }; /** Gift card related settings from site settings. */ export type GiftCardSettings = { - __typename?: "GiftCardSettings"; + __typename?: 'GiftCardSettings'; /** The gift card expiry period settings. */ expiryPeriod?: Maybe; /** The gift card expiry type settings. */ @@ -5744,26 +5788,26 @@ export type GiftCardSettings = { }; export type GiftCardSettingsError = { - __typename?: "GiftCardSettingsError"; + __typename?: 'GiftCardSettingsError'; /** The error code. */ code: GiftCardSettingsErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum GiftCardSettingsErrorCode { - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - Required = "REQUIRED", + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + Required = 'REQUIRED' } /** An enumeration. */ export enum GiftCardSettingsExpiryTypeEnum { - ExpiryPeriod = "EXPIRY_PERIOD", - NeverExpire = "NEVER_EXPIRE", + ExpiryPeriod = 'EXPIRY_PERIOD', + NeverExpire = 'NEVER_EXPIRE' } /** @@ -5772,7 +5816,7 @@ export enum GiftCardSettingsExpiryTypeEnum { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type GiftCardSettingsUpdate = { - __typename?: "GiftCardSettingsUpdate"; + __typename?: 'GiftCardSettingsUpdate'; errors: Array; /** Gift card settings. */ giftCardSettings?: Maybe; @@ -5787,11 +5831,11 @@ export type GiftCardSettingsUpdateInput = { export enum GiftCardSortField { /** Sort orders by current balance. */ - CurrentBalance = "CURRENT_BALANCE", + CurrentBalance = 'CURRENT_BALANCE', /** Sort orders by product. */ - Product = "PRODUCT", + Product = 'PRODUCT', /** Sort orders by used by. */ - UsedBy = "USED_BY", + UsedBy = 'USED_BY' } export type GiftCardSortingInput = { @@ -5802,7 +5846,7 @@ export type GiftCardSortingInput = { }; export type GiftCardStatusChanged = Event & { - __typename?: "GiftCardStatusChanged"; + __typename?: 'GiftCardStatusChanged'; /** * The gift card the event relates to. * @@ -5812,13 +5856,13 @@ export type GiftCardStatusChanged = Event & { */ giftCard?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -5829,30 +5873,30 @@ export type GiftCardStatusChanged = Event & { * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ export type GiftCardTag = Node & { - __typename?: "GiftCardTag"; - id: Scalars["ID"]; - name: Scalars["String"]; + __typename?: 'GiftCardTag'; + id: Scalars['ID']; + name: Scalars['String']; }; export type GiftCardTagCountableConnection = { - __typename?: "GiftCardTagCountableConnection"; + __typename?: 'GiftCardTagCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type GiftCardTagCountableEdge = { - __typename?: "GiftCardTagCountableEdge"; + __typename?: 'GiftCardTagCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: GiftCardTag; }; export type GiftCardTagFilterInput = { - search?: InputMaybe; + search?: InputMaybe; }; /** @@ -5861,7 +5905,7 @@ export type GiftCardTagFilterInput = { * Requires one of the following permissions: MANAGE_GIFT_CARD. */ export type GiftCardUpdate = { - __typename?: "GiftCardUpdate"; + __typename?: 'GiftCardUpdate'; errors: Array; giftCard?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -5876,7 +5920,7 @@ export type GiftCardUpdateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - addTags?: InputMaybe>; + addTags?: InputMaybe>; /** * The gift card balance amount. * @@ -5884,13 +5928,13 @@ export type GiftCardUpdateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - balanceAmount?: InputMaybe; + balanceAmount?: InputMaybe; /** * End date of the gift card in ISO 8601 format. * * DEPRECATED: this field will be removed in Saleor 4.0. Use `expiryDate` from `expirySettings` instead. */ - endDate?: InputMaybe; + endDate?: InputMaybe; /** * The gift card expiry date. * @@ -5898,7 +5942,7 @@ export type GiftCardUpdateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - expiryDate?: InputMaybe; + expiryDate?: InputMaybe; /** * The gift card tags to remove. * @@ -5906,17 +5950,17 @@ export type GiftCardUpdateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - removeTags?: InputMaybe>; + removeTags?: InputMaybe>; /** * Start date of the gift card in ISO 8601 format. * * DEPRECATED: this field will be removed in Saleor 4.0. */ - startDate?: InputMaybe; + startDate?: InputMaybe; }; export type GiftCardUpdated = Event & { - __typename?: "GiftCardUpdated"; + __typename?: 'GiftCardUpdated'; /** * The gift card the event relates to. * @@ -5926,24 +5970,24 @@ export type GiftCardUpdated = Event & { */ giftCard?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** Represents permission group data. */ export type Group = Node & { - __typename?: "Group"; - id: Scalars["ID"]; - name: Scalars["String"]; + __typename?: 'Group'; + id: Scalars['ID']; + name: Scalars['String']; /** List of group permissions */ permissions?: Maybe>; /** True, if the currently authenticated user has rights to manage a group. */ - userCanManage: Scalars["Boolean"]; + userCanManage: Scalars['Boolean']; /** * List of group users * @@ -5953,114 +5997,116 @@ export type Group = Node & { }; export type GroupCountableConnection = { - __typename?: "GroupCountableConnection"; + __typename?: 'GroupCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type GroupCountableEdge = { - __typename?: "GroupCountableEdge"; + __typename?: 'GroupCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Group; }; /** Represents an image. */ export type Image = { - __typename?: "Image"; + __typename?: 'Image'; /** Alt text for an image. */ - alt?: Maybe; + alt?: Maybe; /** The URL of the image. */ - url: Scalars["String"]; + url: Scalars['String']; }; export type IntRangeInput = { /** Value greater than or equal to. */ - gte?: InputMaybe; + gte?: InputMaybe; /** Value less than or equal to. */ - lte?: InputMaybe; + lte?: InputMaybe; }; /** Represents an Invoice. */ -export type Invoice = Job & - Node & - ObjectWithMetadata & { - __typename?: "Invoice"; - createdAt: Scalars["DateTime"]; - externalUrl?: Maybe; - /** The ID of the object. */ - id: Scalars["ID"]; - message?: Maybe; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - number?: Maybe; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** Job status. */ - status: JobStatusEnum; - updatedAt: Scalars["DateTime"]; - /** URL to download an invoice. */ - url?: Maybe; - }; +export type Invoice = Job & Node & ObjectWithMetadata & { + __typename?: 'Invoice'; + createdAt: Scalars['DateTime']; + externalUrl?: Maybe; + /** The ID of the object. */ + id: Scalars['ID']; + message?: Maybe; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + number?: Maybe; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** Job status. */ + status: JobStatusEnum; + updatedAt: Scalars['DateTime']; + /** URL to download an invoice. */ + url?: Maybe; +}; + /** Represents an Invoice. */ export type InvoiceMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents an Invoice. */ export type InvoiceMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents an Invoice. */ export type InvoicePrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents an Invoice. */ export type InvoicePrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; /** @@ -6069,7 +6115,7 @@ export type InvoicePrivateMetafieldsArgs = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type InvoiceCreate = { - __typename?: "InvoiceCreate"; + __typename?: 'InvoiceCreate'; errors: Array; invoice?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -6078,9 +6124,9 @@ export type InvoiceCreate = { export type InvoiceCreateInput = { /** Invoice number. */ - number: Scalars["String"]; + number: Scalars['String']; /** URL of an invoice to download. */ - url: Scalars["String"]; + url: Scalars['String']; }; /** @@ -6089,7 +6135,7 @@ export type InvoiceCreateInput = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type InvoiceDelete = { - __typename?: "InvoiceDelete"; + __typename?: 'InvoiceDelete'; errors: Array; invoice?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -6097,7 +6143,7 @@ export type InvoiceDelete = { }; export type InvoiceDeleted = Event & { - __typename?: "InvoiceDeleted"; + __typename?: 'InvoiceDeleted'; /** * The invoice the event relates to. * @@ -6107,35 +6153,35 @@ export type InvoiceDeleted = Event & { */ invoice?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type InvoiceError = { - __typename?: "InvoiceError"; + __typename?: 'InvoiceError'; /** The error code. */ code: InvoiceErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum InvoiceErrorCode { - EmailNotSet = "EMAIL_NOT_SET", - InvalidStatus = "INVALID_STATUS", - NotFound = "NOT_FOUND", - NotReady = "NOT_READY", - NoInvoicePlugin = "NO_INVOICE_PLUGIN", - NumberNotSet = "NUMBER_NOT_SET", - Required = "REQUIRED", - UrlNotSet = "URL_NOT_SET", + EmailNotSet = 'EMAIL_NOT_SET', + InvalidStatus = 'INVALID_STATUS', + NotFound = 'NOT_FOUND', + NotReady = 'NOT_READY', + NoInvoicePlugin = 'NO_INVOICE_PLUGIN', + NumberNotSet = 'NUMBER_NOT_SET', + Required = 'REQUIRED', + UrlNotSet = 'URL_NOT_SET' } /** @@ -6144,7 +6190,7 @@ export enum InvoiceErrorCode { * Requires one of the following permissions: MANAGE_ORDERS. */ export type InvoiceRequest = { - __typename?: "InvoiceRequest"; + __typename?: 'InvoiceRequest'; errors: Array; invoice?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -6159,7 +6205,7 @@ export type InvoiceRequest = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type InvoiceRequestDelete = { - __typename?: "InvoiceRequestDelete"; + __typename?: 'InvoiceRequestDelete'; errors: Array; invoice?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -6167,7 +6213,7 @@ export type InvoiceRequestDelete = { }; export type InvoiceRequested = Event & { - __typename?: "InvoiceRequested"; + __typename?: 'InvoiceRequested'; /** * The invoice the event relates to. * @@ -6177,13 +6223,13 @@ export type InvoiceRequested = Event & { */ invoice?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -6192,7 +6238,7 @@ export type InvoiceRequested = Event & { * Requires one of the following permissions: MANAGE_ORDERS. */ export type InvoiceSendNotification = { - __typename?: "InvoiceSendNotification"; + __typename?: 'InvoiceSendNotification'; errors: Array; invoice?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -6200,7 +6246,7 @@ export type InvoiceSendNotification = { }; export type InvoiceSent = Event & { - __typename?: "InvoiceSent"; + __typename?: 'InvoiceSent'; /** * The invoice the event relates to. * @@ -6210,13 +6256,13 @@ export type InvoiceSent = Event & { */ invoice?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -6225,7 +6271,7 @@ export type InvoiceSent = Event & { * Requires one of the following permissions: MANAGE_ORDERS. */ export type InvoiceUpdate = { - __typename?: "InvoiceUpdate"; + __typename?: 'InvoiceUpdate'; errors: Array; invoice?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -6236,816 +6282,816 @@ export type IssuingPrincipal = App | User; export type Job = { /** Created date time of job in ISO 8601 format. */ - createdAt: Scalars["DateTime"]; + createdAt: Scalars['DateTime']; /** Job message. */ - message?: Maybe; + message?: Maybe; /** Job status. */ status: JobStatusEnum; /** Date time of job last update in ISO 8601 format. */ - updatedAt: Scalars["DateTime"]; + updatedAt: Scalars['DateTime']; }; /** An enumeration. */ export enum JobStatusEnum { - Deleted = "DELETED", - Failed = "FAILED", - Pending = "PENDING", - Success = "SUCCESS", + Deleted = 'DELETED', + Failed = 'FAILED', + Pending = 'PENDING', + Success = 'SUCCESS' } /** An enumeration. */ export enum LanguageCodeEnum { - Af = "AF", - AfNa = "AF_NA", - AfZa = "AF_ZA", - Agq = "AGQ", - AgqCm = "AGQ_CM", - Ak = "AK", - AkGh = "AK_GH", - Am = "AM", - AmEt = "AM_ET", - Ar = "AR", - ArAe = "AR_AE", - ArBh = "AR_BH", - ArDj = "AR_DJ", - ArDz = "AR_DZ", - ArEg = "AR_EG", - ArEh = "AR_EH", - ArEr = "AR_ER", - ArIl = "AR_IL", - ArIq = "AR_IQ", - ArJo = "AR_JO", - ArKm = "AR_KM", - ArKw = "AR_KW", - ArLb = "AR_LB", - ArLy = "AR_LY", - ArMa = "AR_MA", - ArMr = "AR_MR", - ArOm = "AR_OM", - ArPs = "AR_PS", - ArQa = "AR_QA", - ArSa = "AR_SA", - ArSd = "AR_SD", - ArSo = "AR_SO", - ArSs = "AR_SS", - ArSy = "AR_SY", - ArTd = "AR_TD", - ArTn = "AR_TN", - ArYe = "AR_YE", - As = "AS", - Asa = "ASA", - AsaTz = "ASA_TZ", - Ast = "AST", - AstEs = "AST_ES", - AsIn = "AS_IN", - Az = "AZ", - AzCyrl = "AZ_CYRL", - AzCyrlAz = "AZ_CYRL_AZ", - AzLatn = "AZ_LATN", - AzLatnAz = "AZ_LATN_AZ", - Bas = "BAS", - BasCm = "BAS_CM", - Be = "BE", - Bem = "BEM", - BemZm = "BEM_ZM", - Bez = "BEZ", - BezTz = "BEZ_TZ", - BeBy = "BE_BY", - Bg = "BG", - BgBg = "BG_BG", - Bm = "BM", - BmMl = "BM_ML", - Bn = "BN", - BnBd = "BN_BD", - BnIn = "BN_IN", - Bo = "BO", - BoCn = "BO_CN", - BoIn = "BO_IN", - Br = "BR", - Brx = "BRX", - BrxIn = "BRX_IN", - BrFr = "BR_FR", - Bs = "BS", - BsCyrl = "BS_CYRL", - BsCyrlBa = "BS_CYRL_BA", - BsLatn = "BS_LATN", - BsLatnBa = "BS_LATN_BA", - Ca = "CA", - CaAd = "CA_AD", - CaEs = "CA_ES", - CaEsValencia = "CA_ES_VALENCIA", - CaFr = "CA_FR", - CaIt = "CA_IT", - Ccp = "CCP", - CcpBd = "CCP_BD", - CcpIn = "CCP_IN", - Ce = "CE", - Ceb = "CEB", - CebPh = "CEB_PH", - CeRu = "CE_RU", - Cgg = "CGG", - CggUg = "CGG_UG", - Chr = "CHR", - ChrUs = "CHR_US", - Ckb = "CKB", - CkbIq = "CKB_IQ", - CkbIr = "CKB_IR", - Cs = "CS", - CsCz = "CS_CZ", - Cu = "CU", - CuRu = "CU_RU", - Cy = "CY", - CyGb = "CY_GB", - Da = "DA", - Dav = "DAV", - DavKe = "DAV_KE", - DaDk = "DA_DK", - DaGl = "DA_GL", - De = "DE", - DeAt = "DE_AT", - DeBe = "DE_BE", - DeCh = "DE_CH", - DeDe = "DE_DE", - DeIt = "DE_IT", - DeLi = "DE_LI", - DeLu = "DE_LU", - Dje = "DJE", - DjeNe = "DJE_NE", - Dsb = "DSB", - DsbDe = "DSB_DE", - Dua = "DUA", - DuaCm = "DUA_CM", - Dyo = "DYO", - DyoSn = "DYO_SN", - Dz = "DZ", - DzBt = "DZ_BT", - Ebu = "EBU", - EbuKe = "EBU_KE", - Ee = "EE", - EeGh = "EE_GH", - EeTg = "EE_TG", - El = "EL", - ElCy = "EL_CY", - ElGr = "EL_GR", - En = "EN", - EnAe = "EN_AE", - EnAg = "EN_AG", - EnAi = "EN_AI", - EnAs = "EN_AS", - EnAt = "EN_AT", - EnAu = "EN_AU", - EnBb = "EN_BB", - EnBe = "EN_BE", - EnBi = "EN_BI", - EnBm = "EN_BM", - EnBs = "EN_BS", - EnBw = "EN_BW", - EnBz = "EN_BZ", - EnCa = "EN_CA", - EnCc = "EN_CC", - EnCh = "EN_CH", - EnCk = "EN_CK", - EnCm = "EN_CM", - EnCx = "EN_CX", - EnCy = "EN_CY", - EnDe = "EN_DE", - EnDg = "EN_DG", - EnDk = "EN_DK", - EnDm = "EN_DM", - EnEr = "EN_ER", - EnFi = "EN_FI", - EnFj = "EN_FJ", - EnFk = "EN_FK", - EnFm = "EN_FM", - EnGb = "EN_GB", - EnGd = "EN_GD", - EnGg = "EN_GG", - EnGh = "EN_GH", - EnGi = "EN_GI", - EnGm = "EN_GM", - EnGu = "EN_GU", - EnGy = "EN_GY", - EnHk = "EN_HK", - EnIe = "EN_IE", - EnIl = "EN_IL", - EnIm = "EN_IM", - EnIn = "EN_IN", - EnIo = "EN_IO", - EnJe = "EN_JE", - EnJm = "EN_JM", - EnKe = "EN_KE", - EnKi = "EN_KI", - EnKn = "EN_KN", - EnKy = "EN_KY", - EnLc = "EN_LC", - EnLr = "EN_LR", - EnLs = "EN_LS", - EnMg = "EN_MG", - EnMh = "EN_MH", - EnMo = "EN_MO", - EnMp = "EN_MP", - EnMs = "EN_MS", - EnMt = "EN_MT", - EnMu = "EN_MU", - EnMw = "EN_MW", - EnMy = "EN_MY", - EnNa = "EN_NA", - EnNf = "EN_NF", - EnNg = "EN_NG", - EnNl = "EN_NL", - EnNr = "EN_NR", - EnNu = "EN_NU", - EnNz = "EN_NZ", - EnPg = "EN_PG", - EnPh = "EN_PH", - EnPk = "EN_PK", - EnPn = "EN_PN", - EnPr = "EN_PR", - EnPw = "EN_PW", - EnRw = "EN_RW", - EnSb = "EN_SB", - EnSc = "EN_SC", - EnSd = "EN_SD", - EnSe = "EN_SE", - EnSg = "EN_SG", - EnSh = "EN_SH", - EnSi = "EN_SI", - EnSl = "EN_SL", - EnSs = "EN_SS", - EnSx = "EN_SX", - EnSz = "EN_SZ", - EnTc = "EN_TC", - EnTk = "EN_TK", - EnTo = "EN_TO", - EnTt = "EN_TT", - EnTv = "EN_TV", - EnTz = "EN_TZ", - EnUg = "EN_UG", - EnUm = "EN_UM", - EnUs = "EN_US", - EnVc = "EN_VC", - EnVg = "EN_VG", - EnVi = "EN_VI", - EnVu = "EN_VU", - EnWs = "EN_WS", - EnZa = "EN_ZA", - EnZm = "EN_ZM", - EnZw = "EN_ZW", - Eo = "EO", - Es = "ES", - EsAr = "ES_AR", - EsBo = "ES_BO", - EsBr = "ES_BR", - EsBz = "ES_BZ", - EsCl = "ES_CL", - EsCo = "ES_CO", - EsCr = "ES_CR", - EsCu = "ES_CU", - EsDo = "ES_DO", - EsEa = "ES_EA", - EsEc = "ES_EC", - EsEs = "ES_ES", - EsGq = "ES_GQ", - EsGt = "ES_GT", - EsHn = "ES_HN", - EsIc = "ES_IC", - EsMx = "ES_MX", - EsNi = "ES_NI", - EsPa = "ES_PA", - EsPe = "ES_PE", - EsPh = "ES_PH", - EsPr = "ES_PR", - EsPy = "ES_PY", - EsSv = "ES_SV", - EsUs = "ES_US", - EsUy = "ES_UY", - EsVe = "ES_VE", - Et = "ET", - EtEe = "ET_EE", - Eu = "EU", - EuEs = "EU_ES", - Ewo = "EWO", - EwoCm = "EWO_CM", - Fa = "FA", - FaAf = "FA_AF", - FaIr = "FA_IR", - Ff = "FF", - FfAdlm = "FF_ADLM", - FfAdlmBf = "FF_ADLM_BF", - FfAdlmCm = "FF_ADLM_CM", - FfAdlmGh = "FF_ADLM_GH", - FfAdlmGm = "FF_ADLM_GM", - FfAdlmGn = "FF_ADLM_GN", - FfAdlmGw = "FF_ADLM_GW", - FfAdlmLr = "FF_ADLM_LR", - FfAdlmMr = "FF_ADLM_MR", - FfAdlmNe = "FF_ADLM_NE", - FfAdlmNg = "FF_ADLM_NG", - FfAdlmSl = "FF_ADLM_SL", - FfAdlmSn = "FF_ADLM_SN", - FfLatn = "FF_LATN", - FfLatnBf = "FF_LATN_BF", - FfLatnCm = "FF_LATN_CM", - FfLatnGh = "FF_LATN_GH", - FfLatnGm = "FF_LATN_GM", - FfLatnGn = "FF_LATN_GN", - FfLatnGw = "FF_LATN_GW", - FfLatnLr = "FF_LATN_LR", - FfLatnMr = "FF_LATN_MR", - FfLatnNe = "FF_LATN_NE", - FfLatnNg = "FF_LATN_NG", - FfLatnSl = "FF_LATN_SL", - FfLatnSn = "FF_LATN_SN", - Fi = "FI", - Fil = "FIL", - FilPh = "FIL_PH", - FiFi = "FI_FI", - Fo = "FO", - FoDk = "FO_DK", - FoFo = "FO_FO", - Fr = "FR", - FrBe = "FR_BE", - FrBf = "FR_BF", - FrBi = "FR_BI", - FrBj = "FR_BJ", - FrBl = "FR_BL", - FrCa = "FR_CA", - FrCd = "FR_CD", - FrCf = "FR_CF", - FrCg = "FR_CG", - FrCh = "FR_CH", - FrCi = "FR_CI", - FrCm = "FR_CM", - FrDj = "FR_DJ", - FrDz = "FR_DZ", - FrFr = "FR_FR", - FrGa = "FR_GA", - FrGf = "FR_GF", - FrGn = "FR_GN", - FrGp = "FR_GP", - FrGq = "FR_GQ", - FrHt = "FR_HT", - FrKm = "FR_KM", - FrLu = "FR_LU", - FrMa = "FR_MA", - FrMc = "FR_MC", - FrMf = "FR_MF", - FrMg = "FR_MG", - FrMl = "FR_ML", - FrMq = "FR_MQ", - FrMr = "FR_MR", - FrMu = "FR_MU", - FrNc = "FR_NC", - FrNe = "FR_NE", - FrPf = "FR_PF", - FrPm = "FR_PM", - FrRe = "FR_RE", - FrRw = "FR_RW", - FrSc = "FR_SC", - FrSn = "FR_SN", - FrSy = "FR_SY", - FrTd = "FR_TD", - FrTg = "FR_TG", - FrTn = "FR_TN", - FrVu = "FR_VU", - FrWf = "FR_WF", - FrYt = "FR_YT", - Fur = "FUR", - FurIt = "FUR_IT", - Fy = "FY", - FyNl = "FY_NL", - Ga = "GA", - GaGb = "GA_GB", - GaIe = "GA_IE", - Gd = "GD", - GdGb = "GD_GB", - Gl = "GL", - GlEs = "GL_ES", - Gsw = "GSW", - GswCh = "GSW_CH", - GswFr = "GSW_FR", - GswLi = "GSW_LI", - Gu = "GU", - Guz = "GUZ", - GuzKe = "GUZ_KE", - GuIn = "GU_IN", - Gv = "GV", - GvIm = "GV_IM", - Ha = "HA", - Haw = "HAW", - HawUs = "HAW_US", - HaGh = "HA_GH", - HaNe = "HA_NE", - HaNg = "HA_NG", - He = "HE", - HeIl = "HE_IL", - Hi = "HI", - HiIn = "HI_IN", - Hr = "HR", - HrBa = "HR_BA", - HrHr = "HR_HR", - Hsb = "HSB", - HsbDe = "HSB_DE", - Hu = "HU", - HuHu = "HU_HU", - Hy = "HY", - HyAm = "HY_AM", - Ia = "IA", - Id = "ID", - IdId = "ID_ID", - Ig = "IG", - IgNg = "IG_NG", - Ii = "II", - IiCn = "II_CN", - Is = "IS", - IsIs = "IS_IS", - It = "IT", - ItCh = "IT_CH", - ItIt = "IT_IT", - ItSm = "IT_SM", - ItVa = "IT_VA", - Ja = "JA", - JaJp = "JA_JP", - Jgo = "JGO", - JgoCm = "JGO_CM", - Jmc = "JMC", - JmcTz = "JMC_TZ", - Jv = "JV", - JvId = "JV_ID", - Ka = "KA", - Kab = "KAB", - KabDz = "KAB_DZ", - Kam = "KAM", - KamKe = "KAM_KE", - KaGe = "KA_GE", - Kde = "KDE", - KdeTz = "KDE_TZ", - Kea = "KEA", - KeaCv = "KEA_CV", - Khq = "KHQ", - KhqMl = "KHQ_ML", - Ki = "KI", - KiKe = "KI_KE", - Kk = "KK", - Kkj = "KKJ", - KkjCm = "KKJ_CM", - KkKz = "KK_KZ", - Kl = "KL", - Kln = "KLN", - KlnKe = "KLN_KE", - KlGl = "KL_GL", - Km = "KM", - KmKh = "KM_KH", - Kn = "KN", - KnIn = "KN_IN", - Ko = "KO", - Kok = "KOK", - KokIn = "KOK_IN", - KoKp = "KO_KP", - KoKr = "KO_KR", - Ks = "KS", - Ksb = "KSB", - KsbTz = "KSB_TZ", - Ksf = "KSF", - KsfCm = "KSF_CM", - Ksh = "KSH", - KshDe = "KSH_DE", - KsArab = "KS_ARAB", - KsArabIn = "KS_ARAB_IN", - Ku = "KU", - KuTr = "KU_TR", - Kw = "KW", - KwGb = "KW_GB", - Ky = "KY", - KyKg = "KY_KG", - Lag = "LAG", - LagTz = "LAG_TZ", - Lb = "LB", - LbLu = "LB_LU", - Lg = "LG", - LgUg = "LG_UG", - Lkt = "LKT", - LktUs = "LKT_US", - Ln = "LN", - LnAo = "LN_AO", - LnCd = "LN_CD", - LnCf = "LN_CF", - LnCg = "LN_CG", - Lo = "LO", - LoLa = "LO_LA", - Lrc = "LRC", - LrcIq = "LRC_IQ", - LrcIr = "LRC_IR", - Lt = "LT", - LtLt = "LT_LT", - Lu = "LU", - Luo = "LUO", - LuoKe = "LUO_KE", - Luy = "LUY", - LuyKe = "LUY_KE", - LuCd = "LU_CD", - Lv = "LV", - LvLv = "LV_LV", - Mai = "MAI", - MaiIn = "MAI_IN", - Mas = "MAS", - MasKe = "MAS_KE", - MasTz = "MAS_TZ", - Mer = "MER", - MerKe = "MER_KE", - Mfe = "MFE", - MfeMu = "MFE_MU", - Mg = "MG", - Mgh = "MGH", - MghMz = "MGH_MZ", - Mgo = "MGO", - MgoCm = "MGO_CM", - MgMg = "MG_MG", - Mi = "MI", - MiNz = "MI_NZ", - Mk = "MK", - MkMk = "MK_MK", - Ml = "ML", - MlIn = "ML_IN", - Mn = "MN", - Mni = "MNI", - MniBeng = "MNI_BENG", - MniBengIn = "MNI_BENG_IN", - MnMn = "MN_MN", - Mr = "MR", - MrIn = "MR_IN", - Ms = "MS", - MsBn = "MS_BN", - MsId = "MS_ID", - MsMy = "MS_MY", - MsSg = "MS_SG", - Mt = "MT", - MtMt = "MT_MT", - Mua = "MUA", - MuaCm = "MUA_CM", - My = "MY", - MyMm = "MY_MM", - Mzn = "MZN", - MznIr = "MZN_IR", - Naq = "NAQ", - NaqNa = "NAQ_NA", - Nb = "NB", - NbNo = "NB_NO", - NbSj = "NB_SJ", - Nd = "ND", - Nds = "NDS", - NdsDe = "NDS_DE", - NdsNl = "NDS_NL", - NdZw = "ND_ZW", - Ne = "NE", - NeIn = "NE_IN", - NeNp = "NE_NP", - Nl = "NL", - NlAw = "NL_AW", - NlBe = "NL_BE", - NlBq = "NL_BQ", - NlCw = "NL_CW", - NlNl = "NL_NL", - NlSr = "NL_SR", - NlSx = "NL_SX", - Nmg = "NMG", - NmgCm = "NMG_CM", - Nn = "NN", - Nnh = "NNH", - NnhCm = "NNH_CM", - NnNo = "NN_NO", - Nus = "NUS", - NusSs = "NUS_SS", - Nyn = "NYN", - NynUg = "NYN_UG", - Om = "OM", - OmEt = "OM_ET", - OmKe = "OM_KE", - Or = "OR", - OrIn = "OR_IN", - Os = "OS", - OsGe = "OS_GE", - OsRu = "OS_RU", - Pa = "PA", - PaArab = "PA_ARAB", - PaArabPk = "PA_ARAB_PK", - PaGuru = "PA_GURU", - PaGuruIn = "PA_GURU_IN", - Pcm = "PCM", - PcmNg = "PCM_NG", - Pl = "PL", - PlPl = "PL_PL", - Prg = "PRG", - Ps = "PS", - PsAf = "PS_AF", - PsPk = "PS_PK", - Pt = "PT", - PtAo = "PT_AO", - PtBr = "PT_BR", - PtCh = "PT_CH", - PtCv = "PT_CV", - PtGq = "PT_GQ", - PtGw = "PT_GW", - PtLu = "PT_LU", - PtMo = "PT_MO", - PtMz = "PT_MZ", - PtPt = "PT_PT", - PtSt = "PT_ST", - PtTl = "PT_TL", - Qu = "QU", - QuBo = "QU_BO", - QuEc = "QU_EC", - QuPe = "QU_PE", - Rm = "RM", - RmCh = "RM_CH", - Rn = "RN", - RnBi = "RN_BI", - Ro = "RO", - Rof = "ROF", - RofTz = "ROF_TZ", - RoMd = "RO_MD", - RoRo = "RO_RO", - Ru = "RU", - RuBy = "RU_BY", - RuKg = "RU_KG", - RuKz = "RU_KZ", - RuMd = "RU_MD", - RuRu = "RU_RU", - RuUa = "RU_UA", - Rw = "RW", - Rwk = "RWK", - RwkTz = "RWK_TZ", - RwRw = "RW_RW", - Sah = "SAH", - SahRu = "SAH_RU", - Saq = "SAQ", - SaqKe = "SAQ_KE", - Sat = "SAT", - SatOlck = "SAT_OLCK", - SatOlckIn = "SAT_OLCK_IN", - Sbp = "SBP", - SbpTz = "SBP_TZ", - Sd = "SD", - SdArab = "SD_ARAB", - SdArabPk = "SD_ARAB_PK", - SdDeva = "SD_DEVA", - SdDevaIn = "SD_DEVA_IN", - Se = "SE", - Seh = "SEH", - SehMz = "SEH_MZ", - Ses = "SES", - SesMl = "SES_ML", - SeFi = "SE_FI", - SeNo = "SE_NO", - SeSe = "SE_SE", - Sg = "SG", - SgCf = "SG_CF", - Shi = "SHI", - ShiLatn = "SHI_LATN", - ShiLatnMa = "SHI_LATN_MA", - ShiTfng = "SHI_TFNG", - ShiTfngMa = "SHI_TFNG_MA", - Si = "SI", - SiLk = "SI_LK", - Sk = "SK", - SkSk = "SK_SK", - Sl = "SL", - SlSi = "SL_SI", - Smn = "SMN", - SmnFi = "SMN_FI", - Sn = "SN", - SnZw = "SN_ZW", - So = "SO", - SoDj = "SO_DJ", - SoEt = "SO_ET", - SoKe = "SO_KE", - SoSo = "SO_SO", - Sq = "SQ", - SqAl = "SQ_AL", - SqMk = "SQ_MK", - SqXk = "SQ_XK", - Sr = "SR", - SrCyrl = "SR_CYRL", - SrCyrlBa = "SR_CYRL_BA", - SrCyrlMe = "SR_CYRL_ME", - SrCyrlRs = "SR_CYRL_RS", - SrCyrlXk = "SR_CYRL_XK", - SrLatn = "SR_LATN", - SrLatnBa = "SR_LATN_BA", - SrLatnMe = "SR_LATN_ME", - SrLatnRs = "SR_LATN_RS", - SrLatnXk = "SR_LATN_XK", - Su = "SU", - SuLatn = "SU_LATN", - SuLatnId = "SU_LATN_ID", - Sv = "SV", - SvAx = "SV_AX", - SvFi = "SV_FI", - SvSe = "SV_SE", - Sw = "SW", - SwCd = "SW_CD", - SwKe = "SW_KE", - SwTz = "SW_TZ", - SwUg = "SW_UG", - Ta = "TA", - TaIn = "TA_IN", - TaLk = "TA_LK", - TaMy = "TA_MY", - TaSg = "TA_SG", - Te = "TE", - Teo = "TEO", - TeoKe = "TEO_KE", - TeoUg = "TEO_UG", - TeIn = "TE_IN", - Tg = "TG", - TgTj = "TG_TJ", - Th = "TH", - ThTh = "TH_TH", - Ti = "TI", - TiEr = "TI_ER", - TiEt = "TI_ET", - Tk = "TK", - TkTm = "TK_TM", - To = "TO", - ToTo = "TO_TO", - Tr = "TR", - TrCy = "TR_CY", - TrTr = "TR_TR", - Tt = "TT", - TtRu = "TT_RU", - Twq = "TWQ", - TwqNe = "TWQ_NE", - Tzm = "TZM", - TzmMa = "TZM_MA", - Ug = "UG", - UgCn = "UG_CN", - Uk = "UK", - UkUa = "UK_UA", - Ur = "UR", - UrIn = "UR_IN", - UrPk = "UR_PK", - Uz = "UZ", - UzArab = "UZ_ARAB", - UzArabAf = "UZ_ARAB_AF", - UzCyrl = "UZ_CYRL", - UzCyrlUz = "UZ_CYRL_UZ", - UzLatn = "UZ_LATN", - UzLatnUz = "UZ_LATN_UZ", - Vai = "VAI", - VaiLatn = "VAI_LATN", - VaiLatnLr = "VAI_LATN_LR", - VaiVaii = "VAI_VAII", - VaiVaiiLr = "VAI_VAII_LR", - Vi = "VI", - ViVn = "VI_VN", - Vo = "VO", - Vun = "VUN", - VunTz = "VUN_TZ", - Wae = "WAE", - WaeCh = "WAE_CH", - Wo = "WO", - WoSn = "WO_SN", - Xh = "XH", - XhZa = "XH_ZA", - Xog = "XOG", - XogUg = "XOG_UG", - Yav = "YAV", - YavCm = "YAV_CM", - Yi = "YI", - Yo = "YO", - YoBj = "YO_BJ", - YoNg = "YO_NG", - Yue = "YUE", - YueHans = "YUE_HANS", - YueHansCn = "YUE_HANS_CN", - YueHant = "YUE_HANT", - YueHantHk = "YUE_HANT_HK", - Zgh = "ZGH", - ZghMa = "ZGH_MA", - Zh = "ZH", - ZhHans = "ZH_HANS", - ZhHansCn = "ZH_HANS_CN", - ZhHansHk = "ZH_HANS_HK", - ZhHansMo = "ZH_HANS_MO", - ZhHansSg = "ZH_HANS_SG", - ZhHant = "ZH_HANT", - ZhHantHk = "ZH_HANT_HK", - ZhHantMo = "ZH_HANT_MO", - ZhHantTw = "ZH_HANT_TW", - Zu = "ZU", - ZuZa = "ZU_ZA", + Af = 'AF', + AfNa = 'AF_NA', + AfZa = 'AF_ZA', + Agq = 'AGQ', + AgqCm = 'AGQ_CM', + Ak = 'AK', + AkGh = 'AK_GH', + Am = 'AM', + AmEt = 'AM_ET', + Ar = 'AR', + ArAe = 'AR_AE', + ArBh = 'AR_BH', + ArDj = 'AR_DJ', + ArDz = 'AR_DZ', + ArEg = 'AR_EG', + ArEh = 'AR_EH', + ArEr = 'AR_ER', + ArIl = 'AR_IL', + ArIq = 'AR_IQ', + ArJo = 'AR_JO', + ArKm = 'AR_KM', + ArKw = 'AR_KW', + ArLb = 'AR_LB', + ArLy = 'AR_LY', + ArMa = 'AR_MA', + ArMr = 'AR_MR', + ArOm = 'AR_OM', + ArPs = 'AR_PS', + ArQa = 'AR_QA', + ArSa = 'AR_SA', + ArSd = 'AR_SD', + ArSo = 'AR_SO', + ArSs = 'AR_SS', + ArSy = 'AR_SY', + ArTd = 'AR_TD', + ArTn = 'AR_TN', + ArYe = 'AR_YE', + As = 'AS', + Asa = 'ASA', + AsaTz = 'ASA_TZ', + Ast = 'AST', + AstEs = 'AST_ES', + AsIn = 'AS_IN', + Az = 'AZ', + AzCyrl = 'AZ_CYRL', + AzCyrlAz = 'AZ_CYRL_AZ', + AzLatn = 'AZ_LATN', + AzLatnAz = 'AZ_LATN_AZ', + Bas = 'BAS', + BasCm = 'BAS_CM', + Be = 'BE', + Bem = 'BEM', + BemZm = 'BEM_ZM', + Bez = 'BEZ', + BezTz = 'BEZ_TZ', + BeBy = 'BE_BY', + Bg = 'BG', + BgBg = 'BG_BG', + Bm = 'BM', + BmMl = 'BM_ML', + Bn = 'BN', + BnBd = 'BN_BD', + BnIn = 'BN_IN', + Bo = 'BO', + BoCn = 'BO_CN', + BoIn = 'BO_IN', + Br = 'BR', + Brx = 'BRX', + BrxIn = 'BRX_IN', + BrFr = 'BR_FR', + Bs = 'BS', + BsCyrl = 'BS_CYRL', + BsCyrlBa = 'BS_CYRL_BA', + BsLatn = 'BS_LATN', + BsLatnBa = 'BS_LATN_BA', + Ca = 'CA', + CaAd = 'CA_AD', + CaEs = 'CA_ES', + CaEsValencia = 'CA_ES_VALENCIA', + CaFr = 'CA_FR', + CaIt = 'CA_IT', + Ccp = 'CCP', + CcpBd = 'CCP_BD', + CcpIn = 'CCP_IN', + Ce = 'CE', + Ceb = 'CEB', + CebPh = 'CEB_PH', + CeRu = 'CE_RU', + Cgg = 'CGG', + CggUg = 'CGG_UG', + Chr = 'CHR', + ChrUs = 'CHR_US', + Ckb = 'CKB', + CkbIq = 'CKB_IQ', + CkbIr = 'CKB_IR', + Cs = 'CS', + CsCz = 'CS_CZ', + Cu = 'CU', + CuRu = 'CU_RU', + Cy = 'CY', + CyGb = 'CY_GB', + Da = 'DA', + Dav = 'DAV', + DavKe = 'DAV_KE', + DaDk = 'DA_DK', + DaGl = 'DA_GL', + De = 'DE', + DeAt = 'DE_AT', + DeBe = 'DE_BE', + DeCh = 'DE_CH', + DeDe = 'DE_DE', + DeIt = 'DE_IT', + DeLi = 'DE_LI', + DeLu = 'DE_LU', + Dje = 'DJE', + DjeNe = 'DJE_NE', + Dsb = 'DSB', + DsbDe = 'DSB_DE', + Dua = 'DUA', + DuaCm = 'DUA_CM', + Dyo = 'DYO', + DyoSn = 'DYO_SN', + Dz = 'DZ', + DzBt = 'DZ_BT', + Ebu = 'EBU', + EbuKe = 'EBU_KE', + Ee = 'EE', + EeGh = 'EE_GH', + EeTg = 'EE_TG', + El = 'EL', + ElCy = 'EL_CY', + ElGr = 'EL_GR', + En = 'EN', + EnAe = 'EN_AE', + EnAg = 'EN_AG', + EnAi = 'EN_AI', + EnAs = 'EN_AS', + EnAt = 'EN_AT', + EnAu = 'EN_AU', + EnBb = 'EN_BB', + EnBe = 'EN_BE', + EnBi = 'EN_BI', + EnBm = 'EN_BM', + EnBs = 'EN_BS', + EnBw = 'EN_BW', + EnBz = 'EN_BZ', + EnCa = 'EN_CA', + EnCc = 'EN_CC', + EnCh = 'EN_CH', + EnCk = 'EN_CK', + EnCm = 'EN_CM', + EnCx = 'EN_CX', + EnCy = 'EN_CY', + EnDe = 'EN_DE', + EnDg = 'EN_DG', + EnDk = 'EN_DK', + EnDm = 'EN_DM', + EnEr = 'EN_ER', + EnFi = 'EN_FI', + EnFj = 'EN_FJ', + EnFk = 'EN_FK', + EnFm = 'EN_FM', + EnGb = 'EN_GB', + EnGd = 'EN_GD', + EnGg = 'EN_GG', + EnGh = 'EN_GH', + EnGi = 'EN_GI', + EnGm = 'EN_GM', + EnGu = 'EN_GU', + EnGy = 'EN_GY', + EnHk = 'EN_HK', + EnIe = 'EN_IE', + EnIl = 'EN_IL', + EnIm = 'EN_IM', + EnIn = 'EN_IN', + EnIo = 'EN_IO', + EnJe = 'EN_JE', + EnJm = 'EN_JM', + EnKe = 'EN_KE', + EnKi = 'EN_KI', + EnKn = 'EN_KN', + EnKy = 'EN_KY', + EnLc = 'EN_LC', + EnLr = 'EN_LR', + EnLs = 'EN_LS', + EnMg = 'EN_MG', + EnMh = 'EN_MH', + EnMo = 'EN_MO', + EnMp = 'EN_MP', + EnMs = 'EN_MS', + EnMt = 'EN_MT', + EnMu = 'EN_MU', + EnMw = 'EN_MW', + EnMy = 'EN_MY', + EnNa = 'EN_NA', + EnNf = 'EN_NF', + EnNg = 'EN_NG', + EnNl = 'EN_NL', + EnNr = 'EN_NR', + EnNu = 'EN_NU', + EnNz = 'EN_NZ', + EnPg = 'EN_PG', + EnPh = 'EN_PH', + EnPk = 'EN_PK', + EnPn = 'EN_PN', + EnPr = 'EN_PR', + EnPw = 'EN_PW', + EnRw = 'EN_RW', + EnSb = 'EN_SB', + EnSc = 'EN_SC', + EnSd = 'EN_SD', + EnSe = 'EN_SE', + EnSg = 'EN_SG', + EnSh = 'EN_SH', + EnSi = 'EN_SI', + EnSl = 'EN_SL', + EnSs = 'EN_SS', + EnSx = 'EN_SX', + EnSz = 'EN_SZ', + EnTc = 'EN_TC', + EnTk = 'EN_TK', + EnTo = 'EN_TO', + EnTt = 'EN_TT', + EnTv = 'EN_TV', + EnTz = 'EN_TZ', + EnUg = 'EN_UG', + EnUm = 'EN_UM', + EnUs = 'EN_US', + EnVc = 'EN_VC', + EnVg = 'EN_VG', + EnVi = 'EN_VI', + EnVu = 'EN_VU', + EnWs = 'EN_WS', + EnZa = 'EN_ZA', + EnZm = 'EN_ZM', + EnZw = 'EN_ZW', + Eo = 'EO', + Es = 'ES', + EsAr = 'ES_AR', + EsBo = 'ES_BO', + EsBr = 'ES_BR', + EsBz = 'ES_BZ', + EsCl = 'ES_CL', + EsCo = 'ES_CO', + EsCr = 'ES_CR', + EsCu = 'ES_CU', + EsDo = 'ES_DO', + EsEa = 'ES_EA', + EsEc = 'ES_EC', + EsEs = 'ES_ES', + EsGq = 'ES_GQ', + EsGt = 'ES_GT', + EsHn = 'ES_HN', + EsIc = 'ES_IC', + EsMx = 'ES_MX', + EsNi = 'ES_NI', + EsPa = 'ES_PA', + EsPe = 'ES_PE', + EsPh = 'ES_PH', + EsPr = 'ES_PR', + EsPy = 'ES_PY', + EsSv = 'ES_SV', + EsUs = 'ES_US', + EsUy = 'ES_UY', + EsVe = 'ES_VE', + Et = 'ET', + EtEe = 'ET_EE', + Eu = 'EU', + EuEs = 'EU_ES', + Ewo = 'EWO', + EwoCm = 'EWO_CM', + Fa = 'FA', + FaAf = 'FA_AF', + FaIr = 'FA_IR', + Ff = 'FF', + FfAdlm = 'FF_ADLM', + FfAdlmBf = 'FF_ADLM_BF', + FfAdlmCm = 'FF_ADLM_CM', + FfAdlmGh = 'FF_ADLM_GH', + FfAdlmGm = 'FF_ADLM_GM', + FfAdlmGn = 'FF_ADLM_GN', + FfAdlmGw = 'FF_ADLM_GW', + FfAdlmLr = 'FF_ADLM_LR', + FfAdlmMr = 'FF_ADLM_MR', + FfAdlmNe = 'FF_ADLM_NE', + FfAdlmNg = 'FF_ADLM_NG', + FfAdlmSl = 'FF_ADLM_SL', + FfAdlmSn = 'FF_ADLM_SN', + FfLatn = 'FF_LATN', + FfLatnBf = 'FF_LATN_BF', + FfLatnCm = 'FF_LATN_CM', + FfLatnGh = 'FF_LATN_GH', + FfLatnGm = 'FF_LATN_GM', + FfLatnGn = 'FF_LATN_GN', + FfLatnGw = 'FF_LATN_GW', + FfLatnLr = 'FF_LATN_LR', + FfLatnMr = 'FF_LATN_MR', + FfLatnNe = 'FF_LATN_NE', + FfLatnNg = 'FF_LATN_NG', + FfLatnSl = 'FF_LATN_SL', + FfLatnSn = 'FF_LATN_SN', + Fi = 'FI', + Fil = 'FIL', + FilPh = 'FIL_PH', + FiFi = 'FI_FI', + Fo = 'FO', + FoDk = 'FO_DK', + FoFo = 'FO_FO', + Fr = 'FR', + FrBe = 'FR_BE', + FrBf = 'FR_BF', + FrBi = 'FR_BI', + FrBj = 'FR_BJ', + FrBl = 'FR_BL', + FrCa = 'FR_CA', + FrCd = 'FR_CD', + FrCf = 'FR_CF', + FrCg = 'FR_CG', + FrCh = 'FR_CH', + FrCi = 'FR_CI', + FrCm = 'FR_CM', + FrDj = 'FR_DJ', + FrDz = 'FR_DZ', + FrFr = 'FR_FR', + FrGa = 'FR_GA', + FrGf = 'FR_GF', + FrGn = 'FR_GN', + FrGp = 'FR_GP', + FrGq = 'FR_GQ', + FrHt = 'FR_HT', + FrKm = 'FR_KM', + FrLu = 'FR_LU', + FrMa = 'FR_MA', + FrMc = 'FR_MC', + FrMf = 'FR_MF', + FrMg = 'FR_MG', + FrMl = 'FR_ML', + FrMq = 'FR_MQ', + FrMr = 'FR_MR', + FrMu = 'FR_MU', + FrNc = 'FR_NC', + FrNe = 'FR_NE', + FrPf = 'FR_PF', + FrPm = 'FR_PM', + FrRe = 'FR_RE', + FrRw = 'FR_RW', + FrSc = 'FR_SC', + FrSn = 'FR_SN', + FrSy = 'FR_SY', + FrTd = 'FR_TD', + FrTg = 'FR_TG', + FrTn = 'FR_TN', + FrVu = 'FR_VU', + FrWf = 'FR_WF', + FrYt = 'FR_YT', + Fur = 'FUR', + FurIt = 'FUR_IT', + Fy = 'FY', + FyNl = 'FY_NL', + Ga = 'GA', + GaGb = 'GA_GB', + GaIe = 'GA_IE', + Gd = 'GD', + GdGb = 'GD_GB', + Gl = 'GL', + GlEs = 'GL_ES', + Gsw = 'GSW', + GswCh = 'GSW_CH', + GswFr = 'GSW_FR', + GswLi = 'GSW_LI', + Gu = 'GU', + Guz = 'GUZ', + GuzKe = 'GUZ_KE', + GuIn = 'GU_IN', + Gv = 'GV', + GvIm = 'GV_IM', + Ha = 'HA', + Haw = 'HAW', + HawUs = 'HAW_US', + HaGh = 'HA_GH', + HaNe = 'HA_NE', + HaNg = 'HA_NG', + He = 'HE', + HeIl = 'HE_IL', + Hi = 'HI', + HiIn = 'HI_IN', + Hr = 'HR', + HrBa = 'HR_BA', + HrHr = 'HR_HR', + Hsb = 'HSB', + HsbDe = 'HSB_DE', + Hu = 'HU', + HuHu = 'HU_HU', + Hy = 'HY', + HyAm = 'HY_AM', + Ia = 'IA', + Id = 'ID', + IdId = 'ID_ID', + Ig = 'IG', + IgNg = 'IG_NG', + Ii = 'II', + IiCn = 'II_CN', + Is = 'IS', + IsIs = 'IS_IS', + It = 'IT', + ItCh = 'IT_CH', + ItIt = 'IT_IT', + ItSm = 'IT_SM', + ItVa = 'IT_VA', + Ja = 'JA', + JaJp = 'JA_JP', + Jgo = 'JGO', + JgoCm = 'JGO_CM', + Jmc = 'JMC', + JmcTz = 'JMC_TZ', + Jv = 'JV', + JvId = 'JV_ID', + Ka = 'KA', + Kab = 'KAB', + KabDz = 'KAB_DZ', + Kam = 'KAM', + KamKe = 'KAM_KE', + KaGe = 'KA_GE', + Kde = 'KDE', + KdeTz = 'KDE_TZ', + Kea = 'KEA', + KeaCv = 'KEA_CV', + Khq = 'KHQ', + KhqMl = 'KHQ_ML', + Ki = 'KI', + KiKe = 'KI_KE', + Kk = 'KK', + Kkj = 'KKJ', + KkjCm = 'KKJ_CM', + KkKz = 'KK_KZ', + Kl = 'KL', + Kln = 'KLN', + KlnKe = 'KLN_KE', + KlGl = 'KL_GL', + Km = 'KM', + KmKh = 'KM_KH', + Kn = 'KN', + KnIn = 'KN_IN', + Ko = 'KO', + Kok = 'KOK', + KokIn = 'KOK_IN', + KoKp = 'KO_KP', + KoKr = 'KO_KR', + Ks = 'KS', + Ksb = 'KSB', + KsbTz = 'KSB_TZ', + Ksf = 'KSF', + KsfCm = 'KSF_CM', + Ksh = 'KSH', + KshDe = 'KSH_DE', + KsArab = 'KS_ARAB', + KsArabIn = 'KS_ARAB_IN', + Ku = 'KU', + KuTr = 'KU_TR', + Kw = 'KW', + KwGb = 'KW_GB', + Ky = 'KY', + KyKg = 'KY_KG', + Lag = 'LAG', + LagTz = 'LAG_TZ', + Lb = 'LB', + LbLu = 'LB_LU', + Lg = 'LG', + LgUg = 'LG_UG', + Lkt = 'LKT', + LktUs = 'LKT_US', + Ln = 'LN', + LnAo = 'LN_AO', + LnCd = 'LN_CD', + LnCf = 'LN_CF', + LnCg = 'LN_CG', + Lo = 'LO', + LoLa = 'LO_LA', + Lrc = 'LRC', + LrcIq = 'LRC_IQ', + LrcIr = 'LRC_IR', + Lt = 'LT', + LtLt = 'LT_LT', + Lu = 'LU', + Luo = 'LUO', + LuoKe = 'LUO_KE', + Luy = 'LUY', + LuyKe = 'LUY_KE', + LuCd = 'LU_CD', + Lv = 'LV', + LvLv = 'LV_LV', + Mai = 'MAI', + MaiIn = 'MAI_IN', + Mas = 'MAS', + MasKe = 'MAS_KE', + MasTz = 'MAS_TZ', + Mer = 'MER', + MerKe = 'MER_KE', + Mfe = 'MFE', + MfeMu = 'MFE_MU', + Mg = 'MG', + Mgh = 'MGH', + MghMz = 'MGH_MZ', + Mgo = 'MGO', + MgoCm = 'MGO_CM', + MgMg = 'MG_MG', + Mi = 'MI', + MiNz = 'MI_NZ', + Mk = 'MK', + MkMk = 'MK_MK', + Ml = 'ML', + MlIn = 'ML_IN', + Mn = 'MN', + Mni = 'MNI', + MniBeng = 'MNI_BENG', + MniBengIn = 'MNI_BENG_IN', + MnMn = 'MN_MN', + Mr = 'MR', + MrIn = 'MR_IN', + Ms = 'MS', + MsBn = 'MS_BN', + MsId = 'MS_ID', + MsMy = 'MS_MY', + MsSg = 'MS_SG', + Mt = 'MT', + MtMt = 'MT_MT', + Mua = 'MUA', + MuaCm = 'MUA_CM', + My = 'MY', + MyMm = 'MY_MM', + Mzn = 'MZN', + MznIr = 'MZN_IR', + Naq = 'NAQ', + NaqNa = 'NAQ_NA', + Nb = 'NB', + NbNo = 'NB_NO', + NbSj = 'NB_SJ', + Nd = 'ND', + Nds = 'NDS', + NdsDe = 'NDS_DE', + NdsNl = 'NDS_NL', + NdZw = 'ND_ZW', + Ne = 'NE', + NeIn = 'NE_IN', + NeNp = 'NE_NP', + Nl = 'NL', + NlAw = 'NL_AW', + NlBe = 'NL_BE', + NlBq = 'NL_BQ', + NlCw = 'NL_CW', + NlNl = 'NL_NL', + NlSr = 'NL_SR', + NlSx = 'NL_SX', + Nmg = 'NMG', + NmgCm = 'NMG_CM', + Nn = 'NN', + Nnh = 'NNH', + NnhCm = 'NNH_CM', + NnNo = 'NN_NO', + Nus = 'NUS', + NusSs = 'NUS_SS', + Nyn = 'NYN', + NynUg = 'NYN_UG', + Om = 'OM', + OmEt = 'OM_ET', + OmKe = 'OM_KE', + Or = 'OR', + OrIn = 'OR_IN', + Os = 'OS', + OsGe = 'OS_GE', + OsRu = 'OS_RU', + Pa = 'PA', + PaArab = 'PA_ARAB', + PaArabPk = 'PA_ARAB_PK', + PaGuru = 'PA_GURU', + PaGuruIn = 'PA_GURU_IN', + Pcm = 'PCM', + PcmNg = 'PCM_NG', + Pl = 'PL', + PlPl = 'PL_PL', + Prg = 'PRG', + Ps = 'PS', + PsAf = 'PS_AF', + PsPk = 'PS_PK', + Pt = 'PT', + PtAo = 'PT_AO', + PtBr = 'PT_BR', + PtCh = 'PT_CH', + PtCv = 'PT_CV', + PtGq = 'PT_GQ', + PtGw = 'PT_GW', + PtLu = 'PT_LU', + PtMo = 'PT_MO', + PtMz = 'PT_MZ', + PtPt = 'PT_PT', + PtSt = 'PT_ST', + PtTl = 'PT_TL', + Qu = 'QU', + QuBo = 'QU_BO', + QuEc = 'QU_EC', + QuPe = 'QU_PE', + Rm = 'RM', + RmCh = 'RM_CH', + Rn = 'RN', + RnBi = 'RN_BI', + Ro = 'RO', + Rof = 'ROF', + RofTz = 'ROF_TZ', + RoMd = 'RO_MD', + RoRo = 'RO_RO', + Ru = 'RU', + RuBy = 'RU_BY', + RuKg = 'RU_KG', + RuKz = 'RU_KZ', + RuMd = 'RU_MD', + RuRu = 'RU_RU', + RuUa = 'RU_UA', + Rw = 'RW', + Rwk = 'RWK', + RwkTz = 'RWK_TZ', + RwRw = 'RW_RW', + Sah = 'SAH', + SahRu = 'SAH_RU', + Saq = 'SAQ', + SaqKe = 'SAQ_KE', + Sat = 'SAT', + SatOlck = 'SAT_OLCK', + SatOlckIn = 'SAT_OLCK_IN', + Sbp = 'SBP', + SbpTz = 'SBP_TZ', + Sd = 'SD', + SdArab = 'SD_ARAB', + SdArabPk = 'SD_ARAB_PK', + SdDeva = 'SD_DEVA', + SdDevaIn = 'SD_DEVA_IN', + Se = 'SE', + Seh = 'SEH', + SehMz = 'SEH_MZ', + Ses = 'SES', + SesMl = 'SES_ML', + SeFi = 'SE_FI', + SeNo = 'SE_NO', + SeSe = 'SE_SE', + Sg = 'SG', + SgCf = 'SG_CF', + Shi = 'SHI', + ShiLatn = 'SHI_LATN', + ShiLatnMa = 'SHI_LATN_MA', + ShiTfng = 'SHI_TFNG', + ShiTfngMa = 'SHI_TFNG_MA', + Si = 'SI', + SiLk = 'SI_LK', + Sk = 'SK', + SkSk = 'SK_SK', + Sl = 'SL', + SlSi = 'SL_SI', + Smn = 'SMN', + SmnFi = 'SMN_FI', + Sn = 'SN', + SnZw = 'SN_ZW', + So = 'SO', + SoDj = 'SO_DJ', + SoEt = 'SO_ET', + SoKe = 'SO_KE', + SoSo = 'SO_SO', + Sq = 'SQ', + SqAl = 'SQ_AL', + SqMk = 'SQ_MK', + SqXk = 'SQ_XK', + Sr = 'SR', + SrCyrl = 'SR_CYRL', + SrCyrlBa = 'SR_CYRL_BA', + SrCyrlMe = 'SR_CYRL_ME', + SrCyrlRs = 'SR_CYRL_RS', + SrCyrlXk = 'SR_CYRL_XK', + SrLatn = 'SR_LATN', + SrLatnBa = 'SR_LATN_BA', + SrLatnMe = 'SR_LATN_ME', + SrLatnRs = 'SR_LATN_RS', + SrLatnXk = 'SR_LATN_XK', + Su = 'SU', + SuLatn = 'SU_LATN', + SuLatnId = 'SU_LATN_ID', + Sv = 'SV', + SvAx = 'SV_AX', + SvFi = 'SV_FI', + SvSe = 'SV_SE', + Sw = 'SW', + SwCd = 'SW_CD', + SwKe = 'SW_KE', + SwTz = 'SW_TZ', + SwUg = 'SW_UG', + Ta = 'TA', + TaIn = 'TA_IN', + TaLk = 'TA_LK', + TaMy = 'TA_MY', + TaSg = 'TA_SG', + Te = 'TE', + Teo = 'TEO', + TeoKe = 'TEO_KE', + TeoUg = 'TEO_UG', + TeIn = 'TE_IN', + Tg = 'TG', + TgTj = 'TG_TJ', + Th = 'TH', + ThTh = 'TH_TH', + Ti = 'TI', + TiEr = 'TI_ER', + TiEt = 'TI_ET', + Tk = 'TK', + TkTm = 'TK_TM', + To = 'TO', + ToTo = 'TO_TO', + Tr = 'TR', + TrCy = 'TR_CY', + TrTr = 'TR_TR', + Tt = 'TT', + TtRu = 'TT_RU', + Twq = 'TWQ', + TwqNe = 'TWQ_NE', + Tzm = 'TZM', + TzmMa = 'TZM_MA', + Ug = 'UG', + UgCn = 'UG_CN', + Uk = 'UK', + UkUa = 'UK_UA', + Ur = 'UR', + UrIn = 'UR_IN', + UrPk = 'UR_PK', + Uz = 'UZ', + UzArab = 'UZ_ARAB', + UzArabAf = 'UZ_ARAB_AF', + UzCyrl = 'UZ_CYRL', + UzCyrlUz = 'UZ_CYRL_UZ', + UzLatn = 'UZ_LATN', + UzLatnUz = 'UZ_LATN_UZ', + Vai = 'VAI', + VaiLatn = 'VAI_LATN', + VaiLatnLr = 'VAI_LATN_LR', + VaiVaii = 'VAI_VAII', + VaiVaiiLr = 'VAI_VAII_LR', + Vi = 'VI', + ViVn = 'VI_VN', + Vo = 'VO', + Vun = 'VUN', + VunTz = 'VUN_TZ', + Wae = 'WAE', + WaeCh = 'WAE_CH', + Wo = 'WO', + WoSn = 'WO_SN', + Xh = 'XH', + XhZa = 'XH_ZA', + Xog = 'XOG', + XogUg = 'XOG_UG', + Yav = 'YAV', + YavCm = 'YAV_CM', + Yi = 'YI', + Yo = 'YO', + YoBj = 'YO_BJ', + YoNg = 'YO_NG', + Yue = 'YUE', + YueHans = 'YUE_HANS', + YueHansCn = 'YUE_HANS_CN', + YueHant = 'YUE_HANT', + YueHantHk = 'YUE_HANT_HK', + Zgh = 'ZGH', + ZghMa = 'ZGH_MA', + Zh = 'ZH', + ZhHans = 'ZH_HANS', + ZhHansCn = 'ZH_HANS_CN', + ZhHansHk = 'ZH_HANS_HK', + ZhHansMo = 'ZH_HANS_MO', + ZhHansSg = 'ZH_HANS_SG', + ZhHant = 'ZH_HANT', + ZhHantHk = 'ZH_HANT_HK', + ZhHantMo = 'ZH_HANT_MO', + ZhHantTw = 'ZH_HANT_TW', + Zu = 'ZU', + ZuZa = 'ZU_ZA' } export type LanguageDisplay = { - __typename?: "LanguageDisplay"; + __typename?: 'LanguageDisplay'; /** ISO 639 representation of the language name. */ code: LanguageCodeEnum; /** Full name of the language. */ - language: Scalars["String"]; + language: Scalars['String']; }; export type LimitInfo = { - __typename?: "LimitInfo"; + __typename?: 'LimitInfo'; /** Defines the allowed maximum resource usage, null means unlimited. */ allowedUsage: Limits; /** Defines the current resource usage. */ @@ -7053,140 +7099,143 @@ export type LimitInfo = { }; export type Limits = { - __typename?: "Limits"; - channels?: Maybe; - orders?: Maybe; - productVariants?: Maybe; - staffUsers?: Maybe; - warehouses?: Maybe; + __typename?: 'Limits'; + channels?: Maybe; + orders?: Maybe; + productVariants?: Maybe; + staffUsers?: Maybe; + warehouses?: Maybe; }; /** The manifest definition. */ export type Manifest = { - __typename?: "Manifest"; - about?: Maybe; - appUrl?: Maybe; - configurationUrl?: Maybe; - dataPrivacy?: Maybe; - dataPrivacyUrl?: Maybe; + __typename?: 'Manifest'; + about?: Maybe; + appUrl?: Maybe; + configurationUrl?: Maybe; + dataPrivacy?: Maybe; + dataPrivacyUrl?: Maybe; extensions: Array; - homepageUrl?: Maybe; - identifier: Scalars["String"]; - name: Scalars["String"]; + homepageUrl?: Maybe; + identifier: Scalars['String']; + name: Scalars['String']; permissions?: Maybe>; - supportUrl?: Maybe; - tokenTargetUrl?: Maybe; - version: Scalars["String"]; + supportUrl?: Maybe; + tokenTargetUrl?: Maybe; + version: Scalars['String']; }; export type Margin = { - __typename?: "Margin"; - start?: Maybe; - stop?: Maybe; + __typename?: 'Margin'; + start?: Maybe; + stop?: Maybe; }; /** An enumeration. */ export enum MeasurementUnitsEnum { - AcreFt = "ACRE_FT", - AcreIn = "ACRE_IN", - Cm = "CM", - CubicCentimeter = "CUBIC_CENTIMETER", - CubicDecimeter = "CUBIC_DECIMETER", - CubicFoot = "CUBIC_FOOT", - CubicInch = "CUBIC_INCH", - CubicMeter = "CUBIC_METER", - CubicMillimeter = "CUBIC_MILLIMETER", - CubicYard = "CUBIC_YARD", - FlOz = "FL_OZ", - Ft = "FT", - G = "G", - Inch = "INCH", - Kg = "KG", - Km = "KM", - Lb = "LB", - Liter = "LITER", - M = "M", - Oz = "OZ", - Pint = "PINT", - Qt = "QT", - SqCm = "SQ_CM", - SqFt = "SQ_FT", - SqInch = "SQ_INCH", - SqKm = "SQ_KM", - SqM = "SQ_M", - SqYd = "SQ_YD", - Tonne = "TONNE", - Yd = "YD", + AcreFt = 'ACRE_FT', + AcreIn = 'ACRE_IN', + Cm = 'CM', + CubicCentimeter = 'CUBIC_CENTIMETER', + CubicDecimeter = 'CUBIC_DECIMETER', + CubicFoot = 'CUBIC_FOOT', + CubicInch = 'CUBIC_INCH', + CubicMeter = 'CUBIC_METER', + CubicMillimeter = 'CUBIC_MILLIMETER', + CubicYard = 'CUBIC_YARD', + FlOz = 'FL_OZ', + Ft = 'FT', + G = 'G', + Inch = 'INCH', + Kg = 'KG', + Km = 'KM', + Lb = 'LB', + Liter = 'LITER', + M = 'M', + Oz = 'OZ', + Pint = 'PINT', + Qt = 'QT', + SqCm = 'SQ_CM', + SqFt = 'SQ_FT', + SqInch = 'SQ_INCH', + SqKm = 'SQ_KM', + SqM = 'SQ_M', + SqYd = 'SQ_YD', + Tonne = 'TONNE', + Yd = 'YD' } /** Represents a single menu - an object that is used to help navigate through the store. */ -export type Menu = Node & - ObjectWithMetadata & { - __typename?: "Menu"; - id: Scalars["ID"]; - items?: Maybe>; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - name: Scalars["String"]; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - slug: Scalars["String"]; - }; +export type Menu = Node & ObjectWithMetadata & { + __typename?: 'Menu'; + id: Scalars['ID']; + items?: Maybe>; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + name: Scalars['String']; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + slug: Scalars['String']; +}; + /** Represents a single menu - an object that is used to help navigate through the store. */ export type MenuMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a single menu - an object that is used to help navigate through the store. */ export type MenuMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a single menu - an object that is used to help navigate through the store. */ export type MenuPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a single menu - an object that is used to help navigate through the store. */ export type MenuPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; /** @@ -7195,27 +7244,27 @@ export type MenuPrivateMetafieldsArgs = { * Requires one of the following permissions: MANAGE_MENUS. */ export type MenuBulkDelete = { - __typename?: "MenuBulkDelete"; + __typename?: 'MenuBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ menuErrors: Array; }; export type MenuCountableConnection = { - __typename?: "MenuCountableConnection"; + __typename?: 'MenuCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type MenuCountableEdge = { - __typename?: "MenuCountableEdge"; + __typename?: 'MenuCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Menu; }; @@ -7226,7 +7275,7 @@ export type MenuCountableEdge = { * Requires one of the following permissions: MANAGE_MENUS. */ export type MenuCreate = { - __typename?: "MenuCreate"; + __typename?: 'MenuCreate'; errors: Array; menu?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -7237,15 +7286,15 @@ export type MenuCreateInput = { /** List of menu items. */ items?: InputMaybe>; /** Name of the menu. */ - name: Scalars["String"]; + name: Scalars['String']; /** Slug of the menu. Will be generated if not provided. */ - slug?: InputMaybe; + slug?: InputMaybe; }; export type MenuCreated = Event & { - __typename?: "MenuCreated"; + __typename?: 'MenuCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -7259,11 +7308,12 @@ export type MenuCreated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type MenuCreatedMenuArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -7272,7 +7322,7 @@ export type MenuCreatedMenuArgs = { * Requires one of the following permissions: MANAGE_MENUS. */ export type MenuDelete = { - __typename?: "MenuDelete"; + __typename?: 'MenuDelete'; errors: Array; menu?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -7280,9 +7330,9 @@ export type MenuDelete = { }; export type MenuDeleted = Event & { - __typename?: "MenuDeleted"; + __typename?: 'MenuDeleted'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -7296,130 +7346,135 @@ export type MenuDeleted = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type MenuDeletedMenuArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; export type MenuError = { - __typename?: "MenuError"; + __typename?: 'MenuError'; /** The error code. */ code: MenuErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum MenuErrorCode { - CannotAssignNode = "CANNOT_ASSIGN_NODE", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - InvalidMenuItem = "INVALID_MENU_ITEM", - NotFound = "NOT_FOUND", - NoMenuItemProvided = "NO_MENU_ITEM_PROVIDED", - Required = "REQUIRED", - TooManyMenuItems = "TOO_MANY_MENU_ITEMS", - Unique = "UNIQUE", + CannotAssignNode = 'CANNOT_ASSIGN_NODE', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + InvalidMenuItem = 'INVALID_MENU_ITEM', + NotFound = 'NOT_FOUND', + NoMenuItemProvided = 'NO_MENU_ITEM_PROVIDED', + Required = 'REQUIRED', + TooManyMenuItems = 'TOO_MANY_MENU_ITEMS', + Unique = 'UNIQUE' } export type MenuFilterInput = { metadata?: InputMaybe>; - search?: InputMaybe; - slug?: InputMaybe>; + search?: InputMaybe; + slug?: InputMaybe>; }; export type MenuInput = { /** Name of the menu. */ - name?: InputMaybe; + name?: InputMaybe; /** Slug of the menu. */ - slug?: InputMaybe; + slug?: InputMaybe; }; /** Represents a single item of the related menu. Can store categories, collection or pages. */ -export type MenuItem = Node & - ObjectWithMetadata & { - __typename?: "MenuItem"; - category?: Maybe; - children?: Maybe>; - /** A collection associated with this menu item. Requires one of the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. */ - collection?: Maybe; - id: Scalars["ID"]; - level: Scalars["Int"]; - menu: Menu; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - name: Scalars["String"]; - /** A page associated with this menu item. Requires one of the following permissions to include unpublished items: MANAGE_PAGES. */ - page?: Maybe; - parent?: Maybe; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** Returns translated menu item fields for the given language code. */ - translation?: Maybe; - /** URL to the menu item. */ - url?: Maybe; - }; +export type MenuItem = Node & ObjectWithMetadata & { + __typename?: 'MenuItem'; + category?: Maybe; + children?: Maybe>; + /** A collection associated with this menu item. Requires one of the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. */ + collection?: Maybe; + id: Scalars['ID']; + level: Scalars['Int']; + menu: Menu; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + name: Scalars['String']; + /** A page associated with this menu item. Requires one of the following permissions to include unpublished items: MANAGE_PAGES. */ + page?: Maybe; + parent?: Maybe; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** Returns translated menu item fields for the given language code. */ + translation?: Maybe; + /** URL to the menu item. */ + url?: Maybe; +}; + /** Represents a single item of the related menu. Can store categories, collection or pages. */ export type MenuItemMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a single item of the related menu. Can store categories, collection or pages. */ export type MenuItemMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a single item of the related menu. Can store categories, collection or pages. */ export type MenuItemPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a single item of the related menu. Can store categories, collection or pages. */ export type MenuItemPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a single item of the related menu. Can store categories, collection or pages. */ export type MenuItemTranslationArgs = { languageCode: LanguageCodeEnum; @@ -7431,27 +7486,27 @@ export type MenuItemTranslationArgs = { * Requires one of the following permissions: MANAGE_MENUS. */ export type MenuItemBulkDelete = { - __typename?: "MenuItemBulkDelete"; + __typename?: 'MenuItemBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ menuErrors: Array; }; export type MenuItemCountableConnection = { - __typename?: "MenuItemCountableConnection"; + __typename?: 'MenuItemCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type MenuItemCountableEdge = { - __typename?: "MenuItemCountableEdge"; + __typename?: 'MenuItemCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: MenuItem; }; @@ -7462,7 +7517,7 @@ export type MenuItemCountableEdge = { * Requires one of the following permissions: MANAGE_MENUS. */ export type MenuItemCreate = { - __typename?: "MenuItemCreate"; + __typename?: 'MenuItemCreate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ menuErrors: Array; @@ -7471,25 +7526,25 @@ export type MenuItemCreate = { export type MenuItemCreateInput = { /** Category to which item points. */ - category?: InputMaybe; + category?: InputMaybe; /** Collection to which item points. */ - collection?: InputMaybe; + collection?: InputMaybe; /** Menu to which item belongs. */ - menu: Scalars["ID"]; + menu: Scalars['ID']; /** Name of the menu item. */ - name: Scalars["String"]; + name: Scalars['String']; /** Page to which item points. */ - page?: InputMaybe; + page?: InputMaybe; /** ID of the parent menu. If empty, menu will be top level menu. */ - parent?: InputMaybe; + parent?: InputMaybe; /** URL of the pointed item. */ - url?: InputMaybe; + url?: InputMaybe; }; export type MenuItemCreated = Event & { - __typename?: "MenuItemCreated"; + __typename?: 'MenuItemCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -7503,11 +7558,12 @@ export type MenuItemCreated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type MenuItemCreatedMenuItemArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -7516,7 +7572,7 @@ export type MenuItemCreatedMenuItemArgs = { * Requires one of the following permissions: MANAGE_MENUS. */ export type MenuItemDelete = { - __typename?: "MenuItemDelete"; + __typename?: 'MenuItemDelete'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ menuErrors: Array; @@ -7524,9 +7580,9 @@ export type MenuItemDelete = { }; export type MenuItemDeleted = Event & { - __typename?: "MenuItemDeleted"; + __typename?: 'MenuItemDeleted'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -7540,29 +7596,30 @@ export type MenuItemDeleted = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type MenuItemDeletedMenuItemArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; export type MenuItemFilterInput = { metadata?: InputMaybe>; - search?: InputMaybe; + search?: InputMaybe; }; export type MenuItemInput = { /** Category to which item points. */ - category?: InputMaybe; + category?: InputMaybe; /** Collection to which item points. */ - collection?: InputMaybe; + collection?: InputMaybe; /** Name of the menu item. */ - name?: InputMaybe; + name?: InputMaybe; /** Page to which item points. */ - page?: InputMaybe; + page?: InputMaybe; /** URL of the pointed item. */ - url?: InputMaybe; + url?: InputMaybe; }; /** @@ -7571,7 +7628,7 @@ export type MenuItemInput = { * Requires one of the following permissions: MANAGE_MENUS. */ export type MenuItemMove = { - __typename?: "MenuItemMove"; + __typename?: 'MenuItemMove'; errors: Array; /** Assigned menu to move within. */ menu?: Maybe; @@ -7581,11 +7638,11 @@ export type MenuItemMove = { export type MenuItemMoveInput = { /** The menu item ID to move. */ - itemId: Scalars["ID"]; + itemId: Scalars['ID']; /** ID of the parent menu. If empty, menu will be top level menu. */ - parentId?: InputMaybe; + parentId?: InputMaybe; /** The new relative sorting position of the item (from -inf to +inf). 1 moves the item one position forward, -1 moves the item one position backward, 0 leaves the item unchanged. */ - sortOrder?: InputMaybe; + sortOrder?: InputMaybe; }; export type MenuItemSortingInput = { @@ -7596,18 +7653,19 @@ export type MenuItemSortingInput = { }; export type MenuItemTranslatableContent = Node & { - __typename?: "MenuItemTranslatableContent"; - id: Scalars["ID"]; + __typename?: 'MenuItemTranslatableContent'; + id: Scalars['ID']; /** * Represents a single item of the related menu. Can store categories, collection or pages. * @deprecated This field will be removed in Saleor 4.0. Get model fields from the root level queries. */ menuItem?: Maybe; - name: Scalars["String"]; + name: Scalars['String']; /** Returns translated menu item fields for the given language code. */ translation?: Maybe; }; + export type MenuItemTranslatableContentTranslationArgs = { languageCode: LanguageCodeEnum; }; @@ -7618,7 +7676,7 @@ export type MenuItemTranslatableContentTranslationArgs = { * Requires one of the following permissions: MANAGE_TRANSLATIONS. */ export type MenuItemTranslate = { - __typename?: "MenuItemTranslate"; + __typename?: 'MenuItemTranslate'; errors: Array; menuItem?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -7626,11 +7684,11 @@ export type MenuItemTranslate = { }; export type MenuItemTranslation = Node & { - __typename?: "MenuItemTranslation"; - id: Scalars["ID"]; + __typename?: 'MenuItemTranslation'; + id: Scalars['ID']; /** Translation language. */ language: LanguageDisplay; - name: Scalars["String"]; + name: Scalars['String']; }; /** @@ -7639,7 +7697,7 @@ export type MenuItemTranslation = Node & { * Requires one of the following permissions: MANAGE_MENUS. */ export type MenuItemUpdate = { - __typename?: "MenuItemUpdate"; + __typename?: 'MenuItemUpdate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ menuErrors: Array; @@ -7647,9 +7705,9 @@ export type MenuItemUpdate = { }; export type MenuItemUpdated = Event & { - __typename?: "MenuItemUpdated"; + __typename?: 'MenuItemUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -7663,23 +7721,24 @@ export type MenuItemUpdated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type MenuItemUpdatedMenuItemArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; export enum MenuItemsSortField { /** Sort menu items by name. */ - Name = "NAME", + Name = 'NAME' } export enum MenuSortField { /** Sort menus by items count. */ - ItemsCount = "ITEMS_COUNT", + ItemsCount = 'ITEMS_COUNT', /** Sort menus by name. */ - Name = "NAME", + Name = 'NAME' } export type MenuSortingInput = { @@ -7695,7 +7754,7 @@ export type MenuSortingInput = { * Requires one of the following permissions: MANAGE_MENUS. */ export type MenuUpdate = { - __typename?: "MenuUpdate"; + __typename?: 'MenuUpdate'; errors: Array; menu?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -7703,9 +7762,9 @@ export type MenuUpdate = { }; export type MenuUpdated = Event & { - __typename?: "MenuUpdated"; + __typename?: 'MenuUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -7719,73 +7778,74 @@ export type MenuUpdated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type MenuUpdatedMenuArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; export type MetadataError = { - __typename?: "MetadataError"; + __typename?: 'MetadataError'; /** The error code. */ code: MetadataErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum MetadataErrorCode { - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - NotUpdated = "NOT_UPDATED", - Required = "REQUIRED", + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + NotUpdated = 'NOT_UPDATED', + Required = 'REQUIRED' } export type MetadataFilter = { /** Key of a metadata item. */ - key: Scalars["String"]; + key: Scalars['String']; /** Value of a metadata item. */ - value?: InputMaybe; + value?: InputMaybe; }; export type MetadataInput = { /** Key of a metadata item. */ - key: Scalars["String"]; + key: Scalars['String']; /** Value of a metadata item. */ - value: Scalars["String"]; + value: Scalars['String']; }; export type MetadataItem = { - __typename?: "MetadataItem"; + __typename?: 'MetadataItem'; /** Key of a metadata item. */ - key: Scalars["String"]; + key: Scalars['String']; /** Value of a metadata item. */ - value: Scalars["String"]; + value: Scalars['String']; }; /** Represents amount of money in specific currency. */ export type Money = { - __typename?: "Money"; + __typename?: 'Money'; /** Amount of money. */ - amount: Scalars["Float"]; + amount: Scalars['Float']; /** Currency code. */ - currency: Scalars["String"]; + currency: Scalars['String']; }; export type MoneyInput = { /** Amount of money. */ - amount: Scalars["PositiveDecimal"]; + amount: Scalars['PositiveDecimal']; /** Currency code. */ - currency: Scalars["String"]; + currency: Scalars['String']; }; /** Represents a range of amounts of money. */ export type MoneyRange = { - __typename?: "MoneyRange"; + __typename?: 'MoneyRange'; /** Lower bound of a price range. */ start?: Maybe; /** Upper bound of a price range. */ @@ -7794,13 +7854,13 @@ export type MoneyRange = { export type MoveProductInput = { /** The ID of the product to move. */ - productId: Scalars["ID"]; + productId: Scalars['ID']; /** The relative sorting position of the product (from -inf to +inf) starting from the first given product's actual position.1 moves the item one position forward, -1 moves the item one position backward, 0 leaves the item unchanged. */ - sortOrder?: InputMaybe; + sortOrder?: InputMaybe; }; export type Mutation = { - __typename?: "Mutation"; + __typename?: 'Mutation'; /** * Create a new address for the customer. * @@ -9372,1331 +9432,1605 @@ export type Mutation = { webhookUpdate?: Maybe; }; + export type MutationAccountAddressCreateArgs = { input: AddressInput; type?: InputMaybe; }; + export type MutationAccountAddressDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationAccountAddressUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: AddressInput; }; + export type MutationAccountDeleteArgs = { - token: Scalars["String"]; + token: Scalars['String']; }; + export type MutationAccountRegisterArgs = { input: AccountRegisterInput; }; + export type MutationAccountRequestDeletionArgs = { - channel?: InputMaybe; - redirectUrl: Scalars["String"]; + channel?: InputMaybe; + redirectUrl: Scalars['String']; }; + export type MutationAccountSetDefaultAddressArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; type: AddressTypeEnum; }; + export type MutationAccountUpdateArgs = { input: AccountInput; }; + export type MutationAddressCreateArgs = { input: AddressInput; - userId: Scalars["ID"]; + userId: Scalars['ID']; }; + export type MutationAddressDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationAddressSetDefaultArgs = { - addressId: Scalars["ID"]; + addressId: Scalars['ID']; type: AddressTypeEnum; - userId: Scalars["ID"]; + userId: Scalars['ID']; }; + export type MutationAddressUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: AddressInput; }; + export type MutationAppActivateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationAppCreateArgs = { input: AppInput; }; + export type MutationAppDeactivateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationAppDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationAppDeleteFailedInstallationArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationAppFetchManifestArgs = { - manifestUrl: Scalars["String"]; + manifestUrl: Scalars['String']; }; + export type MutationAppInstallArgs = { input: AppInstallInput; }; + export type MutationAppRetryInstallArgs = { - activateAfterInstallation?: InputMaybe; - id: Scalars["ID"]; + activateAfterInstallation?: InputMaybe; + id: Scalars['ID']; }; + export type MutationAppTokenCreateArgs = { input: AppTokenInput; }; + export type MutationAppTokenDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationAppTokenVerifyArgs = { - token: Scalars["String"]; + token: Scalars['String']; }; + export type MutationAppUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: AppInput; }; + export type MutationAssignNavigationArgs = { - menu?: InputMaybe; + menu?: InputMaybe; navigationType: NavigationType; }; + export type MutationAssignWarehouseShippingZoneArgs = { - id: Scalars["ID"]; - shippingZoneIds: Array; + id: Scalars['ID']; + shippingZoneIds: Array; }; + export type MutationAttributeBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationAttributeCreateArgs = { input: AttributeCreateInput; }; + export type MutationAttributeDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationAttributeReorderValuesArgs = { - attributeId: Scalars["ID"]; + attributeId: Scalars['ID']; moves: Array; }; + export type MutationAttributeTranslateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: NameTranslationInput; languageCode: LanguageCodeEnum; }; + export type MutationAttributeUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: AttributeUpdateInput; }; + export type MutationAttributeValueBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationAttributeValueCreateArgs = { - attribute: Scalars["ID"]; + attribute: Scalars['ID']; input: AttributeValueCreateInput; }; + export type MutationAttributeValueDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationAttributeValueTranslateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: AttributeValueTranslationInput; languageCode: LanguageCodeEnum; }; + export type MutationAttributeValueUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: AttributeValueUpdateInput; }; + export type MutationCategoryBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationCategoryCreateArgs = { input: CategoryInput; - parent?: InputMaybe; + parent?: InputMaybe; }; + export type MutationCategoryDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationCategoryTranslateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: TranslationInput; languageCode: LanguageCodeEnum; }; + export type MutationCategoryUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: CategoryInput; }; + export type MutationChannelActivateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationChannelCreateArgs = { input: ChannelCreateInput; }; + export type MutationChannelDeactivateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationChannelDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input?: InputMaybe; }; + export type MutationChannelUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: ChannelUpdateInput; }; + export type MutationCheckoutAddPromoCodeArgs = { - checkoutId?: InputMaybe; - id?: InputMaybe; - promoCode: Scalars["String"]; - token?: InputMaybe; + checkoutId?: InputMaybe; + id?: InputMaybe; + promoCode: Scalars['String']; + token?: InputMaybe; }; + export type MutationCheckoutBillingAddressUpdateArgs = { billingAddress: AddressInput; - checkoutId?: InputMaybe; - id?: InputMaybe; - token?: InputMaybe; + checkoutId?: InputMaybe; + id?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutCompleteArgs = { - checkoutId?: InputMaybe; - id?: InputMaybe; - paymentData?: InputMaybe; - redirectUrl?: InputMaybe; - storeSource?: InputMaybe; - token?: InputMaybe; + checkoutId?: InputMaybe; + id?: InputMaybe; + paymentData?: InputMaybe; + redirectUrl?: InputMaybe; + storeSource?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutCreateArgs = { input: CheckoutCreateInput; }; + export type MutationCheckoutCustomerAttachArgs = { - checkoutId?: InputMaybe; - customerId?: InputMaybe; - id?: InputMaybe; - token?: InputMaybe; + checkoutId?: InputMaybe; + customerId?: InputMaybe; + id?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutCustomerDetachArgs = { - checkoutId?: InputMaybe; - id?: InputMaybe; - token?: InputMaybe; + checkoutId?: InputMaybe; + id?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutDeliveryMethodUpdateArgs = { - deliveryMethodId?: InputMaybe; - id?: InputMaybe; - token?: InputMaybe; + deliveryMethodId?: InputMaybe; + id?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutEmailUpdateArgs = { - checkoutId?: InputMaybe; - email: Scalars["String"]; - id?: InputMaybe; - token?: InputMaybe; + checkoutId?: InputMaybe; + email: Scalars['String']; + id?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutLanguageCodeUpdateArgs = { - checkoutId?: InputMaybe; - id?: InputMaybe; + checkoutId?: InputMaybe; + id?: InputMaybe; languageCode: LanguageCodeEnum; - token?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutLineDeleteArgs = { - checkoutId?: InputMaybe; - id?: InputMaybe; - lineId?: InputMaybe; - token?: InputMaybe; + checkoutId?: InputMaybe; + id?: InputMaybe; + lineId?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutLinesAddArgs = { - checkoutId?: InputMaybe; - id?: InputMaybe; + checkoutId?: InputMaybe; + id?: InputMaybe; lines: Array; - token?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutLinesDeleteArgs = { - id?: InputMaybe; - linesIds: Array; - token?: InputMaybe; + id?: InputMaybe; + linesIds: Array; + token?: InputMaybe; }; + export type MutationCheckoutLinesUpdateArgs = { - checkoutId?: InputMaybe; - id?: InputMaybe; + checkoutId?: InputMaybe; + id?: InputMaybe; lines: Array; - token?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutPaymentCreateArgs = { - checkoutId?: InputMaybe; - id?: InputMaybe; + checkoutId?: InputMaybe; + id?: InputMaybe; input: PaymentInput; - token?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutRemovePromoCodeArgs = { - checkoutId?: InputMaybe; - id?: InputMaybe; - promoCode?: InputMaybe; - promoCodeId?: InputMaybe; - token?: InputMaybe; + checkoutId?: InputMaybe; + id?: InputMaybe; + promoCode?: InputMaybe; + promoCodeId?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutShippingAddressUpdateArgs = { - checkoutId?: InputMaybe; - id?: InputMaybe; + checkoutId?: InputMaybe; + id?: InputMaybe; shippingAddress: AddressInput; - token?: InputMaybe; + token?: InputMaybe; }; + export type MutationCheckoutShippingMethodUpdateArgs = { - checkoutId?: InputMaybe; - id?: InputMaybe; - shippingMethodId: Scalars["ID"]; - token?: InputMaybe; + checkoutId?: InputMaybe; + id?: InputMaybe; + shippingMethodId: Scalars['ID']; + token?: InputMaybe; }; + export type MutationCollectionAddProductsArgs = { - collectionId: Scalars["ID"]; - products: Array; + collectionId: Scalars['ID']; + products: Array; }; + export type MutationCollectionBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationCollectionChannelListingUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: CollectionChannelListingUpdateInput; }; + export type MutationCollectionCreateArgs = { input: CollectionCreateInput; }; + export type MutationCollectionDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationCollectionRemoveProductsArgs = { - collectionId: Scalars["ID"]; - products: Array; + collectionId: Scalars['ID']; + products: Array; }; + export type MutationCollectionReorderProductsArgs = { - collectionId: Scalars["ID"]; + collectionId: Scalars['ID']; moves: Array; }; + export type MutationCollectionTranslateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: TranslationInput; languageCode: LanguageCodeEnum; }; + export type MutationCollectionUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: CollectionInput; }; + export type MutationConfirmAccountArgs = { - email: Scalars["String"]; - token: Scalars["String"]; + email: Scalars['String']; + token: Scalars['String']; }; + export type MutationConfirmEmailChangeArgs = { - channel?: InputMaybe; - token: Scalars["String"]; + channel?: InputMaybe; + token: Scalars['String']; }; + export type MutationCreateWarehouseArgs = { input: WarehouseCreateInput; }; + export type MutationCustomerBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationCustomerCreateArgs = { input: UserCreateInput; }; + export type MutationCustomerDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationCustomerUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: CustomerInput; }; + export type MutationDeleteMetadataArgs = { - id: Scalars["ID"]; - keys: Array; + id: Scalars['ID']; + keys: Array; }; + export type MutationDeletePrivateMetadataArgs = { - id: Scalars["ID"]; - keys: Array; + id: Scalars['ID']; + keys: Array; }; + export type MutationDeleteWarehouseArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationDigitalContentCreateArgs = { input: DigitalContentUploadInput; - variantId: Scalars["ID"]; + variantId: Scalars['ID']; }; + export type MutationDigitalContentDeleteArgs = { - variantId: Scalars["ID"]; + variantId: Scalars['ID']; }; + export type MutationDigitalContentUpdateArgs = { input: DigitalContentInput; - variantId: Scalars["ID"]; + variantId: Scalars['ID']; }; + export type MutationDigitalContentUrlCreateArgs = { input: DigitalContentUrlCreateInput; }; + export type MutationDraftOrderBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationDraftOrderCompleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationDraftOrderCreateArgs = { input: DraftOrderCreateInput; }; + export type MutationDraftOrderDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationDraftOrderLinesBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationDraftOrderUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: DraftOrderInput; }; + export type MutationEventDeliveryRetryArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationExportGiftCardsArgs = { input: ExportGiftCardsInput; }; + export type MutationExportProductsArgs = { input: ExportProductsInput; }; + export type MutationExternalAuthenticationUrlArgs = { - input: Scalars["JSONString"]; - pluginId: Scalars["String"]; + input: Scalars['JSONString']; + pluginId: Scalars['String']; }; + export type MutationExternalLogoutArgs = { - input: Scalars["JSONString"]; - pluginId: Scalars["String"]; + input: Scalars['JSONString']; + pluginId: Scalars['String']; }; + export type MutationExternalNotificationTriggerArgs = { - channel: Scalars["String"]; + channel: Scalars['String']; input: ExternalNotificationTriggerInput; - pluginId?: InputMaybe; + pluginId?: InputMaybe; }; + export type MutationExternalObtainAccessTokensArgs = { - input: Scalars["JSONString"]; - pluginId: Scalars["String"]; + input: Scalars['JSONString']; + pluginId: Scalars['String']; }; + export type MutationExternalRefreshArgs = { - input: Scalars["JSONString"]; - pluginId: Scalars["String"]; + input: Scalars['JSONString']; + pluginId: Scalars['String']; }; + export type MutationExternalVerifyArgs = { - input: Scalars["JSONString"]; - pluginId: Scalars["String"]; + input: Scalars['JSONString']; + pluginId: Scalars['String']; }; + export type MutationFileUploadArgs = { - file: Scalars["Upload"]; + file: Scalars['Upload']; }; + export type MutationGiftCardActivateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationGiftCardAddNoteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: GiftCardAddNoteInput; }; + export type MutationGiftCardBulkActivateArgs = { - ids: Array; + ids: Array; }; + export type MutationGiftCardBulkCreateArgs = { input: GiftCardBulkCreateInput; }; + export type MutationGiftCardBulkDeactivateArgs = { - ids: Array; + ids: Array; }; + export type MutationGiftCardBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationGiftCardCreateArgs = { input: GiftCardCreateInput; }; + export type MutationGiftCardDeactivateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationGiftCardDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationGiftCardResendArgs = { input: GiftCardResendInput; }; + export type MutationGiftCardSettingsUpdateArgs = { input: GiftCardSettingsUpdateInput; }; + export type MutationGiftCardUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: GiftCardUpdateInput; }; + export type MutationInvoiceCreateArgs = { input: InvoiceCreateInput; - orderId: Scalars["ID"]; + orderId: Scalars['ID']; }; + export type MutationInvoiceDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationInvoiceRequestArgs = { - number?: InputMaybe; - orderId: Scalars["ID"]; + number?: InputMaybe; + orderId: Scalars['ID']; }; + export type MutationInvoiceRequestDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationInvoiceSendNotificationArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationInvoiceUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: UpdateInvoiceInput; }; + export type MutationMenuBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationMenuCreateArgs = { input: MenuCreateInput; }; + export type MutationMenuDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationMenuItemBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationMenuItemCreateArgs = { input: MenuItemCreateInput; }; + export type MutationMenuItemDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationMenuItemMoveArgs = { - menu: Scalars["ID"]; + menu: Scalars['ID']; moves: Array; }; + export type MutationMenuItemTranslateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: NameTranslationInput; languageCode: LanguageCodeEnum; }; + export type MutationMenuItemUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: MenuItemInput; }; + export type MutationMenuUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: MenuInput; }; + export type MutationOrderAddNoteArgs = { input: OrderAddNoteInput; - order: Scalars["ID"]; + order: Scalars['ID']; }; + export type MutationOrderBulkCancelArgs = { - ids: Array; + ids: Array; }; + export type MutationOrderCancelArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationOrderCaptureArgs = { - amount: Scalars["PositiveDecimal"]; - id: Scalars["ID"]; + amount: Scalars['PositiveDecimal']; + id: Scalars['ID']; }; + export type MutationOrderConfirmArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationOrderCreateFromCheckoutArgs = { - id: Scalars["ID"]; - removeCheckout?: InputMaybe; + id: Scalars['ID']; + removeCheckout?: InputMaybe; }; + export type MutationOrderDiscountAddArgs = { input: OrderDiscountCommonInput; - orderId: Scalars["ID"]; + orderId: Scalars['ID']; }; + export type MutationOrderDiscountDeleteArgs = { - discountId: Scalars["ID"]; + discountId: Scalars['ID']; }; + export type MutationOrderDiscountUpdateArgs = { - discountId: Scalars["ID"]; + discountId: Scalars['ID']; input: OrderDiscountCommonInput; }; + export type MutationOrderFulfillArgs = { input: OrderFulfillInput; - order?: InputMaybe; + order?: InputMaybe; }; + export type MutationOrderFulfillmentApproveArgs = { - allowStockToBeExceeded?: InputMaybe; - id: Scalars["ID"]; - notifyCustomer: Scalars["Boolean"]; + allowStockToBeExceeded?: InputMaybe; + id: Scalars['ID']; + notifyCustomer: Scalars['Boolean']; }; + export type MutationOrderFulfillmentCancelArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input?: InputMaybe; }; + export type MutationOrderFulfillmentRefundProductsArgs = { input: OrderRefundProductsInput; - order: Scalars["ID"]; + order: Scalars['ID']; }; + export type MutationOrderFulfillmentReturnProductsArgs = { input: OrderReturnProductsInput; - order: Scalars["ID"]; + order: Scalars['ID']; }; + export type MutationOrderFulfillmentUpdateTrackingArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: FulfillmentUpdateTrackingInput; }; + export type MutationOrderLineDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationOrderLineDiscountRemoveArgs = { - orderLineId: Scalars["ID"]; + orderLineId: Scalars['ID']; }; + export type MutationOrderLineDiscountUpdateArgs = { input: OrderDiscountCommonInput; - orderLineId: Scalars["ID"]; + orderLineId: Scalars['ID']; }; + export type MutationOrderLineUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: OrderLineInput; }; + export type MutationOrderLinesCreateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: Array; }; + export type MutationOrderMarkAsPaidArgs = { - id: Scalars["ID"]; - transactionReference?: InputMaybe; + id: Scalars['ID']; + transactionReference?: InputMaybe; }; + export type MutationOrderRefundArgs = { - amount: Scalars["PositiveDecimal"]; - id: Scalars["ID"]; + amount: Scalars['PositiveDecimal']; + id: Scalars['ID']; }; + export type MutationOrderSettingsUpdateArgs = { input: OrderSettingsUpdateInput; }; + export type MutationOrderUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: OrderUpdateInput; }; + export type MutationOrderUpdateShippingArgs = { input: OrderUpdateShippingInput; - order: Scalars["ID"]; + order: Scalars['ID']; }; + export type MutationOrderVoidArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationPageAttributeAssignArgs = { - attributeIds: Array; - pageTypeId: Scalars["ID"]; + attributeIds: Array; + pageTypeId: Scalars['ID']; }; + export type MutationPageAttributeUnassignArgs = { - attributeIds: Array; - pageTypeId: Scalars["ID"]; + attributeIds: Array; + pageTypeId: Scalars['ID']; }; + export type MutationPageBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationPageBulkPublishArgs = { - ids: Array; - isPublished: Scalars["Boolean"]; + ids: Array; + isPublished: Scalars['Boolean']; }; + export type MutationPageCreateArgs = { input: PageCreateInput; }; + export type MutationPageDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationPageReorderAttributeValuesArgs = { - attributeId: Scalars["ID"]; + attributeId: Scalars['ID']; moves: Array; - pageId: Scalars["ID"]; + pageId: Scalars['ID']; }; + export type MutationPageTranslateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: PageTranslationInput; languageCode: LanguageCodeEnum; }; + export type MutationPageTypeBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationPageTypeCreateArgs = { input: PageTypeCreateInput; }; + export type MutationPageTypeDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationPageTypeReorderAttributesArgs = { moves: Array; - pageTypeId: Scalars["ID"]; + pageTypeId: Scalars['ID']; }; + export type MutationPageTypeUpdateArgs = { - id?: InputMaybe; + id?: InputMaybe; input: PageTypeUpdateInput; }; + export type MutationPageUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: PageInput; }; + export type MutationPasswordChangeArgs = { - newPassword: Scalars["String"]; - oldPassword: Scalars["String"]; + newPassword: Scalars['String']; + oldPassword: Scalars['String']; }; + export type MutationPaymentCaptureArgs = { - amount?: InputMaybe; - paymentId: Scalars["ID"]; + amount?: InputMaybe; + paymentId: Scalars['ID']; }; + export type MutationPaymentCheckBalanceArgs = { input: PaymentCheckBalanceInput; }; + export type MutationPaymentInitializeArgs = { - channel?: InputMaybe; - gateway: Scalars["String"]; - paymentData?: InputMaybe; + channel?: InputMaybe; + gateway: Scalars['String']; + paymentData?: InputMaybe; }; + export type MutationPaymentRefundArgs = { - amount?: InputMaybe; - paymentId: Scalars["ID"]; + amount?: InputMaybe; + paymentId: Scalars['ID']; }; + export type MutationPaymentVoidArgs = { - paymentId: Scalars["ID"]; + paymentId: Scalars['ID']; }; + export type MutationPermissionGroupCreateArgs = { input: PermissionGroupCreateInput; }; + export type MutationPermissionGroupDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationPermissionGroupUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: PermissionGroupUpdateInput; }; + export type MutationPluginUpdateArgs = { - channelId?: InputMaybe; - id: Scalars["ID"]; + channelId?: InputMaybe; + id: Scalars['ID']; input: PluginUpdateInput; }; + export type MutationProductAttributeAssignArgs = { operations: Array; - productTypeId: Scalars["ID"]; + productTypeId: Scalars['ID']; }; + export type MutationProductAttributeAssignmentUpdateArgs = { operations: Array; - productTypeId: Scalars["ID"]; + productTypeId: Scalars['ID']; }; + export type MutationProductAttributeUnassignArgs = { - attributeIds: Array; - productTypeId: Scalars["ID"]; + attributeIds: Array; + productTypeId: Scalars['ID']; }; + export type MutationProductBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationProductChannelListingUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: ProductChannelListingUpdateInput; }; + export type MutationProductCreateArgs = { input: ProductCreateInput; }; + export type MutationProductDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationProductMediaBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationProductMediaCreateArgs = { input: ProductMediaCreateInput; }; + export type MutationProductMediaDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationProductMediaReorderArgs = { - mediaIds: Array; - productId: Scalars["ID"]; + mediaIds: Array; + productId: Scalars['ID']; }; + export type MutationProductMediaUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: ProductMediaUpdateInput; }; + export type MutationProductReorderAttributeValuesArgs = { - attributeId: Scalars["ID"]; + attributeId: Scalars['ID']; moves: Array; - productId: Scalars["ID"]; + productId: Scalars['ID']; }; + export type MutationProductTranslateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: TranslationInput; languageCode: LanguageCodeEnum; }; + export type MutationProductTypeBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationProductTypeCreateArgs = { input: ProductTypeInput; }; + export type MutationProductTypeDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationProductTypeReorderAttributesArgs = { moves: Array; - productTypeId: Scalars["ID"]; + productTypeId: Scalars['ID']; type: ProductAttributeType; }; + export type MutationProductTypeUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: ProductTypeInput; }; + export type MutationProductUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: ProductInput; }; + export type MutationProductVariantBulkCreateArgs = { - product: Scalars["ID"]; + product: Scalars['ID']; variants: Array; }; + export type MutationProductVariantBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationProductVariantChannelListingUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: Array; }; + export type MutationProductVariantCreateArgs = { input: ProductVariantCreateInput; }; + export type MutationProductVariantDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationProductVariantPreorderDeactivateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationProductVariantReorderArgs = { moves: Array; - productId: Scalars["ID"]; + productId: Scalars['ID']; }; + export type MutationProductVariantReorderAttributeValuesArgs = { - attributeId: Scalars["ID"]; + attributeId: Scalars['ID']; moves: Array; - variantId: Scalars["ID"]; + variantId: Scalars['ID']; }; + export type MutationProductVariantSetDefaultArgs = { - productId: Scalars["ID"]; - variantId: Scalars["ID"]; + productId: Scalars['ID']; + variantId: Scalars['ID']; }; + export type MutationProductVariantStocksCreateArgs = { stocks: Array; - variantId: Scalars["ID"]; + variantId: Scalars['ID']; }; + export type MutationProductVariantStocksDeleteArgs = { - variantId: Scalars["ID"]; - warehouseIds?: InputMaybe>; + variantId: Scalars['ID']; + warehouseIds?: InputMaybe>; }; + export type MutationProductVariantStocksUpdateArgs = { stocks: Array; - variantId: Scalars["ID"]; + variantId: Scalars['ID']; }; + export type MutationProductVariantTranslateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: NameTranslationInput; languageCode: LanguageCodeEnum; }; + export type MutationProductVariantUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: ProductVariantInput; }; + export type MutationRequestEmailChangeArgs = { - channel?: InputMaybe; - newEmail: Scalars["String"]; - password: Scalars["String"]; - redirectUrl: Scalars["String"]; + channel?: InputMaybe; + newEmail: Scalars['String']; + password: Scalars['String']; + redirectUrl: Scalars['String']; }; + export type MutationRequestPasswordResetArgs = { - channel?: InputMaybe; - email: Scalars["String"]; - redirectUrl: Scalars["String"]; + channel?: InputMaybe; + email: Scalars['String']; + redirectUrl: Scalars['String']; }; + export type MutationSaleBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationSaleCataloguesAddArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: CatalogueInput; }; + export type MutationSaleCataloguesRemoveArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: CatalogueInput; }; + export type MutationSaleChannelListingUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: SaleChannelListingInput; }; + export type MutationSaleCreateArgs = { input: SaleInput; }; + export type MutationSaleDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationSaleTranslateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: NameTranslationInput; languageCode: LanguageCodeEnum; }; + export type MutationSaleUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: SaleInput; }; + export type MutationSetPasswordArgs = { - email: Scalars["String"]; - password: Scalars["String"]; - token: Scalars["String"]; + email: Scalars['String']; + password: Scalars['String']; + token: Scalars['String']; }; + export type MutationShippingMethodChannelListingUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: ShippingMethodChannelListingInput; }; + export type MutationShippingPriceBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationShippingPriceCreateArgs = { input: ShippingPriceInput; }; + export type MutationShippingPriceDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationShippingPriceExcludeProductsArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: ShippingPriceExcludeProductsInput; }; + export type MutationShippingPriceRemoveProductFromExcludeArgs = { - id: Scalars["ID"]; - products: Array; + id: Scalars['ID']; + products: Array; }; + export type MutationShippingPriceTranslateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: ShippingPriceTranslationInput; languageCode: LanguageCodeEnum; }; + export type MutationShippingPriceUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: ShippingPriceInput; }; + export type MutationShippingZoneBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationShippingZoneCreateArgs = { input: ShippingZoneCreateInput; }; + export type MutationShippingZoneDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationShippingZoneUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: ShippingZoneUpdateInput; }; + export type MutationShopAddressUpdateArgs = { input?: InputMaybe; }; + export type MutationShopDomainUpdateArgs = { input?: InputMaybe; }; + export type MutationShopSettingsTranslateArgs = { input: ShopSettingsTranslationInput; languageCode: LanguageCodeEnum; }; + export type MutationShopSettingsUpdateArgs = { input: ShopSettingsInput; }; + export type MutationStaffBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationStaffCreateArgs = { input: StaffCreateInput; }; + export type MutationStaffDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationStaffNotificationRecipientCreateArgs = { input: StaffNotificationRecipientInput; }; + export type MutationStaffNotificationRecipientDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationStaffNotificationRecipientUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: StaffNotificationRecipientInput; }; + export type MutationStaffUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: StaffUpdateInput; }; + export type MutationTokenCreateArgs = { - email: Scalars["String"]; - password: Scalars["String"]; + email: Scalars['String']; + password: Scalars['String']; }; + export type MutationTokenRefreshArgs = { - csrfToken?: InputMaybe; - refreshToken?: InputMaybe; + csrfToken?: InputMaybe; + refreshToken?: InputMaybe; }; + export type MutationTokenVerifyArgs = { - token: Scalars["String"]; + token: Scalars['String']; }; + export type MutationTransactionCreateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; transaction: TransactionCreateInput; transactionEvent?: InputMaybe; }; + export type MutationTransactionRequestActionArgs = { actionType: TransactionActionEnum; - amount?: InputMaybe; - id: Scalars["ID"]; + amount?: InputMaybe; + id: Scalars['ID']; }; + export type MutationTransactionUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; transaction?: InputMaybe; transactionEvent?: InputMaybe; }; + export type MutationUnassignWarehouseShippingZoneArgs = { - id: Scalars["ID"]; - shippingZoneIds: Array; + id: Scalars['ID']; + shippingZoneIds: Array; }; + export type MutationUpdateMetadataArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: Array; }; + export type MutationUpdatePrivateMetadataArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: Array; }; + export type MutationUpdateWarehouseArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: WarehouseUpdateInput; }; + export type MutationUserAvatarUpdateArgs = { - image: Scalars["Upload"]; + image: Scalars['Upload']; }; + export type MutationUserBulkSetActiveArgs = { - ids: Array; - isActive: Scalars["Boolean"]; + ids: Array; + isActive: Scalars['Boolean']; }; + export type MutationVariantMediaAssignArgs = { - mediaId: Scalars["ID"]; - variantId: Scalars["ID"]; + mediaId: Scalars['ID']; + variantId: Scalars['ID']; }; + export type MutationVariantMediaUnassignArgs = { - mediaId: Scalars["ID"]; - variantId: Scalars["ID"]; + mediaId: Scalars['ID']; + variantId: Scalars['ID']; }; + export type MutationVoucherBulkDeleteArgs = { - ids: Array; + ids: Array; }; + export type MutationVoucherCataloguesAddArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: CatalogueInput; }; + export type MutationVoucherCataloguesRemoveArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: CatalogueInput; }; + export type MutationVoucherChannelListingUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: VoucherChannelListingInput; }; + export type MutationVoucherCreateArgs = { input: VoucherInput; }; + export type MutationVoucherDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationVoucherTranslateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: NameTranslationInput; languageCode: LanguageCodeEnum; }; + export type MutationVoucherUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: VoucherInput; }; + export type MutationWebhookCreateArgs = { input: WebhookCreateInput; }; + export type MutationWebhookDeleteArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type MutationWebhookUpdateArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; input: WebhookUpdateInput; }; export type NameTranslationInput = { - name?: InputMaybe; + name?: InputMaybe; }; export enum NavigationType { /** Main storefront navigation. */ - Main = "MAIN", + Main = 'MAIN', /** Secondary storefront navigation. */ - Secondary = "SECONDARY", + Secondary = 'SECONDARY' } /** An object with an ID */ export type Node = { /** The ID of the object. */ - id: Scalars["ID"]; + id: Scalars['ID']; }; export type ObjectWithMetadata = { @@ -10711,7 +11045,7 @@ export type ObjectWithMetadata = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - metafield?: Maybe; + metafield?: Maybe; /** * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. * @@ -10719,7 +11053,7 @@ export type ObjectWithMetadata = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - metafields?: Maybe; + metafields?: Maybe; /** List of private metadata items. Requires staff permissions to access. */ privateMetadata: Array; /** @@ -10731,7 +11065,7 @@ export type ObjectWithMetadata = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - privateMetafield?: Maybe; + privateMetafield?: Maybe; /** * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. * @@ -10739,249 +11073,256 @@ export type ObjectWithMetadata = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - privateMetafields?: Maybe; + privateMetafields?: Maybe; }; + export type ObjectWithMetadataMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + export type ObjectWithMetadataMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + export type ObjectWithMetadataPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + export type ObjectWithMetadataPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; /** Represents an order in the shop. */ -export type Order = Node & - ObjectWithMetadata & { - __typename?: "Order"; - /** List of actions that can be performed in the current state of an order. */ - actions: Array; - /** - * The authorize status of the order. - * - * Added in Saleor 3.4. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - authorizeStatus: OrderAuthorizeStatusEnum; - /** - * Collection points that can be used for this order. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - availableCollectionPoints: Array; - /** - * Shipping methods that can be used with this order. - * @deprecated Use `shippingMethods`, this field will be removed in 4.0 - */ - availableShippingMethods?: Maybe>; - /** Billing address. The full data can be access for orders created in Saleor 3.2 and later, for other orders requires one of the following permissions: MANAGE_ORDERS, OWNER. */ - billingAddress?: Maybe
; - /** Informs whether a draft order can be finalized(turned into a regular order). */ - canFinalize: Scalars["Boolean"]; - channel: Channel; - /** - * The charge status of the order. - * - * Added in Saleor 3.4. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - chargeStatus: OrderChargeStatusEnum; - collectionPointName?: Maybe; - created: Scalars["DateTime"]; - customerNote: Scalars["String"]; - /** - * The delivery method selected for this checkout. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - deliveryMethod?: Maybe; - /** - * Returns applied discount. - * @deprecated This field will be removed in Saleor 4.0. Use the `discounts` field instead. - */ - discount?: Maybe; - /** - * Discount name. - * @deprecated This field will be removed in Saleor 4.0. Use the `discounts` field instead. - */ - discountName?: Maybe; - /** List of all discounts assigned to the order. */ - discounts: Array; - displayGrossPrices: Scalars["Boolean"]; - /** List of errors that occurred during order validation. */ - errors: Array; - /** - * List of events associated with the order. - * - * Requires one of the following permissions: MANAGE_ORDERS. - */ - events: Array; - /** List of shipments for the order. */ - fulfillments: Array; - /** List of user gift cards. */ - giftCards: Array; - id: Scalars["ID"]; - /** List of order invoices. Can be fetched for orders created in Saleor 3.2 and later, for other orders requires one of the following permissions: MANAGE_ORDERS, OWNER. */ - invoices: Array; - /** Informs if an order is fully paid. */ - isPaid: Scalars["Boolean"]; - /** Returns True, if order requires shipping. */ - isShippingRequired: Scalars["Boolean"]; - /** @deprecated This field will be removed in Saleor 4.0. Use the `languageCodeEnum` field to fetch the language code. */ - languageCode: Scalars["String"]; - /** Order language code. */ - languageCodeEnum: LanguageCodeEnum; - /** List of order lines. */ - lines: Array; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - /** User-friendly number of an order. */ - number: Scalars["String"]; - /** The order origin. */ - origin: OrderOriginEnum; - /** The ID of the order that was the base for this order. */ - original?: Maybe; - /** Internal payment status. */ - paymentStatus: PaymentChargeStatusEnum; - /** User-friendly payment status. */ - paymentStatusDisplay: Scalars["String"]; - /** List of payments for the order. */ - payments: Array; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - redirectUrl?: Maybe; - /** Shipping address. The full data can be access for orders created in Saleor 3.2 and later, for other orders requires one of the following permissions: MANAGE_ORDERS, OWNER. */ - shippingAddress?: Maybe
; - /** - * Shipping method for this order. - * @deprecated This field will be removed in Saleor 4.0. Use `deliveryMethod` instead. - */ - shippingMethod?: Maybe; - shippingMethodName?: Maybe; - /** Shipping methods related to this order. */ - shippingMethods: Array; - /** Total price of shipping. */ - shippingPrice: TaxedMoney; - shippingTaxRate: Scalars["Float"]; - status: OrderStatus; - /** User-friendly order status. */ - statusDisplay: Scalars["String"]; - /** The sum of line prices not including shipping. */ - subtotal: TaxedMoney; - /** @deprecated This field will be removed in Saleor 4.0. Use `id` instead. */ - token: Scalars["String"]; - /** Total amount of the order. */ - total: TaxedMoney; - /** Amount authorized for the order. */ - totalAuthorized: Money; - /** The difference between the paid and the order total amount. */ - totalBalance: Money; - /** Amount captured by payment. */ - totalCaptured: Money; - trackingClientId: Scalars["String"]; - /** - * List of transactions for the order. Requires one of the following permissions: MANAGE_ORDERS, HANDLE_PAYMENTS. - * - * Added in Saleor 3.4. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - transactions: Array; - /** - * Translated discount name. - * @deprecated This field will be removed in Saleor 4.0. Use the `discounts` field instead. - */ - translatedDiscountName?: Maybe; - /** Undiscounted total amount of the order. */ - undiscountedTotal: TaxedMoney; - updatedAt: Scalars["DateTime"]; - /** User who placed the order. This field is set only for orders placed by authenticated users. Can be fetched for orders created in Saleor 3.2 and later, for other orders requires one of the following permissions: MANAGE_USERS, MANAGE_ORDERS, OWNER. */ - user?: Maybe; - /** Email address of the customer. The full data can be access for orders created in Saleor 3.2 and later, for other orders requires one of the following permissions: MANAGE_ORDERS, OWNER. */ - userEmail?: Maybe; - voucher?: Maybe; - weight: Weight; - }; +export type Order = Node & ObjectWithMetadata & { + __typename?: 'Order'; + /** List of actions that can be performed in the current state of an order. */ + actions: Array; + /** + * The authorize status of the order. + * + * Added in Saleor 3.4. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + authorizeStatus: OrderAuthorizeStatusEnum; + /** + * Collection points that can be used for this order. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + availableCollectionPoints: Array; + /** + * Shipping methods that can be used with this order. + * @deprecated Use `shippingMethods`, this field will be removed in 4.0 + */ + availableShippingMethods?: Maybe>; + /** Billing address. The full data can be access for orders created in Saleor 3.2 and later, for other orders requires one of the following permissions: MANAGE_ORDERS, OWNER. */ + billingAddress?: Maybe
; + /** Informs whether a draft order can be finalized(turned into a regular order). */ + canFinalize: Scalars['Boolean']; + channel: Channel; + /** + * The charge status of the order. + * + * Added in Saleor 3.4. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + chargeStatus: OrderChargeStatusEnum; + collectionPointName?: Maybe; + created: Scalars['DateTime']; + customerNote: Scalars['String']; + /** + * The delivery method selected for this checkout. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + deliveryMethod?: Maybe; + /** + * Returns applied discount. + * @deprecated This field will be removed in Saleor 4.0. Use the `discounts` field instead. + */ + discount?: Maybe; + /** + * Discount name. + * @deprecated This field will be removed in Saleor 4.0. Use the `discounts` field instead. + */ + discountName?: Maybe; + /** List of all discounts assigned to the order. */ + discounts: Array; + displayGrossPrices: Scalars['Boolean']; + /** List of errors that occurred during order validation. */ + errors: Array; + /** + * List of events associated with the order. + * + * Requires one of the following permissions: MANAGE_ORDERS. + */ + events: Array; + /** List of shipments for the order. */ + fulfillments: Array; + /** List of user gift cards. */ + giftCards: Array; + id: Scalars['ID']; + /** List of order invoices. Can be fetched for orders created in Saleor 3.2 and later, for other orders requires one of the following permissions: MANAGE_ORDERS, OWNER. */ + invoices: Array; + /** Informs if an order is fully paid. */ + isPaid: Scalars['Boolean']; + /** Returns True, if order requires shipping. */ + isShippingRequired: Scalars['Boolean']; + /** @deprecated This field will be removed in Saleor 4.0. Use the `languageCodeEnum` field to fetch the language code. */ + languageCode: Scalars['String']; + /** Order language code. */ + languageCodeEnum: LanguageCodeEnum; + /** List of order lines. */ + lines: Array; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + /** User-friendly number of an order. */ + number: Scalars['String']; + /** The order origin. */ + origin: OrderOriginEnum; + /** The ID of the order that was the base for this order. */ + original?: Maybe; + /** Internal payment status. */ + paymentStatus: PaymentChargeStatusEnum; + /** User-friendly payment status. */ + paymentStatusDisplay: Scalars['String']; + /** List of payments for the order. */ + payments: Array; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + redirectUrl?: Maybe; + /** Shipping address. The full data can be access for orders created in Saleor 3.2 and later, for other orders requires one of the following permissions: MANAGE_ORDERS, OWNER. */ + shippingAddress?: Maybe
; + /** + * Shipping method for this order. + * @deprecated This field will be removed in Saleor 4.0. Use `deliveryMethod` instead. + */ + shippingMethod?: Maybe; + shippingMethodName?: Maybe; + /** Shipping methods related to this order. */ + shippingMethods: Array; + /** Total price of shipping. */ + shippingPrice: TaxedMoney; + shippingTaxRate: Scalars['Float']; + status: OrderStatus; + /** User-friendly order status. */ + statusDisplay: Scalars['String']; + /** The sum of line prices not including shipping. */ + subtotal: TaxedMoney; + /** @deprecated This field will be removed in Saleor 4.0. Use `id` instead. */ + token: Scalars['String']; + /** Total amount of the order. */ + total: TaxedMoney; + /** Amount authorized for the order. */ + totalAuthorized: Money; + /** The difference between the paid and the order total amount. */ + totalBalance: Money; + /** Amount captured by payment. */ + totalCaptured: Money; + trackingClientId: Scalars['String']; + /** + * List of transactions for the order. Requires one of the following permissions: MANAGE_ORDERS, HANDLE_PAYMENTS. + * + * Added in Saleor 3.4. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + transactions: Array; + /** + * Translated discount name. + * @deprecated This field will be removed in Saleor 4.0. Use the `discounts` field instead. + */ + translatedDiscountName?: Maybe; + /** Undiscounted total amount of the order. */ + undiscountedTotal: TaxedMoney; + updatedAt: Scalars['DateTime']; + /** User who placed the order. This field is set only for orders placed by authenticated users. Can be fetched for orders created in Saleor 3.2 and later, for other orders requires one of the following permissions: MANAGE_USERS, MANAGE_ORDERS, OWNER. */ + user?: Maybe; + /** Email address of the customer. The full data can be access for orders created in Saleor 3.2 and later, for other orders requires one of the following permissions: MANAGE_ORDERS, OWNER. */ + userEmail?: Maybe; + voucher?: Maybe; + weight: Weight; +}; + /** Represents an order in the shop. */ export type OrderMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents an order in the shop. */ export type OrderMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents an order in the shop. */ export type OrderPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents an order in the shop. */ export type OrderPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; export enum OrderAction { /** Represents the capture action. */ - Capture = "CAPTURE", + Capture = 'CAPTURE', /** Represents a mark-as-paid action. */ - MarkAsPaid = "MARK_AS_PAID", + MarkAsPaid = 'MARK_AS_PAID', /** Represents a refund action. */ - Refund = "REFUND", + Refund = 'REFUND', /** Represents a void action. */ - Void = "VOID", + Void = 'VOID' } /** @@ -10990,7 +11331,7 @@ export enum OrderAction { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderAddNote = { - __typename?: "OrderAddNote"; + __typename?: 'OrderAddNote'; errors: Array; /** Order note created. */ event?: Maybe; @@ -11002,7 +11343,7 @@ export type OrderAddNote = { export type OrderAddNoteInput = { /** Note message. */ - message: Scalars["String"]; + message: Scalars['String']; }; /** @@ -11021,9 +11362,9 @@ export type OrderAddNoteInput = { * FULL - the funds that are authorized or charged fully cover the order's total */ export enum OrderAuthorizeStatusEnum { - Full = "FULL", - None = "NONE", - Partial = "PARTIAL", + Full = 'FULL', + None = 'NONE', + Partial = 'PARTIAL' } /** @@ -11032,9 +11373,9 @@ export enum OrderAuthorizeStatusEnum { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderBulkCancel = { - __typename?: "OrderBulkCancel"; + __typename?: 'OrderBulkCancel'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ orderErrors: Array; @@ -11046,7 +11387,7 @@ export type OrderBulkCancel = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderCancel = { - __typename?: "OrderCancel"; + __typename?: 'OrderCancel'; errors: Array; /** Canceled order. */ order?: Maybe; @@ -11055,9 +11396,9 @@ export type OrderCancel = { }; export type OrderCancelled = Event & { - __typename?: "OrderCancelled"; + __typename?: 'OrderCancelled'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -11071,7 +11412,7 @@ export type OrderCancelled = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -11080,7 +11421,7 @@ export type OrderCancelled = Event & { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderCapture = { - __typename?: "OrderCapture"; + __typename?: 'OrderCapture'; errors: Array; /** Captured order. */ order?: Maybe; @@ -11102,10 +11443,10 @@ export type OrderCapture = { * OVERCHARGED - the charged funds are bigger than order's total */ export enum OrderChargeStatusEnum { - Full = "FULL", - None = "NONE", - Overcharged = "OVERCHARGED", - Partial = "PARTIAL", + Full = 'FULL', + None = 'NONE', + Overcharged = 'OVERCHARGED', + Partial = 'PARTIAL' } /** @@ -11114,7 +11455,7 @@ export enum OrderChargeStatusEnum { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderConfirm = { - __typename?: "OrderConfirm"; + __typename?: 'OrderConfirm'; errors: Array; order?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -11122,9 +11463,9 @@ export type OrderConfirm = { }; export type OrderConfirmed = Event & { - __typename?: "OrderConfirmed"; + __typename?: 'OrderConfirmed'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -11138,22 +11479,22 @@ export type OrderConfirmed = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type OrderCountableConnection = { - __typename?: "OrderCountableConnection"; + __typename?: 'OrderCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type OrderCountableEdge = { - __typename?: "OrderCountableEdge"; + __typename?: 'OrderCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Order; }; @@ -11166,48 +11507,48 @@ export type OrderCountableEdge = { * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ export type OrderCreateFromCheckout = { - __typename?: "OrderCreateFromCheckout"; + __typename?: 'OrderCreateFromCheckout'; errors: Array; /** Placed order. */ order?: Maybe; }; export type OrderCreateFromCheckoutError = { - __typename?: "OrderCreateFromCheckoutError"; + __typename?: 'OrderCreateFromCheckoutError'; /** The error code. */ code: OrderCreateFromCheckoutErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** List of line Ids which cause the error. */ - lines?: Maybe>; + lines?: Maybe>; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of variant IDs which causes the error. */ - variants?: Maybe>; + variants?: Maybe>; }; /** An enumeration. */ export enum OrderCreateFromCheckoutErrorCode { - BillingAddressNotSet = "BILLING_ADDRESS_NOT_SET", - ChannelInactive = "CHANNEL_INACTIVE", - CheckoutNotFound = "CHECKOUT_NOT_FOUND", - EmailNotSet = "EMAIL_NOT_SET", - GiftCardNotApplicable = "GIFT_CARD_NOT_APPLICABLE", - GraphqlError = "GRAPHQL_ERROR", - InsufficientStock = "INSUFFICIENT_STOCK", - InvalidShippingMethod = "INVALID_SHIPPING_METHOD", - NoLines = "NO_LINES", - ShippingAddressNotSet = "SHIPPING_ADDRESS_NOT_SET", - ShippingMethodNotSet = "SHIPPING_METHOD_NOT_SET", - TaxError = "TAX_ERROR", - UnavailableVariantInChannel = "UNAVAILABLE_VARIANT_IN_CHANNEL", - VoucherNotApplicable = "VOUCHER_NOT_APPLICABLE", + BillingAddressNotSet = 'BILLING_ADDRESS_NOT_SET', + ChannelInactive = 'CHANNEL_INACTIVE', + CheckoutNotFound = 'CHECKOUT_NOT_FOUND', + EmailNotSet = 'EMAIL_NOT_SET', + GiftCardNotApplicable = 'GIFT_CARD_NOT_APPLICABLE', + GraphqlError = 'GRAPHQL_ERROR', + InsufficientStock = 'INSUFFICIENT_STOCK', + InvalidShippingMethod = 'INVALID_SHIPPING_METHOD', + NoLines = 'NO_LINES', + ShippingAddressNotSet = 'SHIPPING_ADDRESS_NOT_SET', + ShippingMethodNotSet = 'SHIPPING_METHOD_NOT_SET', + TaxError = 'TAX_ERROR', + UnavailableVariantInChannel = 'UNAVAILABLE_VARIANT_IN_CHANNEL', + VoucherNotApplicable = 'VOUCHER_NOT_APPLICABLE' } export type OrderCreated = Event & { - __typename?: "OrderCreated"; + __typename?: 'OrderCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -11221,33 +11562,33 @@ export type OrderCreated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export enum OrderDirection { /** Specifies an ascending sort order. */ - Asc = "ASC", + Asc = 'ASC', /** Specifies a descending sort order. */ - Desc = "DESC", + Desc = 'DESC' } /** Contains all details related to the applied discount to the order. */ export type OrderDiscount = Node & { - __typename?: "OrderDiscount"; + __typename?: 'OrderDiscount'; /** Returns amount of discount. */ amount: Money; - id: Scalars["ID"]; - name?: Maybe; + id: Scalars['ID']; + name?: Maybe; /** * Explanation for the applied discount. * * Requires one of the following permissions: MANAGE_ORDERS. */ - reason?: Maybe; - translatedName?: Maybe; + reason?: Maybe; + translatedName?: Maybe; type: OrderDiscountType; /** Value of the discount. Can store fixed value or percent value */ - value: Scalars["PositiveDecimal"]; + value: Scalars['PositiveDecimal']; /** Type of the discount: fixed or percent */ valueType: DiscountValueTypeEnum; }; @@ -11258,7 +11599,7 @@ export type OrderDiscount = Node & { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderDiscountAdd = { - __typename?: "OrderDiscountAdd"; + __typename?: 'OrderDiscountAdd'; errors: Array; /** Order which has been discounted. */ order?: Maybe; @@ -11268,9 +11609,9 @@ export type OrderDiscountAdd = { export type OrderDiscountCommonInput = { /** Explanation for the applied discount. */ - reason?: InputMaybe; + reason?: InputMaybe; /** Value of the discount. Can store fixed value or percent value */ - value: Scalars["PositiveDecimal"]; + value: Scalars['PositiveDecimal']; /** Type of the discount: fixed or percent */ valueType: DiscountValueTypeEnum; }; @@ -11281,7 +11622,7 @@ export type OrderDiscountCommonInput = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderDiscountDelete = { - __typename?: "OrderDiscountDelete"; + __typename?: 'OrderDiscountDelete'; errors: Array; /** Order which has removed discount. */ order?: Maybe; @@ -11291,8 +11632,8 @@ export type OrderDiscountDelete = { /** An enumeration. */ export enum OrderDiscountType { - Manual = "MANUAL", - Voucher = "VOUCHER", + Manual = 'MANUAL', + Voucher = 'VOUCHER' } /** @@ -11301,7 +11642,7 @@ export enum OrderDiscountType { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderDiscountUpdate = { - __typename?: "OrderDiscountUpdate"; + __typename?: 'OrderDiscountUpdate'; errors: Array; /** Order which has been discounted. */ order?: Maybe; @@ -11310,113 +11651,113 @@ export type OrderDiscountUpdate = { }; export type OrderDraftFilterInput = { - channels?: InputMaybe>; + channels?: InputMaybe>; created?: InputMaybe; - customer?: InputMaybe; + customer?: InputMaybe; metadata?: InputMaybe>; - search?: InputMaybe; + search?: InputMaybe; }; export type OrderError = { - __typename?: "OrderError"; + __typename?: 'OrderError'; /** A type of address that causes the error. */ addressType?: Maybe; /** The error code. */ code: OrderErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of order line IDs that cause the error. */ - orderLines?: Maybe>; + orderLines?: Maybe>; /** List of product variants that are associated with the error */ - variants?: Maybe>; + variants?: Maybe>; /** Warehouse ID which causes the error. */ - warehouse?: Maybe; + warehouse?: Maybe; }; /** An enumeration. */ export enum OrderErrorCode { - BillingAddressNotSet = "BILLING_ADDRESS_NOT_SET", - CannotCancelFulfillment = "CANNOT_CANCEL_FULFILLMENT", - CannotCancelOrder = "CANNOT_CANCEL_ORDER", - CannotDelete = "CANNOT_DELETE", - CannotDiscount = "CANNOT_DISCOUNT", - CannotFulfillUnpaidOrder = "CANNOT_FULFILL_UNPAID_ORDER", - CannotRefund = "CANNOT_REFUND", - CaptureInactivePayment = "CAPTURE_INACTIVE_PAYMENT", - ChannelInactive = "CHANNEL_INACTIVE", - DuplicatedInputItem = "DUPLICATED_INPUT_ITEM", - FulfillOrderLine = "FULFILL_ORDER_LINE", - GiftCardLine = "GIFT_CARD_LINE", - GraphqlError = "GRAPHQL_ERROR", - InsufficientStock = "INSUFFICIENT_STOCK", - Invalid = "INVALID", - InvalidQuantity = "INVALID_QUANTITY", - MissingTransactionActionRequestWebhook = "MISSING_TRANSACTION_ACTION_REQUEST_WEBHOOK", - NotAvailableInChannel = "NOT_AVAILABLE_IN_CHANNEL", - NotEditable = "NOT_EDITABLE", - NotFound = "NOT_FOUND", - OrderNoShippingAddress = "ORDER_NO_SHIPPING_ADDRESS", - PaymentError = "PAYMENT_ERROR", - PaymentMissing = "PAYMENT_MISSING", - ProductNotPublished = "PRODUCT_NOT_PUBLISHED", - ProductUnavailableForPurchase = "PRODUCT_UNAVAILABLE_FOR_PURCHASE", - Required = "REQUIRED", - ShippingMethodNotApplicable = "SHIPPING_METHOD_NOT_APPLICABLE", - ShippingMethodRequired = "SHIPPING_METHOD_REQUIRED", - TaxError = "TAX_ERROR", - Unique = "UNIQUE", - VoidInactivePayment = "VOID_INACTIVE_PAYMENT", - ZeroQuantity = "ZERO_QUANTITY", + BillingAddressNotSet = 'BILLING_ADDRESS_NOT_SET', + CannotCancelFulfillment = 'CANNOT_CANCEL_FULFILLMENT', + CannotCancelOrder = 'CANNOT_CANCEL_ORDER', + CannotDelete = 'CANNOT_DELETE', + CannotDiscount = 'CANNOT_DISCOUNT', + CannotFulfillUnpaidOrder = 'CANNOT_FULFILL_UNPAID_ORDER', + CannotRefund = 'CANNOT_REFUND', + CaptureInactivePayment = 'CAPTURE_INACTIVE_PAYMENT', + ChannelInactive = 'CHANNEL_INACTIVE', + DuplicatedInputItem = 'DUPLICATED_INPUT_ITEM', + FulfillOrderLine = 'FULFILL_ORDER_LINE', + GiftCardLine = 'GIFT_CARD_LINE', + GraphqlError = 'GRAPHQL_ERROR', + InsufficientStock = 'INSUFFICIENT_STOCK', + Invalid = 'INVALID', + InvalidQuantity = 'INVALID_QUANTITY', + MissingTransactionActionRequestWebhook = 'MISSING_TRANSACTION_ACTION_REQUEST_WEBHOOK', + NotAvailableInChannel = 'NOT_AVAILABLE_IN_CHANNEL', + NotEditable = 'NOT_EDITABLE', + NotFound = 'NOT_FOUND', + OrderNoShippingAddress = 'ORDER_NO_SHIPPING_ADDRESS', + PaymentError = 'PAYMENT_ERROR', + PaymentMissing = 'PAYMENT_MISSING', + ProductNotPublished = 'PRODUCT_NOT_PUBLISHED', + ProductUnavailableForPurchase = 'PRODUCT_UNAVAILABLE_FOR_PURCHASE', + Required = 'REQUIRED', + ShippingMethodNotApplicable = 'SHIPPING_METHOD_NOT_APPLICABLE', + ShippingMethodRequired = 'SHIPPING_METHOD_REQUIRED', + TaxError = 'TAX_ERROR', + Unique = 'UNIQUE', + VoidInactivePayment = 'VOID_INACTIVE_PAYMENT', + ZeroQuantity = 'ZERO_QUANTITY' } /** History log of the order. */ export type OrderEvent = Node & { - __typename?: "OrderEvent"; + __typename?: 'OrderEvent'; /** Amount of money. */ - amount?: Maybe; + amount?: Maybe; /** App that performed the action. Requires of of the following permissions: MANAGE_APPS, MANAGE_ORDERS, OWNER. */ app?: Maybe; /** Composed ID of the Fulfillment. */ - composedId?: Maybe; + composedId?: Maybe; /** Date when event happened at in ISO 8601 format. */ - date?: Maybe; + date?: Maybe; /** The discount applied to the order. */ discount?: Maybe; /** Email of the customer. */ - email?: Maybe; + email?: Maybe; /** Type of an email sent to the customer. */ emailType?: Maybe; /** The lines fulfilled. */ fulfilledItems?: Maybe>; - id: Scalars["ID"]; + id: Scalars['ID']; /** Number of an invoice related to the order. */ - invoiceNumber?: Maybe; + invoiceNumber?: Maybe; /** The concerned lines. */ lines?: Maybe>; /** Content of the event. */ - message?: Maybe; + message?: Maybe; /** User-friendly number of an order. */ - orderNumber?: Maybe; + orderNumber?: Maybe; /** List of oversold lines names. */ - oversoldItems?: Maybe>; + oversoldItems?: Maybe>; /** The payment gateway of the payment. */ - paymentGateway?: Maybe; + paymentGateway?: Maybe; /** The payment reference from the payment provider. */ - paymentId?: Maybe; + paymentId?: Maybe; /** Number of items. */ - quantity?: Maybe; + quantity?: Maybe; /** The reference of payment's transaction. */ - reference?: Maybe; + reference?: Maybe; /** The order which is related to this order. */ relatedOrder?: Maybe; /** Define if shipping costs were included to the refund. */ - shippingCostsIncluded?: Maybe; + shippingCostsIncluded?: Maybe; /** The status of payment's transaction. */ status?: Maybe; /** The transaction reference of captured payment. */ - transactionReference?: Maybe; + transactionReference?: Maybe; /** Order event type. */ type?: Maybe; /** User who performed the action. */ @@ -11426,130 +11767,130 @@ export type OrderEvent = Node & { }; export type OrderEventCountableConnection = { - __typename?: "OrderEventCountableConnection"; + __typename?: 'OrderEventCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type OrderEventCountableEdge = { - __typename?: "OrderEventCountableEdge"; + __typename?: 'OrderEventCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: OrderEvent; }; export type OrderEventDiscountObject = { - __typename?: "OrderEventDiscountObject"; + __typename?: 'OrderEventDiscountObject'; /** Returns amount of discount. */ amount?: Maybe; /** Returns amount of discount. */ oldAmount?: Maybe; /** Value of the discount. Can store fixed value or percent value. */ - oldValue?: Maybe; + oldValue?: Maybe; /** Type of the discount: fixed or percent. */ oldValueType?: Maybe; /** Explanation for the applied discount. */ - reason?: Maybe; + reason?: Maybe; /** Value of the discount. Can store fixed value or percent value. */ - value: Scalars["PositiveDecimal"]; + value: Scalars['PositiveDecimal']; /** Type of the discount: fixed or percent. */ valueType: DiscountValueTypeEnum; }; export type OrderEventOrderLineObject = { - __typename?: "OrderEventOrderLineObject"; + __typename?: 'OrderEventOrderLineObject'; /** The discount applied to the order line. */ discount?: Maybe; /** The variant name. */ - itemName?: Maybe; + itemName?: Maybe; /** The order line. */ orderLine?: Maybe; /** The variant quantity. */ - quantity?: Maybe; + quantity?: Maybe; }; /** An enumeration. */ export enum OrderEventsEmailsEnum { - Confirmed = "CONFIRMED", - DigitalLinks = "DIGITAL_LINKS", - FulfillmentConfirmation = "FULFILLMENT_CONFIRMATION", - OrderCancel = "ORDER_CANCEL", - OrderConfirmation = "ORDER_CONFIRMATION", - OrderRefund = "ORDER_REFUND", - PaymentConfirmation = "PAYMENT_CONFIRMATION", - ShippingConfirmation = "SHIPPING_CONFIRMATION", - TrackingUpdated = "TRACKING_UPDATED", + Confirmed = 'CONFIRMED', + DigitalLinks = 'DIGITAL_LINKS', + FulfillmentConfirmation = 'FULFILLMENT_CONFIRMATION', + OrderCancel = 'ORDER_CANCEL', + OrderConfirmation = 'ORDER_CONFIRMATION', + OrderRefund = 'ORDER_REFUND', + PaymentConfirmation = 'PAYMENT_CONFIRMATION', + ShippingConfirmation = 'SHIPPING_CONFIRMATION', + TrackingUpdated = 'TRACKING_UPDATED' } /** An enumeration. */ export enum OrderEventsEnum { - AddedProducts = "ADDED_PRODUCTS", - Canceled = "CANCELED", - Confirmed = "CONFIRMED", - DraftCreated = "DRAFT_CREATED", - DraftCreatedFromReplace = "DRAFT_CREATED_FROM_REPLACE", - EmailSent = "EMAIL_SENT", - ExternalServiceNotification = "EXTERNAL_SERVICE_NOTIFICATION", - FulfillmentAwaitsApproval = "FULFILLMENT_AWAITS_APPROVAL", - FulfillmentCanceled = "FULFILLMENT_CANCELED", - FulfillmentFulfilledItems = "FULFILLMENT_FULFILLED_ITEMS", - FulfillmentRefunded = "FULFILLMENT_REFUNDED", - FulfillmentReplaced = "FULFILLMENT_REPLACED", - FulfillmentRestockedItems = "FULFILLMENT_RESTOCKED_ITEMS", - FulfillmentReturned = "FULFILLMENT_RETURNED", - InvoiceGenerated = "INVOICE_GENERATED", - InvoiceRequested = "INVOICE_REQUESTED", - InvoiceSent = "INVOICE_SENT", - InvoiceUpdated = "INVOICE_UPDATED", - NoteAdded = "NOTE_ADDED", - OrderDiscountAdded = "ORDER_DISCOUNT_ADDED", - OrderDiscountAutomaticallyUpdated = "ORDER_DISCOUNT_AUTOMATICALLY_UPDATED", - OrderDiscountDeleted = "ORDER_DISCOUNT_DELETED", - OrderDiscountUpdated = "ORDER_DISCOUNT_UPDATED", - OrderFullyPaid = "ORDER_FULLY_PAID", - OrderLineDiscountRemoved = "ORDER_LINE_DISCOUNT_REMOVED", - OrderLineDiscountUpdated = "ORDER_LINE_DISCOUNT_UPDATED", - OrderLineProductDeleted = "ORDER_LINE_PRODUCT_DELETED", - OrderLineVariantDeleted = "ORDER_LINE_VARIANT_DELETED", - OrderMarkedAsPaid = "ORDER_MARKED_AS_PAID", - OrderReplacementCreated = "ORDER_REPLACEMENT_CREATED", - Other = "OTHER", - OversoldItems = "OVERSOLD_ITEMS", - PaymentAuthorized = "PAYMENT_AUTHORIZED", - PaymentCaptured = "PAYMENT_CAPTURED", - PaymentFailed = "PAYMENT_FAILED", - PaymentRefunded = "PAYMENT_REFUNDED", - PaymentVoided = "PAYMENT_VOIDED", - Placed = "PLACED", - PlacedFromDraft = "PLACED_FROM_DRAFT", - RemovedProducts = "REMOVED_PRODUCTS", - TrackingUpdated = "TRACKING_UPDATED", - TransactionCaptureRequested = "TRANSACTION_CAPTURE_REQUESTED", - TransactionEvent = "TRANSACTION_EVENT", - TransactionRefundRequested = "TRANSACTION_REFUND_REQUESTED", - TransactionVoidRequested = "TRANSACTION_VOID_REQUESTED", - UpdatedAddress = "UPDATED_ADDRESS", + AddedProducts = 'ADDED_PRODUCTS', + Canceled = 'CANCELED', + Confirmed = 'CONFIRMED', + DraftCreated = 'DRAFT_CREATED', + DraftCreatedFromReplace = 'DRAFT_CREATED_FROM_REPLACE', + EmailSent = 'EMAIL_SENT', + ExternalServiceNotification = 'EXTERNAL_SERVICE_NOTIFICATION', + FulfillmentAwaitsApproval = 'FULFILLMENT_AWAITS_APPROVAL', + FulfillmentCanceled = 'FULFILLMENT_CANCELED', + FulfillmentFulfilledItems = 'FULFILLMENT_FULFILLED_ITEMS', + FulfillmentRefunded = 'FULFILLMENT_REFUNDED', + FulfillmentReplaced = 'FULFILLMENT_REPLACED', + FulfillmentRestockedItems = 'FULFILLMENT_RESTOCKED_ITEMS', + FulfillmentReturned = 'FULFILLMENT_RETURNED', + InvoiceGenerated = 'INVOICE_GENERATED', + InvoiceRequested = 'INVOICE_REQUESTED', + InvoiceSent = 'INVOICE_SENT', + InvoiceUpdated = 'INVOICE_UPDATED', + NoteAdded = 'NOTE_ADDED', + OrderDiscountAdded = 'ORDER_DISCOUNT_ADDED', + OrderDiscountAutomaticallyUpdated = 'ORDER_DISCOUNT_AUTOMATICALLY_UPDATED', + OrderDiscountDeleted = 'ORDER_DISCOUNT_DELETED', + OrderDiscountUpdated = 'ORDER_DISCOUNT_UPDATED', + OrderFullyPaid = 'ORDER_FULLY_PAID', + OrderLineDiscountRemoved = 'ORDER_LINE_DISCOUNT_REMOVED', + OrderLineDiscountUpdated = 'ORDER_LINE_DISCOUNT_UPDATED', + OrderLineProductDeleted = 'ORDER_LINE_PRODUCT_DELETED', + OrderLineVariantDeleted = 'ORDER_LINE_VARIANT_DELETED', + OrderMarkedAsPaid = 'ORDER_MARKED_AS_PAID', + OrderReplacementCreated = 'ORDER_REPLACEMENT_CREATED', + Other = 'OTHER', + OversoldItems = 'OVERSOLD_ITEMS', + PaymentAuthorized = 'PAYMENT_AUTHORIZED', + PaymentCaptured = 'PAYMENT_CAPTURED', + PaymentFailed = 'PAYMENT_FAILED', + PaymentRefunded = 'PAYMENT_REFUNDED', + PaymentVoided = 'PAYMENT_VOIDED', + Placed = 'PLACED', + PlacedFromDraft = 'PLACED_FROM_DRAFT', + RemovedProducts = 'REMOVED_PRODUCTS', + TrackingUpdated = 'TRACKING_UPDATED', + TransactionCaptureRequested = 'TRANSACTION_CAPTURE_REQUESTED', + TransactionEvent = 'TRANSACTION_EVENT', + TransactionRefundRequested = 'TRANSACTION_REFUND_REQUESTED', + TransactionVoidRequested = 'TRANSACTION_VOID_REQUESTED', + UpdatedAddress = 'UPDATED_ADDRESS' } export type OrderFilterInput = { authorizeStatus?: InputMaybe>; - channels?: InputMaybe>; + channels?: InputMaybe>; chargeStatus?: InputMaybe>; created?: InputMaybe; - customer?: InputMaybe; - giftCardBought?: InputMaybe; - giftCardUsed?: InputMaybe; - ids?: InputMaybe>; - isClickAndCollect?: InputMaybe; - isPreorder?: InputMaybe; + customer?: InputMaybe; + giftCardBought?: InputMaybe; + giftCardUsed?: InputMaybe; + ids?: InputMaybe>; + isClickAndCollect?: InputMaybe; + isPreorder?: InputMaybe; metadata?: InputMaybe>; - numbers?: InputMaybe>; + numbers?: InputMaybe>; paymentStatus?: InputMaybe>; - search?: InputMaybe; + search?: InputMaybe; status?: InputMaybe>; updatedAt?: InputMaybe; }; @@ -11560,7 +11901,7 @@ export type OrderFilterInput = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderFulfill = { - __typename?: "OrderFulfill"; + __typename?: 'OrderFulfill'; errors: Array; /** List of created fulfillments. */ fulfillments?: Maybe>; @@ -11572,31 +11913,31 @@ export type OrderFulfill = { export type OrderFulfillInput = { /** If true, then allow proceed fulfillment when stock is exceeded. */ - allowStockToBeExceeded?: InputMaybe; + allowStockToBeExceeded?: InputMaybe; /** List of items informing how to fulfill the order. */ lines: Array; /** If true, send an email notification to the customer. */ - notifyCustomer?: InputMaybe; + notifyCustomer?: InputMaybe; }; export type OrderFulfillLineInput = { /** The ID of the order line. */ - orderLineId?: InputMaybe; + orderLineId?: InputMaybe; /** List of stock items to create. */ stocks: Array; }; export type OrderFulfillStockInput = { /** The number of line items to be fulfilled from given warehouse. */ - quantity: Scalars["Int"]; + quantity: Scalars['Int']; /** ID of the warehouse from which the item will be fulfilled. */ - warehouse: Scalars["ID"]; + warehouse: Scalars['ID']; }; export type OrderFulfilled = Event & { - __typename?: "OrderFulfilled"; + __typename?: 'OrderFulfilled'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -11610,13 +11951,13 @@ export type OrderFulfilled = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type OrderFullyPaid = Event & { - __typename?: "OrderFullyPaid"; + __typename?: 'OrderFullyPaid'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -11630,12 +11971,12 @@ export type OrderFullyPaid = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** Represents order line of particular order. */ export type OrderLine = Node & { - __typename?: "OrderLine"; + __typename?: 'OrderLine'; /** * List of allocations across warehouses. * @@ -11643,54 +11984,55 @@ export type OrderLine = Node & { */ allocations?: Maybe>; digitalContentUrl?: Maybe; - id: Scalars["ID"]; - isShippingRequired: Scalars["Boolean"]; - productName: Scalars["String"]; - productSku?: Maybe; - productVariantId?: Maybe; - quantity: Scalars["Int"]; - quantityFulfilled: Scalars["Int"]; + id: Scalars['ID']; + isShippingRequired: Scalars['Boolean']; + productName: Scalars['String']; + productSku?: Maybe; + productVariantId?: Maybe; + quantity: Scalars['Int']; + quantityFulfilled: Scalars['Int']; /** * A quantity of items remaining to be fulfilled. * * Added in Saleor 3.1. */ - quantityToFulfill: Scalars["Int"]; - taxRate: Scalars["Float"]; + quantityToFulfill: Scalars['Int']; + taxRate: Scalars['Float']; /** The main thumbnail for the ordered product. */ thumbnail?: Maybe; /** Price of the order line. */ totalPrice: TaxedMoney; /** Product name in the customer's language */ - translatedProductName: Scalars["String"]; + translatedProductName: Scalars['String']; /** Variant name in the customer's language */ - translatedVariantName: Scalars["String"]; + translatedVariantName: Scalars['String']; /** Price of the single item in the order line without applied an order line discount. */ undiscountedUnitPrice: TaxedMoney; /** The discount applied to the single order line. */ unitDiscount: Money; - unitDiscountReason?: Maybe; + unitDiscountReason?: Maybe; /** Type of the discount: fixed or percent */ unitDiscountType?: Maybe; /** Value of the discount. Can store fixed value or percent value */ - unitDiscountValue: Scalars["PositiveDecimal"]; + unitDiscountValue: Scalars['PositiveDecimal']; /** Price of the single item in the order line. */ unitPrice: TaxedMoney; /** A purchased product variant. Note: this field may be null if the variant has been removed from stock at all. Requires one of the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. */ variant?: Maybe; - variantName: Scalars["String"]; + variantName: Scalars['String']; }; + /** Represents order line of particular order. */ export type OrderLineThumbnailArgs = { - size?: InputMaybe; + size?: InputMaybe; }; export type OrderLineCreateInput = { /** Number of variant items ordered. */ - quantity: Scalars["Int"]; + quantity: Scalars['Int']; /** Product variant ID. */ - variantId: Scalars["ID"]; + variantId: Scalars['ID']; }; /** @@ -11699,7 +12041,7 @@ export type OrderLineCreateInput = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderLineDelete = { - __typename?: "OrderLineDelete"; + __typename?: 'OrderLineDelete'; errors: Array; /** A related order. */ order?: Maybe; @@ -11715,7 +12057,7 @@ export type OrderLineDelete = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderLineDiscountRemove = { - __typename?: "OrderLineDiscountRemove"; + __typename?: 'OrderLineDiscountRemove'; errors: Array; /** Order which is related to line which has removed discount. */ order?: Maybe; @@ -11731,7 +12073,7 @@ export type OrderLineDiscountRemove = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderLineDiscountUpdate = { - __typename?: "OrderLineDiscountUpdate"; + __typename?: 'OrderLineDiscountUpdate'; errors: Array; /** Order which is related to the discounted line. */ order?: Maybe; @@ -11743,7 +12085,7 @@ export type OrderLineDiscountUpdate = { export type OrderLineInput = { /** Number of variant items ordered. */ - quantity: Scalars["Int"]; + quantity: Scalars['Int']; }; /** @@ -11752,7 +12094,7 @@ export type OrderLineInput = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderLineUpdate = { - __typename?: "OrderLineUpdate"; + __typename?: 'OrderLineUpdate'; errors: Array; /** Related order. */ order?: Maybe; @@ -11767,7 +12109,7 @@ export type OrderLineUpdate = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderLinesCreate = { - __typename?: "OrderLinesCreate"; + __typename?: 'OrderLinesCreate'; errors: Array; /** Related order. */ order?: Maybe; @@ -11783,7 +12125,7 @@ export type OrderLinesCreate = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderMarkAsPaid = { - __typename?: "OrderMarkAsPaid"; + __typename?: 'OrderMarkAsPaid'; errors: Array; /** Order marked as paid. */ order?: Maybe; @@ -11793,9 +12135,9 @@ export type OrderMarkAsPaid = { /** An enumeration. */ export enum OrderOriginEnum { - Checkout = "CHECKOUT", - Draft = "DRAFT", - Reissue = "REISSUE", + Checkout = 'CHECKOUT', + Draft = 'DRAFT', + Reissue = 'REISSUE' } /** @@ -11804,7 +12146,7 @@ export enum OrderOriginEnum { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderRefund = { - __typename?: "OrderRefund"; + __typename?: 'OrderRefund'; errors: Array; /** A refunded order. */ order?: Maybe; @@ -11814,80 +12156,80 @@ export type OrderRefund = { export type OrderRefundFulfillmentLineInput = { /** The ID of the fulfillment line to refund. */ - fulfillmentLineId: Scalars["ID"]; + fulfillmentLineId: Scalars['ID']; /** The number of items to be refunded. */ - quantity: Scalars["Int"]; + quantity: Scalars['Int']; }; export type OrderRefundLineInput = { /** The ID of the order line to refund. */ - orderLineId: Scalars["ID"]; + orderLineId: Scalars['ID']; /** The number of items to be refunded. */ - quantity: Scalars["Int"]; + quantity: Scalars['Int']; }; export type OrderRefundProductsInput = { /** The total amount of refund when the value is provided manually. */ - amountToRefund?: InputMaybe; + amountToRefund?: InputMaybe; /** List of fulfilled lines to refund. */ fulfillmentLines?: InputMaybe>; /** If true, Saleor will refund shipping costs. If amountToRefund is providedincludeShippingCosts will be ignored. */ - includeShippingCosts?: InputMaybe; + includeShippingCosts?: InputMaybe; /** List of unfulfilled lines to refund. */ orderLines?: InputMaybe>; }; export type OrderReturnFulfillmentLineInput = { /** The ID of the fulfillment line to return. */ - fulfillmentLineId: Scalars["ID"]; + fulfillmentLineId: Scalars['ID']; /** The number of items to be returned. */ - quantity: Scalars["Int"]; + quantity: Scalars['Int']; /** Determines, if the line should be added to replace order. */ - replace?: InputMaybe; + replace?: InputMaybe; }; export type OrderReturnLineInput = { /** The ID of the order line to return. */ - orderLineId: Scalars["ID"]; + orderLineId: Scalars['ID']; /** The number of items to be returned. */ - quantity: Scalars["Int"]; + quantity: Scalars['Int']; /** Determines, if the line should be added to replace order. */ - replace?: InputMaybe; + replace?: InputMaybe; }; export type OrderReturnProductsInput = { /** The total amount of refund when the value is provided manually. */ - amountToRefund?: InputMaybe; + amountToRefund?: InputMaybe; /** List of fulfilled lines to return. */ fulfillmentLines?: InputMaybe>; /** If true, Saleor will refund shipping costs. If amountToRefund is providedincludeShippingCosts will be ignored. */ - includeShippingCosts?: InputMaybe; + includeShippingCosts?: InputMaybe; /** List of unfulfilled lines to return. */ orderLines?: InputMaybe>; /** If true, Saleor will call refund action for all lines. */ - refund?: InputMaybe; + refund?: InputMaybe; }; /** Order related settings from site settings. */ export type OrderSettings = { - __typename?: "OrderSettings"; - automaticallyConfirmAllNewOrders: Scalars["Boolean"]; - automaticallyFulfillNonShippableGiftCard: Scalars["Boolean"]; + __typename?: 'OrderSettings'; + automaticallyConfirmAllNewOrders: Scalars['Boolean']; + automaticallyFulfillNonShippableGiftCard: Scalars['Boolean']; }; export type OrderSettingsError = { - __typename?: "OrderSettingsError"; + __typename?: 'OrderSettingsError'; /** The error code. */ code: OrderSettingsErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum OrderSettingsErrorCode { - Invalid = "INVALID", + Invalid = 'INVALID' } /** @@ -11896,7 +12238,7 @@ export enum OrderSettingsErrorCode { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderSettingsUpdate = { - __typename?: "OrderSettingsUpdate"; + __typename?: 'OrderSettingsUpdate'; errors: Array; /** Order settings. */ orderSettings?: Maybe; @@ -11906,9 +12248,9 @@ export type OrderSettingsUpdate = { export type OrderSettingsUpdateInput = { /** When disabled, all new orders from checkout will be marked as unconfirmed. When enabled orders from checkout will become unfulfilled immediately. */ - automaticallyConfirmAllNewOrders?: InputMaybe; + automaticallyConfirmAllNewOrders?: InputMaybe; /** When enabled, all non-shippable gift card orders will be fulfilled automatically. */ - automaticallyFulfillNonShippableGiftCard?: InputMaybe; + automaticallyFulfillNonShippableGiftCard?: InputMaybe; }; export enum OrderSortField { @@ -11917,23 +12259,23 @@ export enum OrderSortField { * * DEPRECATED: this field will be removed in Saleor 4.0. */ - CreatedAt = "CREATED_AT", + CreatedAt = 'CREATED_AT', /** * Sort orders by creation date. * * DEPRECATED: this field will be removed in Saleor 4.0. */ - CreationDate = "CREATION_DATE", + CreationDate = 'CREATION_DATE', /** Sort orders by customer. */ - Customer = "CUSTOMER", + Customer = 'CUSTOMER', /** Sort orders by fulfillment status. */ - FulfillmentStatus = "FULFILLMENT_STATUS", + FulfillmentStatus = 'FULFILLMENT_STATUS', /** Sort orders by last modified at. */ - LastModifiedAt = "LAST_MODIFIED_AT", + LastModifiedAt = 'LAST_MODIFIED_AT', /** Sort orders by number. */ - Number = "NUMBER", + Number = 'NUMBER', /** Sort orders by payment. */ - Payment = "PAYMENT", + Payment = 'PAYMENT' } export type OrderSortingInput = { @@ -11945,24 +12287,24 @@ export type OrderSortingInput = { /** An enumeration. */ export enum OrderStatus { - Canceled = "CANCELED", - Draft = "DRAFT", - Fulfilled = "FULFILLED", - PartiallyFulfilled = "PARTIALLY_FULFILLED", - PartiallyReturned = "PARTIALLY_RETURNED", - Returned = "RETURNED", - Unconfirmed = "UNCONFIRMED", - Unfulfilled = "UNFULFILLED", + Canceled = 'CANCELED', + Draft = 'DRAFT', + Fulfilled = 'FULFILLED', + PartiallyFulfilled = 'PARTIALLY_FULFILLED', + PartiallyReturned = 'PARTIALLY_RETURNED', + Returned = 'RETURNED', + Unconfirmed = 'UNCONFIRMED', + Unfulfilled = 'UNFULFILLED' } export enum OrderStatusFilter { - Canceled = "CANCELED", - Fulfilled = "FULFILLED", - PartiallyFulfilled = "PARTIALLY_FULFILLED", - ReadyToCapture = "READY_TO_CAPTURE", - ReadyToFulfill = "READY_TO_FULFILL", - Unconfirmed = "UNCONFIRMED", - Unfulfilled = "UNFULFILLED", + Canceled = 'CANCELED', + Fulfilled = 'FULFILLED', + PartiallyFulfilled = 'PARTIALLY_FULFILLED', + ReadyToCapture = 'READY_TO_CAPTURE', + ReadyToFulfill = 'READY_TO_FULFILL', + Unconfirmed = 'UNCONFIRMED', + Unfulfilled = 'UNFULFILLED' } /** @@ -11971,7 +12313,7 @@ export enum OrderStatusFilter { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderUpdate = { - __typename?: "OrderUpdate"; + __typename?: 'OrderUpdate'; errors: Array; order?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -11984,7 +12326,7 @@ export type OrderUpdateInput = { /** Shipping address of the customer. */ shippingAddress?: InputMaybe; /** Email address of the customer. */ - userEmail?: InputMaybe; + userEmail?: InputMaybe; }; /** @@ -11993,7 +12335,7 @@ export type OrderUpdateInput = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderUpdateShipping = { - __typename?: "OrderUpdateShipping"; + __typename?: 'OrderUpdateShipping'; errors: Array; /** Order with updated shipping method. */ order?: Maybe; @@ -12003,13 +12345,13 @@ export type OrderUpdateShipping = { export type OrderUpdateShippingInput = { /** ID of the selected shipping method, pass null to remove currently assigned shipping method. */ - shippingMethod?: InputMaybe; + shippingMethod?: InputMaybe; }; export type OrderUpdated = Event & { - __typename?: "OrderUpdated"; + __typename?: 'OrderUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -12023,7 +12365,7 @@ export type OrderUpdated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -12032,7 +12374,7 @@ export type OrderUpdated = Event & { * Requires one of the following permissions: MANAGE_ORDERS. */ export type OrderVoid = { - __typename?: "OrderVoid"; + __typename?: 'OrderVoid'; errors: Array; /** A voided order. */ order?: Maybe; @@ -12041,104 +12383,108 @@ export type OrderVoid = { }; /** A static page that can be manually added by a shop operator through the dashboard. */ -export type Page = Node & - ObjectWithMetadata & { - __typename?: "Page"; - /** List of attributes assigned to this product. */ - attributes: Array; - /** - * Content of the page. - * - * Rich text format. For reference see https://editorjs.io/ - */ - content?: Maybe; - /** - * Content of the page. - * - * Rich text format. For reference see https://editorjs.io/ - * @deprecated This field will be removed in Saleor 4.0. Use the `content` field instead. - */ - contentJson: Scalars["JSONString"]; - created: Scalars["DateTime"]; - id: Scalars["ID"]; - isPublished: Scalars["Boolean"]; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - pageType: PageType; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** @deprecated This field will be removed in Saleor 4.0. Use the `publishedAt` field to fetch the publication date. */ - publicationDate?: Maybe; - /** - * The page publication date. - * - * Added in Saleor 3.3. - */ - publishedAt?: Maybe; - seoDescription?: Maybe; - seoTitle?: Maybe; - slug: Scalars["String"]; - title: Scalars["String"]; - /** Returns translated page fields for the given language code. */ - translation?: Maybe; - }; +export type Page = Node & ObjectWithMetadata & { + __typename?: 'Page'; + /** List of attributes assigned to this product. */ + attributes: Array; + /** + * Content of the page. + * + * Rich text format. For reference see https://editorjs.io/ + */ + content?: Maybe; + /** + * Content of the page. + * + * Rich text format. For reference see https://editorjs.io/ + * @deprecated This field will be removed in Saleor 4.0. Use the `content` field instead. + */ + contentJson: Scalars['JSONString']; + created: Scalars['DateTime']; + id: Scalars['ID']; + isPublished: Scalars['Boolean']; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + pageType: PageType; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** @deprecated This field will be removed in Saleor 4.0. Use the `publishedAt` field to fetch the publication date. */ + publicationDate?: Maybe; + /** + * The page publication date. + * + * Added in Saleor 3.3. + */ + publishedAt?: Maybe; + seoDescription?: Maybe; + seoTitle?: Maybe; + slug: Scalars['String']; + title: Scalars['String']; + /** Returns translated page fields for the given language code. */ + translation?: Maybe; +}; + /** A static page that can be manually added by a shop operator through the dashboard. */ export type PageMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** A static page that can be manually added by a shop operator through the dashboard. */ export type PageMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** A static page that can be manually added by a shop operator through the dashboard. */ export type PagePrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** A static page that can be manually added by a shop operator through the dashboard. */ export type PagePrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** A static page that can be manually added by a shop operator through the dashboard. */ export type PageTranslationArgs = { languageCode: LanguageCodeEnum; @@ -12150,7 +12496,7 @@ export type PageTranslationArgs = { * Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. */ export type PageAttributeAssign = { - __typename?: "PageAttributeAssign"; + __typename?: 'PageAttributeAssign'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ pageErrors: Array; @@ -12164,7 +12510,7 @@ export type PageAttributeAssign = { * Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. */ export type PageAttributeUnassign = { - __typename?: "PageAttributeUnassign"; + __typename?: 'PageAttributeUnassign'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ pageErrors: Array; @@ -12178,9 +12524,9 @@ export type PageAttributeUnassign = { * Requires one of the following permissions: MANAGE_PAGES. */ export type PageBulkDelete = { - __typename?: "PageBulkDelete"; + __typename?: 'PageBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ pageErrors: Array; @@ -12192,27 +12538,27 @@ export type PageBulkDelete = { * Requires one of the following permissions: MANAGE_PAGES. */ export type PageBulkPublish = { - __typename?: "PageBulkPublish"; + __typename?: 'PageBulkPublish'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ pageErrors: Array; }; export type PageCountableConnection = { - __typename?: "PageCountableConnection"; + __typename?: 'PageCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type PageCountableEdge = { - __typename?: "PageCountableEdge"; + __typename?: 'PageCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Page; }; @@ -12223,7 +12569,7 @@ export type PageCountableEdge = { * Requires one of the following permissions: MANAGE_PAGES. */ export type PageCreate = { - __typename?: "PageCreate"; + __typename?: 'PageCreate'; errors: Array; page?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -12238,35 +12584,35 @@ export type PageCreateInput = { * * Rich text format. For reference see https://editorjs.io/ */ - content?: InputMaybe; + content?: InputMaybe; /** Determines if page is visible in the storefront. */ - isPublished?: InputMaybe; + isPublished?: InputMaybe; /** ID of the page type that page belongs to. */ - pageType: Scalars["ID"]; + pageType: Scalars['ID']; /** * Publication date. ISO 8601 standard. * * DEPRECATED: this field will be removed in Saleor 4.0. Use `publishedAt` field instead. */ - publicationDate?: InputMaybe; + publicationDate?: InputMaybe; /** * Publication date time. ISO 8601 standard. * * Added in Saleor 3.3. */ - publishedAt?: InputMaybe; + publishedAt?: InputMaybe; /** Search engine optimization fields. */ seo?: InputMaybe; /** Page internal name. */ - slug?: InputMaybe; + slug?: InputMaybe; /** Page title. */ - title?: InputMaybe; + title?: InputMaybe; }; export type PageCreated = Event & { - __typename?: "PageCreated"; + __typename?: 'PageCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -12280,7 +12626,7 @@ export type PageCreated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -12289,7 +12635,7 @@ export type PageCreated = Event & { * Requires one of the following permissions: MANAGE_PAGES. */ export type PageDelete = { - __typename?: "PageDelete"; + __typename?: 'PageDelete'; errors: Array; page?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -12297,9 +12643,9 @@ export type PageDelete = { }; export type PageDeleted = Event & { - __typename?: "PageDeleted"; + __typename?: 'PageDeleted'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -12313,52 +12659,52 @@ export type PageDeleted = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type PageError = { - __typename?: "PageError"; + __typename?: 'PageError'; /** List of attributes IDs which causes the error. */ - attributes?: Maybe>; + attributes?: Maybe>; /** The error code. */ code: PageErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of attribute values IDs which causes the error. */ - values?: Maybe>; + values?: Maybe>; }; /** An enumeration. */ export enum PageErrorCode { - AttributeAlreadyAssigned = "ATTRIBUTE_ALREADY_ASSIGNED", - DuplicatedInputItem = "DUPLICATED_INPUT_ITEM", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - Required = "REQUIRED", - Unique = "UNIQUE", + AttributeAlreadyAssigned = 'ATTRIBUTE_ALREADY_ASSIGNED', + DuplicatedInputItem = 'DUPLICATED_INPUT_ITEM', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED', + Unique = 'UNIQUE' } export type PageFilterInput = { - ids?: InputMaybe>; + ids?: InputMaybe>; metadata?: InputMaybe>; - pageTypes?: InputMaybe>; - search?: InputMaybe; + pageTypes?: InputMaybe>; + search?: InputMaybe; }; /** The Relay compliant `PageInfo` type, containing data necessary to paginate this connection. */ export type PageInfo = { - __typename?: "PageInfo"; + __typename?: 'PageInfo'; /** When paginating forwards, the cursor to continue. */ - endCursor?: Maybe; + endCursor?: Maybe; /** When paginating forwards, are there more items? */ - hasNextPage: Scalars["Boolean"]; + hasNextPage: Scalars['Boolean']; /** When paginating backwards, are there more items? */ - hasPreviousPage: Scalars["Boolean"]; + hasPreviousPage: Scalars['Boolean']; /** When paginating backwards, the cursor to continue. */ - startCursor?: Maybe; + startCursor?: Maybe; }; export type PageInput = { @@ -12369,27 +12715,27 @@ export type PageInput = { * * Rich text format. For reference see https://editorjs.io/ */ - content?: InputMaybe; + content?: InputMaybe; /** Determines if page is visible in the storefront. */ - isPublished?: InputMaybe; + isPublished?: InputMaybe; /** * Publication date. ISO 8601 standard. * * DEPRECATED: this field will be removed in Saleor 4.0. Use `publishedAt` field instead. */ - publicationDate?: InputMaybe; + publicationDate?: InputMaybe; /** * Publication date time. ISO 8601 standard. * * Added in Saleor 3.3. */ - publishedAt?: InputMaybe; + publishedAt?: InputMaybe; /** Search engine optimization fields. */ seo?: InputMaybe; /** Page internal name. */ - slug?: InputMaybe; + slug?: InputMaybe; /** Page title. */ - title?: InputMaybe; + title?: InputMaybe; }; /** @@ -12398,7 +12744,7 @@ export type PageInput = { * Requires one of the following permissions: MANAGE_PAGES. */ export type PageReorderAttributeValues = { - __typename?: "PageReorderAttributeValues"; + __typename?: 'PageReorderAttributeValues'; errors: Array; /** Page from which attribute values are reordered. */ page?: Maybe; @@ -12408,25 +12754,25 @@ export type PageReorderAttributeValues = { export enum PageSortField { /** Sort pages by creation date. */ - CreationDate = "CREATION_DATE", + CreationDate = 'CREATION_DATE', /** * Sort pages by publication date. * * DEPRECATED: this field will be removed in Saleor 4.0. */ - PublicationDate = "PUBLICATION_DATE", + PublicationDate = 'PUBLICATION_DATE', /** * Sort pages by publication date. * * DEPRECATED: this field will be removed in Saleor 4.0. */ - PublishedAt = "PUBLISHED_AT", + PublishedAt = 'PUBLISHED_AT', /** Sort pages by slug. */ - Slug = "SLUG", + Slug = 'SLUG', /** Sort pages by title. */ - Title = "TITLE", + Title = 'TITLE', /** Sort pages by visibility. */ - Visibility = "VISIBILITY", + Visibility = 'VISIBILITY' } export type PageSortingInput = { @@ -12437,7 +12783,7 @@ export type PageSortingInput = { }; export type PageTranslatableContent = Node & { - __typename?: "PageTranslatableContent"; + __typename?: 'PageTranslatableContent'; /** List of page content attribute values that can be translated. */ attributeValues: Array; /** @@ -12445,27 +12791,28 @@ export type PageTranslatableContent = Node & { * * Rich text format. For reference see https://editorjs.io/ */ - content?: Maybe; + content?: Maybe; /** * Content of the page. * * Rich text format. For reference see https://editorjs.io/ * @deprecated This field will be removed in Saleor 4.0. Use the `content` field instead. */ - contentJson?: Maybe; - id: Scalars["ID"]; + contentJson?: Maybe; + id: Scalars['ID']; /** * A static page that can be manually added by a shop operator through the dashboard. * @deprecated This field will be removed in Saleor 4.0. Get model fields from the root level queries. */ page?: Maybe; - seoDescription?: Maybe; - seoTitle?: Maybe; - title: Scalars["String"]; + seoDescription?: Maybe; + seoTitle?: Maybe; + title: Scalars['String']; /** Returns translated page fields for the given language code. */ translation?: Maybe; }; + export type PageTranslatableContentTranslationArgs = { languageCode: LanguageCodeEnum; }; @@ -12476,7 +12823,7 @@ export type PageTranslatableContentTranslationArgs = { * Requires one of the following permissions: MANAGE_TRANSLATIONS. */ export type PageTranslate = { - __typename?: "PageTranslate"; + __typename?: 'PageTranslate'; errors: Array; page?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -12484,26 +12831,26 @@ export type PageTranslate = { }; export type PageTranslation = Node & { - __typename?: "PageTranslation"; + __typename?: 'PageTranslation'; /** * Translated content of the page. * * Rich text format. For reference see https://editorjs.io/ */ - content?: Maybe; + content?: Maybe; /** * Translated description of the page. * * Rich text format. For reference see https://editorjs.io/ * @deprecated This field will be removed in Saleor 4.0. Use the `content` field instead. */ - contentJson?: Maybe; - id: Scalars["ID"]; + contentJson?: Maybe; + id: Scalars['ID']; /** Translation language. */ language: LanguageDisplay; - seoDescription?: Maybe; - seoTitle?: Maybe; - title?: Maybe; + seoDescription?: Maybe; + seoTitle?: Maybe; + title?: Maybe; }; export type PageTranslationInput = { @@ -12512,102 +12859,106 @@ export type PageTranslationInput = { * * Rich text format. For reference see https://editorjs.io/ */ - content?: InputMaybe; - seoDescription?: InputMaybe; - seoTitle?: InputMaybe; - title?: InputMaybe; + content?: InputMaybe; + seoDescription?: InputMaybe; + seoTitle?: InputMaybe; + title?: InputMaybe; }; /** Represents a type of page. It defines what attributes are available to pages of this type. */ -export type PageType = Node & - ObjectWithMetadata & { - __typename?: "PageType"; - /** Page attributes of that page type. */ - attributes?: Maybe>; - /** - * Attributes that can be assigned to the page type. - * - * Requires one of the following permissions: MANAGE_PAGES. - */ - availableAttributes?: Maybe; - /** - * Whether page type has pages assigned. - * - * Requires one of the following permissions: MANAGE_PAGES. - */ - hasPages?: Maybe; - id: Scalars["ID"]; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - name: Scalars["String"]; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - slug: Scalars["String"]; - }; +export type PageType = Node & ObjectWithMetadata & { + __typename?: 'PageType'; + /** Page attributes of that page type. */ + attributes?: Maybe>; + /** + * Attributes that can be assigned to the page type. + * + * Requires one of the following permissions: MANAGE_PAGES. + */ + availableAttributes?: Maybe; + /** + * Whether page type has pages assigned. + * + * Requires one of the following permissions: MANAGE_PAGES. + */ + hasPages?: Maybe; + id: Scalars['ID']; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + name: Scalars['String']; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + slug: Scalars['String']; +}; + /** Represents a type of page. It defines what attributes are available to pages of this type. */ export type PageTypeAvailableAttributesArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Represents a type of page. It defines what attributes are available to pages of this type. */ export type PageTypeMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a type of page. It defines what attributes are available to pages of this type. */ export type PageTypeMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a type of page. It defines what attributes are available to pages of this type. */ export type PageTypePrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a type of page. It defines what attributes are available to pages of this type. */ export type PageTypePrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; /** @@ -12616,27 +12967,27 @@ export type PageTypePrivateMetafieldsArgs = { * Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. */ export type PageTypeBulkDelete = { - __typename?: "PageTypeBulkDelete"; + __typename?: 'PageTypeBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ pageErrors: Array; }; export type PageTypeCountableConnection = { - __typename?: "PageTypeCountableConnection"; + __typename?: 'PageTypeCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type PageTypeCountableEdge = { - __typename?: "PageTypeCountableEdge"; + __typename?: 'PageTypeCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: PageType; }; @@ -12647,7 +12998,7 @@ export type PageTypeCountableEdge = { * Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. */ export type PageTypeCreate = { - __typename?: "PageTypeCreate"; + __typename?: 'PageTypeCreate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ pageErrors: Array; @@ -12656,11 +13007,11 @@ export type PageTypeCreate = { export type PageTypeCreateInput = { /** List of attribute IDs to be assigned to the page type. */ - addAttributes?: InputMaybe>; + addAttributes?: InputMaybe>; /** Name of the page type. */ - name?: InputMaybe; + name?: InputMaybe; /** Page type slug. */ - slug?: InputMaybe; + slug?: InputMaybe; }; /** @@ -12669,7 +13020,7 @@ export type PageTypeCreateInput = { * Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. */ export type PageTypeDelete = { - __typename?: "PageTypeDelete"; + __typename?: 'PageTypeDelete'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ pageErrors: Array; @@ -12677,7 +13028,7 @@ export type PageTypeDelete = { }; export type PageTypeFilterInput = { - search?: InputMaybe; + search?: InputMaybe; }; /** @@ -12686,7 +13037,7 @@ export type PageTypeFilterInput = { * Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. */ export type PageTypeReorderAttributes = { - __typename?: "PageTypeReorderAttributes"; + __typename?: 'PageTypeReorderAttributes'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ pageErrors: Array; @@ -12696,9 +13047,9 @@ export type PageTypeReorderAttributes = { export enum PageTypeSortField { /** Sort page types by name. */ - Name = "NAME", + Name = 'NAME', /** Sort page types by slug. */ - Slug = "SLUG", + Slug = 'SLUG' } export type PageTypeSortingInput = { @@ -12714,7 +13065,7 @@ export type PageTypeSortingInput = { * Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. */ export type PageTypeUpdate = { - __typename?: "PageTypeUpdate"; + __typename?: 'PageTypeUpdate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ pageErrors: Array; @@ -12723,13 +13074,13 @@ export type PageTypeUpdate = { export type PageTypeUpdateInput = { /** List of attribute IDs to be assigned to the page type. */ - addAttributes?: InputMaybe>; + addAttributes?: InputMaybe>; /** Name of the page type. */ - name?: InputMaybe; + name?: InputMaybe; /** List of attribute IDs to be assigned to the page type. */ - removeAttributes?: InputMaybe>; + removeAttributes?: InputMaybe>; /** Page type slug. */ - slug?: InputMaybe; + slug?: InputMaybe; }; /** @@ -12738,7 +13089,7 @@ export type PageTypeUpdateInput = { * Requires one of the following permissions: MANAGE_PAGES. */ export type PageUpdate = { - __typename?: "PageUpdate"; + __typename?: 'PageUpdate'; errors: Array; page?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -12746,9 +13097,9 @@ export type PageUpdate = { }; export type PageUpdated = Event & { - __typename?: "PageUpdated"; + __typename?: 'PageUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -12762,7 +13113,7 @@ export type PageUpdated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -12771,7 +13122,7 @@ export type PageUpdated = Event & { * Requires one of the following permissions: AUTHENTICATED_USER. */ export type PasswordChange = { - __typename?: "PasswordChange"; + __typename?: 'PasswordChange'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -12780,116 +13131,119 @@ export type PasswordChange = { }; /** Represents a payment of a given type. */ -export type Payment = Node & - ObjectWithMetadata & { - __typename?: "Payment"; - /** - * List of actions that can be performed in the current state of a payment. - * - * Requires one of the following permissions: MANAGE_ORDERS. - */ - actions: Array; - /** - * Maximum amount of money that can be captured. - * - * Requires one of the following permissions: MANAGE_ORDERS. - */ - availableCaptureAmount?: Maybe; - /** - * Maximum amount of money that can be refunded. - * - * Requires one of the following permissions: MANAGE_ORDERS. - */ - availableRefundAmount?: Maybe; - /** Total amount captured for this payment. */ - capturedAmount?: Maybe; - /** Internal payment status. */ - chargeStatus: PaymentChargeStatusEnum; - checkout?: Maybe; - created: Scalars["DateTime"]; - /** The details of the card used for this payment. */ - creditCard?: Maybe; - /** - * IP address of the user who created the payment. - * - * Requires one of the following permissions: MANAGE_ORDERS. - */ - customerIpAddress?: Maybe; - gateway: Scalars["String"]; - id: Scalars["ID"]; - isActive: Scalars["Boolean"]; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - modified: Scalars["DateTime"]; - order?: Maybe; - paymentMethodType: Scalars["String"]; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - token: Scalars["String"]; - /** Total amount of the payment. */ - total?: Maybe; - /** - * List of all transactions within this payment. - * - * Requires one of the following permissions: MANAGE_ORDERS. - */ - transactions?: Maybe>; - }; +export type Payment = Node & ObjectWithMetadata & { + __typename?: 'Payment'; + /** + * List of actions that can be performed in the current state of a payment. + * + * Requires one of the following permissions: MANAGE_ORDERS. + */ + actions: Array; + /** + * Maximum amount of money that can be captured. + * + * Requires one of the following permissions: MANAGE_ORDERS. + */ + availableCaptureAmount?: Maybe; + /** + * Maximum amount of money that can be refunded. + * + * Requires one of the following permissions: MANAGE_ORDERS. + */ + availableRefundAmount?: Maybe; + /** Total amount captured for this payment. */ + capturedAmount?: Maybe; + /** Internal payment status. */ + chargeStatus: PaymentChargeStatusEnum; + checkout?: Maybe; + created: Scalars['DateTime']; + /** The details of the card used for this payment. */ + creditCard?: Maybe; + /** + * IP address of the user who created the payment. + * + * Requires one of the following permissions: MANAGE_ORDERS. + */ + customerIpAddress?: Maybe; + gateway: Scalars['String']; + id: Scalars['ID']; + isActive: Scalars['Boolean']; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + modified: Scalars['DateTime']; + order?: Maybe; + paymentMethodType: Scalars['String']; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + token: Scalars['String']; + /** Total amount of the payment. */ + total?: Maybe; + /** + * List of all transactions within this payment. + * + * Requires one of the following permissions: MANAGE_ORDERS. + */ + transactions?: Maybe>; +}; + /** Represents a payment of a given type. */ export type PaymentMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a payment of a given type. */ export type PaymentMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a payment of a given type. */ export type PaymentPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a payment of a given type. */ export type PaymentPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; /** @@ -12898,7 +13252,7 @@ export type PaymentPrivateMetafieldsArgs = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type PaymentCapture = { - __typename?: "PaymentCapture"; + __typename?: 'PaymentCapture'; errors: Array; /** Updated payment. */ payment?: Maybe; @@ -12908,21 +13262,21 @@ export type PaymentCapture = { /** An enumeration. */ export enum PaymentChargeStatusEnum { - Cancelled = "CANCELLED", - FullyCharged = "FULLY_CHARGED", - FullyRefunded = "FULLY_REFUNDED", - NotCharged = "NOT_CHARGED", - PartiallyCharged = "PARTIALLY_CHARGED", - PartiallyRefunded = "PARTIALLY_REFUNDED", - Pending = "PENDING", - Refused = "REFUSED", + Cancelled = 'CANCELLED', + FullyCharged = 'FULLY_CHARGED', + FullyRefunded = 'FULLY_REFUNDED', + NotCharged = 'NOT_CHARGED', + PartiallyCharged = 'PARTIALLY_CHARGED', + PartiallyRefunded = 'PARTIALLY_REFUNDED', + Pending = 'PENDING', + Refused = 'REFUSED' } /** Check payment balance. */ export type PaymentCheckBalance = { - __typename?: "PaymentCheckBalance"; + __typename?: 'PaymentCheckBalance'; /** Response from the gateway. */ - data?: Maybe; + data?: Maybe; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ paymentErrors: Array; @@ -12932,83 +13286,83 @@ export type PaymentCheckBalanceInput = { /** Information about card. */ card: CardInput; /** Slug of a channel for which the data should be returned. */ - channel: Scalars["String"]; + channel: Scalars['String']; /** An ID of a payment gateway to check. */ - gatewayId: Scalars["String"]; + gatewayId: Scalars['String']; /** Payment method name. */ - method: Scalars["String"]; + method: Scalars['String']; }; export type PaymentCountableConnection = { - __typename?: "PaymentCountableConnection"; + __typename?: 'PaymentCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type PaymentCountableEdge = { - __typename?: "PaymentCountableEdge"; + __typename?: 'PaymentCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Payment; }; export type PaymentError = { - __typename?: "PaymentError"; + __typename?: 'PaymentError'; /** The error code. */ code: PaymentErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of varint IDs which causes the error. */ - variants?: Maybe>; + variants?: Maybe>; }; /** An enumeration. */ export enum PaymentErrorCode { - BalanceCheckError = "BALANCE_CHECK_ERROR", - BillingAddressNotSet = "BILLING_ADDRESS_NOT_SET", - ChannelInactive = "CHANNEL_INACTIVE", - CheckoutEmailNotSet = "CHECKOUT_EMAIL_NOT_SET", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - InvalidShippingMethod = "INVALID_SHIPPING_METHOD", - NotFound = "NOT_FOUND", - NotSupportedGateway = "NOT_SUPPORTED_GATEWAY", - NoCheckoutLines = "NO_CHECKOUT_LINES", - PartialPaymentNotAllowed = "PARTIAL_PAYMENT_NOT_ALLOWED", - PaymentError = "PAYMENT_ERROR", - Required = "REQUIRED", - ShippingAddressNotSet = "SHIPPING_ADDRESS_NOT_SET", - ShippingMethodNotSet = "SHIPPING_METHOD_NOT_SET", - UnavailableVariantInChannel = "UNAVAILABLE_VARIANT_IN_CHANNEL", - Unique = "UNIQUE", + BalanceCheckError = 'BALANCE_CHECK_ERROR', + BillingAddressNotSet = 'BILLING_ADDRESS_NOT_SET', + ChannelInactive = 'CHANNEL_INACTIVE', + CheckoutEmailNotSet = 'CHECKOUT_EMAIL_NOT_SET', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + InvalidShippingMethod = 'INVALID_SHIPPING_METHOD', + NotFound = 'NOT_FOUND', + NotSupportedGateway = 'NOT_SUPPORTED_GATEWAY', + NoCheckoutLines = 'NO_CHECKOUT_LINES', + PartialPaymentNotAllowed = 'PARTIAL_PAYMENT_NOT_ALLOWED', + PaymentError = 'PAYMENT_ERROR', + Required = 'REQUIRED', + ShippingAddressNotSet = 'SHIPPING_ADDRESS_NOT_SET', + ShippingMethodNotSet = 'SHIPPING_METHOD_NOT_SET', + UnavailableVariantInChannel = 'UNAVAILABLE_VARIANT_IN_CHANNEL', + Unique = 'UNIQUE' } export type PaymentFilterInput = { - checkouts?: InputMaybe>; + checkouts?: InputMaybe>; }; /** Available payment gateway backend with configuration necessary to setup client. */ export type PaymentGateway = { - __typename?: "PaymentGateway"; + __typename?: 'PaymentGateway'; /** Payment gateway client configuration. */ config: Array; /** Payment gateway supported currencies. */ - currencies: Array; + currencies: Array; /** Payment gateway ID. */ - id: Scalars["ID"]; + id: Scalars['ID']; /** Payment gateway name. */ - name: Scalars["String"]; + name: Scalars['String']; }; /** Initializes payment process when it is required by gateway. */ export type PaymentInitialize = { - __typename?: "PaymentInitialize"; + __typename?: 'PaymentInitialize'; errors: Array; initializedPayment?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -13017,20 +13371,20 @@ export type PaymentInitialize = { /** Server-side data generated by a payment gateway. Optional step when the payment provider requires an additional action to initialize payment session. */ export type PaymentInitialized = { - __typename?: "PaymentInitialized"; + __typename?: 'PaymentInitialized'; /** Initialized data by gateway. */ - data?: Maybe; + data?: Maybe; /** ID of a payment gateway. */ - gateway: Scalars["String"]; + gateway: Scalars['String']; /** Payment gateway name. */ - name: Scalars["String"]; + name: Scalars['String']; }; export type PaymentInput = { /** Total amount of the transaction, including all taxes and discounts. If no amount is provided, the checkout total will be used. */ - amount?: InputMaybe; + amount?: InputMaybe; /** A gateway to use with that payment. */ - gateway: Scalars["String"]; + gateway: Scalars['String']; /** * User public metadata. * @@ -13038,7 +13392,7 @@ export type PaymentInput = { */ metadata?: InputMaybe>; /** URL of a storefront view where user should be redirected after requiring additional actions. Payment with additional actions will not be finished if this field is not provided. */ - returnUrl?: InputMaybe; + returnUrl?: InputMaybe; /** * Payment store type. * @@ -13046,7 +13400,7 @@ export type PaymentInput = { */ storePaymentMethod?: InputMaybe; /** Client-side generated payment token, representing customer's billing data in a secure manner. */ - token?: InputMaybe; + token?: InputMaybe; }; /** @@ -13055,7 +13409,7 @@ export type PaymentInput = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type PaymentRefund = { - __typename?: "PaymentRefund"; + __typename?: 'PaymentRefund'; errors: Array; /** Updated payment. */ payment?: Maybe; @@ -13065,11 +13419,11 @@ export type PaymentRefund = { /** Represents a payment source stored for user in payment gateway, such as credit card. */ export type PaymentSource = { - __typename?: "PaymentSource"; + __typename?: 'PaymentSource'; /** Stored credit card details if available. */ creditCardInfo?: Maybe; /** Payment gateway name. */ - gateway: Scalars["String"]; + gateway: Scalars['String']; /** * List of public metadata items. * @@ -13079,7 +13433,7 @@ export type PaymentSource = { */ metadata: Array; /** ID of stored payment method. */ - paymentMethodId?: Maybe; + paymentMethodId?: Maybe; }; /** @@ -13088,7 +13442,7 @@ export type PaymentSource = { * Requires one of the following permissions: MANAGE_ORDERS. */ export type PaymentVoid = { - __typename?: "PaymentVoid"; + __typename?: 'PaymentVoid'; errors: Array; /** Updated payment. */ payment?: Maybe; @@ -13098,36 +13452,36 @@ export type PaymentVoid = { /** Represents a permission object in a friendly form. */ export type Permission = { - __typename?: "Permission"; + __typename?: 'Permission'; /** Internal code for permission. */ code: PermissionEnum; /** Describe action(s) allowed to do by permission. */ - name: Scalars["String"]; + name: Scalars['String']; }; /** An enumeration. */ export enum PermissionEnum { - HandleCheckouts = "HANDLE_CHECKOUTS", - HandlePayments = "HANDLE_PAYMENTS", - ImpersonateUser = "IMPERSONATE_USER", - ManageApps = "MANAGE_APPS", - ManageChannels = "MANAGE_CHANNELS", - ManageCheckouts = "MANAGE_CHECKOUTS", - ManageDiscounts = "MANAGE_DISCOUNTS", - ManageGiftCard = "MANAGE_GIFT_CARD", - ManageMenus = "MANAGE_MENUS", - ManageObservability = "MANAGE_OBSERVABILITY", - ManageOrders = "MANAGE_ORDERS", - ManagePages = "MANAGE_PAGES", - ManagePageTypesAndAttributes = "MANAGE_PAGE_TYPES_AND_ATTRIBUTES", - ManagePlugins = "MANAGE_PLUGINS", - ManageProducts = "MANAGE_PRODUCTS", - ManageProductTypesAndAttributes = "MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES", - ManageSettings = "MANAGE_SETTINGS", - ManageShipping = "MANAGE_SHIPPING", - ManageStaff = "MANAGE_STAFF", - ManageTranslations = "MANAGE_TRANSLATIONS", - ManageUsers = "MANAGE_USERS", + HandleCheckouts = 'HANDLE_CHECKOUTS', + HandlePayments = 'HANDLE_PAYMENTS', + ImpersonateUser = 'IMPERSONATE_USER', + ManageApps = 'MANAGE_APPS', + ManageChannels = 'MANAGE_CHANNELS', + ManageCheckouts = 'MANAGE_CHECKOUTS', + ManageDiscounts = 'MANAGE_DISCOUNTS', + ManageGiftCard = 'MANAGE_GIFT_CARD', + ManageMenus = 'MANAGE_MENUS', + ManageObservability = 'MANAGE_OBSERVABILITY', + ManageOrders = 'MANAGE_ORDERS', + ManagePages = 'MANAGE_PAGES', + ManagePageTypesAndAttributes = 'MANAGE_PAGE_TYPES_AND_ATTRIBUTES', + ManagePlugins = 'MANAGE_PLUGINS', + ManageProducts = 'MANAGE_PRODUCTS', + ManageProductTypesAndAttributes = 'MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES', + ManageSettings = 'MANAGE_SETTINGS', + ManageShipping = 'MANAGE_SHIPPING', + ManageStaff = 'MANAGE_STAFF', + ManageTranslations = 'MANAGE_TRANSLATIONS', + ManageUsers = 'MANAGE_USERS' } /** @@ -13136,7 +13490,7 @@ export enum PermissionEnum { * Requires one of the following permissions: MANAGE_STAFF. */ export type PermissionGroupCreate = { - __typename?: "PermissionGroupCreate"; + __typename?: 'PermissionGroupCreate'; errors: Array; group?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -13147,9 +13501,9 @@ export type PermissionGroupCreateInput = { /** List of permission code names to assign to this group. */ addPermissions?: InputMaybe>; /** List of users to assign to this group. */ - addUsers?: InputMaybe>; + addUsers?: InputMaybe>; /** Group name. */ - name: Scalars["String"]; + name: Scalars['String']; }; /** @@ -13158,7 +13512,7 @@ export type PermissionGroupCreateInput = { * Requires one of the following permissions: MANAGE_STAFF. */ export type PermissionGroupDelete = { - __typename?: "PermissionGroupDelete"; + __typename?: 'PermissionGroupDelete'; errors: Array; group?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -13166,39 +13520,39 @@ export type PermissionGroupDelete = { }; export type PermissionGroupError = { - __typename?: "PermissionGroupError"; + __typename?: 'PermissionGroupError'; /** The error code. */ code: PermissionGroupErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of permissions which causes the error. */ permissions?: Maybe>; /** List of user IDs which causes the error. */ - users?: Maybe>; + users?: Maybe>; }; /** An enumeration. */ export enum PermissionGroupErrorCode { - AssignNonStaffMember = "ASSIGN_NON_STAFF_MEMBER", - CannotRemoveFromLastGroup = "CANNOT_REMOVE_FROM_LAST_GROUP", - DuplicatedInputItem = "DUPLICATED_INPUT_ITEM", - LeftNotManageablePermission = "LEFT_NOT_MANAGEABLE_PERMISSION", - OutOfScopePermission = "OUT_OF_SCOPE_PERMISSION", - OutOfScopeUser = "OUT_OF_SCOPE_USER", - Required = "REQUIRED", - Unique = "UNIQUE", + AssignNonStaffMember = 'ASSIGN_NON_STAFF_MEMBER', + CannotRemoveFromLastGroup = 'CANNOT_REMOVE_FROM_LAST_GROUP', + DuplicatedInputItem = 'DUPLICATED_INPUT_ITEM', + LeftNotManageablePermission = 'LEFT_NOT_MANAGEABLE_PERMISSION', + OutOfScopePermission = 'OUT_OF_SCOPE_PERMISSION', + OutOfScopeUser = 'OUT_OF_SCOPE_USER', + Required = 'REQUIRED', + Unique = 'UNIQUE' } export type PermissionGroupFilterInput = { - ids?: InputMaybe>; - search?: InputMaybe; + ids?: InputMaybe>; + search?: InputMaybe; }; export enum PermissionGroupSortField { /** Sort permission group accounts by name. */ - Name = "NAME", + Name = 'NAME' } export type PermissionGroupSortingInput = { @@ -13214,7 +13568,7 @@ export type PermissionGroupSortingInput = { * Requires one of the following permissions: MANAGE_STAFF. */ export type PermissionGroupUpdate = { - __typename?: "PermissionGroupUpdate"; + __typename?: 'PermissionGroupUpdate'; errors: Array; group?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -13225,35 +13579,35 @@ export type PermissionGroupUpdateInput = { /** List of permission code names to assign to this group. */ addPermissions?: InputMaybe>; /** List of users to assign to this group. */ - addUsers?: InputMaybe>; + addUsers?: InputMaybe>; /** Group name. */ - name?: InputMaybe; + name?: InputMaybe; /** List of permission code names to unassign from this group. */ removePermissions?: InputMaybe>; /** List of users to unassign from this group. */ - removeUsers?: InputMaybe>; + removeUsers?: InputMaybe>; }; /** Plugin. */ export type Plugin = { - __typename?: "Plugin"; + __typename?: 'Plugin'; /** Channel-specific plugin configuration. */ channelConfigurations: Array; /** Description of the plugin. */ - description: Scalars["String"]; + description: Scalars['String']; /** Global configuration of the plugin (not channel-specific). */ globalConfiguration?: Maybe; /** Identifier of the plugin. */ - id: Scalars["ID"]; + id: Scalars['ID']; /** Name of the plugin. */ - name: Scalars["String"]; + name: Scalars['String']; }; /** Stores information about a configuration of plugin. */ export type PluginConfiguration = { - __typename?: "PluginConfiguration"; + __typename?: 'PluginConfiguration'; /** Determines if plugin is active or not. */ - active: Scalars["Boolean"]; + active: Scalars['Boolean']; /** The channel to which the plugin configuration is assigned to. */ channel?: Maybe; /** Configuration of the plugin. */ @@ -13261,56 +13615,56 @@ export type PluginConfiguration = { }; export enum PluginConfigurationType { - Global = "GLOBAL", - PerChannel = "PER_CHANNEL", + Global = 'GLOBAL', + PerChannel = 'PER_CHANNEL' } export type PluginCountableConnection = { - __typename?: "PluginCountableConnection"; + __typename?: 'PluginCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type PluginCountableEdge = { - __typename?: "PluginCountableEdge"; + __typename?: 'PluginCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Plugin; }; export type PluginError = { - __typename?: "PluginError"; + __typename?: 'PluginError'; /** The error code. */ code: PluginErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum PluginErrorCode { - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - PluginMisconfigured = "PLUGIN_MISCONFIGURED", - Required = "REQUIRED", - Unique = "UNIQUE", + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + PluginMisconfigured = 'PLUGIN_MISCONFIGURED', + Required = 'REQUIRED', + Unique = 'UNIQUE' } export type PluginFilterInput = { - search?: InputMaybe; + search?: InputMaybe; statusInChannels?: InputMaybe; type?: InputMaybe; }; export enum PluginSortField { - IsActive = "IS_ACTIVE", - Name = "NAME", + IsActive = 'IS_ACTIVE', + Name = 'NAME' } export type PluginSortingInput = { @@ -13321,8 +13675,8 @@ export type PluginSortingInput = { }; export type PluginStatusInChannelsInput = { - active: Scalars["Boolean"]; - channels: Array; + active: Scalars['Boolean']; + channels: Array; }; /** @@ -13331,7 +13685,7 @@ export type PluginStatusInChannelsInput = { * Requires one of the following permissions: MANAGE_PLUGINS. */ export type PluginUpdate = { - __typename?: "PluginUpdate"; + __typename?: 'PluginUpdate'; errors: Array; plugin?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -13340,230 +13694,239 @@ export type PluginUpdate = { export type PluginUpdateInput = { /** Indicates whether the plugin should be enabled. */ - active?: InputMaybe; + active?: InputMaybe; /** Configuration of the plugin. */ configuration?: InputMaybe>; }; /** An enumeration. */ export enum PostalCodeRuleInclusionTypeEnum { - Exclude = "EXCLUDE", - Include = "INCLUDE", + Exclude = 'EXCLUDE', + Include = 'INCLUDE' } /** Represents preorder settings for product variant. */ export type PreorderData = { - __typename?: "PreorderData"; + __typename?: 'PreorderData'; /** Preorder end date. */ - endDate?: Maybe; + endDate?: Maybe; /** * Total number of sold product variant during preorder. * * Requires one of the following permissions: MANAGE_PRODUCTS. */ - globalSoldUnits: Scalars["Int"]; + globalSoldUnits: Scalars['Int']; /** * The global preorder threshold for product variant. * * Requires one of the following permissions: MANAGE_PRODUCTS. */ - globalThreshold?: Maybe; + globalThreshold?: Maybe; }; export type PreorderSettingsInput = { /** The end date for preorder. */ - endDate?: InputMaybe; + endDate?: InputMaybe; /** The global threshold for preorder variant. */ - globalThreshold?: InputMaybe; + globalThreshold?: InputMaybe; }; /** Represents preorder variant data for channel. */ export type PreorderThreshold = { - __typename?: "PreorderThreshold"; + __typename?: 'PreorderThreshold'; /** Preorder threshold for product variant in this channel. */ - quantity?: Maybe; + quantity?: Maybe; /** Number of sold product variant in this channel. */ - soldUnits: Scalars["Int"]; + soldUnits: Scalars['Int']; }; export type PriceInput = { /** Amount of money. */ - amount: Scalars["PositiveDecimal"]; + amount: Scalars['PositiveDecimal']; /** Currency code. */ - currency: Scalars["String"]; + currency: Scalars['String']; }; export type PriceRangeInput = { /** Price greater than or equal to. */ - gte?: InputMaybe; + gte?: InputMaybe; /** Price less than or equal to. */ - lte?: InputMaybe; + lte?: InputMaybe; }; /** Represents an individual item for sale in the storefront. */ -export type Product = Node & - ObjectWithMetadata & { - __typename?: "Product"; - /** List of attributes assigned to this product. */ - attributes: Array; - /** - * Date when product is available for purchase. - * @deprecated This field will be removed in Saleor 4.0. Use the `availableForPurchaseAt` field to fetch the available for purchase date. - */ - availableForPurchase?: Maybe; - /** Date when product is available for purchase. */ - availableForPurchaseAt?: Maybe; - category?: Maybe; - /** Channel given to retrieve this product. Also used by federation gateway to resolve this object in a federated query. */ - channel?: Maybe; - /** - * List of availability in channels for the product. - * - * Requires one of the following permissions: MANAGE_PRODUCTS. - */ - channelListings?: Maybe>; - chargeTaxes: Scalars["Boolean"]; - /** List of collections for the product. Requires the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. */ - collections?: Maybe>; - created: Scalars["DateTime"]; - defaultVariant?: Maybe; - /** - * Description of the product. - * - * Rich text format. For reference see https://editorjs.io/ - */ - description?: Maybe; - /** - * Description of the product. - * - * Rich text format. For reference see https://editorjs.io/ - * @deprecated This field will be removed in Saleor 4.0. Use the `description` field instead. - */ - descriptionJson?: Maybe; - id: Scalars["ID"]; - /** - * Get a single product image by ID. - * @deprecated This field will be removed in Saleor 4.0. Use the `mediaById` field instead. - */ - imageById?: Maybe; - /** - * List of images for the product. - * @deprecated This field will be removed in Saleor 4.0. Use the `media` field instead. - */ - images?: Maybe>; - /** Whether the product is in stock and visible or not. */ - isAvailable?: Maybe; - /** Whether the product is available for purchase. */ - isAvailableForPurchase?: Maybe; - /** List of media for the product. */ - media?: Maybe>; - /** Get a single product media by ID. */ - mediaById?: Maybe; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - name: Scalars["String"]; - /** Lists the storefront product's pricing, the current price and discounts, only meant for displaying. */ - pricing?: Maybe; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - productType: ProductType; - rating?: Maybe; - seoDescription?: Maybe; - seoTitle?: Maybe; - slug: Scalars["String"]; - /** A type of tax. Assigned by enabled tax gateway */ - taxType?: Maybe; - /** The main thumbnail for a product. */ - thumbnail?: Maybe; - /** Returns translated product fields for the given language code. */ - translation?: Maybe; - updatedAt: Scalars["DateTime"]; - /** List of variants for the product. Requires the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. */ - variants?: Maybe>; - weight?: Maybe; - }; +export type Product = Node & ObjectWithMetadata & { + __typename?: 'Product'; + /** List of attributes assigned to this product. */ + attributes: Array; + /** + * Date when product is available for purchase. + * @deprecated This field will be removed in Saleor 4.0. Use the `availableForPurchaseAt` field to fetch the available for purchase date. + */ + availableForPurchase?: Maybe; + /** Date when product is available for purchase. */ + availableForPurchaseAt?: Maybe; + category?: Maybe; + /** Channel given to retrieve this product. Also used by federation gateway to resolve this object in a federated query. */ + channel?: Maybe; + /** + * List of availability in channels for the product. + * + * Requires one of the following permissions: MANAGE_PRODUCTS. + */ + channelListings?: Maybe>; + chargeTaxes: Scalars['Boolean']; + /** List of collections for the product. Requires the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. */ + collections?: Maybe>; + created: Scalars['DateTime']; + defaultVariant?: Maybe; + /** + * Description of the product. + * + * Rich text format. For reference see https://editorjs.io/ + */ + description?: Maybe; + /** + * Description of the product. + * + * Rich text format. For reference see https://editorjs.io/ + * @deprecated This field will be removed in Saleor 4.0. Use the `description` field instead. + */ + descriptionJson?: Maybe; + id: Scalars['ID']; + /** + * Get a single product image by ID. + * @deprecated This field will be removed in Saleor 4.0. Use the `mediaById` field instead. + */ + imageById?: Maybe; + /** + * List of images for the product. + * @deprecated This field will be removed in Saleor 4.0. Use the `media` field instead. + */ + images?: Maybe>; + /** Whether the product is in stock and visible or not. */ + isAvailable?: Maybe; + /** Whether the product is available for purchase. */ + isAvailableForPurchase?: Maybe; + /** List of media for the product. */ + media?: Maybe>; + /** Get a single product media by ID. */ + mediaById?: Maybe; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + name: Scalars['String']; + /** Lists the storefront product's pricing, the current price and discounts, only meant for displaying. */ + pricing?: Maybe; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + productType: ProductType; + rating?: Maybe; + seoDescription?: Maybe; + seoTitle?: Maybe; + slug: Scalars['String']; + /** A type of tax. Assigned by enabled tax gateway */ + taxType?: Maybe; + /** The main thumbnail for a product. */ + thumbnail?: Maybe; + /** Returns translated product fields for the given language code. */ + translation?: Maybe; + updatedAt: Scalars['DateTime']; + /** List of variants for the product. Requires the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. */ + variants?: Maybe>; + weight?: Maybe; +}; + /** Represents an individual item for sale in the storefront. */ export type ProductImageByIdArgs = { - id?: InputMaybe; + id?: InputMaybe; }; + /** Represents an individual item for sale in the storefront. */ export type ProductIsAvailableArgs = { address?: InputMaybe; }; + /** Represents an individual item for sale in the storefront. */ export type ProductMediaByIdArgs = { - id?: InputMaybe; + id?: InputMaybe; }; + /** Represents an individual item for sale in the storefront. */ export type ProductMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents an individual item for sale in the storefront. */ export type ProductMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents an individual item for sale in the storefront. */ export type ProductPricingArgs = { address?: InputMaybe; }; + /** Represents an individual item for sale in the storefront. */ export type ProductPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents an individual item for sale in the storefront. */ export type ProductPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents an individual item for sale in the storefront. */ export type ProductThumbnailArgs = { - size?: InputMaybe; + size?: InputMaybe; }; + /** Represents an individual item for sale in the storefront. */ export type ProductTranslationArgs = { languageCode: LanguageCodeEnum; @@ -13575,7 +13938,7 @@ export type ProductTranslationArgs = { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type ProductAttributeAssign = { - __typename?: "ProductAttributeAssign"; + __typename?: 'ProductAttributeAssign'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -13585,7 +13948,7 @@ export type ProductAttributeAssign = { export type ProductAttributeAssignInput = { /** The ID of the attribute to assign. */ - id: Scalars["ID"]; + id: Scalars['ID']; /** The attribute type to be assigned as. */ type: ProductAttributeType; /** @@ -13593,7 +13956,7 @@ export type ProductAttributeAssignInput = { * * Added in Saleor 3.1. */ - variantSelection?: InputMaybe; + variantSelection?: InputMaybe; }; /** @@ -13604,7 +13967,7 @@ export type ProductAttributeAssignInput = { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type ProductAttributeAssignmentUpdate = { - __typename?: "ProductAttributeAssignmentUpdate"; + __typename?: 'ProductAttributeAssignmentUpdate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -13614,18 +13977,18 @@ export type ProductAttributeAssignmentUpdate = { export type ProductAttributeAssignmentUpdateInput = { /** The ID of the attribute to assign. */ - id: Scalars["ID"]; + id: Scalars['ID']; /** * Whether attribute is allowed in variant selection. Allowed types are: ['dropdown', 'boolean', 'swatch', 'numeric']. * * Added in Saleor 3.1. */ - variantSelection: Scalars["Boolean"]; + variantSelection: Scalars['Boolean']; }; export enum ProductAttributeType { - Product = "PRODUCT", - Variant = "VARIANT", + Product = 'PRODUCT', + Variant = 'VARIANT' } /** @@ -13634,7 +13997,7 @@ export enum ProductAttributeType { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type ProductAttributeUnassign = { - __typename?: "ProductAttributeUnassign"; + __typename?: 'ProductAttributeUnassign'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -13648,9 +14011,9 @@ export type ProductAttributeUnassign = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductBulkDelete = { - __typename?: "ProductBulkDelete"; + __typename?: 'ProductBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -13658,22 +14021,22 @@ export type ProductBulkDelete = { /** Represents product channel listing. */ export type ProductChannelListing = Node & { - __typename?: "ProductChannelListing"; + __typename?: 'ProductChannelListing'; /** @deprecated This field will be removed in Saleor 4.0. Use the `availableForPurchaseAt` field to fetch the available for purchase date. */ - availableForPurchase?: Maybe; + availableForPurchase?: Maybe; /** * The product available for purchase date time. * * Added in Saleor 3.3. */ - availableForPurchaseAt?: Maybe; + availableForPurchaseAt?: Maybe; channel: Channel; /** The price of the cheapest variant (including discounts). */ discountedPrice?: Maybe; - id: Scalars["ID"]; + id: Scalars['ID']; /** Whether the product is available for purchase. */ - isAvailableForPurchase?: Maybe; - isPublished: Scalars["Boolean"]; + isAvailableForPurchase?: Maybe; + isPublished: Scalars['Boolean']; /** * Range of margin percentage value. * @@ -13683,22 +14046,23 @@ export type ProductChannelListing = Node & { /** Lists the storefront product's pricing, the current price and discounts, only meant for displaying. */ pricing?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use the `publishedAt` field to fetch the publication date. */ - publicationDate?: Maybe; + publicationDate?: Maybe; /** * The product publication date time. * * Added in Saleor 3.3. */ - publishedAt?: Maybe; + publishedAt?: Maybe; /** * Purchase cost of product. * * Requires one of the following permissions: MANAGE_PRODUCTS. */ purchaseCost?: Maybe; - visibleInListings: Scalars["Boolean"]; + visibleInListings: Scalars['Boolean']; }; + /** Represents product channel listing. */ export type ProductChannelListingPricingArgs = { address?: InputMaybe; @@ -13706,59 +14070,59 @@ export type ProductChannelListingPricingArgs = { export type ProductChannelListingAddInput = { /** List of variants to which the channel should be assigned. */ - addVariants?: InputMaybe>; + addVariants?: InputMaybe>; /** * A start date time from which a product will be available for purchase. When not set and `isAvailable` is set to True, the current day is assumed. * * Added in Saleor 3.3. */ - availableForPurchaseAt?: InputMaybe; + availableForPurchaseAt?: InputMaybe; /** * A start date from which a product will be available for purchase. When not set and isAvailable is set to True, the current day is assumed. * * DEPRECATED: this field will be removed in Saleor 4.0. Use `availableForPurchaseAt` field instead. */ - availableForPurchaseDate?: InputMaybe; + availableForPurchaseDate?: InputMaybe; /** ID of a channel. */ - channelId: Scalars["ID"]; + channelId: Scalars['ID']; /** Determine if product should be available for purchase. */ - isAvailableForPurchase?: InputMaybe; + isAvailableForPurchase?: InputMaybe; /** Determines if object is visible to customers. */ - isPublished?: InputMaybe; + isPublished?: InputMaybe; /** * Publication date. ISO 8601 standard. * * DEPRECATED: this field will be removed in Saleor 4.0. Use `publishedAt` field instead. */ - publicationDate?: InputMaybe; + publicationDate?: InputMaybe; /** * Publication date time. ISO 8601 standard. * * Added in Saleor 3.3. */ - publishedAt?: InputMaybe; + publishedAt?: InputMaybe; /** List of variants from which the channel should be unassigned. */ - removeVariants?: InputMaybe>; + removeVariants?: InputMaybe>; /** Determines if product is visible in product listings (doesn't apply to product collections). */ - visibleInListings?: InputMaybe; + visibleInListings?: InputMaybe; }; export type ProductChannelListingError = { - __typename?: "ProductChannelListingError"; + __typename?: 'ProductChannelListingError'; /** List of attributes IDs which causes the error. */ - attributes?: Maybe>; + attributes?: Maybe>; /** List of channels IDs which causes the error. */ - channels?: Maybe>; + channels?: Maybe>; /** The error code. */ code: ProductErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of attribute values IDs which causes the error. */ - values?: Maybe>; + values?: Maybe>; /** List of variants IDs which causes the error. */ - variants?: Maybe>; + variants?: Maybe>; }; /** @@ -13767,7 +14131,7 @@ export type ProductChannelListingError = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductChannelListingUpdate = { - __typename?: "ProductChannelListingUpdate"; + __typename?: 'ProductChannelListingUpdate'; errors: Array; /** An updated product instance. */ product?: Maybe; @@ -13777,24 +14141,24 @@ export type ProductChannelListingUpdate = { export type ProductChannelListingUpdateInput = { /** List of channels from which the product should be unassigned. */ - removeChannels?: InputMaybe>; + removeChannels?: InputMaybe>; /** List of channels to which the product should be assigned or updated. */ updateChannels?: InputMaybe>; }; export type ProductCountableConnection = { - __typename?: "ProductCountableConnection"; + __typename?: 'ProductCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type ProductCountableEdge = { - __typename?: "ProductCountableEdge"; + __typename?: 'ProductCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Product; }; @@ -13805,7 +14169,7 @@ export type ProductCountableEdge = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductCreate = { - __typename?: "ProductCreate"; + __typename?: 'ProductCreate'; errors: Array; product?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -13816,35 +14180,35 @@ export type ProductCreateInput = { /** List of attributes. */ attributes?: InputMaybe>; /** ID of the product's category. */ - category?: InputMaybe; + category?: InputMaybe; /** Determine if taxes are being charged for the product. */ - chargeTaxes?: InputMaybe; + chargeTaxes?: InputMaybe; /** List of IDs of collections that the product belongs to. */ - collections?: InputMaybe>; + collections?: InputMaybe>; /** * Product description. * * Rich text format. For reference see https://editorjs.io/ */ - description?: InputMaybe; + description?: InputMaybe; /** Product name. */ - name?: InputMaybe; + name?: InputMaybe; /** ID of the type that product belongs to. */ - productType: Scalars["ID"]; + productType: Scalars['ID']; /** Defines the product rating value. */ - rating?: InputMaybe; + rating?: InputMaybe; /** Search engine optimization fields. */ seo?: InputMaybe; /** Product slug. */ - slug?: InputMaybe; + slug?: InputMaybe; /** Tax rate for enabled tax gateway. */ - taxCode?: InputMaybe; + taxCode?: InputMaybe; /** Weight of the Product. */ - weight?: InputMaybe; + weight?: InputMaybe; }; export type ProductCreated = Event & { - __typename?: "ProductCreated"; + __typename?: 'ProductCreated'; /** * The category of the product. * @@ -13854,7 +14218,7 @@ export type ProductCreated = Event & { */ category?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -13868,11 +14232,12 @@ export type ProductCreated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type ProductCreatedProductArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -13881,7 +14246,7 @@ export type ProductCreatedProductArgs = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductDelete = { - __typename?: "ProductDelete"; + __typename?: 'ProductDelete'; errors: Array; product?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -13889,7 +14254,7 @@ export type ProductDelete = { }; export type ProductDeleted = Event & { - __typename?: "ProductDeleted"; + __typename?: 'ProductDeleted'; /** * The category of the product. * @@ -13899,7 +14264,7 @@ export type ProductDeleted = Event & { */ category?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -13913,85 +14278,86 @@ export type ProductDeleted = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type ProductDeletedProductArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; export type ProductError = { - __typename?: "ProductError"; + __typename?: 'ProductError'; /** List of attributes IDs which causes the error. */ - attributes?: Maybe>; + attributes?: Maybe>; /** The error code. */ code: ProductErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of attribute values IDs which causes the error. */ - values?: Maybe>; + values?: Maybe>; }; /** An enumeration. */ export enum ProductErrorCode { - AlreadyExists = "ALREADY_EXISTS", - AttributeAlreadyAssigned = "ATTRIBUTE_ALREADY_ASSIGNED", - AttributeCannotBeAssigned = "ATTRIBUTE_CANNOT_BE_ASSIGNED", - AttributeVariantsDisabled = "ATTRIBUTE_VARIANTS_DISABLED", - CannotManageProductWithoutVariant = "CANNOT_MANAGE_PRODUCT_WITHOUT_VARIANT", - DuplicatedInputItem = "DUPLICATED_INPUT_ITEM", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - MediaAlreadyAssigned = "MEDIA_ALREADY_ASSIGNED", - NotFound = "NOT_FOUND", - NotProductsImage = "NOT_PRODUCTS_IMAGE", - NotProductsVariant = "NOT_PRODUCTS_VARIANT", - PreorderVariantCannotBeDeactivated = "PREORDER_VARIANT_CANNOT_BE_DEACTIVATED", - ProductNotAssignedToChannel = "PRODUCT_NOT_ASSIGNED_TO_CHANNEL", - ProductWithoutCategory = "PRODUCT_WITHOUT_CATEGORY", - Required = "REQUIRED", - Unique = "UNIQUE", - UnsupportedMediaProvider = "UNSUPPORTED_MEDIA_PROVIDER", - VariantNoDigitalContent = "VARIANT_NO_DIGITAL_CONTENT", + AlreadyExists = 'ALREADY_EXISTS', + AttributeAlreadyAssigned = 'ATTRIBUTE_ALREADY_ASSIGNED', + AttributeCannotBeAssigned = 'ATTRIBUTE_CANNOT_BE_ASSIGNED', + AttributeVariantsDisabled = 'ATTRIBUTE_VARIANTS_DISABLED', + CannotManageProductWithoutVariant = 'CANNOT_MANAGE_PRODUCT_WITHOUT_VARIANT', + DuplicatedInputItem = 'DUPLICATED_INPUT_ITEM', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + MediaAlreadyAssigned = 'MEDIA_ALREADY_ASSIGNED', + NotFound = 'NOT_FOUND', + NotProductsImage = 'NOT_PRODUCTS_IMAGE', + NotProductsVariant = 'NOT_PRODUCTS_VARIANT', + PreorderVariantCannotBeDeactivated = 'PREORDER_VARIANT_CANNOT_BE_DEACTIVATED', + ProductNotAssignedToChannel = 'PRODUCT_NOT_ASSIGNED_TO_CHANNEL', + ProductWithoutCategory = 'PRODUCT_WITHOUT_CATEGORY', + Required = 'REQUIRED', + Unique = 'UNIQUE', + UnsupportedMediaProvider = 'UNSUPPORTED_MEDIA_PROVIDER', + VariantNoDigitalContent = 'VARIANT_NO_DIGITAL_CONTENT' } export enum ProductFieldEnum { - Category = "CATEGORY", - ChargeTaxes = "CHARGE_TAXES", - Collections = "COLLECTIONS", - Description = "DESCRIPTION", - Name = "NAME", - ProductMedia = "PRODUCT_MEDIA", - ProductType = "PRODUCT_TYPE", - ProductWeight = "PRODUCT_WEIGHT", - VariantId = "VARIANT_ID", - VariantMedia = "VARIANT_MEDIA", - VariantSku = "VARIANT_SKU", - VariantWeight = "VARIANT_WEIGHT", + Category = 'CATEGORY', + ChargeTaxes = 'CHARGE_TAXES', + Collections = 'COLLECTIONS', + Description = 'DESCRIPTION', + Name = 'NAME', + ProductMedia = 'PRODUCT_MEDIA', + ProductType = 'PRODUCT_TYPE', + ProductWeight = 'PRODUCT_WEIGHT', + VariantId = 'VARIANT_ID', + VariantMedia = 'VARIANT_MEDIA', + VariantSku = 'VARIANT_SKU', + VariantWeight = 'VARIANT_WEIGHT' } export type ProductFilterInput = { attributes?: InputMaybe>; - categories?: InputMaybe>; + categories?: InputMaybe>; /** * Specifies the channel by which the data should be filtered. * * DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. */ - channel?: InputMaybe; - collections?: InputMaybe>; - giftCard?: InputMaybe; - hasCategory?: InputMaybe; - hasPreorderedVariants?: InputMaybe; - ids?: InputMaybe>; - isPublished?: InputMaybe; + channel?: InputMaybe; + collections?: InputMaybe>; + giftCard?: InputMaybe; + hasCategory?: InputMaybe; + hasPreorderedVariants?: InputMaybe; + ids?: InputMaybe>; + isPublished?: InputMaybe; metadata?: InputMaybe>; minimalPrice?: InputMaybe; price?: InputMaybe; - productTypes?: InputMaybe>; - search?: InputMaybe; + productTypes?: InputMaybe>; + search?: InputMaybe; stockAvailability?: InputMaybe; stocks?: InputMaybe; updatedAt?: InputMaybe; @@ -13999,66 +14365,68 @@ export type ProductFilterInput = { /** Represents a product image. */ export type ProductImage = { - __typename?: "ProductImage"; + __typename?: 'ProductImage'; /** The alt text of the image. */ - alt?: Maybe; + alt?: Maybe; /** The ID of the image. */ - id: Scalars["ID"]; + id: Scalars['ID']; /** The new relative sorting position of the item (from -inf to +inf). 1 moves the item one position forward, -1 moves the item one position backward, 0 leaves the item unchanged. */ - sortOrder?: Maybe; + sortOrder?: Maybe; /** The URL of the image. */ - url: Scalars["String"]; + url: Scalars['String']; }; + /** Represents a product image. */ export type ProductImageUrlArgs = { - size?: InputMaybe; + size?: InputMaybe; }; export type ProductInput = { /** List of attributes. */ attributes?: InputMaybe>; /** ID of the product's category. */ - category?: InputMaybe; + category?: InputMaybe; /** Determine if taxes are being charged for the product. */ - chargeTaxes?: InputMaybe; + chargeTaxes?: InputMaybe; /** List of IDs of collections that the product belongs to. */ - collections?: InputMaybe>; + collections?: InputMaybe>; /** * Product description. * * Rich text format. For reference see https://editorjs.io/ */ - description?: InputMaybe; + description?: InputMaybe; /** Product name. */ - name?: InputMaybe; + name?: InputMaybe; /** Defines the product rating value. */ - rating?: InputMaybe; + rating?: InputMaybe; /** Search engine optimization fields. */ seo?: InputMaybe; /** Product slug. */ - slug?: InputMaybe; + slug?: InputMaybe; /** Tax rate for enabled tax gateway. */ - taxCode?: InputMaybe; + taxCode?: InputMaybe; /** Weight of the Product. */ - weight?: InputMaybe; + weight?: InputMaybe; }; /** Represents a product media. */ export type ProductMedia = Node & { - __typename?: "ProductMedia"; - alt: Scalars["String"]; - id: Scalars["ID"]; - oembedData: Scalars["JSONString"]; - sortOrder?: Maybe; + __typename?: 'ProductMedia'; + alt: Scalars['String']; + id: Scalars['ID']; + oembedData: Scalars['JSONString']; + sortOrder?: Maybe; type: ProductMediaType; /** The URL of the media. */ - url: Scalars["String"]; + url: Scalars['String']; }; + /** Represents a product media. */ export type ProductMediaUrlArgs = { - size?: InputMaybe; + size?: InputMaybe; }; /** @@ -14067,9 +14435,9 @@ export type ProductMediaUrlArgs = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductMediaBulkDelete = { - __typename?: "ProductMediaBulkDelete"; + __typename?: 'ProductMediaBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -14081,7 +14449,7 @@ export type ProductMediaBulkDelete = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductMediaCreate = { - __typename?: "ProductMediaCreate"; + __typename?: 'ProductMediaCreate'; errors: Array; media?: Maybe; product?: Maybe; @@ -14091,13 +14459,13 @@ export type ProductMediaCreate = { export type ProductMediaCreateInput = { /** Alt text for a product media. */ - alt?: InputMaybe; + alt?: InputMaybe; /** Represents an image file in a multipart request. */ - image?: InputMaybe; + image?: InputMaybe; /** Represents an URL to an external media. */ - mediaUrl?: InputMaybe; + mediaUrl?: InputMaybe; /** ID of an product. */ - product: Scalars["ID"]; + product: Scalars['ID']; }; /** @@ -14106,7 +14474,7 @@ export type ProductMediaCreateInput = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductMediaDelete = { - __typename?: "ProductMediaDelete"; + __typename?: 'ProductMediaDelete'; errors: Array; media?: Maybe; product?: Maybe; @@ -14120,7 +14488,7 @@ export type ProductMediaDelete = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductMediaReorder = { - __typename?: "ProductMediaReorder"; + __typename?: 'ProductMediaReorder'; errors: Array; media?: Maybe>; product?: Maybe; @@ -14130,8 +14498,8 @@ export type ProductMediaReorder = { /** An enumeration. */ export enum ProductMediaType { - Image = "IMAGE", - Video = "VIDEO", + Image = 'IMAGE', + Video = 'VIDEO' } /** @@ -14140,7 +14508,7 @@ export enum ProductMediaType { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductMediaUpdate = { - __typename?: "ProductMediaUpdate"; + __typename?: 'ProductMediaUpdate'; errors: Array; media?: Maybe; product?: Maybe; @@ -14150,7 +14518,7 @@ export type ProductMediaUpdate = { export type ProductMediaUpdateInput = { /** Alt text for a product media. */ - alt?: InputMaybe; + alt?: InputMaybe; }; export type ProductOrder = { @@ -14158,13 +14526,13 @@ export type ProductOrder = { * Sort product by the selected attribute's values. * Note: this doesn't take translations into account yet. */ - attributeId?: InputMaybe; + attributeId?: InputMaybe; /** * Specifies the channel in which to sort the data. * * DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. */ - channel?: InputMaybe; + channel?: InputMaybe; /** Specifies the direction in which to sort products. */ direction: OrderDirection; /** Sort products by the selected field. */ @@ -14177,62 +14545,62 @@ export enum ProductOrderField { * * This option requires a channel filter to work as the values can vary between channels. */ - Collection = "COLLECTION", + Collection = 'COLLECTION', /** Sort products by update date. */ - Date = "DATE", + Date = 'DATE', /** Sort products by update date. */ - LastModified = "LAST_MODIFIED", + LastModified = 'LAST_MODIFIED', /** Sort products by update date. */ - LastModifiedAt = "LAST_MODIFIED_AT", + LastModifiedAt = 'LAST_MODIFIED_AT', /** * Sort products by a minimal price of a product's variant. * * This option requires a channel filter to work as the values can vary between channels. */ - MinimalPrice = "MINIMAL_PRICE", + MinimalPrice = 'MINIMAL_PRICE', /** Sort products by name. */ - Name = "NAME", + Name = 'NAME', /** * Sort products by price. * * This option requires a channel filter to work as the values can vary between channels. */ - Price = "PRICE", + Price = 'PRICE', /** * Sort products by publication date. * * This option requires a channel filter to work as the values can vary between channels. */ - PublicationDate = "PUBLICATION_DATE", + PublicationDate = 'PUBLICATION_DATE', /** * Sort products by publication status. * * This option requires a channel filter to work as the values can vary between channels. */ - Published = "PUBLISHED", + Published = 'PUBLISHED', /** * Sort products by publication date. * * This option requires a channel filter to work as the values can vary between channels. */ - PublishedAt = "PUBLISHED_AT", + PublishedAt = 'PUBLISHED_AT', /** Sort products by rank. Note: This option is available only with the `search` filter. */ - Rank = "RANK", + Rank = 'RANK', /** Sort products by rating. */ - Rating = "RATING", + Rating = 'RATING', /** Sort products by type. */ - Type = "TYPE", + Type = 'TYPE' } /** Represents availability of a product in the storefront. */ export type ProductPricingInfo = { - __typename?: "ProductPricingInfo"; + __typename?: 'ProductPricingInfo'; /** The discount amount if in sale (null otherwise). */ discount?: Maybe; /** The discount amount in the local currency. */ discountLocalCurrency?: Maybe; /** Whether it is in sale or not. */ - onSale?: Maybe; + onSale?: Maybe; /** The discounted price range of the product variants. */ priceRange?: Maybe; /** The discounted price range of the product variants in the local currency. */ @@ -14247,7 +14615,7 @@ export type ProductPricingInfo = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductReorderAttributeValues = { - __typename?: "ProductReorderAttributeValues"; + __typename?: 'ProductReorderAttributeValues'; errors: Array; /** Product from which attribute values are reordered. */ product?: Maybe; @@ -14257,11 +14625,11 @@ export type ProductReorderAttributeValues = { export type ProductStockFilterInput = { quantity?: InputMaybe; - warehouseIds?: InputMaybe>; + warehouseIds?: InputMaybe>; }; export type ProductTranslatableContent = Node & { - __typename?: "ProductTranslatableContent"; + __typename?: 'ProductTranslatableContent'; /** List of product attribute values that can be translated. */ attributeValues: Array; /** @@ -14269,27 +14637,28 @@ export type ProductTranslatableContent = Node & { * * Rich text format. For reference see https://editorjs.io/ */ - description?: Maybe; + description?: Maybe; /** * Description of the product. * * Rich text format. For reference see https://editorjs.io/ * @deprecated This field will be removed in Saleor 4.0. Use the `description` field instead. */ - descriptionJson?: Maybe; - id: Scalars["ID"]; - name: Scalars["String"]; + descriptionJson?: Maybe; + id: Scalars['ID']; + name: Scalars['String']; /** * Represents an individual item for sale in the storefront. * @deprecated This field will be removed in Saleor 4.0. Get model fields from the root level queries. */ product?: Maybe; - seoDescription?: Maybe; - seoTitle?: Maybe; + seoDescription?: Maybe; + seoTitle?: Maybe; /** Returns translated product fields for the given language code. */ translation?: Maybe; }; + export type ProductTranslatableContentTranslationArgs = { languageCode: LanguageCodeEnum; }; @@ -14300,7 +14669,7 @@ export type ProductTranslatableContentTranslationArgs = { * Requires one of the following permissions: MANAGE_TRANSLATIONS. */ export type ProductTranslate = { - __typename?: "ProductTranslate"; + __typename?: 'ProductTranslate'; errors: Array; product?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -14308,152 +14677,159 @@ export type ProductTranslate = { }; export type ProductTranslation = Node & { - __typename?: "ProductTranslation"; + __typename?: 'ProductTranslation'; /** * Translated description of the product. * * Rich text format. For reference see https://editorjs.io/ */ - description?: Maybe; + description?: Maybe; /** * Translated description of the product. * * Rich text format. For reference see https://editorjs.io/ * @deprecated This field will be removed in Saleor 4.0. Use the `description` field instead. */ - descriptionJson?: Maybe; - id: Scalars["ID"]; + descriptionJson?: Maybe; + id: Scalars['ID']; /** Translation language. */ language: LanguageDisplay; - name?: Maybe; - seoDescription?: Maybe; - seoTitle?: Maybe; + name?: Maybe; + seoDescription?: Maybe; + seoTitle?: Maybe; }; /** Represents a type of product. It defines what attributes are available to products of this type. */ -export type ProductType = Node & - ObjectWithMetadata & { - __typename?: "ProductType"; - /** - * Variant attributes of that product type with attached variant selection. - * - * Added in Saleor 3.1. - */ - assignedVariantAttributes?: Maybe>; - /** - * List of attributes which can be assigned to this product type. - * - * Requires one of the following permissions: MANAGE_PRODUCTS. - */ - availableAttributes?: Maybe; - hasVariants: Scalars["Boolean"]; - id: Scalars["ID"]; - isDigital: Scalars["Boolean"]; - isShippingRequired: Scalars["Boolean"]; - /** The product type kind. */ - kind: ProductTypeKindEnum; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - name: Scalars["String"]; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** Product attributes of that product type. */ - productAttributes?: Maybe>; - /** - * List of products of this type. - * @deprecated This field will be removed in Saleor 4.0. Use the top-level `products` query with the `productTypes` filter. - */ - products?: Maybe; - slug: Scalars["String"]; - /** A type of tax. Assigned by enabled tax gateway */ - taxType?: Maybe; - /** - * Variant attributes of that product type. - * @deprecated This field will be removed in Saleor 4.0. Use `assignedVariantAttributes` instead. - */ - variantAttributes?: Maybe>; - weight?: Maybe; - }; +export type ProductType = Node & ObjectWithMetadata & { + __typename?: 'ProductType'; + /** + * Variant attributes of that product type with attached variant selection. + * + * Added in Saleor 3.1. + */ + assignedVariantAttributes?: Maybe>; + /** + * List of attributes which can be assigned to this product type. + * + * Requires one of the following permissions: MANAGE_PRODUCTS. + */ + availableAttributes?: Maybe; + hasVariants: Scalars['Boolean']; + id: Scalars['ID']; + isDigital: Scalars['Boolean']; + isShippingRequired: Scalars['Boolean']; + /** The product type kind. */ + kind: ProductTypeKindEnum; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + name: Scalars['String']; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** Product attributes of that product type. */ + productAttributes?: Maybe>; + /** + * List of products of this type. + * @deprecated This field will be removed in Saleor 4.0. Use the top-level `products` query with the `productTypes` filter. + */ + products?: Maybe; + slug: Scalars['String']; + /** A type of tax. Assigned by enabled tax gateway */ + taxType?: Maybe; + /** + * Variant attributes of that product type. + * @deprecated This field will be removed in Saleor 4.0. Use `assignedVariantAttributes` instead. + */ + variantAttributes?: Maybe>; + weight?: Maybe; +}; + /** Represents a type of product. It defines what attributes are available to products of this type. */ export type ProductTypeAssignedVariantAttributesArgs = { variantSelection?: InputMaybe; }; + /** Represents a type of product. It defines what attributes are available to products of this type. */ export type ProductTypeAvailableAttributesArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Represents a type of product. It defines what attributes are available to products of this type. */ export type ProductTypeMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a type of product. It defines what attributes are available to products of this type. */ export type ProductTypeMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a type of product. It defines what attributes are available to products of this type. */ export type ProductTypePrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a type of product. It defines what attributes are available to products of this type. */ export type ProductTypePrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a type of product. It defines what attributes are available to products of this type. */ export type ProductTypeProductsArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Represents a type of product. It defines what attributes are available to products of this type. */ export type ProductTypeVariantAttributesArgs = { variantSelection?: InputMaybe; @@ -14465,32 +14841,32 @@ export type ProductTypeVariantAttributesArgs = { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type ProductTypeBulkDelete = { - __typename?: "ProductTypeBulkDelete"; + __typename?: 'ProductTypeBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; }; export enum ProductTypeConfigurable { - Configurable = "CONFIGURABLE", - Simple = "SIMPLE", + Configurable = 'CONFIGURABLE', + Simple = 'SIMPLE' } export type ProductTypeCountableConnection = { - __typename?: "ProductTypeCountableConnection"; + __typename?: 'ProductTypeCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type ProductTypeCountableEdge = { - __typename?: "ProductTypeCountableEdge"; + __typename?: 'ProductTypeCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: ProductType; }; @@ -14501,7 +14877,7 @@ export type ProductTypeCountableEdge = { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type ProductTypeCreate = { - __typename?: "ProductTypeCreate"; + __typename?: 'ProductTypeCreate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -14514,7 +14890,7 @@ export type ProductTypeCreate = { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type ProductTypeDelete = { - __typename?: "ProductTypeDelete"; + __typename?: 'ProductTypeDelete'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -14522,46 +14898,46 @@ export type ProductTypeDelete = { }; export enum ProductTypeEnum { - Digital = "DIGITAL", - Shippable = "SHIPPABLE", + Digital = 'DIGITAL', + Shippable = 'SHIPPABLE' } export type ProductTypeFilterInput = { configurable?: InputMaybe; - ids?: InputMaybe>; + ids?: InputMaybe>; kind?: InputMaybe; metadata?: InputMaybe>; productType?: InputMaybe; - search?: InputMaybe; + search?: InputMaybe; }; export type ProductTypeInput = { /** Determines if product of this type has multiple variants. This option mainly simplifies product management in the dashboard. There is always at least one variant created under the hood. */ - hasVariants?: InputMaybe; + hasVariants?: InputMaybe; /** Determines if products are digital. */ - isDigital?: InputMaybe; + isDigital?: InputMaybe; /** Determines if shipping is required for products of this variant. */ - isShippingRequired?: InputMaybe; + isShippingRequired?: InputMaybe; /** The product type kind. */ kind?: InputMaybe; /** Name of the product type. */ - name?: InputMaybe; + name?: InputMaybe; /** List of attributes shared among all product variants. */ - productAttributes?: InputMaybe>; + productAttributes?: InputMaybe>; /** Product type slug. */ - slug?: InputMaybe; + slug?: InputMaybe; /** Tax rate for enabled tax gateway. */ - taxCode?: InputMaybe; + taxCode?: InputMaybe; /** List of attributes used to distinguish between different variants of a product. */ - variantAttributes?: InputMaybe>; + variantAttributes?: InputMaybe>; /** Weight of the ProductType items. */ - weight?: InputMaybe; + weight?: InputMaybe; }; /** An enumeration. */ export enum ProductTypeKindEnum { - GiftCard = "GIFT_CARD", - Normal = "NORMAL", + GiftCard = 'GIFT_CARD', + Normal = 'NORMAL' } /** @@ -14570,7 +14946,7 @@ export enum ProductTypeKindEnum { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type ProductTypeReorderAttributes = { - __typename?: "ProductTypeReorderAttributes"; + __typename?: 'ProductTypeReorderAttributes'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -14580,11 +14956,11 @@ export type ProductTypeReorderAttributes = { export enum ProductTypeSortField { /** Sort products by type. */ - Digital = "DIGITAL", + Digital = 'DIGITAL', /** Sort products by name. */ - Name = "NAME", + Name = 'NAME', /** Sort products by shipping. */ - ShippingRequired = "SHIPPING_REQUIRED", + ShippingRequired = 'SHIPPING_REQUIRED' } export type ProductTypeSortingInput = { @@ -14600,7 +14976,7 @@ export type ProductTypeSortingInput = { * Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. */ export type ProductTypeUpdate = { - __typename?: "ProductTypeUpdate"; + __typename?: 'ProductTypeUpdate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -14613,7 +14989,7 @@ export type ProductTypeUpdate = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductUpdate = { - __typename?: "ProductUpdate"; + __typename?: 'ProductUpdate'; errors: Array; product?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -14621,7 +14997,7 @@ export type ProductUpdate = { }; export type ProductUpdated = Event & { - __typename?: "ProductUpdated"; + __typename?: 'ProductUpdated'; /** * The category of the product. * @@ -14631,7 +15007,7 @@ export type ProductUpdated = Event & { */ category?: Maybe; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -14645,181 +15021,191 @@ export type ProductUpdated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type ProductUpdatedProductArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** Represents a version of a product such as different size or color. */ -export type ProductVariant = Node & - ObjectWithMetadata & { - __typename?: "ProductVariant"; - /** List of attributes assigned to this variant. */ - attributes: Array; - /** Channel given to retrieve this product variant. Also used by federation gateway to resolve this object in a federated query. */ - channel?: Maybe; - /** - * List of price information in channels for the product. - * - * Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_STAFF_USER. - */ - channelListings?: Maybe>; - created: Scalars["DateTime"]; - /** - * Digital content for the product variant. - * - * Requires one of the following permissions: MANAGE_PRODUCTS. - */ - digitalContent?: Maybe; - id: Scalars["ID"]; - /** - * List of images for the product variant. - * @deprecated This field will be removed in Saleor 4.0. Use the `media` field instead. - */ - images?: Maybe>; - /** Gross margin percentage value. */ - margin?: Maybe; - /** List of media for the product variant. */ - media?: Maybe>; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - name: Scalars["String"]; - /** - * Preorder data for product variant. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - preorder?: Maybe; - /** Lists the storefront variant's pricing, the current price and discounts, only meant for displaying. */ - pricing?: Maybe; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - product: Product; - /** Quantity of a product available for sale in one checkout. Field value will be `null` when no `limitQuantityPerCheckout` in global settings has been set, and `productVariant` stocks are not tracked. */ - quantityAvailable?: Maybe; - quantityLimitPerCustomer?: Maybe; - /** - * Total quantity ordered. - * - * Requires one of the following permissions: MANAGE_PRODUCTS. - */ - quantityOrdered?: Maybe; - /** - * Total revenue generated by a variant in given period of time. Note: this field should be queried using `reportProductSales` query as it uses optimizations suitable for such calculations. - * - * Requires one of the following permissions: MANAGE_PRODUCTS. - */ - revenue?: Maybe; - sku?: Maybe; - /** - * Stocks for the product variant. - * - * Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. - */ - stocks?: Maybe>; - trackInventory: Scalars["Boolean"]; - /** Returns translated product variant fields for the given language code. */ - translation?: Maybe; - updatedAt: Scalars["DateTime"]; - weight?: Maybe; - }; +export type ProductVariant = Node & ObjectWithMetadata & { + __typename?: 'ProductVariant'; + /** List of attributes assigned to this variant. */ + attributes: Array; + /** Channel given to retrieve this product variant. Also used by federation gateway to resolve this object in a federated query. */ + channel?: Maybe; + /** + * List of price information in channels for the product. + * + * Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_STAFF_USER. + */ + channelListings?: Maybe>; + created: Scalars['DateTime']; + /** + * Digital content for the product variant. + * + * Requires one of the following permissions: MANAGE_PRODUCTS. + */ + digitalContent?: Maybe; + id: Scalars['ID']; + /** + * List of images for the product variant. + * @deprecated This field will be removed in Saleor 4.0. Use the `media` field instead. + */ + images?: Maybe>; + /** Gross margin percentage value. */ + margin?: Maybe; + /** List of media for the product variant. */ + media?: Maybe>; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + name: Scalars['String']; + /** + * Preorder data for product variant. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + preorder?: Maybe; + /** Lists the storefront variant's pricing, the current price and discounts, only meant for displaying. */ + pricing?: Maybe; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + product: Product; + /** Quantity of a product available for sale in one checkout. Field value will be `null` when no `limitQuantityPerCheckout` in global settings has been set, and `productVariant` stocks are not tracked. */ + quantityAvailable?: Maybe; + quantityLimitPerCustomer?: Maybe; + /** + * Total quantity ordered. + * + * Requires one of the following permissions: MANAGE_PRODUCTS. + */ + quantityOrdered?: Maybe; + /** + * Total revenue generated by a variant in given period of time. Note: this field should be queried using `reportProductSales` query as it uses optimizations suitable for such calculations. + * + * Requires one of the following permissions: MANAGE_PRODUCTS. + */ + revenue?: Maybe; + sku?: Maybe; + /** + * Stocks for the product variant. + * + * Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. + */ + stocks?: Maybe>; + trackInventory: Scalars['Boolean']; + /** Returns translated product variant fields for the given language code. */ + translation?: Maybe; + updatedAt: Scalars['DateTime']; + weight?: Maybe; +}; + /** Represents a version of a product such as different size or color. */ export type ProductVariantAttributesArgs = { variantSelection?: InputMaybe; }; + /** Represents a version of a product such as different size or color. */ export type ProductVariantMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a version of a product such as different size or color. */ export type ProductVariantMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a version of a product such as different size or color. */ export type ProductVariantPricingArgs = { address?: InputMaybe; }; + /** Represents a version of a product such as different size or color. */ export type ProductVariantPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a version of a product such as different size or color. */ export type ProductVariantPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a version of a product such as different size or color. */ export type ProductVariantQuantityAvailableArgs = { address?: InputMaybe; countryCode?: InputMaybe; }; + /** Represents a version of a product such as different size or color. */ export type ProductVariantRevenueArgs = { period?: InputMaybe; }; + /** Represents a version of a product such as different size or color. */ export type ProductVariantStocksArgs = { address?: InputMaybe; countryCode?: InputMaybe; }; + /** Represents a version of a product such as different size or color. */ export type ProductVariantTranslationArgs = { languageCode: LanguageCodeEnum; }; export type ProductVariantBackInStock = Event & { - __typename?: "ProductVariantBackInStock"; + __typename?: 'ProductVariantBackInStock'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -14833,7 +15219,7 @@ export type ProductVariantBackInStock = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; /** * Look up a warehouse. * @@ -14844,8 +15230,9 @@ export type ProductVariantBackInStock = Event & { warehouse?: Maybe; }; + export type ProductVariantBackInStockProductVariantArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -14854,11 +15241,11 @@ export type ProductVariantBackInStockProductVariantArgs = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantBulkCreate = { - __typename?: "ProductVariantBulkCreate"; + __typename?: 'ProductVariantBulkCreate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ bulkProductErrors: Array; /** Returns how many objects were created. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** List of the created variants. */ productVariants: Array; @@ -14884,15 +15271,15 @@ export type ProductVariantBulkCreateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - quantityLimitPerCustomer?: InputMaybe; + quantityLimitPerCustomer?: InputMaybe; /** Stock keeping unit. */ - sku?: InputMaybe; + sku?: InputMaybe; /** Stocks of a product available for sale. */ stocks?: InputMaybe>; /** Determines if the inventory of this variant should be tracked. If false, the quantity won't change when customers buy this item. */ - trackInventory?: InputMaybe; + trackInventory?: InputMaybe; /** Weight of the Product Variant. */ - weight?: InputMaybe; + weight?: InputMaybe; }; /** @@ -14901,9 +15288,9 @@ export type ProductVariantBulkCreateInput = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantBulkDelete = { - __typename?: "ProductVariantBulkDelete"; + __typename?: 'ProductVariantBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -14911,17 +15298,17 @@ export type ProductVariantBulkDelete = { /** Represents product varaint channel listing. */ export type ProductVariantChannelListing = Node & { - __typename?: "ProductVariantChannelListing"; + __typename?: 'ProductVariantChannelListing'; channel: Channel; /** Cost price of the variant. */ costPrice?: Maybe; - id: Scalars["ID"]; + id: Scalars['ID']; /** * Gross margin percentage value. * * Requires one of the following permissions: MANAGE_PRODUCTS. */ - margin?: Maybe; + margin?: Maybe; /** * Preorder variant data. * @@ -14935,9 +15322,9 @@ export type ProductVariantChannelListing = Node & { export type ProductVariantChannelListingAddInput = { /** ID of a channel. */ - channelId: Scalars["ID"]; + channelId: Scalars['ID']; /** Cost price of the variant in channel. */ - costPrice?: InputMaybe; + costPrice?: InputMaybe; /** * The threshold for preorder variant in channel. * @@ -14945,9 +15332,9 @@ export type ProductVariantChannelListingAddInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - preorderThreshold?: InputMaybe; + preorderThreshold?: InputMaybe; /** Price of the particular variant in channel. */ - price: Scalars["PositiveDecimal"]; + price: Scalars['PositiveDecimal']; }; /** @@ -14956,7 +15343,7 @@ export type ProductVariantChannelListingAddInput = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantChannelListingUpdate = { - __typename?: "ProductVariantChannelListingUpdate"; + __typename?: 'ProductVariantChannelListingUpdate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productChannelListingErrors: Array; @@ -14965,18 +15352,18 @@ export type ProductVariantChannelListingUpdate = { }; export type ProductVariantCountableConnection = { - __typename?: "ProductVariantCountableConnection"; + __typename?: 'ProductVariantCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type ProductVariantCountableEdge = { - __typename?: "ProductVariantCountableEdge"; + __typename?: 'ProductVariantCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: ProductVariant; }; @@ -14987,7 +15374,7 @@ export type ProductVariantCountableEdge = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantCreate = { - __typename?: "ProductVariantCreate"; + __typename?: 'ProductVariantCreate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -15006,7 +15393,7 @@ export type ProductVariantCreateInput = { */ preorder?: InputMaybe; /** Product ID of which type is the variant. */ - product: Scalars["ID"]; + product: Scalars['ID']; /** * Determines maximum quantity of `ProductVariant`,that can be bought in a single checkout. * @@ -15014,21 +15401,21 @@ export type ProductVariantCreateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - quantityLimitPerCustomer?: InputMaybe; + quantityLimitPerCustomer?: InputMaybe; /** Stock keeping unit. */ - sku?: InputMaybe; + sku?: InputMaybe; /** Stocks of a product available for sale. */ stocks?: InputMaybe>; /** Determines if the inventory of this variant should be tracked. If false, the quantity won't change when customers buy this item. */ - trackInventory?: InputMaybe; + trackInventory?: InputMaybe; /** Weight of the Product Variant. */ - weight?: InputMaybe; + weight?: InputMaybe; }; export type ProductVariantCreated = Event & { - __typename?: "ProductVariantCreated"; + __typename?: 'ProductVariantCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -15042,11 +15429,12 @@ export type ProductVariantCreated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type ProductVariantCreatedProductVariantArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -15055,7 +15443,7 @@ export type ProductVariantCreatedProductVariantArgs = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantDelete = { - __typename?: "ProductVariantDelete"; + __typename?: 'ProductVariantDelete'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -15063,9 +15451,9 @@ export type ProductVariantDelete = { }; export type ProductVariantDeleted = Event & { - __typename?: "ProductVariantDeleted"; + __typename?: 'ProductVariantDeleted'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -15079,18 +15467,19 @@ export type ProductVariantDeleted = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type ProductVariantDeletedProductVariantArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; export type ProductVariantFilterInput = { - isPreorder?: InputMaybe; + isPreorder?: InputMaybe; metadata?: InputMaybe>; - search?: InputMaybe; - sku?: InputMaybe>; + search?: InputMaybe; + sku?: InputMaybe>; updatedAt?: InputMaybe; }; @@ -15112,19 +15501,19 @@ export type ProductVariantInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - quantityLimitPerCustomer?: InputMaybe; + quantityLimitPerCustomer?: InputMaybe; /** Stock keeping unit. */ - sku?: InputMaybe; + sku?: InputMaybe; /** Determines if the inventory of this variant should be tracked. If false, the quantity won't change when customers buy this item. */ - trackInventory?: InputMaybe; + trackInventory?: InputMaybe; /** Weight of the Product Variant. */ - weight?: InputMaybe; + weight?: InputMaybe; }; export type ProductVariantOutOfStock = Event & { - __typename?: "ProductVariantOutOfStock"; + __typename?: 'ProductVariantOutOfStock'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -15138,7 +15527,7 @@ export type ProductVariantOutOfStock = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; /** * Look up a warehouse. * @@ -15149,8 +15538,9 @@ export type ProductVariantOutOfStock = Event & { warehouse?: Maybe; }; + export type ProductVariantOutOfStockProductVariantArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -15163,7 +15553,7 @@ export type ProductVariantOutOfStockProductVariantArgs = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantPreorderDeactivate = { - __typename?: "ProductVariantPreorderDeactivate"; + __typename?: 'ProductVariantPreorderDeactivate'; errors: Array; /** Product variant with ended preorder. */ productVariant?: Maybe; @@ -15175,7 +15565,7 @@ export type ProductVariantPreorderDeactivate = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantReorder = { - __typename?: "ProductVariantReorder"; + __typename?: 'ProductVariantReorder'; errors: Array; product?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -15188,7 +15578,7 @@ export type ProductVariantReorder = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantReorderAttributeValues = { - __typename?: "ProductVariantReorderAttributeValues"; + __typename?: 'ProductVariantReorderAttributeValues'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -15202,7 +15592,7 @@ export type ProductVariantReorderAttributeValues = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantSetDefault = { - __typename?: "ProductVariantSetDefault"; + __typename?: 'ProductVariantSetDefault'; errors: Array; product?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -15211,7 +15601,7 @@ export type ProductVariantSetDefault = { export enum ProductVariantSortField { /** Sort products variants by last modified at. */ - LastModifiedAt = "LAST_MODIFIED_AT", + LastModifiedAt = 'LAST_MODIFIED_AT' } export type ProductVariantSortingInput = { @@ -15227,7 +15617,7 @@ export type ProductVariantSortingInput = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantStocksCreate = { - __typename?: "ProductVariantStocksCreate"; + __typename?: 'ProductVariantStocksCreate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ bulkStockErrors: Array; errors: Array; @@ -15241,7 +15631,7 @@ export type ProductVariantStocksCreate = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantStocksDelete = { - __typename?: "ProductVariantStocksDelete"; + __typename?: 'ProductVariantStocksDelete'; errors: Array; /** Updated product variant. */ productVariant?: Maybe; @@ -15255,7 +15645,7 @@ export type ProductVariantStocksDelete = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantStocksUpdate = { - __typename?: "ProductVariantStocksUpdate"; + __typename?: 'ProductVariantStocksUpdate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ bulkStockErrors: Array; errors: Array; @@ -15264,11 +15654,11 @@ export type ProductVariantStocksUpdate = { }; export type ProductVariantTranslatableContent = Node & { - __typename?: "ProductVariantTranslatableContent"; + __typename?: 'ProductVariantTranslatableContent'; /** List of product variant attribute values that can be translated. */ attributeValues: Array; - id: Scalars["ID"]; - name: Scalars["String"]; + id: Scalars['ID']; + name: Scalars['String']; /** * Represents a version of a product such as different size or color. * @deprecated This field will be removed in Saleor 4.0. Get model fields from the root level queries. @@ -15278,6 +15668,7 @@ export type ProductVariantTranslatableContent = Node & { translation?: Maybe; }; + export type ProductVariantTranslatableContentTranslationArgs = { languageCode: LanguageCodeEnum; }; @@ -15288,7 +15679,7 @@ export type ProductVariantTranslatableContentTranslationArgs = { * Requires one of the following permissions: MANAGE_TRANSLATIONS. */ export type ProductVariantTranslate = { - __typename?: "ProductVariantTranslate"; + __typename?: 'ProductVariantTranslate'; errors: Array; productVariant?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -15296,11 +15687,11 @@ export type ProductVariantTranslate = { }; export type ProductVariantTranslation = Node & { - __typename?: "ProductVariantTranslation"; - id: Scalars["ID"]; + __typename?: 'ProductVariantTranslation'; + id: Scalars['ID']; /** Translation language. */ language: LanguageDisplay; - name: Scalars["String"]; + name: Scalars['String']; }; /** @@ -15309,7 +15700,7 @@ export type ProductVariantTranslation = Node & { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type ProductVariantUpdate = { - __typename?: "ProductVariantUpdate"; + __typename?: 'ProductVariantUpdate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ productErrors: Array; @@ -15317,9 +15708,9 @@ export type ProductVariantUpdate = { }; export type ProductVariantUpdated = Event & { - __typename?: "ProductVariantUpdated"; + __typename?: 'ProductVariantUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** @@ -15333,34 +15724,35 @@ export type ProductVariantUpdated = Event & { /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type ProductVariantUpdatedProductVariantArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; export type PublishableChannelListingInput = { /** ID of a channel. */ - channelId: Scalars["ID"]; + channelId: Scalars['ID']; /** Determines if object is visible to customers. */ - isPublished?: InputMaybe; + isPublished?: InputMaybe; /** * Publication date. ISO 8601 standard. * * DEPRECATED: this field will be removed in Saleor 4.0. Use `publishedAt` field instead. */ - publicationDate?: InputMaybe; + publicationDate?: InputMaybe; /** * Publication date time. ISO 8601 standard. * * Added in Saleor 3.3. */ - publishedAt?: InputMaybe; + publishedAt?: InputMaybe; }; export type Query = { - __typename?: "Query"; + __typename?: 'Query'; _entities?: Maybe>>; _service?: Maybe<_Service>; /** Look up an address by ID. */ @@ -15494,7 +15886,7 @@ export type Query = { * * Requires one of the following permissions: MANAGE_GIFT_CARD. */ - giftCardCurrencies: Array; + giftCardCurrencies: Array; /** * Gift card related settings from site settings. * @@ -15718,503 +16110,571 @@ export type Query = { */ webhookEvents?: Maybe>; /** Retrieve a sample payload for a given webhook event based on real data. It can be useful for some integrations where sample payload is required. */ - webhookSamplePayload?: Maybe; + webhookSamplePayload?: Maybe; }; + export type Query_EntitiesArgs = { - representations?: InputMaybe>>; + representations?: InputMaybe>>; }; + export type QueryAddressArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryAddressValidationRulesArgs = { - city?: InputMaybe; - cityArea?: InputMaybe; - countryArea?: InputMaybe; + city?: InputMaybe; + cityArea?: InputMaybe; + countryArea?: InputMaybe; countryCode: CountryCode; }; + export type QueryAppArgs = { - id?: InputMaybe; + id?: InputMaybe; }; + export type QueryAppExtensionArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryAppExtensionsArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + export type QueryAppsArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryAttributeArgs = { - id?: InputMaybe; - slug?: InputMaybe; + id?: InputMaybe; + slug?: InputMaybe; }; + export type QueryAttributesArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryCategoriesArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; - level?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; + level?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryCategoryArgs = { - id?: InputMaybe; - slug?: InputMaybe; + id?: InputMaybe; + slug?: InputMaybe; }; + export type QueryChannelArgs = { - id?: InputMaybe; + id?: InputMaybe; }; + export type QueryCheckoutArgs = { - id?: InputMaybe; - token?: InputMaybe; + id?: InputMaybe; + token?: InputMaybe; }; + export type QueryCheckoutLinesArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + export type QueryCheckoutsArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryCollectionArgs = { - channel?: InputMaybe; - id?: InputMaybe; - slug?: InputMaybe; + channel?: InputMaybe; + id?: InputMaybe; + slug?: InputMaybe; }; + export type QueryCollectionsArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryCustomersArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryDigitalContentArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryDigitalContentsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + export type QueryDraftOrdersArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryExportFileArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryExportFilesArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryGiftCardArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryGiftCardTagsArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + export type QueryGiftCardsArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryHomepageEventsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + export type QueryMenuArgs = { - channel?: InputMaybe; - id?: InputMaybe; - name?: InputMaybe; - slug?: InputMaybe; + channel?: InputMaybe; + id?: InputMaybe; + name?: InputMaybe; + slug?: InputMaybe; }; + export type QueryMenuItemArgs = { - channel?: InputMaybe; - id: Scalars["ID"]; + channel?: InputMaybe; + id: Scalars['ID']; }; + export type QueryMenuItemsArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryMenusArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryOrderArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryOrderByTokenArgs = { - token: Scalars["UUID"]; + token: Scalars['UUID']; }; + export type QueryOrdersArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryOrdersTotalArgs = { - channel?: InputMaybe; + channel?: InputMaybe; period?: InputMaybe; }; + export type QueryPageArgs = { - id?: InputMaybe; - slug?: InputMaybe; + id?: InputMaybe; + slug?: InputMaybe; }; + export type QueryPageTypeArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryPageTypesArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryPagesArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryPaymentArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryPaymentsArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + export type QueryPermissionGroupArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryPermissionGroupsArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryPluginArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryPluginsArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryProductArgs = { - channel?: InputMaybe; - id?: InputMaybe; - slug?: InputMaybe; + channel?: InputMaybe; + id?: InputMaybe; + slug?: InputMaybe; }; + export type QueryProductTypeArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryProductTypesArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryProductVariantArgs = { - channel?: InputMaybe; - id?: InputMaybe; - sku?: InputMaybe; + channel?: InputMaybe; + id?: InputMaybe; + sku?: InputMaybe; }; + export type QueryProductVariantsArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - ids?: InputMaybe>; - last?: InputMaybe; + first?: InputMaybe; + ids?: InputMaybe>; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryProductsArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryReportProductSalesArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel: Scalars["String"]; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel: Scalars['String']; + first?: InputMaybe; + last?: InputMaybe; period: ReportingPeriod; }; + export type QuerySaleArgs = { - channel?: InputMaybe; - id: Scalars["ID"]; + channel?: InputMaybe; + id: Scalars['ID']; }; + export type QuerySalesArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; - query?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; + query?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryShippingZoneArgs = { - channel?: InputMaybe; - id: Scalars["ID"]; + channel?: InputMaybe; + id: Scalars['ID']; }; + export type QueryShippingZonesArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + export type QueryStaffUsersArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryStockArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryStocksArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + export type QueryTranslationArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; kind: TranslatableKinds; }; + export type QueryTranslationsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; kind: TranslatableKinds; - last?: InputMaybe; + last?: InputMaybe; }; + export type QueryUserArgs = { - email?: InputMaybe; - id?: InputMaybe; + email?: InputMaybe; + id?: InputMaybe; }; + export type QueryVoucherArgs = { - channel?: InputMaybe; - id: Scalars["ID"]; + channel?: InputMaybe; + id: Scalars['ID']; }; + export type QueryVouchersArgs = { - after?: InputMaybe; - before?: InputMaybe; - channel?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + channel?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; - query?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; + query?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryWarehouseArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryWarehousesArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; + export type QueryWebhookArgs = { - id: Scalars["ID"]; + id: Scalars['ID']; }; + export type QueryWebhookSamplePayloadArgs = { eventType: WebhookSampleEventTypeEnum; }; /** Represents a reduced VAT rate for a particular type of goods. */ export type ReducedRate = { - __typename?: "ReducedRate"; + __typename?: 'ReducedRate'; /** Reduced VAT rate in percent. */ - rate: Scalars["Float"]; + rate: Scalars['Float']; /** A type of goods. */ - rateType: Scalars["String"]; + rateType: Scalars['String']; }; /** Refresh JWT token. Mutation tries to take refreshToken from the input.If it fails it will try to take refreshToken from the http-only cookie -refreshToken. csrfToken is required when refreshToken is provided as a cookie. */ export type RefreshToken = { - __typename?: "RefreshToken"; + __typename?: 'RefreshToken'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; /** JWT token, required to authenticate. */ - token?: Maybe; + token?: Maybe; /** A user instance. */ user?: Maybe; }; export type ReorderInput = { /** The ID of the item to move. */ - id: Scalars["ID"]; + id: Scalars['ID']; /** The new relative sorting position of the item (from -inf to +inf). 1 moves the item one position forward, -1 moves the item one position backward, 0 leaves the item unchanged. */ - sortOrder?: InputMaybe; + sortOrder?: InputMaybe; }; export enum ReportingPeriod { - ThisMonth = "THIS_MONTH", - Today = "TODAY", + ThisMonth = 'THIS_MONTH', + Today = 'TODAY' } /** @@ -16223,7 +16683,7 @@ export enum ReportingPeriod { * Requires one of the following permissions: AUTHENTICATED_USER. */ export type RequestEmailChange = { - __typename?: "RequestEmailChange"; + __typename?: 'RequestEmailChange'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -16233,154 +16693,162 @@ export type RequestEmailChange = { /** Sends an email with the account password modification link. */ export type RequestPasswordReset = { - __typename?: "RequestPasswordReset"; + __typename?: 'RequestPasswordReset'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; }; /** Sales allow creating discounts for categories, collections or products and are visible to all the customers. */ -export type Sale = Node & - ObjectWithMetadata & { - __typename?: "Sale"; - /** List of categories this sale applies to. */ - categories?: Maybe; - /** - * List of channels available for the sale. - * - * Requires one of the following permissions: MANAGE_DISCOUNTS. - */ - channelListings?: Maybe>; - /** - * List of collections this sale applies to. - * - * Requires one of the following permissions: MANAGE_DISCOUNTS. - */ - collections?: Maybe; - created: Scalars["DateTime"]; - /** Currency code for sale. */ - currency?: Maybe; - /** Sale value. */ - discountValue?: Maybe; - endDate?: Maybe; - id: Scalars["ID"]; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - name: Scalars["String"]; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** - * List of products this sale applies to. - * - * Requires one of the following permissions: MANAGE_DISCOUNTS. - */ - products?: Maybe; - startDate: Scalars["DateTime"]; - /** Returns translated sale fields for the given language code. */ - translation?: Maybe; - type: SaleType; - updatedAt: Scalars["DateTime"]; - /** - * List of product variants this sale applies to. - * - * Added in Saleor 3.1. - * - * Requires one of the following permissions: MANAGE_DISCOUNTS. - */ - variants?: Maybe; - }; +export type Sale = Node & ObjectWithMetadata & { + __typename?: 'Sale'; + /** List of categories this sale applies to. */ + categories?: Maybe; + /** + * List of channels available for the sale. + * + * Requires one of the following permissions: MANAGE_DISCOUNTS. + */ + channelListings?: Maybe>; + /** + * List of collections this sale applies to. + * + * Requires one of the following permissions: MANAGE_DISCOUNTS. + */ + collections?: Maybe; + created: Scalars['DateTime']; + /** Currency code for sale. */ + currency?: Maybe; + /** Sale value. */ + discountValue?: Maybe; + endDate?: Maybe; + id: Scalars['ID']; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + name: Scalars['String']; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** + * List of products this sale applies to. + * + * Requires one of the following permissions: MANAGE_DISCOUNTS. + */ + products?: Maybe; + startDate: Scalars['DateTime']; + /** Returns translated sale fields for the given language code. */ + translation?: Maybe; + type: SaleType; + updatedAt: Scalars['DateTime']; + /** + * List of product variants this sale applies to. + * + * Added in Saleor 3.1. + * + * Requires one of the following permissions: MANAGE_DISCOUNTS. + */ + variants?: Maybe; +}; + /** Sales allow creating discounts for categories, collections or products and are visible to all the customers. */ export type SaleCategoriesArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Sales allow creating discounts for categories, collections or products and are visible to all the customers. */ export type SaleCollectionsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Sales allow creating discounts for categories, collections or products and are visible to all the customers. */ export type SaleMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Sales allow creating discounts for categories, collections or products and are visible to all the customers. */ export type SaleMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Sales allow creating discounts for categories, collections or products and are visible to all the customers. */ export type SalePrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Sales allow creating discounts for categories, collections or products and are visible to all the customers. */ export type SalePrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Sales allow creating discounts for categories, collections or products and are visible to all the customers. */ export type SaleProductsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Sales allow creating discounts for categories, collections or products and are visible to all the customers. */ export type SaleTranslationArgs = { languageCode: LanguageCodeEnum; }; + /** Sales allow creating discounts for categories, collections or products and are visible to all the customers. */ export type SaleVariantsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; /** @@ -16389,7 +16857,7 @@ export type SaleVariantsArgs = { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type SaleAddCatalogues = { - __typename?: "SaleAddCatalogues"; + __typename?: 'SaleAddCatalogues'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -16403,9 +16871,9 @@ export type SaleAddCatalogues = { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type SaleBulkDelete = { - __typename?: "SaleBulkDelete"; + __typename?: 'SaleBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -16413,25 +16881,25 @@ export type SaleBulkDelete = { /** Represents sale channel listing. */ export type SaleChannelListing = Node & { - __typename?: "SaleChannelListing"; + __typename?: 'SaleChannelListing'; channel: Channel; - currency: Scalars["String"]; - discountValue: Scalars["Float"]; - id: Scalars["ID"]; + currency: Scalars['String']; + discountValue: Scalars['Float']; + id: Scalars['ID']; }; export type SaleChannelListingAddInput = { /** ID of a channel. */ - channelId: Scalars["ID"]; + channelId: Scalars['ID']; /** The value of the discount. */ - discountValue: Scalars["PositiveDecimal"]; + discountValue: Scalars['PositiveDecimal']; }; export type SaleChannelListingInput = { /** List of channels to which the sale should be assigned. */ addChannels?: InputMaybe>; /** List of channels from which the sale should be unassigned. */ - removeChannels?: InputMaybe>; + removeChannels?: InputMaybe>; }; /** @@ -16440,7 +16908,7 @@ export type SaleChannelListingInput = { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type SaleChannelListingUpdate = { - __typename?: "SaleChannelListingUpdate"; + __typename?: 'SaleChannelListingUpdate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -16449,18 +16917,18 @@ export type SaleChannelListingUpdate = { }; export type SaleCountableConnection = { - __typename?: "SaleCountableConnection"; + __typename?: 'SaleCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type SaleCountableEdge = { - __typename?: "SaleCountableEdge"; + __typename?: 'SaleCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Sale; }; @@ -16471,7 +16939,7 @@ export type SaleCountableEdge = { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type SaleCreate = { - __typename?: "SaleCreate"; + __typename?: 'SaleCreate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -16479,9 +16947,9 @@ export type SaleCreate = { }; export type SaleCreated = Event & { - __typename?: "SaleCreated"; + __typename?: 'SaleCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -16495,11 +16963,12 @@ export type SaleCreated = Event & { */ sale?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type SaleCreatedSaleArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -16508,7 +16977,7 @@ export type SaleCreatedSaleArgs = { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type SaleDelete = { - __typename?: "SaleDelete"; + __typename?: 'SaleDelete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -16516,9 +16985,9 @@ export type SaleDelete = { }; export type SaleDeleted = Event & { - __typename?: "SaleDeleted"; + __typename?: 'SaleDeleted'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -16532,17 +17001,18 @@ export type SaleDeleted = Event & { */ sale?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type SaleDeletedSaleArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; export type SaleFilterInput = { metadata?: InputMaybe>; saleType?: InputMaybe; - search?: InputMaybe; + search?: InputMaybe; started?: InputMaybe; status?: InputMaybe>; updatedAt?: InputMaybe; @@ -16550,22 +17020,22 @@ export type SaleFilterInput = { export type SaleInput = { /** Categories related to the discount. */ - categories?: InputMaybe>; + categories?: InputMaybe>; /** Collections related to the discount. */ - collections?: InputMaybe>; + collections?: InputMaybe>; /** End date of the voucher in ISO 8601 format. */ - endDate?: InputMaybe; + endDate?: InputMaybe; /** Voucher name. */ - name?: InputMaybe; + name?: InputMaybe; /** Products related to the discount. */ - products?: InputMaybe>; + products?: InputMaybe>; /** Start date of the voucher in ISO 8601 format. */ - startDate?: InputMaybe; + startDate?: InputMaybe; /** Fixed or percentage. */ type?: InputMaybe; /** Value of the voucher. */ - value?: InputMaybe; - variants?: InputMaybe>; + value?: InputMaybe; + variants?: InputMaybe>; }; /** @@ -16574,7 +17044,7 @@ export type SaleInput = { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type SaleRemoveCatalogues = { - __typename?: "SaleRemoveCatalogues"; + __typename?: 'SaleRemoveCatalogues'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -16584,23 +17054,23 @@ export type SaleRemoveCatalogues = { export enum SaleSortField { /** Sort sales by created at. */ - CreatedAt = "CREATED_AT", + CreatedAt = 'CREATED_AT', /** Sort sales by end date. */ - EndDate = "END_DATE", + EndDate = 'END_DATE', /** Sort sales by last modified at. */ - LastModifiedAt = "LAST_MODIFIED_AT", + LastModifiedAt = 'LAST_MODIFIED_AT', /** Sort sales by name. */ - Name = "NAME", + Name = 'NAME', /** Sort sales by start date. */ - StartDate = "START_DATE", + StartDate = 'START_DATE', /** Sort sales by type. */ - Type = "TYPE", + Type = 'TYPE', /** * Sort sales by value. * * This option requires a channel filter to work as the values can vary between channels. */ - Value = "VALUE", + Value = 'VALUE' } export type SaleSortingInput = { @@ -16609,7 +17079,7 @@ export type SaleSortingInput = { * * DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. */ - channel?: InputMaybe; + channel?: InputMaybe; /** Specifies the direction in which to sort products. */ direction: OrderDirection; /** Sort sales by the selected field. */ @@ -16617,9 +17087,9 @@ export type SaleSortingInput = { }; export type SaleTranslatableContent = Node & { - __typename?: "SaleTranslatableContent"; - id: Scalars["ID"]; - name: Scalars["String"]; + __typename?: 'SaleTranslatableContent'; + id: Scalars['ID']; + name: Scalars['String']; /** * Sales allow creating discounts for categories, collections or products and are visible to all the customers. * @@ -16631,6 +17101,7 @@ export type SaleTranslatableContent = Node & { translation?: Maybe; }; + export type SaleTranslatableContentTranslationArgs = { languageCode: LanguageCodeEnum; }; @@ -16641,7 +17112,7 @@ export type SaleTranslatableContentTranslationArgs = { * Requires one of the following permissions: MANAGE_TRANSLATIONS. */ export type SaleTranslate = { - __typename?: "SaleTranslate"; + __typename?: 'SaleTranslate'; errors: Array; sale?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -16649,16 +17120,16 @@ export type SaleTranslate = { }; export type SaleTranslation = Node & { - __typename?: "SaleTranslation"; - id: Scalars["ID"]; + __typename?: 'SaleTranslation'; + id: Scalars['ID']; /** Translation language. */ language: LanguageDisplay; - name?: Maybe; + name?: Maybe; }; export enum SaleType { - Fixed = "FIXED", - Percentage = "PERCENTAGE", + Fixed = 'FIXED', + Percentage = 'PERCENTAGE' } /** @@ -16667,7 +17138,7 @@ export enum SaleType { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type SaleUpdate = { - __typename?: "SaleUpdate"; + __typename?: 'SaleUpdate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -16675,9 +17146,9 @@ export type SaleUpdate = { }; export type SaleUpdated = Event & { - __typename?: "SaleUpdated"; + __typename?: 'SaleUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -16691,16 +17162,17 @@ export type SaleUpdated = Event & { */ sale?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type SaleUpdatedSaleArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** Represents a custom attribute. */ export type SelectedAttribute = { - __typename?: "SelectedAttribute"; + __typename?: 'SelectedAttribute'; /** Name of an attribute displayed in the interface. */ attribute: Attribute; /** Values of an attribute. */ @@ -16709,160 +17181,164 @@ export type SelectedAttribute = { export type SeoInput = { /** SEO description. */ - description?: InputMaybe; + description?: InputMaybe; /** SEO title. */ - title?: InputMaybe; + title?: InputMaybe; }; /** Sets the user's password from the token sent by email using the RequestPasswordReset mutation. */ export type SetPassword = { - __typename?: "SetPassword"; + __typename?: 'SetPassword'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; /** CSRF token required to re-generate access token. */ - csrfToken?: Maybe; + csrfToken?: Maybe; errors: Array; /** JWT refresh token, required to re-generate access token. */ - refreshToken?: Maybe; + refreshToken?: Maybe; /** JWT token, required to authenticate. */ - token?: Maybe; + token?: Maybe; /** A user instance. */ user?: Maybe; }; export type ShippingError = { - __typename?: "ShippingError"; + __typename?: 'ShippingError'; /** List of channels IDs which causes the error. */ - channels?: Maybe>; + channels?: Maybe>; /** The error code. */ code: ShippingErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of warehouse IDs which causes the error. */ - warehouses?: Maybe>; + warehouses?: Maybe>; }; /** An enumeration. */ export enum ShippingErrorCode { - AlreadyExists = "ALREADY_EXISTS", - DuplicatedInputItem = "DUPLICATED_INPUT_ITEM", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - MaxLessThanMin = "MAX_LESS_THAN_MIN", - NotFound = "NOT_FOUND", - Required = "REQUIRED", - Unique = "UNIQUE", + AlreadyExists = 'ALREADY_EXISTS', + DuplicatedInputItem = 'DUPLICATED_INPUT_ITEM', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + MaxLessThanMin = 'MAX_LESS_THAN_MIN', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED', + Unique = 'UNIQUE' } /** Shipping methods that can be used as means of shipping for orders and checkouts. */ -export type ShippingMethod = Node & - ObjectWithMetadata & { - __typename?: "ShippingMethod"; - /** Describes if this shipping method is active and can be selected. */ - active: Scalars["Boolean"]; - /** - * Shipping method description. - * - * Rich text format. For reference see https://editorjs.io/ - */ - description?: Maybe; - /** Unique ID of ShippingMethod available for Order. */ - id: Scalars["ID"]; - /** Maximum delivery days for this shipping method. */ - maximumDeliveryDays?: Maybe; - /** Maximum order price for this shipping method. */ - maximumOrderPrice?: Maybe; - /** - * Maximum order weight for this shipping method. - * @deprecated This field will be removed in Saleor 4.0. - */ - maximumOrderWeight?: Maybe; - /** Message connected to this shipping method. */ - message?: Maybe; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - /** Minimum delivery days for this shipping method. */ - minimumDeliveryDays?: Maybe; - /** Minimal order price for this shipping method. */ - minimumOrderPrice?: Maybe; - /** - * Minimum order weight for this shipping method. - * @deprecated This field will be removed in Saleor 4.0. - */ - minimumOrderWeight?: Maybe; - /** Shipping method name. */ - name: Scalars["String"]; - /** The price of selected shipping method. */ - price: Money; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** Returns translated shipping method fields for the given language code. */ - translation?: Maybe; - /** - * Type of the shipping method. - * @deprecated This field will be removed in Saleor 4.0. - */ - type?: Maybe; - }; +export type ShippingMethod = Node & ObjectWithMetadata & { + __typename?: 'ShippingMethod'; + /** Describes if this shipping method is active and can be selected. */ + active: Scalars['Boolean']; + /** + * Shipping method description. + * + * Rich text format. For reference see https://editorjs.io/ + */ + description?: Maybe; + /** Unique ID of ShippingMethod available for Order. */ + id: Scalars['ID']; + /** Maximum delivery days for this shipping method. */ + maximumDeliveryDays?: Maybe; + /** Maximum order price for this shipping method. */ + maximumOrderPrice?: Maybe; + /** + * Maximum order weight for this shipping method. + * @deprecated This field will be removed in Saleor 4.0. + */ + maximumOrderWeight?: Maybe; + /** Message connected to this shipping method. */ + message?: Maybe; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + /** Minimum delivery days for this shipping method. */ + minimumDeliveryDays?: Maybe; + /** Minimal order price for this shipping method. */ + minimumOrderPrice?: Maybe; + /** + * Minimum order weight for this shipping method. + * @deprecated This field will be removed in Saleor 4.0. + */ + minimumOrderWeight?: Maybe; + /** Shipping method name. */ + name: Scalars['String']; + /** The price of selected shipping method. */ + price: Money; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** Returns translated shipping method fields for the given language code. */ + translation?: Maybe; + /** + * Type of the shipping method. + * @deprecated This field will be removed in Saleor 4.0. + */ + type?: Maybe; +}; + /** Shipping methods that can be used as means of shipping for orders and checkouts. */ export type ShippingMethodMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Shipping methods that can be used as means of shipping for orders and checkouts. */ export type ShippingMethodMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Shipping methods that can be used as means of shipping for orders and checkouts. */ export type ShippingMethodPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Shipping methods that can be used as means of shipping for orders and checkouts. */ export type ShippingMethodPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Shipping methods that can be used as means of shipping for orders and checkouts. */ export type ShippingMethodTranslationArgs = { languageCode: LanguageCodeEnum; @@ -16870,9 +17346,9 @@ export type ShippingMethodTranslationArgs = { /** Represents shipping method channel listing. */ export type ShippingMethodChannelListing = Node & { - __typename?: "ShippingMethodChannelListing"; + __typename?: 'ShippingMethodChannelListing'; channel: Channel; - id: Scalars["ID"]; + id: Scalars['ID']; maximumOrderPrice?: Maybe; minimumOrderPrice?: Maybe; price?: Maybe; @@ -16880,20 +17356,20 @@ export type ShippingMethodChannelListing = Node & { export type ShippingMethodChannelListingAddInput = { /** ID of a channel. */ - channelId: Scalars["ID"]; + channelId: Scalars['ID']; /** Maximum order price to use this shipping method. */ - maximumOrderPrice?: InputMaybe; + maximumOrderPrice?: InputMaybe; /** Minimum order price to use this shipping method. */ - minimumOrderPrice?: InputMaybe; + minimumOrderPrice?: InputMaybe; /** Shipping price of the shipping method in this channel. */ - price?: InputMaybe; + price?: InputMaybe; }; export type ShippingMethodChannelListingInput = { /** List of channels to which the shipping method should be assigned. */ addChannels?: InputMaybe>; /** List of channels from which the shipping method should be unassigned. */ - removeChannels?: InputMaybe>; + removeChannels?: InputMaybe>; }; /** @@ -16902,7 +17378,7 @@ export type ShippingMethodChannelListingInput = { * Requires one of the following permissions: MANAGE_SHIPPING. */ export type ShippingMethodChannelListingUpdate = { - __typename?: "ShippingMethodChannelListingUpdate"; + __typename?: 'ShippingMethodChannelListingUpdate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shippingErrors: Array; @@ -16912,27 +17388,27 @@ export type ShippingMethodChannelListingUpdate = { /** Represents shipping method postal code rule. */ export type ShippingMethodPostalCodeRule = Node & { - __typename?: "ShippingMethodPostalCodeRule"; + __typename?: 'ShippingMethodPostalCodeRule'; /** End address range. */ - end?: Maybe; + end?: Maybe; /** The ID of the object. */ - id: Scalars["ID"]; + id: Scalars['ID']; /** Inclusion type of the postal code rule. */ inclusionType?: Maybe; /** Start address range. */ - start?: Maybe; + start?: Maybe; }; export type ShippingMethodTranslatableContent = Node & { - __typename?: "ShippingMethodTranslatableContent"; + __typename?: 'ShippingMethodTranslatableContent'; /** * Description of the shipping method. * * Rich text format. For reference see https://editorjs.io/ */ - description?: Maybe; - id: Scalars["ID"]; - name: Scalars["String"]; + description?: Maybe; + id: Scalars['ID']; + name: Scalars['String']; /** * Shipping method are the methods you'll use to get customer's orders to them. They are directly exposed to the customers. * @@ -16944,138 +17420,144 @@ export type ShippingMethodTranslatableContent = Node & { translation?: Maybe; }; + export type ShippingMethodTranslatableContentTranslationArgs = { languageCode: LanguageCodeEnum; }; export type ShippingMethodTranslation = Node & { - __typename?: "ShippingMethodTranslation"; + __typename?: 'ShippingMethodTranslation'; /** * Translated description of the shipping method. * * Rich text format. For reference see https://editorjs.io/ */ - description?: Maybe; - id: Scalars["ID"]; + description?: Maybe; + id: Scalars['ID']; /** Translation language. */ language: LanguageDisplay; - name?: Maybe; + name?: Maybe; }; /** Shipping method are the methods you'll use to get customer's orders to them. They are directly exposed to the customers. */ -export type ShippingMethodType = Node & - ObjectWithMetadata & { - __typename?: "ShippingMethodType"; - /** - * List of channels available for the method. - * - * Requires one of the following permissions: MANAGE_SHIPPING. - */ - channelListings?: Maybe>; - /** - * Shipping method description. - * - * Rich text format. For reference see https://editorjs.io/ - */ - description?: Maybe; - /** - * List of excluded products for the shipping method. - * - * Requires one of the following permissions: MANAGE_SHIPPING. - */ - excludedProducts?: Maybe; - /** Shipping method ID. */ - id: Scalars["ID"]; - /** Maximum number of days for delivery. */ - maximumDeliveryDays?: Maybe; - /** The price of the cheapest variant (including discounts). */ - maximumOrderPrice?: Maybe; - /** Maximum order weight to use this shipping method. */ - maximumOrderWeight?: Maybe; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - /** Minimal number of days for delivery. */ - minimumDeliveryDays?: Maybe; - /** The price of the cheapest variant (including discounts). */ - minimumOrderPrice?: Maybe; - /** Minimum order weight to use this shipping method. */ - minimumOrderWeight?: Maybe; - /** Shipping method name. */ - name: Scalars["String"]; - /** Postal code ranges rule of exclusion or inclusion of the shipping method. */ - postalCodeRules?: Maybe>; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** Returns translated shipping method fields for the given language code. */ - translation?: Maybe; - /** Type of the shipping method. */ - type?: Maybe; - }; +export type ShippingMethodType = Node & ObjectWithMetadata & { + __typename?: 'ShippingMethodType'; + /** + * List of channels available for the method. + * + * Requires one of the following permissions: MANAGE_SHIPPING. + */ + channelListings?: Maybe>; + /** + * Shipping method description. + * + * Rich text format. For reference see https://editorjs.io/ + */ + description?: Maybe; + /** + * List of excluded products for the shipping method. + * + * Requires one of the following permissions: MANAGE_SHIPPING. + */ + excludedProducts?: Maybe; + /** Shipping method ID. */ + id: Scalars['ID']; + /** Maximum number of days for delivery. */ + maximumDeliveryDays?: Maybe; + /** The price of the cheapest variant (including discounts). */ + maximumOrderPrice?: Maybe; + /** Maximum order weight to use this shipping method. */ + maximumOrderWeight?: Maybe; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + /** Minimal number of days for delivery. */ + minimumDeliveryDays?: Maybe; + /** The price of the cheapest variant (including discounts). */ + minimumOrderPrice?: Maybe; + /** Minimum order weight to use this shipping method. */ + minimumOrderWeight?: Maybe; + /** Shipping method name. */ + name: Scalars['String']; + /** Postal code ranges rule of exclusion or inclusion of the shipping method. */ + postalCodeRules?: Maybe>; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** Returns translated shipping method fields for the given language code. */ + translation?: Maybe; + /** Type of the shipping method. */ + type?: Maybe; +}; + /** Shipping method are the methods you'll use to get customer's orders to them. They are directly exposed to the customers. */ export type ShippingMethodTypeExcludedProductsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Shipping method are the methods you'll use to get customer's orders to them. They are directly exposed to the customers. */ export type ShippingMethodTypeMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Shipping method are the methods you'll use to get customer's orders to them. They are directly exposed to the customers. */ export type ShippingMethodTypeMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Shipping method are the methods you'll use to get customer's orders to them. They are directly exposed to the customers. */ export type ShippingMethodTypePrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Shipping method are the methods you'll use to get customer's orders to them. They are directly exposed to the customers. */ export type ShippingMethodTypePrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Shipping method are the methods you'll use to get customer's orders to them. They are directly exposed to the customers. */ export type ShippingMethodTypeTranslationArgs = { languageCode: LanguageCodeEnum; @@ -17083,15 +17565,15 @@ export type ShippingMethodTypeTranslationArgs = { /** An enumeration. */ export enum ShippingMethodTypeEnum { - Price = "PRICE", - Weight = "WEIGHT", + Price = 'PRICE', + Weight = 'WEIGHT' } export type ShippingPostalCodeRulesCreateInputRange = { /** End range of the postal code. */ - end?: InputMaybe; + end?: InputMaybe; /** Start range of the postal code. */ - start: Scalars["String"]; + start: Scalars['String']; }; /** @@ -17100,9 +17582,9 @@ export type ShippingPostalCodeRulesCreateInputRange = { * Requires one of the following permissions: MANAGE_SHIPPING. */ export type ShippingPriceBulkDelete = { - __typename?: "ShippingPriceBulkDelete"; + __typename?: 'ShippingPriceBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shippingErrors: Array; @@ -17114,7 +17596,7 @@ export type ShippingPriceBulkDelete = { * Requires one of the following permissions: MANAGE_SHIPPING. */ export type ShippingPriceCreate = { - __typename?: "ShippingPriceCreate"; + __typename?: 'ShippingPriceCreate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shippingErrors: Array; @@ -17124,9 +17606,9 @@ export type ShippingPriceCreate = { }; export type ShippingPriceCreated = Event & { - __typename?: "ShippingPriceCreated"; + __typename?: 'ShippingPriceCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -17148,15 +17630,17 @@ export type ShippingPriceCreated = Event & { */ shippingZone?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type ShippingPriceCreatedShippingMethodArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; + export type ShippingPriceCreatedShippingZoneArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -17165,7 +17649,7 @@ export type ShippingPriceCreatedShippingZoneArgs = { * Requires one of the following permissions: MANAGE_SHIPPING. */ export type ShippingPriceDelete = { - __typename?: "ShippingPriceDelete"; + __typename?: 'ShippingPriceDelete'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shippingErrors: Array; @@ -17176,9 +17660,9 @@ export type ShippingPriceDelete = { }; export type ShippingPriceDeleted = Event & { - __typename?: "ShippingPriceDeleted"; + __typename?: 'ShippingPriceDeleted'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -17200,15 +17684,17 @@ export type ShippingPriceDeleted = Event & { */ shippingZone?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type ShippingPriceDeletedShippingMethodArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; + export type ShippingPriceDeletedShippingZoneArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -17217,7 +17703,7 @@ export type ShippingPriceDeletedShippingZoneArgs = { * Requires one of the following permissions: MANAGE_SHIPPING. */ export type ShippingPriceExcludeProducts = { - __typename?: "ShippingPriceExcludeProducts"; + __typename?: 'ShippingPriceExcludeProducts'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shippingErrors: Array; @@ -17227,30 +17713,30 @@ export type ShippingPriceExcludeProducts = { export type ShippingPriceExcludeProductsInput = { /** List of products which will be excluded. */ - products: Array; + products: Array; }; export type ShippingPriceInput = { /** Postal code rules to add. */ addPostalCodeRules?: InputMaybe>; /** Postal code rules to delete. */ - deletePostalCodeRules?: InputMaybe>; + deletePostalCodeRules?: InputMaybe>; /** Shipping method description. */ - description?: InputMaybe; + description?: InputMaybe; /** Inclusion type for currently assigned postal code rules. */ inclusionType?: InputMaybe; /** Maximum number of days for delivery. */ - maximumDeliveryDays?: InputMaybe; + maximumDeliveryDays?: InputMaybe; /** Maximum order weight to use this shipping method. */ - maximumOrderWeight?: InputMaybe; + maximumOrderWeight?: InputMaybe; /** Minimal number of days for delivery. */ - minimumDeliveryDays?: InputMaybe; + minimumDeliveryDays?: InputMaybe; /** Minimum order weight to use this shipping method. */ - minimumOrderWeight?: InputMaybe; + minimumOrderWeight?: InputMaybe; /** Name of the shipping method. */ - name?: InputMaybe; + name?: InputMaybe; /** Shipping zone this method belongs to. */ - shippingZone?: InputMaybe; + shippingZone?: InputMaybe; /** Shipping type: price or weight based. */ type?: InputMaybe; }; @@ -17261,7 +17747,7 @@ export type ShippingPriceInput = { * Requires one of the following permissions: MANAGE_SHIPPING. */ export type ShippingPriceRemoveProductFromExclude = { - __typename?: "ShippingPriceRemoveProductFromExclude"; + __typename?: 'ShippingPriceRemoveProductFromExclude'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shippingErrors: Array; @@ -17275,7 +17761,7 @@ export type ShippingPriceRemoveProductFromExclude = { * Requires one of the following permissions: MANAGE_TRANSLATIONS. */ export type ShippingPriceTranslate = { - __typename?: "ShippingPriceTranslate"; + __typename?: 'ShippingPriceTranslate'; errors: Array; shippingMethod?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -17288,8 +17774,8 @@ export type ShippingPriceTranslationInput = { * * Rich text format. For reference see https://editorjs.io/ */ - description?: InputMaybe; - name?: InputMaybe; + description?: InputMaybe; + name?: InputMaybe; }; /** @@ -17298,7 +17784,7 @@ export type ShippingPriceTranslationInput = { * Requires one of the following permissions: MANAGE_SHIPPING. */ export type ShippingPriceUpdate = { - __typename?: "ShippingPriceUpdate"; + __typename?: 'ShippingPriceUpdate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shippingErrors: Array; @@ -17308,9 +17794,9 @@ export type ShippingPriceUpdate = { }; export type ShippingPriceUpdated = Event & { - __typename?: "ShippingPriceUpdated"; + __typename?: 'ShippingPriceUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -17332,96 +17818,101 @@ export type ShippingPriceUpdated = Event & { */ shippingZone?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type ShippingPriceUpdatedShippingMethodArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; + export type ShippingPriceUpdatedShippingZoneArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** Represents a shipping zone in the shop. Zones are the concept used only for grouping shipping methods in the dashboard, and are never exposed to the customers directly. */ -export type ShippingZone = Node & - ObjectWithMetadata & { - __typename?: "ShippingZone"; - /** List of channels for shipping zone. */ - channels: Array; - /** List of countries available for the method. */ - countries: Array; - default: Scalars["Boolean"]; - /** Description of a shipping zone. */ - description?: Maybe; - id: Scalars["ID"]; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - name: Scalars["String"]; - /** Lowest and highest prices for the shipping. */ - priceRange?: Maybe; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** List of shipping methods available for orders shipped to countries within this shipping zone. */ - shippingMethods?: Maybe>; - /** List of warehouses for shipping zone. */ - warehouses: Array; - }; +export type ShippingZone = Node & ObjectWithMetadata & { + __typename?: 'ShippingZone'; + /** List of channels for shipping zone. */ + channels: Array; + /** List of countries available for the method. */ + countries: Array; + default: Scalars['Boolean']; + /** Description of a shipping zone. */ + description?: Maybe; + id: Scalars['ID']; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + name: Scalars['String']; + /** Lowest and highest prices for the shipping. */ + priceRange?: Maybe; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** List of shipping methods available for orders shipped to countries within this shipping zone. */ + shippingMethods?: Maybe>; + /** List of warehouses for shipping zone. */ + warehouses: Array; +}; + /** Represents a shipping zone in the shop. Zones are the concept used only for grouping shipping methods in the dashboard, and are never exposed to the customers directly. */ export type ShippingZoneMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a shipping zone in the shop. Zones are the concept used only for grouping shipping methods in the dashboard, and are never exposed to the customers directly. */ export type ShippingZoneMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents a shipping zone in the shop. Zones are the concept used only for grouping shipping methods in the dashboard, and are never exposed to the customers directly. */ export type ShippingZonePrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents a shipping zone in the shop. Zones are the concept used only for grouping shipping methods in the dashboard, and are never exposed to the customers directly. */ export type ShippingZonePrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; /** @@ -17430,27 +17921,27 @@ export type ShippingZonePrivateMetafieldsArgs = { * Requires one of the following permissions: MANAGE_SHIPPING. */ export type ShippingZoneBulkDelete = { - __typename?: "ShippingZoneBulkDelete"; + __typename?: 'ShippingZoneBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shippingErrors: Array; }; export type ShippingZoneCountableConnection = { - __typename?: "ShippingZoneCountableConnection"; + __typename?: 'ShippingZoneCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type ShippingZoneCountableEdge = { - __typename?: "ShippingZoneCountableEdge"; + __typename?: 'ShippingZoneCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: ShippingZone; }; @@ -17461,7 +17952,7 @@ export type ShippingZoneCountableEdge = { * Requires one of the following permissions: MANAGE_SHIPPING. */ export type ShippingZoneCreate = { - __typename?: "ShippingZoneCreate"; + __typename?: 'ShippingZoneCreate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shippingErrors: Array; @@ -17470,23 +17961,23 @@ export type ShippingZoneCreate = { export type ShippingZoneCreateInput = { /** List of channels to assign to the shipping zone. */ - addChannels?: InputMaybe>; + addChannels?: InputMaybe>; /** List of warehouses to assign to a shipping zone */ - addWarehouses?: InputMaybe>; + addWarehouses?: InputMaybe>; /** List of countries in this shipping zone. */ - countries?: InputMaybe>; + countries?: InputMaybe>; /** Default shipping zone will be used for countries not covered by other zones. */ - default?: InputMaybe; + default?: InputMaybe; /** Description of the shipping zone. */ - description?: InputMaybe; + description?: InputMaybe; /** Shipping zone's name. Visible only to the staff. */ - name?: InputMaybe; + name?: InputMaybe; }; export type ShippingZoneCreated = Event & { - __typename?: "ShippingZoneCreated"; + __typename?: 'ShippingZoneCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -17500,11 +17991,12 @@ export type ShippingZoneCreated = Event & { */ shippingZone?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type ShippingZoneCreatedShippingZoneArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -17513,7 +18005,7 @@ export type ShippingZoneCreatedShippingZoneArgs = { * Requires one of the following permissions: MANAGE_SHIPPING. */ export type ShippingZoneDelete = { - __typename?: "ShippingZoneDelete"; + __typename?: 'ShippingZoneDelete'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shippingErrors: Array; @@ -17521,9 +18013,9 @@ export type ShippingZoneDelete = { }; export type ShippingZoneDeleted = Event & { - __typename?: "ShippingZoneDeleted"; + __typename?: 'ShippingZoneDeleted'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -17537,16 +18029,17 @@ export type ShippingZoneDeleted = Event & { */ shippingZone?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type ShippingZoneDeletedShippingZoneArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; export type ShippingZoneFilterInput = { - channels?: InputMaybe>; - search?: InputMaybe; + channels?: InputMaybe>; + search?: InputMaybe; }; /** @@ -17555,7 +18048,7 @@ export type ShippingZoneFilterInput = { * Requires one of the following permissions: MANAGE_SHIPPING. */ export type ShippingZoneUpdate = { - __typename?: "ShippingZoneUpdate"; + __typename?: 'ShippingZoneUpdate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shippingErrors: Array; @@ -17564,27 +18057,27 @@ export type ShippingZoneUpdate = { export type ShippingZoneUpdateInput = { /** List of channels to assign to the shipping zone. */ - addChannels?: InputMaybe>; + addChannels?: InputMaybe>; /** List of warehouses to assign to a shipping zone */ - addWarehouses?: InputMaybe>; + addWarehouses?: InputMaybe>; /** List of countries in this shipping zone. */ - countries?: InputMaybe>; + countries?: InputMaybe>; /** Default shipping zone will be used for countries not covered by other zones. */ - default?: InputMaybe; + default?: InputMaybe; /** Description of the shipping zone. */ - description?: InputMaybe; + description?: InputMaybe; /** Shipping zone's name. Visible only to the staff. */ - name?: InputMaybe; + name?: InputMaybe; /** List of channels to unassign from the shipping zone. */ - removeChannels?: InputMaybe>; + removeChannels?: InputMaybe>; /** List of warehouses to unassign from a shipping zone */ - removeWarehouses?: InputMaybe>; + removeWarehouses?: InputMaybe>; }; export type ShippingZoneUpdated = Event & { - __typename?: "ShippingZoneUpdated"; + __typename?: 'ShippingZoneUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -17598,22 +18091,23 @@ export type ShippingZoneUpdated = Event & { */ shippingZone?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; + export type ShippingZoneUpdatedShippingZoneArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** Represents a shop resource containing general shop data and configuration. */ export type Shop = { - __typename?: "Shop"; + __typename?: 'Shop'; /** * Enable automatic fulfillment for all digital products. * * Requires one of the following permissions: MANAGE_SETTINGS. */ - automaticFulfillmentDigitalProducts?: Maybe; + automaticFulfillmentDigitalProducts?: Maybe; /** List of available external authentications. */ availableExternalAuthentications: Array; /** List of available payment gateways. */ @@ -17627,15 +18121,15 @@ export type Shop = { * * Requires one of the following permissions: AUTHENTICATED_STAFF_USER, AUTHENTICATED_APP. */ - channelCurrencies: Array; + channelCurrencies: Array; /** Charge taxes on shipping. */ - chargeTaxesOnShipping: Scalars["Boolean"]; + chargeTaxesOnShipping: Scalars['Boolean']; /** Company address. */ companyAddress?: Maybe
; /** List of countries available in the shop. */ countries: Array; /** URL of a view where customers can set their password. */ - customerSetPasswordUrl?: Maybe; + customerSetPasswordUrl?: Maybe; /** Shop's default country. */ defaultCountry?: Maybe; /** @@ -17643,31 +18137,31 @@ export type Shop = { * * Requires one of the following permissions: MANAGE_SETTINGS. */ - defaultDigitalMaxDownloads?: Maybe; + defaultDigitalMaxDownloads?: Maybe; /** * Default number of days which digital content URL will be valid. * * Requires one of the following permissions: MANAGE_SETTINGS. */ - defaultDigitalUrlValidDays?: Maybe; + defaultDigitalUrlValidDays?: Maybe; /** * Default shop's email sender's address. * * Requires one of the following permissions: MANAGE_SETTINGS. */ - defaultMailSenderAddress?: Maybe; + defaultMailSenderAddress?: Maybe; /** * Default shop's email sender's name. * * Requires one of the following permissions: MANAGE_SETTINGS. */ - defaultMailSenderName?: Maybe; + defaultMailSenderName?: Maybe; /** Default weight unit. */ defaultWeightUnit?: Maybe; /** Shop's description. */ - description?: Maybe; + description?: Maybe; /** Display prices with tax in store. */ - displayGrossPrices: Scalars["Boolean"]; + displayGrossPrices: Scalars['Boolean']; /** Shop's domain data. */ domain: Domain; /** @@ -17675,17 +18169,17 @@ export type Shop = { * * Added in Saleor 3.1. */ - fulfillmentAllowUnpaid: Scalars["Boolean"]; + fulfillmentAllowUnpaid: Scalars['Boolean']; /** * Automatically approve all new fulfillments. * * Added in Saleor 3.1. */ - fulfillmentAutoApprove: Scalars["Boolean"]; + fulfillmentAutoApprove: Scalars['Boolean']; /** Header text. */ - headerText?: Maybe; + headerText?: Maybe; /** Include taxes in prices. */ - includeTaxesInPrices: Scalars["Boolean"]; + includeTaxesInPrices: Scalars['Boolean']; /** List of the shops's supported languages. */ languages: Array; /** @@ -17697,7 +18191,7 @@ export type Shop = { * * Requires one of the following permissions: MANAGE_SETTINGS. */ - limitQuantityPerCheckout?: Maybe; + limitQuantityPerCheckout?: Maybe; /** * Resource limitations and current usage if any set for a shop * @@ -17705,11 +18199,11 @@ export type Shop = { */ limits: LimitInfo; /** Shop's name. */ - name: Scalars["String"]; + name: Scalars['String']; /** List of available permissions. */ permissions: Array; /** List of possible phone prefixes. */ - phonePrefixes: Array; + phonePrefixes: Array; /** * Default number of minutes stock will be reserved for anonymous checkout or null when stock reservation is disabled. * @@ -17717,7 +18211,7 @@ export type Shop = { * * Requires one of the following permissions: MANAGE_SETTINGS. */ - reserveStockDurationAnonymousUser?: Maybe; + reserveStockDurationAnonymousUser?: Maybe; /** * Default number of minutes stock will be reserved for authenticated checkout or null when stock reservation is disabled. * @@ -17725,7 +18219,7 @@ export type Shop = { * * Requires one of the following permissions: MANAGE_SETTINGS. */ - reserveStockDurationAuthenticatedUser?: Maybe; + reserveStockDurationAuthenticatedUser?: Maybe; /** * List of staff notification recipients. * @@ -17733,7 +18227,7 @@ export type Shop = { */ staffNotificationRecipients?: Maybe>; /** Enable inventory tracking. */ - trackInventoryByDefault?: Maybe; + trackInventoryByDefault?: Maybe; /** Returns translated shop fields for the given language code. */ translation?: Maybe; /** @@ -17741,27 +18235,31 @@ export type Shop = { * * Requires one of the following permissions: AUTHENTICATED_STAFF_USER, AUTHENTICATED_APP. */ - version: Scalars["String"]; + version: Scalars['String']; }; + /** Represents a shop resource containing general shop data and configuration. */ export type ShopAvailablePaymentGatewaysArgs = { - channel?: InputMaybe; - currency?: InputMaybe; + channel?: InputMaybe; + currency?: InputMaybe; }; + /** Represents a shop resource containing general shop data and configuration. */ export type ShopAvailableShippingMethodsArgs = { address?: InputMaybe; - channel: Scalars["String"]; + channel: Scalars['String']; }; + /** Represents a shop resource containing general shop data and configuration. */ export type ShopCountriesArgs = { filter?: InputMaybe; languageCode?: InputMaybe; }; + /** Represents a shop resource containing general shop data and configuration. */ export type ShopTranslationArgs = { languageCode: LanguageCodeEnum; @@ -17773,7 +18271,7 @@ export type ShopTranslationArgs = { * Requires one of the following permissions: MANAGE_SETTINGS. */ export type ShopAddressUpdate = { - __typename?: "ShopAddressUpdate"; + __typename?: 'ShopAddressUpdate'; errors: Array; /** Updated shop. */ shop?: Maybe; @@ -17787,7 +18285,7 @@ export type ShopAddressUpdate = { * Requires one of the following permissions: MANAGE_SETTINGS. */ export type ShopDomainUpdate = { - __typename?: "ShopDomainUpdate"; + __typename?: 'ShopDomainUpdate'; errors: Array; /** Updated shop. */ shop?: Maybe; @@ -17796,24 +18294,24 @@ export type ShopDomainUpdate = { }; export type ShopError = { - __typename?: "ShopError"; + __typename?: 'ShopError'; /** The error code. */ code: ShopErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum ShopErrorCode { - AlreadyExists = "ALREADY_EXISTS", - CannotFetchTaxRates = "CANNOT_FETCH_TAX_RATES", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - Required = "REQUIRED", - Unique = "UNIQUE", + AlreadyExists = 'ALREADY_EXISTS', + CannotFetchTaxRates = 'CANNOT_FETCH_TAX_RATES', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED', + Unique = 'UNIQUE' } /** @@ -17822,7 +18320,7 @@ export enum ShopErrorCode { * Requires one of the following permissions: MANAGE_SETTINGS. */ export type ShopFetchTaxRates = { - __typename?: "ShopFetchTaxRates"; + __typename?: 'ShopFetchTaxRates'; errors: Array; /** Updated shop. */ shop?: Maybe; @@ -17832,41 +18330,41 @@ export type ShopFetchTaxRates = { export type ShopSettingsInput = { /** Enable automatic fulfillment for all digital products. */ - automaticFulfillmentDigitalProducts?: InputMaybe; + automaticFulfillmentDigitalProducts?: InputMaybe; /** Charge taxes on shipping. */ - chargeTaxesOnShipping?: InputMaybe; + chargeTaxesOnShipping?: InputMaybe; /** URL of a view where customers can set their password. */ - customerSetPasswordUrl?: InputMaybe; + customerSetPasswordUrl?: InputMaybe; /** Default number of max downloads per digital content URL. */ - defaultDigitalMaxDownloads?: InputMaybe; + defaultDigitalMaxDownloads?: InputMaybe; /** Default number of days which digital content URL will be valid. */ - defaultDigitalUrlValidDays?: InputMaybe; + defaultDigitalUrlValidDays?: InputMaybe; /** Default email sender's address. */ - defaultMailSenderAddress?: InputMaybe; + defaultMailSenderAddress?: InputMaybe; /** Default email sender's name. */ - defaultMailSenderName?: InputMaybe; + defaultMailSenderName?: InputMaybe; /** Default weight unit. */ defaultWeightUnit?: InputMaybe; /** SEO description. */ - description?: InputMaybe; + description?: InputMaybe; /** Display prices with tax in store. */ - displayGrossPrices?: InputMaybe; + displayGrossPrices?: InputMaybe; /** * Enable ability to approve fulfillments which are unpaid. * * Added in Saleor 3.1. */ - fulfillmentAllowUnpaid?: InputMaybe; + fulfillmentAllowUnpaid?: InputMaybe; /** * Enable automatic approval of all new fulfillments. * * Added in Saleor 3.1. */ - fulfillmentAutoApprove?: InputMaybe; + fulfillmentAutoApprove?: InputMaybe; /** Header text. */ - headerText?: InputMaybe; + headerText?: InputMaybe; /** Include taxes in prices. */ - includeTaxesInPrices?: InputMaybe; + includeTaxesInPrices?: InputMaybe; /** * Default number of maximum line quantity in single checkout. Minimum possible value is 1, default value is 50. * @@ -17874,21 +18372,21 @@ export type ShopSettingsInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - limitQuantityPerCheckout?: InputMaybe; + limitQuantityPerCheckout?: InputMaybe; /** * Default number of minutes stock will be reserved for anonymous checkout. Enter 0 or null to disable. * * Added in Saleor 3.1. */ - reserveStockDurationAnonymousUser?: InputMaybe; + reserveStockDurationAnonymousUser?: InputMaybe; /** * Default number of minutes stock will be reserved for authenticated checkout. Enter 0 or null to disable. * * Added in Saleor 3.1. */ - reserveStockDurationAuthenticatedUser?: InputMaybe; + reserveStockDurationAuthenticatedUser?: InputMaybe; /** Enable inventory tracking. */ - trackInventoryByDefault?: InputMaybe; + trackInventoryByDefault?: InputMaybe; }; /** @@ -17897,7 +18395,7 @@ export type ShopSettingsInput = { * Requires one of the following permissions: MANAGE_TRANSLATIONS. */ export type ShopSettingsTranslate = { - __typename?: "ShopSettingsTranslate"; + __typename?: 'ShopSettingsTranslate'; errors: Array; /** Updated shop settings. */ shop?: Maybe; @@ -17906,8 +18404,8 @@ export type ShopSettingsTranslate = { }; export type ShopSettingsTranslationInput = { - description?: InputMaybe; - headerText?: InputMaybe; + description?: InputMaybe; + headerText?: InputMaybe; }; /** @@ -17916,7 +18414,7 @@ export type ShopSettingsTranslationInput = { * Requires one of the following permissions: MANAGE_SETTINGS. */ export type ShopSettingsUpdate = { - __typename?: "ShopSettingsUpdate"; + __typename?: 'ShopSettingsUpdate'; errors: Array; /** Updated shop. */ shop?: Maybe; @@ -17925,19 +18423,19 @@ export type ShopSettingsUpdate = { }; export type ShopTranslation = Node & { - __typename?: "ShopTranslation"; - description: Scalars["String"]; - headerText: Scalars["String"]; - id: Scalars["ID"]; + __typename?: 'ShopTranslation'; + description: Scalars['String']; + headerText: Scalars['String']; + id: Scalars['ID']; /** Translation language. */ language: LanguageDisplay; }; export type SiteDomainInput = { /** Domain name for shop. */ - domain?: InputMaybe; + domain?: InputMaybe; /** Shop site name. */ - name?: InputMaybe; + name?: InputMaybe; }; /** @@ -17946,9 +18444,9 @@ export type SiteDomainInput = { * Requires one of the following permissions: MANAGE_STAFF. */ export type StaffBulkDelete = { - __typename?: "StaffBulkDelete"; + __typename?: 'StaffBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ staffErrors: Array; @@ -17960,7 +18458,7 @@ export type StaffBulkDelete = { * Requires one of the following permissions: MANAGE_STAFF. */ export type StaffCreate = { - __typename?: "StaffCreate"; + __typename?: 'StaffCreate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ staffErrors: Array; @@ -17969,19 +18467,19 @@ export type StaffCreate = { export type StaffCreateInput = { /** List of permission group IDs to which user should be assigned. */ - addGroups?: InputMaybe>; + addGroups?: InputMaybe>; /** The unique email address of the user. */ - email?: InputMaybe; + email?: InputMaybe; /** Given name. */ - firstName?: InputMaybe; + firstName?: InputMaybe; /** User account is active. */ - isActive?: InputMaybe; + isActive?: InputMaybe; /** Family name. */ - lastName?: InputMaybe; + lastName?: InputMaybe; /** A note about the user. */ - note?: InputMaybe; + note?: InputMaybe; /** URL of a view where users should be redirected to set the password. URL in RFC 1808 format. */ - redirectUrl?: InputMaybe; + redirectUrl?: InputMaybe; }; /** @@ -17990,7 +18488,7 @@ export type StaffCreateInput = { * Requires one of the following permissions: MANAGE_STAFF. */ export type StaffDelete = { - __typename?: "StaffDelete"; + __typename?: 'StaffDelete'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ staffErrors: Array; @@ -17998,38 +18496,38 @@ export type StaffDelete = { }; export type StaffError = { - __typename?: "StaffError"; + __typename?: 'StaffError'; /** A type of address that causes the error. */ addressType?: Maybe; /** The error code. */ code: AccountErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** List of permission group IDs which cause the error. */ - groups?: Maybe>; + groups?: Maybe>; /** The error message. */ - message?: Maybe; + message?: Maybe; /** List of permissions which causes the error. */ permissions?: Maybe>; /** List of user IDs which causes the error. */ - users?: Maybe>; + users?: Maybe>; }; export enum StaffMemberStatus { /** User account has been activated. */ - Active = "ACTIVE", + Active = 'ACTIVE', /** User account has not been activated yet. */ - Deactivated = "DEACTIVATED", + Deactivated = 'DEACTIVATED' } /** Represents a recipient of email notifications send by Saleor, such as notifications about new orders. Notifications can be assigned to staff users or arbitrary email addresses. */ export type StaffNotificationRecipient = Node & { - __typename?: "StaffNotificationRecipient"; + __typename?: 'StaffNotificationRecipient'; /** Determines if a notification active. */ - active?: Maybe; + active?: Maybe; /** Returns email address of a user subscribed to email notifications. */ - email?: Maybe; - id: Scalars["ID"]; + email?: Maybe; + id: Scalars['ID']; /** Returns a user subscribed to email notifications. */ user?: Maybe; }; @@ -18040,7 +18538,7 @@ export type StaffNotificationRecipient = Node & { * Requires one of the following permissions: MANAGE_SETTINGS. */ export type StaffNotificationRecipientCreate = { - __typename?: "StaffNotificationRecipientCreate"; + __typename?: 'StaffNotificationRecipientCreate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shopErrors: Array; @@ -18053,7 +18551,7 @@ export type StaffNotificationRecipientCreate = { * Requires one of the following permissions: MANAGE_SETTINGS. */ export type StaffNotificationRecipientDelete = { - __typename?: "StaffNotificationRecipientDelete"; + __typename?: 'StaffNotificationRecipientDelete'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shopErrors: Array; @@ -18062,11 +18560,11 @@ export type StaffNotificationRecipientDelete = { export type StaffNotificationRecipientInput = { /** Determines if a notification active. */ - active?: InputMaybe; + active?: InputMaybe; /** Email address of a user subscribed to email notifications. */ - email?: InputMaybe; + email?: InputMaybe; /** The ID of the user subscribed to email notifications.. */ - user?: InputMaybe; + user?: InputMaybe; }; /** @@ -18075,7 +18573,7 @@ export type StaffNotificationRecipientInput = { * Requires one of the following permissions: MANAGE_SETTINGS. */ export type StaffNotificationRecipientUpdate = { - __typename?: "StaffNotificationRecipientUpdate"; + __typename?: 'StaffNotificationRecipientUpdate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ shopErrors: Array; @@ -18088,7 +18586,7 @@ export type StaffNotificationRecipientUpdate = { * Requires one of the following permissions: MANAGE_STAFF. */ export type StaffUpdate = { - __typename?: "StaffUpdate"; + __typename?: 'StaffUpdate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ staffErrors: Array; @@ -18097,119 +18595,119 @@ export type StaffUpdate = { export type StaffUpdateInput = { /** List of permission group IDs to which user should be assigned. */ - addGroups?: InputMaybe>; + addGroups?: InputMaybe>; /** The unique email address of the user. */ - email?: InputMaybe; + email?: InputMaybe; /** Given name. */ - firstName?: InputMaybe; + firstName?: InputMaybe; /** User account is active. */ - isActive?: InputMaybe; + isActive?: InputMaybe; /** Family name. */ - lastName?: InputMaybe; + lastName?: InputMaybe; /** A note about the user. */ - note?: InputMaybe; + note?: InputMaybe; /** List of permission group IDs from which user should be unassigned. */ - removeGroups?: InputMaybe>; + removeGroups?: InputMaybe>; }; export type StaffUserInput = { - ids?: InputMaybe>; - search?: InputMaybe; + ids?: InputMaybe>; + search?: InputMaybe; status?: InputMaybe; }; /** Represents stock. */ export type Stock = Node & { - __typename?: "Stock"; - id: Scalars["ID"]; + __typename?: 'Stock'; + id: Scalars['ID']; productVariant: ProductVariant; /** * Quantity of a product in the warehouse's possession, including the allocated stock that is waiting for shipment. * * Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. */ - quantity: Scalars["Int"]; + quantity: Scalars['Int']; /** * Quantity allocated for orders. * * Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. */ - quantityAllocated: Scalars["Int"]; + quantityAllocated: Scalars['Int']; /** * Quantity reserved for checkouts. * * Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. */ - quantityReserved: Scalars["Int"]; + quantityReserved: Scalars['Int']; warehouse: Warehouse; }; export enum StockAvailability { - InStock = "IN_STOCK", - OutOfStock = "OUT_OF_STOCK", + InStock = 'IN_STOCK', + OutOfStock = 'OUT_OF_STOCK' } export type StockCountableConnection = { - __typename?: "StockCountableConnection"; + __typename?: 'StockCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type StockCountableEdge = { - __typename?: "StockCountableEdge"; + __typename?: 'StockCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Stock; }; export type StockError = { - __typename?: "StockError"; + __typename?: 'StockError'; /** The error code. */ code: StockErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum StockErrorCode { - AlreadyExists = "ALREADY_EXISTS", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - Required = "REQUIRED", - Unique = "UNIQUE", + AlreadyExists = 'ALREADY_EXISTS', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED', + Unique = 'UNIQUE' } export type StockFilterInput = { - quantity?: InputMaybe; - search?: InputMaybe; + quantity?: InputMaybe; + search?: InputMaybe; }; export type StockInput = { /** Quantity of items available for sell. */ - quantity: Scalars["Int"]; + quantity: Scalars['Int']; /** Warehouse in which stock is located. */ - warehouse: Scalars["ID"]; + warehouse: Scalars['ID']; }; /** Enum representing the type of a payment storage in a gateway. */ export enum StorePaymentMethodEnum { /** Storage is disabled. The payment is not stored. */ - None = "NONE", + None = 'NONE', /** Off session storage type. The payment is stored to be reused even if the customer is absent. */ - OffSession = "OFF_SESSION", + OffSession = 'OFF_SESSION', /** On session storage type. The payment is stored only to be reused when the customer is present in the checkout flow. */ - OnSession = "ON_SESSION", + OnSession = 'ON_SESSION' } export type Subscription = { - __typename?: "Subscription"; + __typename?: 'Subscription'; /** * Look up subscription event. * @@ -18222,18 +18720,18 @@ export type Subscription = { /** Representation of tax types fetched from tax gateway. */ export type TaxType = { - __typename?: "TaxType"; + __typename?: 'TaxType'; /** Description of the tax type. */ - description?: Maybe; + description?: Maybe; /** External tax code used to identify given tax group. */ - taxCode?: Maybe; + taxCode?: Maybe; }; /** Represents a monetary value with taxes. In cases where taxes were not applied, net and gross values will be equal. */ export type TaxedMoney = { - __typename?: "TaxedMoney"; + __typename?: 'TaxedMoney'; /** Currency code. */ - currency: Scalars["String"]; + currency: Scalars['String']; /** Amount of money including taxes. */ gross: Money; /** Amount of money without taxes. */ @@ -18244,7 +18742,7 @@ export type TaxedMoney = { /** Represents a range of monetary values. */ export type TaxedMoneyRange = { - __typename?: "TaxedMoneyRange"; + __typename?: 'TaxedMoneyRange'; /** Lower bound of a price range. */ start?: Maybe; /** Upper bound of a price range. */ @@ -18252,49 +18750,49 @@ export type TaxedMoneyRange = { }; export type TimePeriod = { - __typename?: "TimePeriod"; + __typename?: 'TimePeriod'; /** The length of the period. */ - amount: Scalars["Int"]; + amount: Scalars['Int']; /** The type of the period. */ type: TimePeriodTypeEnum; }; export type TimePeriodInputType = { /** The length of the period. */ - amount: Scalars["Int"]; + amount: Scalars['Int']; /** The type of the period. */ type: TimePeriodTypeEnum; }; /** An enumeration. */ export enum TimePeriodTypeEnum { - Day = "DAY", - Month = "MONTH", - Week = "WEEK", - Year = "YEAR", + Day = 'DAY', + Month = 'MONTH', + Week = 'WEEK', + Year = 'YEAR' } /** An object representing a single payment. */ export type Transaction = Node & { - __typename?: "Transaction"; + __typename?: 'Transaction'; /** Total amount of the transaction. */ amount?: Maybe; - created: Scalars["DateTime"]; - error?: Maybe; - gatewayResponse: Scalars["JSONString"]; - id: Scalars["ID"]; - isSuccess: Scalars["Boolean"]; + created: Scalars['DateTime']; + error?: Maybe; + gatewayResponse: Scalars['JSONString']; + id: Scalars['ID']; + isSuccess: Scalars['Boolean']; kind: TransactionKind; payment: Payment; - token: Scalars["String"]; + token: Scalars['String']; }; export type TransactionAction = { - __typename?: "TransactionAction"; + __typename?: 'TransactionAction'; /** Determines the action type. */ actionType: TransactionActionEnum; /** Transaction request amount. Null when action type is VOID. */ - amount?: Maybe; + amount?: Maybe; }; /** @@ -18306,13 +18804,13 @@ export type TransactionAction = { * VOID - Represents a void action. */ export enum TransactionActionEnum { - Charge = "CHARGE", - Refund = "REFUND", - Void = "VOID", + Charge = 'CHARGE', + Refund = 'REFUND', + Void = 'VOID' } export type TransactionActionRequest = Event & { - __typename?: "TransactionActionRequest"; + __typename?: 'TransactionActionRequest'; /** * Requested action data. * @@ -18322,7 +18820,7 @@ export type TransactionActionRequest = Event & { */ action: TransactionAction; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -18336,7 +18834,7 @@ export type TransactionActionRequest = Event & { */ transaction?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; /** @@ -18347,28 +18845,28 @@ export type TransactionActionRequest = Event & { * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ export type TransactionCreate = { - __typename?: "TransactionCreate"; + __typename?: 'TransactionCreate'; errors: Array; transaction?: Maybe; }; export type TransactionCreateError = { - __typename?: "TransactionCreateError"; + __typename?: 'TransactionCreateError'; /** The error code. */ code: TransactionCreateErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum TransactionCreateErrorCode { - GraphqlError = "GRAPHQL_ERROR", - IncorrectCurrency = "INCORRECT_CURRENCY", - Invalid = "INVALID", - MetadataKeyRequired = "METADATA_KEY_REQUIRED", - NotFound = "NOT_FOUND", + GraphqlError = 'GRAPHQL_ERROR', + IncorrectCurrency = 'INCORRECT_CURRENCY', + Invalid = 'INVALID', + MetadataKeyRequired = 'METADATA_KEY_REQUIRED', + NotFound = 'NOT_FOUND' } export type TransactionCreateInput = { @@ -18387,32 +18885,32 @@ export type TransactionCreateInput = { /** Payment private metadata. */ privateMetadata?: InputMaybe>; /** Reference of the transaction. */ - reference?: InputMaybe; + reference?: InputMaybe; /** Status of the transaction. */ - status: Scalars["String"]; + status: Scalars['String']; /** Payment type used for this transaction. */ - type: Scalars["String"]; + type: Scalars['String']; }; /** Represents transaction's event. */ export type TransactionEvent = Node & { - __typename?: "TransactionEvent"; - createdAt: Scalars["DateTime"]; + __typename?: 'TransactionEvent'; + createdAt: Scalars['DateTime']; /** The ID of the object. */ - id: Scalars["ID"]; + id: Scalars['ID']; /** Name of the transaction's event. */ - name?: Maybe; + name?: Maybe; /** Reference of transaction's event. */ - reference: Scalars["String"]; + reference: Scalars['String']; /** Status of transaction's event. */ status: TransactionStatus; }; export type TransactionEventInput = { /** Name of the transaction. */ - name?: InputMaybe; + name?: InputMaybe; /** Reference of the transaction. */ - reference?: InputMaybe; + reference?: InputMaybe; /** Current status of the payment transaction. */ status: TransactionStatus; }; @@ -18424,72 +18922,72 @@ export type TransactionEventInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ -export type TransactionItem = Node & - ObjectWithMetadata & { - __typename?: "TransactionItem"; - /** List of actions that can be performed in the current state of a payment. */ - actions: Array; - /** Total amount authorized for this payment. */ - authorizedAmount: Money; - /** Total amount charged for this payment. */ - chargedAmount: Money; - createdAt: Scalars["DateTime"]; - /** List of all transaction's events. */ - events: Array; - /** The ID of the object. */ - id: Scalars["ID"]; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - modifiedAt: Scalars["DateTime"]; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** Reference of transaction. */ - reference: Scalars["String"]; - /** Total amount refunded for this payment. */ - refundedAmount: Money; - /** Status of transaction. */ - status: Scalars["String"]; - /** Type of transaction. */ - type: Scalars["String"]; - /** Total amount voided for this payment. */ - voidedAmount: Money; - }; +export type TransactionItem = Node & ObjectWithMetadata & { + __typename?: 'TransactionItem'; + /** List of actions that can be performed in the current state of a payment. */ + actions: Array; + /** Total amount authorized for this payment. */ + authorizedAmount: Money; + /** Total amount charged for this payment. */ + chargedAmount: Money; + createdAt: Scalars['DateTime']; + /** List of all transaction's events. */ + events: Array; + /** The ID of the object. */ + id: Scalars['ID']; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + modifiedAt: Scalars['DateTime']; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** Reference of transaction. */ + reference: Scalars['String']; + /** Total amount refunded for this payment. */ + refundedAmount: Money; + /** Status of transaction. */ + status: Scalars['String']; + /** Type of transaction. */ + type: Scalars['String']; + /** Total amount voided for this payment. */ + voidedAmount: Money; +}; + /** * Represents a payment transaction. @@ -18499,9 +18997,10 @@ export type TransactionItem = Node & * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ export type TransactionItemMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** * Represents a payment transaction. * @@ -18510,9 +19009,10 @@ export type TransactionItemMetafieldArgs = { * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ export type TransactionItemMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** * Represents a payment transaction. * @@ -18521,9 +19021,10 @@ export type TransactionItemMetafieldsArgs = { * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ export type TransactionItemPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** * Represents a payment transaction. * @@ -18532,21 +19033,21 @@ export type TransactionItemPrivateMetafieldArgs = { * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ export type TransactionItemPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; /** An enumeration. */ export enum TransactionKind { - ActionToConfirm = "ACTION_TO_CONFIRM", - Auth = "AUTH", - Cancel = "CANCEL", - Capture = "CAPTURE", - Confirm = "CONFIRM", - External = "EXTERNAL", - Pending = "PENDING", - Refund = "REFUND", - RefundOngoing = "REFUND_ONGOING", - Void = "VOID", + ActionToConfirm = 'ACTION_TO_CONFIRM', + Auth = 'AUTH', + Cancel = 'CANCEL', + Capture = 'CAPTURE', + Confirm = 'CONFIRM', + External = 'EXTERNAL', + Pending = 'PENDING', + Refund = 'REFUND', + RefundOngoing = 'REFUND_ONGOING', + Void = 'VOID' } /** @@ -18559,34 +19060,34 @@ export enum TransactionKind { * Requires one of the following permissions: HANDLE_PAYMENTS, MANAGE_ORDERS. */ export type TransactionRequestAction = { - __typename?: "TransactionRequestAction"; + __typename?: 'TransactionRequestAction'; errors: Array; transaction?: Maybe; }; export type TransactionRequestActionError = { - __typename?: "TransactionRequestActionError"; + __typename?: 'TransactionRequestActionError'; /** The error code. */ code: TransactionRequestActionErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum TransactionRequestActionErrorCode { - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - MissingTransactionActionRequestWebhook = "MISSING_TRANSACTION_ACTION_REQUEST_WEBHOOK", - NotFound = "NOT_FOUND", + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + MissingTransactionActionRequestWebhook = 'MISSING_TRANSACTION_ACTION_REQUEST_WEBHOOK', + NotFound = 'NOT_FOUND' } /** An enumeration. */ export enum TransactionStatus { - Failure = "FAILURE", - Pending = "PENDING", - Success = "SUCCESS", + Failure = 'FAILURE', + Pending = 'PENDING', + Success = 'SUCCESS' } /** @@ -18597,28 +19098,28 @@ export enum TransactionStatus { * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ export type TransactionUpdate = { - __typename?: "TransactionUpdate"; + __typename?: 'TransactionUpdate'; errors: Array; transaction?: Maybe; }; export type TransactionUpdateError = { - __typename?: "TransactionUpdateError"; + __typename?: 'TransactionUpdateError'; /** The error code. */ code: TransactionUpdateErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum TransactionUpdateErrorCode { - GraphqlError = "GRAPHQL_ERROR", - IncorrectCurrency = "INCORRECT_CURRENCY", - Invalid = "INVALID", - MetadataKeyRequired = "METADATA_KEY_REQUIRED", - NotFound = "NOT_FOUND", + GraphqlError = 'GRAPHQL_ERROR', + IncorrectCurrency = 'INCORRECT_CURRENCY', + Invalid = 'INVALID', + MetadataKeyRequired = 'METADATA_KEY_REQUIRED', + NotFound = 'NOT_FOUND' } export type TransactionUpdateInput = { @@ -18637,61 +19138,50 @@ export type TransactionUpdateInput = { /** Payment private metadata. */ privateMetadata?: InputMaybe>; /** Reference of the transaction. */ - reference?: InputMaybe; + reference?: InputMaybe; /** Status of the transaction. */ - status?: InputMaybe; + status?: InputMaybe; /** Payment type used for this transaction. */ - type?: InputMaybe; + type?: InputMaybe; }; -export type TranslatableItem = - | AttributeTranslatableContent - | AttributeValueTranslatableContent - | CategoryTranslatableContent - | CollectionTranslatableContent - | MenuItemTranslatableContent - | PageTranslatableContent - | ProductTranslatableContent - | ProductVariantTranslatableContent - | SaleTranslatableContent - | ShippingMethodTranslatableContent - | VoucherTranslatableContent; +export type TranslatableItem = AttributeTranslatableContent | AttributeValueTranslatableContent | CategoryTranslatableContent | CollectionTranslatableContent | MenuItemTranslatableContent | PageTranslatableContent | ProductTranslatableContent | ProductVariantTranslatableContent | SaleTranslatableContent | ShippingMethodTranslatableContent | VoucherTranslatableContent; export type TranslatableItemConnection = { - __typename?: "TranslatableItemConnection"; + __typename?: 'TranslatableItemConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type TranslatableItemEdge = { - __typename?: "TranslatableItemEdge"; + __typename?: 'TranslatableItemEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: TranslatableItem; }; export enum TranslatableKinds { - Attribute = "ATTRIBUTE", - AttributeValue = "ATTRIBUTE_VALUE", - Category = "CATEGORY", - Collection = "COLLECTION", - MenuItem = "MENU_ITEM", - Page = "PAGE", - Product = "PRODUCT", - Sale = "SALE", - ShippingMethod = "SHIPPING_METHOD", - Variant = "VARIANT", - Voucher = "VOUCHER", + Attribute = 'ATTRIBUTE', + AttributeValue = 'ATTRIBUTE_VALUE', + Category = 'CATEGORY', + Collection = 'COLLECTION', + MenuItem = 'MENU_ITEM', + Page = 'PAGE', + Product = 'PRODUCT', + Sale = 'SALE', + ShippingMethod = 'SHIPPING_METHOD', + Variant = 'VARIANT', + Voucher = 'VOUCHER' } export type TranslationCreated = Event & { - __typename?: "TranslationCreated"; + __typename?: 'TranslationCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -18705,25 +19195,25 @@ export type TranslationCreated = Event & { */ translation?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type TranslationError = { - __typename?: "TranslationError"; + __typename?: 'TranslationError'; /** The error code. */ code: TranslationErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum TranslationErrorCode { - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - Required = "REQUIRED", + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED' } export type TranslationInput = { @@ -18732,29 +19222,18 @@ export type TranslationInput = { * * Rich text format. For reference see https://editorjs.io/ */ - description?: InputMaybe; - name?: InputMaybe; - seoDescription?: InputMaybe; - seoTitle?: InputMaybe; + description?: InputMaybe; + name?: InputMaybe; + seoDescription?: InputMaybe; + seoTitle?: InputMaybe; }; -export type TranslationTypes = - | AttributeTranslation - | AttributeValueTranslation - | CategoryTranslation - | CollectionTranslation - | MenuItemTranslation - | PageTranslation - | ProductTranslation - | ProductVariantTranslation - | SaleTranslation - | ShippingMethodTranslation - | VoucherTranslation; +export type TranslationTypes = AttributeTranslation | AttributeValueTranslation | CategoryTranslation | CollectionTranslation | MenuItemTranslation | PageTranslation | ProductTranslation | ProductVariantTranslation | SaleTranslation | ShippingMethodTranslation | VoucherTranslation; export type TranslationUpdated = Event & { - __typename?: "TranslationUpdated"; + __typename?: 'TranslationUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ @@ -18768,19 +19247,19 @@ export type TranslationUpdated = Event & { */ translation?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; }; export type UpdateInvoiceInput = { /** Invoice number */ - number?: InputMaybe; + number?: InputMaybe; /** URL of an invoice to download. */ - url?: InputMaybe; + url?: InputMaybe; }; /** Updates metadata of an object. To use it, you need to have access to the modified object. */ export type UpdateMetadata = { - __typename?: "UpdateMetadata"; + __typename?: 'UpdateMetadata'; errors: Array; item?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -18789,7 +19268,7 @@ export type UpdateMetadata = { /** Updates private metadata of an object. To use it, you need to be an authenticated staff user or an app and have access to the modified object. */ export type UpdatePrivateMetadata = { - __typename?: "UpdatePrivateMetadata"; + __typename?: 'UpdatePrivateMetadata'; errors: Array; item?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -18797,172 +19276,181 @@ export type UpdatePrivateMetadata = { }; export type UploadError = { - __typename?: "UploadError"; + __typename?: 'UploadError'; /** The error code. */ code: UploadErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum UploadErrorCode { - GraphqlError = "GRAPHQL_ERROR", + GraphqlError = 'GRAPHQL_ERROR' } /** Represents user data. */ -export type User = Node & - ObjectWithMetadata & { - __typename?: "User"; - /** List of all user's addresses. */ - addresses?: Maybe>; - avatar?: Maybe; - /** - * Returns the last open checkout of this user. - * @deprecated This field will be removed in Saleor 4.0. Use the `checkoutTokens` field to fetch the user checkouts. - */ - checkout?: Maybe; - /** Returns the checkout ID's assigned to this user. */ - checkoutIds?: Maybe>; - /** - * Returns the checkout UUID's assigned to this user. - * @deprecated This field will be removed in Saleor 4.0. Use `checkoutIds` instead. - */ - checkoutTokens?: Maybe>; - dateJoined: Scalars["DateTime"]; - defaultBillingAddress?: Maybe
; - defaultShippingAddress?: Maybe
; - /** List of user's permission groups which user can manage. */ - editableGroups?: Maybe>; - email: Scalars["String"]; - /** - * List of events associated with the user. - * - * Requires one of the following permissions: MANAGE_USERS, MANAGE_STAFF. - */ - events?: Maybe>; - firstName: Scalars["String"]; - /** List of the user gift cards. */ - giftCards?: Maybe; - id: Scalars["ID"]; - isActive: Scalars["Boolean"]; - isStaff: Scalars["Boolean"]; - /** User language code. */ - languageCode: LanguageCodeEnum; - lastLogin?: Maybe; - lastName: Scalars["String"]; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - /** - * A note about the customer. - * - * Requires one of the following permissions: MANAGE_USERS, MANAGE_STAFF. - */ - note?: Maybe; - /** List of user's orders. Requires one of the following permissions: MANAGE_STAFF, OWNER. */ - orders?: Maybe; - /** List of user's permission groups. */ - permissionGroups?: Maybe>; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** List of stored payment sources. */ - storedPaymentSources?: Maybe>; - updatedAt: Scalars["DateTime"]; - /** List of user's permissions. */ - userPermissions?: Maybe>; - }; +export type User = Node & ObjectWithMetadata & { + __typename?: 'User'; + /** List of all user's addresses. */ + addresses?: Maybe>; + avatar?: Maybe; + /** + * Returns the last open checkout of this user. + * @deprecated This field will be removed in Saleor 4.0. Use the `checkoutTokens` field to fetch the user checkouts. + */ + checkout?: Maybe; + /** Returns the checkout ID's assigned to this user. */ + checkoutIds?: Maybe>; + /** + * Returns the checkout UUID's assigned to this user. + * @deprecated This field will be removed in Saleor 4.0. Use `checkoutIds` instead. + */ + checkoutTokens?: Maybe>; + dateJoined: Scalars['DateTime']; + defaultBillingAddress?: Maybe
; + defaultShippingAddress?: Maybe
; + /** List of user's permission groups which user can manage. */ + editableGroups?: Maybe>; + email: Scalars['String']; + /** + * List of events associated with the user. + * + * Requires one of the following permissions: MANAGE_USERS, MANAGE_STAFF. + */ + events?: Maybe>; + firstName: Scalars['String']; + /** List of the user gift cards. */ + giftCards?: Maybe; + id: Scalars['ID']; + isActive: Scalars['Boolean']; + isStaff: Scalars['Boolean']; + /** User language code. */ + languageCode: LanguageCodeEnum; + lastLogin?: Maybe; + lastName: Scalars['String']; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + /** + * A note about the customer. + * + * Requires one of the following permissions: MANAGE_USERS, MANAGE_STAFF. + */ + note?: Maybe; + /** List of user's orders. Requires one of the following permissions: MANAGE_STAFF, OWNER. */ + orders?: Maybe; + /** List of user's permission groups. */ + permissionGroups?: Maybe>; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** List of stored payment sources. */ + storedPaymentSources?: Maybe>; + updatedAt: Scalars['DateTime']; + /** List of user's permissions. */ + userPermissions?: Maybe>; +}; + /** Represents user data. */ export type UserAvatarArgs = { - size?: InputMaybe; + size?: InputMaybe; }; + /** Represents user data. */ export type UserCheckoutIdsArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; + /** Represents user data. */ export type UserCheckoutTokensArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; + /** Represents user data. */ export type UserGiftCardsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Represents user data. */ export type UserMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents user data. */ export type UserMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents user data. */ export type UserOrdersArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Represents user data. */ export type UserPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents user data. */ export type UserPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents user data. */ export type UserStoredPaymentSourcesArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -18971,7 +19459,7 @@ export type UserStoredPaymentSourcesArgs = { * Requires one of the following permissions: AUTHENTICATED_STAFF_USER. */ export type UserAvatarDelete = { - __typename?: "UserAvatarDelete"; + __typename?: 'UserAvatarDelete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -18985,7 +19473,7 @@ export type UserAvatarDelete = { * Requires one of the following permissions: AUTHENTICATED_STAFF_USER. */ export type UserAvatarUpdate = { - __typename?: "UserAvatarUpdate"; + __typename?: 'UserAvatarUpdate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; @@ -18999,81 +19487,82 @@ export type UserAvatarUpdate = { * Requires one of the following permissions: MANAGE_USERS. */ export type UserBulkSetActive = { - __typename?: "UserBulkSetActive"; + __typename?: 'UserBulkSetActive'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; errors: Array; }; export type UserCountableConnection = { - __typename?: "UserCountableConnection"; + __typename?: 'UserCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type UserCountableEdge = { - __typename?: "UserCountableEdge"; + __typename?: 'UserCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: User; }; export type UserCreateInput = { /** Slug of a channel which will be used for notify user. Optional when only one channel exists. */ - channel?: InputMaybe; + channel?: InputMaybe; /** Billing address of the customer. */ defaultBillingAddress?: InputMaybe; /** Shipping address of the customer. */ defaultShippingAddress?: InputMaybe; /** The unique email address of the user. */ - email?: InputMaybe; + email?: InputMaybe; /** Given name. */ - firstName?: InputMaybe; + firstName?: InputMaybe; /** User account is active. */ - isActive?: InputMaybe; + isActive?: InputMaybe; /** User language code. */ languageCode?: InputMaybe; /** Family name. */ - lastName?: InputMaybe; + lastName?: InputMaybe; /** A note about the user. */ - note?: InputMaybe; + note?: InputMaybe; /** URL of a view where users should be redirected to set the password. URL in RFC 1808 format. */ - redirectUrl?: InputMaybe; + redirectUrl?: InputMaybe; }; export type UserPermission = { - __typename?: "UserPermission"; + __typename?: 'UserPermission'; /** Internal code for permission. */ code: PermissionEnum; /** Describe action(s) allowed to do by permission. */ - name: Scalars["String"]; + name: Scalars['String']; /** List of user permission groups which contains this permission. */ sourcePermissionGroups?: Maybe>; }; + export type UserPermissionSourcePermissionGroupsArgs = { - userId: Scalars["ID"]; + userId: Scalars['ID']; }; export enum UserSortField { /** Sort users by created at. */ - CreatedAt = "CREATED_AT", + CreatedAt = 'CREATED_AT', /** Sort users by email. */ - Email = "EMAIL", + Email = 'EMAIL', /** Sort users by first name. */ - FirstName = "FIRST_NAME", + FirstName = 'FIRST_NAME', /** Sort users by last modified at. */ - LastModifiedAt = "LAST_MODIFIED_AT", + LastModifiedAt = 'LAST_MODIFIED_AT', /** Sort users by last name. */ - LastName = "LAST_NAME", + LastName = 'LAST_NAME', /** Sort users by order count. */ - OrderCount = "ORDER_COUNT", + OrderCount = 'ORDER_COUNT' } export type UserSortingInput = { @@ -19085,19 +19574,19 @@ export type UserSortingInput = { /** Represents a VAT rate for a country. */ export type Vat = { - __typename?: "VAT"; + __typename?: 'VAT'; /** Country code. */ - countryCode: Scalars["String"]; + countryCode: Scalars['String']; /** Country's VAT rate exceptions for specific types of goods. */ reducedRates: Array; /** Standard VAT rate in percent. */ - standardRate?: Maybe; + standardRate?: Maybe; }; export enum VariantAttributeScope { - All = "ALL", - NotVariantSelection = "NOT_VARIANT_SELECTION", - VariantSelection = "VARIANT_SELECTION", + All = 'ALL', + NotVariantSelection = 'NOT_VARIANT_SELECTION', + VariantSelection = 'VARIANT_SELECTION' } /** @@ -19106,7 +19595,7 @@ export enum VariantAttributeScope { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type VariantMediaAssign = { - __typename?: "VariantMediaAssign"; + __typename?: 'VariantMediaAssign'; errors: Array; media?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -19120,7 +19609,7 @@ export type VariantMediaAssign = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type VariantMediaUnassign = { - __typename?: "VariantMediaUnassign"; + __typename?: 'VariantMediaUnassign'; errors: Array; media?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -19130,13 +19619,13 @@ export type VariantMediaUnassign = { /** Represents availability of a variant in the storefront. */ export type VariantPricingInfo = { - __typename?: "VariantPricingInfo"; + __typename?: 'VariantPricingInfo'; /** The discount amount if in sale (null otherwise). */ discount?: Maybe; /** The discount amount in the local currency. */ discountLocalCurrency?: Maybe; /** Whether it is in sale or not. */ - onSale?: Maybe; + onSale?: Maybe; /** The price, with any discount subtracted. */ price?: Maybe; /** The discounted price in the local currency. */ @@ -19147,189 +19636,197 @@ export type VariantPricingInfo = { /** Verify JWT token. */ export type VerifyToken = { - __typename?: "VerifyToken"; + __typename?: 'VerifyToken'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ accountErrors: Array; errors: Array; /** Determine if token is valid or not. */ - isValid: Scalars["Boolean"]; + isValid: Scalars['Boolean']; /** JWT payload. */ - payload?: Maybe; + payload?: Maybe; /** User assigned to token. */ user?: Maybe; }; /** An enumeration. */ export enum VolumeUnitsEnum { - AcreFt = "ACRE_FT", - AcreIn = "ACRE_IN", - CubicCentimeter = "CUBIC_CENTIMETER", - CubicDecimeter = "CUBIC_DECIMETER", - CubicFoot = "CUBIC_FOOT", - CubicInch = "CUBIC_INCH", - CubicMeter = "CUBIC_METER", - CubicMillimeter = "CUBIC_MILLIMETER", - CubicYard = "CUBIC_YARD", - FlOz = "FL_OZ", - Liter = "LITER", - Pint = "PINT", - Qt = "QT", + AcreFt = 'ACRE_FT', + AcreIn = 'ACRE_IN', + CubicCentimeter = 'CUBIC_CENTIMETER', + CubicDecimeter = 'CUBIC_DECIMETER', + CubicFoot = 'CUBIC_FOOT', + CubicInch = 'CUBIC_INCH', + CubicMeter = 'CUBIC_METER', + CubicMillimeter = 'CUBIC_MILLIMETER', + CubicYard = 'CUBIC_YARD', + FlOz = 'FL_OZ', + Liter = 'LITER', + Pint = 'PINT', + Qt = 'QT' } /** Vouchers allow giving discounts to particular customers on categories, collections or specific products. They can be used during checkout by providing valid voucher codes. */ -export type Voucher = Node & - ObjectWithMetadata & { - __typename?: "Voucher"; - applyOncePerCustomer: Scalars["Boolean"]; - applyOncePerOrder: Scalars["Boolean"]; - /** List of categories this voucher applies to. */ - categories?: Maybe; - /** - * List of availability in channels for the voucher. - * - * Requires one of the following permissions: MANAGE_DISCOUNTS. - */ - channelListings?: Maybe>; - code: Scalars["String"]; - /** - * List of collections this voucher applies to. - * - * Requires one of the following permissions: MANAGE_DISCOUNTS. - */ - collections?: Maybe; - /** List of countries available for the shipping voucher. */ - countries?: Maybe>; - /** Currency code for voucher. */ - currency?: Maybe; - /** Voucher value. */ - discountValue?: Maybe; - /** Determines a type of discount for voucher - value or percentage */ - discountValueType: DiscountValueTypeEnum; - endDate?: Maybe; - id: Scalars["ID"]; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - minCheckoutItemsQuantity?: Maybe; - /** Minimum order value to apply voucher. */ - minSpent?: Maybe; - name?: Maybe; - onlyForStaff: Scalars["Boolean"]; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - /** - * List of products this voucher applies to. - * - * Requires one of the following permissions: MANAGE_DISCOUNTS. - */ - products?: Maybe; - startDate: Scalars["DateTime"]; - /** Returns translated voucher fields for the given language code. */ - translation?: Maybe; - /** Determines a type of voucher. */ - type: VoucherTypeEnum; - usageLimit?: Maybe; - used: Scalars["Int"]; - /** - * List of product variants this voucher applies to. - * - * Added in Saleor 3.1. - * - * Requires one of the following permissions: MANAGE_DISCOUNTS. - */ - variants?: Maybe; - }; +export type Voucher = Node & ObjectWithMetadata & { + __typename?: 'Voucher'; + applyOncePerCustomer: Scalars['Boolean']; + applyOncePerOrder: Scalars['Boolean']; + /** List of categories this voucher applies to. */ + categories?: Maybe; + /** + * List of availability in channels for the voucher. + * + * Requires one of the following permissions: MANAGE_DISCOUNTS. + */ + channelListings?: Maybe>; + code: Scalars['String']; + /** + * List of collections this voucher applies to. + * + * Requires one of the following permissions: MANAGE_DISCOUNTS. + */ + collections?: Maybe; + /** List of countries available for the shipping voucher. */ + countries?: Maybe>; + /** Currency code for voucher. */ + currency?: Maybe; + /** Voucher value. */ + discountValue?: Maybe; + /** Determines a type of discount for voucher - value or percentage */ + discountValueType: DiscountValueTypeEnum; + endDate?: Maybe; + id: Scalars['ID']; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + minCheckoutItemsQuantity?: Maybe; + /** Minimum order value to apply voucher. */ + minSpent?: Maybe; + name?: Maybe; + onlyForStaff: Scalars['Boolean']; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + /** + * List of products this voucher applies to. + * + * Requires one of the following permissions: MANAGE_DISCOUNTS. + */ + products?: Maybe; + startDate: Scalars['DateTime']; + /** Returns translated voucher fields for the given language code. */ + translation?: Maybe; + /** Determines a type of voucher. */ + type: VoucherTypeEnum; + usageLimit?: Maybe; + used: Scalars['Int']; + /** + * List of product variants this voucher applies to. + * + * Added in Saleor 3.1. + * + * Requires one of the following permissions: MANAGE_DISCOUNTS. + */ + variants?: Maybe; +}; + /** Vouchers allow giving discounts to particular customers on categories, collections or specific products. They can be used during checkout by providing valid voucher codes. */ export type VoucherCategoriesArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Vouchers allow giving discounts to particular customers on categories, collections or specific products. They can be used during checkout by providing valid voucher codes. */ export type VoucherCollectionsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Vouchers allow giving discounts to particular customers on categories, collections or specific products. They can be used during checkout by providing valid voucher codes. */ export type VoucherMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Vouchers allow giving discounts to particular customers on categories, collections or specific products. They can be used during checkout by providing valid voucher codes. */ export type VoucherMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Vouchers allow giving discounts to particular customers on categories, collections or specific products. They can be used during checkout by providing valid voucher codes. */ export type VoucherPrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Vouchers allow giving discounts to particular customers on categories, collections or specific products. They can be used during checkout by providing valid voucher codes. */ export type VoucherPrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Vouchers allow giving discounts to particular customers on categories, collections or specific products. They can be used during checkout by providing valid voucher codes. */ export type VoucherProductsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; + /** Vouchers allow giving discounts to particular customers on categories, collections or specific products. They can be used during checkout by providing valid voucher codes. */ export type VoucherTranslationArgs = { languageCode: LanguageCodeEnum; }; + /** Vouchers allow giving discounts to particular customers on categories, collections or specific products. They can be used during checkout by providing valid voucher codes. */ export type VoucherVariantsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; /** @@ -19338,7 +19835,7 @@ export type VoucherVariantsArgs = { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type VoucherAddCatalogues = { - __typename?: "VoucherAddCatalogues"; + __typename?: 'VoucherAddCatalogues'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -19352,9 +19849,9 @@ export type VoucherAddCatalogues = { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type VoucherBulkDelete = { - __typename?: "VoucherBulkDelete"; + __typename?: 'VoucherBulkDelete'; /** Returns how many objects were affected. */ - count: Scalars["Int"]; + count: Scalars['Int']; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -19362,28 +19859,28 @@ export type VoucherBulkDelete = { /** Represents voucher channel listing. */ export type VoucherChannelListing = Node & { - __typename?: "VoucherChannelListing"; + __typename?: 'VoucherChannelListing'; channel: Channel; - currency: Scalars["String"]; - discountValue: Scalars["Float"]; - id: Scalars["ID"]; + currency: Scalars['String']; + discountValue: Scalars['Float']; + id: Scalars['ID']; minSpent?: Maybe; }; export type VoucherChannelListingAddInput = { /** ID of a channel. */ - channelId: Scalars["ID"]; + channelId: Scalars['ID']; /** Value of the voucher. */ - discountValue?: InputMaybe; + discountValue?: InputMaybe; /** Min purchase amount required to apply the voucher. */ - minAmountSpent?: InputMaybe; + minAmountSpent?: InputMaybe; }; export type VoucherChannelListingInput = { /** List of channels to which the voucher should be assigned. */ addChannels?: InputMaybe>; /** List of channels from which the voucher should be unassigned. */ - removeChannels?: InputMaybe>; + removeChannels?: InputMaybe>; }; /** @@ -19392,7 +19889,7 @@ export type VoucherChannelListingInput = { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type VoucherChannelListingUpdate = { - __typename?: "VoucherChannelListingUpdate"; + __typename?: 'VoucherChannelListingUpdate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -19401,18 +19898,18 @@ export type VoucherChannelListingUpdate = { }; export type VoucherCountableConnection = { - __typename?: "VoucherCountableConnection"; + __typename?: 'VoucherCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type VoucherCountableEdge = { - __typename?: "VoucherCountableEdge"; + __typename?: 'VoucherCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Voucher; }; @@ -19423,7 +19920,7 @@ export type VoucherCountableEdge = { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type VoucherCreate = { - __typename?: "VoucherCreate"; + __typename?: 'VoucherCreate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -19431,15 +19928,15 @@ export type VoucherCreate = { }; export type VoucherCreated = Event & { - __typename?: "VoucherCreated"; + __typename?: 'VoucherCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; /** * The voucher the event relates to. * @@ -19450,8 +19947,9 @@ export type VoucherCreated = Event & { voucher?: Maybe; }; + export type VoucherCreatedVoucherArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** @@ -19460,7 +19958,7 @@ export type VoucherCreatedVoucherArgs = { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type VoucherDelete = { - __typename?: "VoucherDelete"; + __typename?: 'VoucherDelete'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -19468,15 +19966,15 @@ export type VoucherDelete = { }; export type VoucherDeleted = Event & { - __typename?: "VoucherDeleted"; + __typename?: 'VoucherDeleted'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; /** * The voucher the event relates to. * @@ -19487,20 +19985,21 @@ export type VoucherDeleted = Event & { voucher?: Maybe; }; + export type VoucherDeletedVoucherArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; export enum VoucherDiscountType { - Fixed = "FIXED", - Percentage = "PERCENTAGE", - Shipping = "SHIPPING", + Fixed = 'FIXED', + Percentage = 'PERCENTAGE', + Shipping = 'SHIPPING' } export type VoucherFilterInput = { discountType?: InputMaybe>; metadata?: InputMaybe>; - search?: InputMaybe; + search?: InputMaybe; started?: InputMaybe; status?: InputMaybe>; timesUsed?: InputMaybe; @@ -19508,41 +20007,41 @@ export type VoucherFilterInput = { export type VoucherInput = { /** Voucher should be applied once per customer. */ - applyOncePerCustomer?: InputMaybe; + applyOncePerCustomer?: InputMaybe; /** Voucher should be applied to the cheapest item or entire order. */ - applyOncePerOrder?: InputMaybe; + applyOncePerOrder?: InputMaybe; /** Categories discounted by the voucher. */ - categories?: InputMaybe>; + categories?: InputMaybe>; /** Code to use the voucher. */ - code?: InputMaybe; + code?: InputMaybe; /** Collections discounted by the voucher. */ - collections?: InputMaybe>; + collections?: InputMaybe>; /** Country codes that can be used with the shipping voucher. */ - countries?: InputMaybe>; + countries?: InputMaybe>; /** Choices: fixed or percentage. */ discountValueType?: InputMaybe; /** End date of the voucher in ISO 8601 format. */ - endDate?: InputMaybe; + endDate?: InputMaybe; /** Minimal quantity of checkout items required to apply the voucher. */ - minCheckoutItemsQuantity?: InputMaybe; + minCheckoutItemsQuantity?: InputMaybe; /** Voucher name. */ - name?: InputMaybe; + name?: InputMaybe; /** Voucher can be used only by staff user. */ - onlyForStaff?: InputMaybe; + onlyForStaff?: InputMaybe; /** Products discounted by the voucher. */ - products?: InputMaybe>; + products?: InputMaybe>; /** Start date of the voucher in ISO 8601 format. */ - startDate?: InputMaybe; + startDate?: InputMaybe; /** Voucher type: PRODUCT, CATEGORY SHIPPING or ENTIRE_ORDER. */ type?: InputMaybe; /** Limit number of times this voucher can be used in total. */ - usageLimit?: InputMaybe; + usageLimit?: InputMaybe; /** * Variants discounted by the voucher. * * Added in Saleor 3.1. */ - variants?: InputMaybe>; + variants?: InputMaybe>; }; /** @@ -19551,7 +20050,7 @@ export type VoucherInput = { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type VoucherRemoveCatalogues = { - __typename?: "VoucherRemoveCatalogues"; + __typename?: 'VoucherRemoveCatalogues'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -19561,27 +20060,27 @@ export type VoucherRemoveCatalogues = { export enum VoucherSortField { /** Sort vouchers by code. */ - Code = "CODE", + Code = 'CODE', /** Sort vouchers by end date. */ - EndDate = "END_DATE", + EndDate = 'END_DATE', /** * Sort vouchers by minimum spent amount. * * This option requires a channel filter to work as the values can vary between channels. */ - MinimumSpentAmount = "MINIMUM_SPENT_AMOUNT", + MinimumSpentAmount = 'MINIMUM_SPENT_AMOUNT', /** Sort vouchers by start date. */ - StartDate = "START_DATE", + StartDate = 'START_DATE', /** Sort vouchers by type. */ - Type = "TYPE", + Type = 'TYPE', /** Sort vouchers by usage limit. */ - UsageLimit = "USAGE_LIMIT", + UsageLimit = 'USAGE_LIMIT', /** * Sort vouchers by value. * * This option requires a channel filter to work as the values can vary between channels. */ - Value = "VALUE", + Value = 'VALUE' } export type VoucherSortingInput = { @@ -19590,7 +20089,7 @@ export type VoucherSortingInput = { * * DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. */ - channel?: InputMaybe; + channel?: InputMaybe; /** Specifies the direction in which to sort products. */ direction: OrderDirection; /** Sort vouchers by the selected field. */ @@ -19598,9 +20097,9 @@ export type VoucherSortingInput = { }; export type VoucherTranslatableContent = Node & { - __typename?: "VoucherTranslatableContent"; - id: Scalars["ID"]; - name?: Maybe; + __typename?: 'VoucherTranslatableContent'; + id: Scalars['ID']; + name?: Maybe; /** Returns translated voucher fields for the given language code. */ translation?: Maybe; /** @@ -19612,6 +20111,7 @@ export type VoucherTranslatableContent = Node & { voucher?: Maybe; }; + export type VoucherTranslatableContentTranslationArgs = { languageCode: LanguageCodeEnum; }; @@ -19622,7 +20122,7 @@ export type VoucherTranslatableContentTranslationArgs = { * Requires one of the following permissions: MANAGE_TRANSLATIONS. */ export type VoucherTranslate = { - __typename?: "VoucherTranslate"; + __typename?: 'VoucherTranslate'; errors: Array; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ translationErrors: Array; @@ -19630,17 +20130,17 @@ export type VoucherTranslate = { }; export type VoucherTranslation = Node & { - __typename?: "VoucherTranslation"; - id: Scalars["ID"]; + __typename?: 'VoucherTranslation'; + id: Scalars['ID']; /** Translation language. */ language: LanguageDisplay; - name?: Maybe; + name?: Maybe; }; export enum VoucherTypeEnum { - EntireOrder = "ENTIRE_ORDER", - Shipping = "SHIPPING", - SpecificProduct = "SPECIFIC_PRODUCT", + EntireOrder = 'ENTIRE_ORDER', + Shipping = 'SHIPPING', + SpecificProduct = 'SPECIFIC_PRODUCT' } /** @@ -19649,7 +20149,7 @@ export enum VoucherTypeEnum { * Requires one of the following permissions: MANAGE_DISCOUNTS. */ export type VoucherUpdate = { - __typename?: "VoucherUpdate"; + __typename?: 'VoucherUpdate'; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ discountErrors: Array; errors: Array; @@ -19657,15 +20157,15 @@ export type VoucherUpdate = { }; export type VoucherUpdated = Event & { - __typename?: "VoucherUpdated"; + __typename?: 'VoucherUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; /** * The voucher the event relates to. * @@ -19676,124 +20176,129 @@ export type VoucherUpdated = Event & { voucher?: Maybe; }; + export type VoucherUpdatedVoucherArgs = { - channel?: InputMaybe; + channel?: InputMaybe; }; /** Represents warehouse. */ -export type Warehouse = Node & - ObjectWithMetadata & { - __typename?: "Warehouse"; - address: Address; - /** - * Click and collect options: local, all or disabled. - * - * Added in Saleor 3.1. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - clickAndCollectOption: WarehouseClickAndCollectOptionEnum; - /** - * Warehouse company name. - * @deprecated This field will be removed in Saleor 4.0. Use `Address.companyName` instead. - */ - companyName: Scalars["String"]; - email: Scalars["String"]; - id: Scalars["ID"]; - isPrivate: Scalars["Boolean"]; - /** List of public metadata items. Can be accessed without permissions. */ - metadata: Array; - /** - * A single key from public metadata. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafield?: Maybe; - /** - * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - metafields?: Maybe; - name: Scalars["String"]; - /** List of private metadata items. Requires staff permissions to access. */ - privateMetadata: Array; - /** - * A single key from private metadata. Requires staff permissions to access. - * - * Tip: Use GraphQL aliases to fetch multiple keys. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafield?: Maybe; - /** - * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - * - * Added in Saleor 3.3. - * - * Note: this API is currently in Feature Preview and can be subject to changes at later point. - */ - privateMetafields?: Maybe; - shippingZones: ShippingZoneCountableConnection; - slug: Scalars["String"]; - }; +export type Warehouse = Node & ObjectWithMetadata & { + __typename?: 'Warehouse'; + address: Address; + /** + * Click and collect options: local, all or disabled. + * + * Added in Saleor 3.1. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + clickAndCollectOption: WarehouseClickAndCollectOptionEnum; + /** + * Warehouse company name. + * @deprecated This field will be removed in Saleor 4.0. Use `Address.companyName` instead. + */ + companyName: Scalars['String']; + email: Scalars['String']; + id: Scalars['ID']; + isPrivate: Scalars['Boolean']; + /** List of public metadata items. Can be accessed without permissions. */ + metadata: Array; + /** + * A single key from public metadata. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafield?: Maybe; + /** + * Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + metafields?: Maybe; + name: Scalars['String']; + /** List of private metadata items. Requires staff permissions to access. */ + privateMetadata: Array; + /** + * A single key from private metadata. Requires staff permissions to access. + * + * Tip: Use GraphQL aliases to fetch multiple keys. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafield?: Maybe; + /** + * Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. + * + * Added in Saleor 3.3. + * + * Note: this API is currently in Feature Preview and can be subject to changes at later point. + */ + privateMetafields?: Maybe; + shippingZones: ShippingZoneCountableConnection; + slug: Scalars['String']; +}; + /** Represents warehouse. */ export type WarehouseMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents warehouse. */ export type WarehouseMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents warehouse. */ export type WarehousePrivateMetafieldArgs = { - key: Scalars["String"]; + key: Scalars['String']; }; + /** Represents warehouse. */ export type WarehousePrivateMetafieldsArgs = { - keys?: InputMaybe>; + keys?: InputMaybe>; }; + /** Represents warehouse. */ export type WarehouseShippingZonesArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; /** An enumeration. */ export enum WarehouseClickAndCollectOptionEnum { - All = "ALL", - Disabled = "DISABLED", - Local = "LOCAL", + All = 'ALL', + Disabled = 'DISABLED', + Local = 'LOCAL' } export type WarehouseCountableConnection = { - __typename?: "WarehouseCountableConnection"; + __typename?: 'WarehouseCountableConnection'; edges: Array; /** Pagination data for this connection. */ pageInfo: PageInfo; /** A total count of items in the collection. */ - totalCount?: Maybe; + totalCount?: Maybe; }; export type WarehouseCountableEdge = { - __typename?: "WarehouseCountableEdge"; + __typename?: 'WarehouseCountableEdge'; /** A cursor for use in pagination. */ - cursor: Scalars["String"]; + cursor: Scalars['String']; /** The item at the end of the edge. */ node: Warehouse; }; @@ -19804,7 +20309,7 @@ export type WarehouseCountableEdge = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type WarehouseCreate = { - __typename?: "WarehouseCreate"; + __typename?: 'WarehouseCreate'; errors: Array; warehouse?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -19815,25 +20320,25 @@ export type WarehouseCreateInput = { /** Address of the warehouse. */ address: AddressInput; /** The email address of the warehouse. */ - email?: InputMaybe; + email?: InputMaybe; /** Warehouse name. */ - name: Scalars["String"]; + name: Scalars['String']; /** Shipping zones supported by the warehouse. */ - shippingZones?: InputMaybe>; + shippingZones?: InputMaybe>; /** Warehouse slug. */ - slug?: InputMaybe; + slug?: InputMaybe; }; export type WarehouseCreated = Event & { - __typename?: "WarehouseCreated"; + __typename?: 'WarehouseCreated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; /** * The warehouse the event relates to. * @@ -19850,7 +20355,7 @@ export type WarehouseCreated = Event & { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type WarehouseDelete = { - __typename?: "WarehouseDelete"; + __typename?: 'WarehouseDelete'; errors: Array; warehouse?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -19858,15 +20363,15 @@ export type WarehouseDelete = { }; export type WarehouseDeleted = Event & { - __typename?: "WarehouseDeleted"; + __typename?: 'WarehouseDeleted'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; /** * The warehouse the event relates to. * @@ -19878,30 +20383,30 @@ export type WarehouseDeleted = Event & { }; export type WarehouseError = { - __typename?: "WarehouseError"; + __typename?: 'WarehouseError'; /** The error code. */ code: WarehouseErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum WarehouseErrorCode { - AlreadyExists = "ALREADY_EXISTS", - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - Required = "REQUIRED", - Unique = "UNIQUE", + AlreadyExists = 'ALREADY_EXISTS', + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED', + Unique = 'UNIQUE' } export type WarehouseFilterInput = { clickAndCollectOption?: InputMaybe; - ids?: InputMaybe>; - isPrivate?: InputMaybe; - search?: InputMaybe; + ids?: InputMaybe>; + isPrivate?: InputMaybe; + search?: InputMaybe; }; /** @@ -19910,7 +20415,7 @@ export type WarehouseFilterInput = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type WarehouseShippingZoneAssign = { - __typename?: "WarehouseShippingZoneAssign"; + __typename?: 'WarehouseShippingZoneAssign'; errors: Array; warehouse?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -19923,7 +20428,7 @@ export type WarehouseShippingZoneAssign = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type WarehouseShippingZoneUnassign = { - __typename?: "WarehouseShippingZoneUnassign"; + __typename?: 'WarehouseShippingZoneUnassign'; errors: Array; warehouse?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -19932,7 +20437,7 @@ export type WarehouseShippingZoneUnassign = { export enum WarehouseSortField { /** Sort warehouses by name. */ - Name = "NAME", + Name = 'NAME' } export type WarehouseSortingInput = { @@ -19948,7 +20453,7 @@ export type WarehouseSortingInput = { * Requires one of the following permissions: MANAGE_PRODUCTS. */ export type WarehouseUpdate = { - __typename?: "WarehouseUpdate"; + __typename?: 'WarehouseUpdate'; errors: Array; warehouse?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -19967,7 +20472,7 @@ export type WarehouseUpdateInput = { */ clickAndCollectOption?: InputMaybe; /** The email address of the warehouse. */ - email?: InputMaybe; + email?: InputMaybe; /** * Visibility of warehouse stocks. * @@ -19975,23 +20480,23 @@ export type WarehouseUpdateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - isPrivate?: InputMaybe; + isPrivate?: InputMaybe; /** Warehouse name. */ - name?: InputMaybe; + name?: InputMaybe; /** Warehouse slug. */ - slug?: InputMaybe; + slug?: InputMaybe; }; export type WarehouseUpdated = Event & { - __typename?: "WarehouseUpdated"; + __typename?: 'WarehouseUpdated'; /** Time of the event. */ - issuedAt?: Maybe; + issuedAt?: Maybe; /** The user or application that triggered the event. */ issuingPrincipal?: Maybe; /** The application receiving the webhook. */ recipient?: Maybe; /** Saleor version that triggered the event. */ - version?: Maybe; + version?: Maybe; /** * The warehouse the event relates to. * @@ -20004,7 +20509,7 @@ export type WarehouseUpdated = Event & { /** Webhook. */ export type Webhook = Node & { - __typename?: "Webhook"; + __typename?: 'Webhook'; app: App; /** List of asynchronous webhook events. */ asyncEvents: Array; @@ -20015,27 +20520,28 @@ export type Webhook = Node & { * @deprecated This field will be removed in Saleor 4.0. Use `asyncEvents` or `syncEvents` instead. */ events: Array; - id: Scalars["ID"]; + id: Scalars['ID']; /** Informs if webhook is activated. */ - isActive: Scalars["Boolean"]; - name: Scalars["String"]; + isActive: Scalars['Boolean']; + name: Scalars['String']; /** Used to create a hash signature with each payload. */ - secretKey?: Maybe; + secretKey?: Maybe; /** Used to define payloads for specific events. */ - subscriptionQuery?: Maybe; + subscriptionQuery?: Maybe; /** List of synchronous webhook events. */ syncEvents: Array; /** Target URL for webhook. */ - targetUrl: Scalars["String"]; + targetUrl: Scalars['String']; }; + /** Webhook. */ export type WebhookEventDeliveriesArgs = { - after?: InputMaybe; - before?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; filter?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; sortBy?: InputMaybe; }; @@ -20045,7 +20551,7 @@ export type WebhookEventDeliveriesArgs = { * Requires one of the following permissions: MANAGE_APPS, AUTHENTICATED_APP. */ export type WebhookCreate = { - __typename?: "WebhookCreate"; + __typename?: 'WebhookCreate'; errors: Array; webhook?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -20054,7 +20560,7 @@ export type WebhookCreate = { export type WebhookCreateInput = { /** ID of the app to which webhook belongs. */ - app?: InputMaybe; + app?: InputMaybe; /** The asynchronous events that webhook wants to subscribe. */ asyncEvents?: InputMaybe>; /** @@ -20064,9 +20570,9 @@ export type WebhookCreateInput = { */ events?: InputMaybe>; /** Determine if webhook will be set active or not. */ - isActive?: InputMaybe; + isActive?: InputMaybe; /** The name of the webhook. */ - name?: InputMaybe; + name?: InputMaybe; /** * Subscription query used to define a webhook payload. * @@ -20074,13 +20580,13 @@ export type WebhookCreateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - query?: InputMaybe; + query?: InputMaybe; /** The secret key used to create a hash signature with each payload. */ - secretKey?: InputMaybe; + secretKey?: InputMaybe; /** The synchronous events that webhook wants to subscribe. */ syncEvents?: InputMaybe>; /** The url to receive the payload. */ - targetUrl?: InputMaybe; + targetUrl?: InputMaybe; }; /** @@ -20089,7 +20595,7 @@ export type WebhookCreateInput = { * Requires one of the following permissions: MANAGE_APPS, AUTHENTICATED_APP. */ export type WebhookDelete = { - __typename?: "WebhookDelete"; + __typename?: 'WebhookDelete'; errors: Array; webhook?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -20097,432 +20603,432 @@ export type WebhookDelete = { }; export type WebhookError = { - __typename?: "WebhookError"; + __typename?: 'WebhookError'; /** The error code. */ code: WebhookErrorCode; /** Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field. */ - field?: Maybe; + field?: Maybe; /** The error message. */ - message?: Maybe; + message?: Maybe; }; /** An enumeration. */ export enum WebhookErrorCode { - GraphqlError = "GRAPHQL_ERROR", - Invalid = "INVALID", - NotFound = "NOT_FOUND", - Required = "REQUIRED", - Unique = "UNIQUE", + GraphqlError = 'GRAPHQL_ERROR', + Invalid = 'INVALID', + NotFound = 'NOT_FOUND', + Required = 'REQUIRED', + Unique = 'UNIQUE' } /** Webhook event. */ export type WebhookEvent = { - __typename?: "WebhookEvent"; + __typename?: 'WebhookEvent'; /** Internal name of the event type. */ eventType: WebhookEventTypeEnum; /** Display name of the event. */ - name: Scalars["String"]; + name: Scalars['String']; }; /** Asynchronous webhook event. */ export type WebhookEventAsync = { - __typename?: "WebhookEventAsync"; + __typename?: 'WebhookEventAsync'; /** Internal name of the event type. */ eventType: WebhookEventTypeAsyncEnum; /** Display name of the event. */ - name: Scalars["String"]; + name: Scalars['String']; }; /** Synchronous webhook event. */ export type WebhookEventSync = { - __typename?: "WebhookEventSync"; + __typename?: 'WebhookEventSync'; /** Internal name of the event type. */ eventType: WebhookEventTypeSyncEnum; /** Display name of the event. */ - name: Scalars["String"]; + name: Scalars['String']; }; /** Enum determining type of webhook. */ export enum WebhookEventTypeAsyncEnum { /** All the events. */ - AnyEvents = "ANY_EVENTS", + AnyEvents = 'ANY_EVENTS', /** An app deleted. */ - AppDeleted = "APP_DELETED", + AppDeleted = 'APP_DELETED', /** A new app installed. */ - AppInstalled = "APP_INSTALLED", + AppInstalled = 'APP_INSTALLED', /** An app status is changed. */ - AppStatusChanged = "APP_STATUS_CHANGED", + AppStatusChanged = 'APP_STATUS_CHANGED', /** An app updated. */ - AppUpdated = "APP_UPDATED", + AppUpdated = 'APP_UPDATED', /** A new category created. */ - CategoryCreated = "CATEGORY_CREATED", + CategoryCreated = 'CATEGORY_CREATED', /** A category is deleted. */ - CategoryDeleted = "CATEGORY_DELETED", + CategoryDeleted = 'CATEGORY_DELETED', /** A category is updated. */ - CategoryUpdated = "CATEGORY_UPDATED", + CategoryUpdated = 'CATEGORY_UPDATED', /** A new channel created. */ - ChannelCreated = "CHANNEL_CREATED", + ChannelCreated = 'CHANNEL_CREATED', /** A channel is deleted. */ - ChannelDeleted = "CHANNEL_DELETED", + ChannelDeleted = 'CHANNEL_DELETED', /** A channel status is changed. */ - ChannelStatusChanged = "CHANNEL_STATUS_CHANGED", + ChannelStatusChanged = 'CHANNEL_STATUS_CHANGED', /** A channel is updated. */ - ChannelUpdated = "CHANNEL_UPDATED", + ChannelUpdated = 'CHANNEL_UPDATED', /** A new checkout is created. */ - CheckoutCreated = "CHECKOUT_CREATED", + CheckoutCreated = 'CHECKOUT_CREATED', /** A checkout is updated. It also triggers all updates related to the checkout. */ - CheckoutUpdated = "CHECKOUT_UPDATED", + CheckoutUpdated = 'CHECKOUT_UPDATED', /** A new collection is created. */ - CollectionCreated = "COLLECTION_CREATED", + CollectionCreated = 'COLLECTION_CREATED', /** A collection is deleted. */ - CollectionDeleted = "COLLECTION_DELETED", + CollectionDeleted = 'COLLECTION_DELETED', /** A collection is updated. */ - CollectionUpdated = "COLLECTION_UPDATED", + CollectionUpdated = 'COLLECTION_UPDATED', /** A new customer account is created. */ - CustomerCreated = "CUSTOMER_CREATED", + CustomerCreated = 'CUSTOMER_CREATED', /** A customer account is updated. */ - CustomerUpdated = "CUSTOMER_UPDATED", - DraftOrderCreated = "DRAFT_ORDER_CREATED", - DraftOrderDeleted = "DRAFT_ORDER_DELETED", - DraftOrderUpdated = "DRAFT_ORDER_UPDATED", + CustomerUpdated = 'CUSTOMER_UPDATED', + DraftOrderCreated = 'DRAFT_ORDER_CREATED', + DraftOrderDeleted = 'DRAFT_ORDER_DELETED', + DraftOrderUpdated = 'DRAFT_ORDER_UPDATED', /** A fulfillment is cancelled. */ - FulfillmentCanceled = "FULFILLMENT_CANCELED", + FulfillmentCanceled = 'FULFILLMENT_CANCELED', /** A new fulfillment is created. */ - FulfillmentCreated = "FULFILLMENT_CREATED", + FulfillmentCreated = 'FULFILLMENT_CREATED', /** A new gift card created. */ - GiftCardCreated = "GIFT_CARD_CREATED", + GiftCardCreated = 'GIFT_CARD_CREATED', /** A gift card is deleted. */ - GiftCardDeleted = "GIFT_CARD_DELETED", + GiftCardDeleted = 'GIFT_CARD_DELETED', /** A gift card status is changed. */ - GiftCardStatusChanged = "GIFT_CARD_STATUS_CHANGED", + GiftCardStatusChanged = 'GIFT_CARD_STATUS_CHANGED', /** A gift card is updated. */ - GiftCardUpdated = "GIFT_CARD_UPDATED", + GiftCardUpdated = 'GIFT_CARD_UPDATED', /** An invoice is deleted. */ - InvoiceDeleted = "INVOICE_DELETED", + InvoiceDeleted = 'INVOICE_DELETED', /** An invoice for order requested. */ - InvoiceRequested = "INVOICE_REQUESTED", + InvoiceRequested = 'INVOICE_REQUESTED', /** Invoice has been sent. */ - InvoiceSent = "INVOICE_SENT", + InvoiceSent = 'INVOICE_SENT', /** A new menu created. */ - MenuCreated = "MENU_CREATED", + MenuCreated = 'MENU_CREATED', /** A menu is deleted. */ - MenuDeleted = "MENU_DELETED", + MenuDeleted = 'MENU_DELETED', /** A new menu item created. */ - MenuItemCreated = "MENU_ITEM_CREATED", + MenuItemCreated = 'MENU_ITEM_CREATED', /** A menu item is deleted. */ - MenuItemDeleted = "MENU_ITEM_DELETED", + MenuItemDeleted = 'MENU_ITEM_DELETED', /** A menu item is updated. */ - MenuItemUpdated = "MENU_ITEM_UPDATED", + MenuItemUpdated = 'MENU_ITEM_UPDATED', /** A menu is updated. */ - MenuUpdated = "MENU_UPDATED", + MenuUpdated = 'MENU_UPDATED', /** User notification triggered. */ - NotifyUser = "NOTIFY_USER", + NotifyUser = 'NOTIFY_USER', /** An observability event is created. */ - Observability = "OBSERVABILITY", + Observability = 'OBSERVABILITY', /** An order is cancelled. */ - OrderCancelled = "ORDER_CANCELLED", + OrderCancelled = 'ORDER_CANCELLED', /** An order is confirmed (status change unconfirmed -> unfulfilled) by a staff user using the OrderConfirm mutation. It also triggers when the user completes the checkout and the shop setting `automatically_confirm_all_new_orders` is enabled. */ - OrderConfirmed = "ORDER_CONFIRMED", + OrderConfirmed = 'ORDER_CONFIRMED', /** A new order is placed. */ - OrderCreated = "ORDER_CREATED", + OrderCreated = 'ORDER_CREATED', /** An order is fulfilled. */ - OrderFulfilled = "ORDER_FULFILLED", + OrderFulfilled = 'ORDER_FULFILLED', /** Payment is made and an order is fully paid. */ - OrderFullyPaid = "ORDER_FULLY_PAID", + OrderFullyPaid = 'ORDER_FULLY_PAID', /** An order is updated; triggered for all changes related to an order; covers all other order webhooks, except for ORDER_CREATED. */ - OrderUpdated = "ORDER_UPDATED", + OrderUpdated = 'ORDER_UPDATED', /** A new page is created. */ - PageCreated = "PAGE_CREATED", + PageCreated = 'PAGE_CREATED', /** A page is deleted. */ - PageDeleted = "PAGE_DELETED", + PageDeleted = 'PAGE_DELETED', /** A page is updated. */ - PageUpdated = "PAGE_UPDATED", + PageUpdated = 'PAGE_UPDATED', /** A new product is created. */ - ProductCreated = "PRODUCT_CREATED", + ProductCreated = 'PRODUCT_CREATED', /** A product is deleted. */ - ProductDeleted = "PRODUCT_DELETED", + ProductDeleted = 'PRODUCT_DELETED', /** A product is updated. */ - ProductUpdated = "PRODUCT_UPDATED", - ProductVariantBackInStock = "PRODUCT_VARIANT_BACK_IN_STOCK", + ProductUpdated = 'PRODUCT_UPDATED', + ProductVariantBackInStock = 'PRODUCT_VARIANT_BACK_IN_STOCK', /** A new product variant is created. */ - ProductVariantCreated = "PRODUCT_VARIANT_CREATED", + ProductVariantCreated = 'PRODUCT_VARIANT_CREATED', /** A product variant is deleted. */ - ProductVariantDeleted = "PRODUCT_VARIANT_DELETED", - ProductVariantOutOfStock = "PRODUCT_VARIANT_OUT_OF_STOCK", + ProductVariantDeleted = 'PRODUCT_VARIANT_DELETED', + ProductVariantOutOfStock = 'PRODUCT_VARIANT_OUT_OF_STOCK', /** A product variant is updated. */ - ProductVariantUpdated = "PRODUCT_VARIANT_UPDATED", - SaleCreated = "SALE_CREATED", - SaleDeleted = "SALE_DELETED", - SaleUpdated = "SALE_UPDATED", + ProductVariantUpdated = 'PRODUCT_VARIANT_UPDATED', + SaleCreated = 'SALE_CREATED', + SaleDeleted = 'SALE_DELETED', + SaleUpdated = 'SALE_UPDATED', /** A new shipping price is created. */ - ShippingPriceCreated = "SHIPPING_PRICE_CREATED", + ShippingPriceCreated = 'SHIPPING_PRICE_CREATED', /** A shipping price is deleted. */ - ShippingPriceDeleted = "SHIPPING_PRICE_DELETED", + ShippingPriceDeleted = 'SHIPPING_PRICE_DELETED', /** A shipping price is updated. */ - ShippingPriceUpdated = "SHIPPING_PRICE_UPDATED", + ShippingPriceUpdated = 'SHIPPING_PRICE_UPDATED', /** A new shipping zone is created. */ - ShippingZoneCreated = "SHIPPING_ZONE_CREATED", + ShippingZoneCreated = 'SHIPPING_ZONE_CREATED', /** A shipping zone is deleted. */ - ShippingZoneDeleted = "SHIPPING_ZONE_DELETED", + ShippingZoneDeleted = 'SHIPPING_ZONE_DELETED', /** A shipping zone is updated. */ - ShippingZoneUpdated = "SHIPPING_ZONE_UPDATED", - TransactionActionRequest = "TRANSACTION_ACTION_REQUEST", - TranslationCreated = "TRANSLATION_CREATED", - TranslationUpdated = "TRANSLATION_UPDATED", + ShippingZoneUpdated = 'SHIPPING_ZONE_UPDATED', + TransactionActionRequest = 'TRANSACTION_ACTION_REQUEST', + TranslationCreated = 'TRANSLATION_CREATED', + TranslationUpdated = 'TRANSLATION_UPDATED', /** A new voucher created. */ - VoucherCreated = "VOUCHER_CREATED", + VoucherCreated = 'VOUCHER_CREATED', /** A voucher is deleted. */ - VoucherDeleted = "VOUCHER_DELETED", + VoucherDeleted = 'VOUCHER_DELETED', /** A voucher is updated. */ - VoucherUpdated = "VOUCHER_UPDATED", + VoucherUpdated = 'VOUCHER_UPDATED', /** A new warehouse created. */ - WarehouseCreated = "WAREHOUSE_CREATED", + WarehouseCreated = 'WAREHOUSE_CREATED', /** A warehouse is deleted. */ - WarehouseDeleted = "WAREHOUSE_DELETED", + WarehouseDeleted = 'WAREHOUSE_DELETED', /** A warehouse is updated. */ - WarehouseUpdated = "WAREHOUSE_UPDATED", + WarehouseUpdated = 'WAREHOUSE_UPDATED' } /** Enum determining type of webhook. */ export enum WebhookEventTypeEnum { /** All the events. */ - AnyEvents = "ANY_EVENTS", + AnyEvents = 'ANY_EVENTS', /** An app deleted. */ - AppDeleted = "APP_DELETED", + AppDeleted = 'APP_DELETED', /** A new app installed. */ - AppInstalled = "APP_INSTALLED", + AppInstalled = 'APP_INSTALLED', /** An app status is changed. */ - AppStatusChanged = "APP_STATUS_CHANGED", + AppStatusChanged = 'APP_STATUS_CHANGED', /** An app updated. */ - AppUpdated = "APP_UPDATED", + AppUpdated = 'APP_UPDATED', /** A new category created. */ - CategoryCreated = "CATEGORY_CREATED", + CategoryCreated = 'CATEGORY_CREATED', /** A category is deleted. */ - CategoryDeleted = "CATEGORY_DELETED", + CategoryDeleted = 'CATEGORY_DELETED', /** A category is updated. */ - CategoryUpdated = "CATEGORY_UPDATED", + CategoryUpdated = 'CATEGORY_UPDATED', /** A new channel created. */ - ChannelCreated = "CHANNEL_CREATED", + ChannelCreated = 'CHANNEL_CREATED', /** A channel is deleted. */ - ChannelDeleted = "CHANNEL_DELETED", + ChannelDeleted = 'CHANNEL_DELETED', /** A channel status is changed. */ - ChannelStatusChanged = "CHANNEL_STATUS_CHANGED", + ChannelStatusChanged = 'CHANNEL_STATUS_CHANGED', /** A channel is updated. */ - ChannelUpdated = "CHANNEL_UPDATED", + ChannelUpdated = 'CHANNEL_UPDATED', /** A new checkout is created. */ - CheckoutCreated = "CHECKOUT_CREATED", - CheckoutFilterShippingMethods = "CHECKOUT_FILTER_SHIPPING_METHODS", + CheckoutCreated = 'CHECKOUT_CREATED', + CheckoutFilterShippingMethods = 'CHECKOUT_FILTER_SHIPPING_METHODS', /** A checkout is updated. It also triggers all updates related to the checkout. */ - CheckoutUpdated = "CHECKOUT_UPDATED", + CheckoutUpdated = 'CHECKOUT_UPDATED', /** A new collection is created. */ - CollectionCreated = "COLLECTION_CREATED", + CollectionCreated = 'COLLECTION_CREATED', /** A collection is deleted. */ - CollectionDeleted = "COLLECTION_DELETED", + CollectionDeleted = 'COLLECTION_DELETED', /** A collection is updated. */ - CollectionUpdated = "COLLECTION_UPDATED", + CollectionUpdated = 'COLLECTION_UPDATED', /** A new customer account is created. */ - CustomerCreated = "CUSTOMER_CREATED", + CustomerCreated = 'CUSTOMER_CREATED', /** A customer account is updated. */ - CustomerUpdated = "CUSTOMER_UPDATED", - DraftOrderCreated = "DRAFT_ORDER_CREATED", - DraftOrderDeleted = "DRAFT_ORDER_DELETED", - DraftOrderUpdated = "DRAFT_ORDER_UPDATED", + CustomerUpdated = 'CUSTOMER_UPDATED', + DraftOrderCreated = 'DRAFT_ORDER_CREATED', + DraftOrderDeleted = 'DRAFT_ORDER_DELETED', + DraftOrderUpdated = 'DRAFT_ORDER_UPDATED', /** A fulfillment is cancelled. */ - FulfillmentCanceled = "FULFILLMENT_CANCELED", + FulfillmentCanceled = 'FULFILLMENT_CANCELED', /** A new fulfillment is created. */ - FulfillmentCreated = "FULFILLMENT_CREATED", + FulfillmentCreated = 'FULFILLMENT_CREATED', /** A new gift card created. */ - GiftCardCreated = "GIFT_CARD_CREATED", + GiftCardCreated = 'GIFT_CARD_CREATED', /** A gift card is deleted. */ - GiftCardDeleted = "GIFT_CARD_DELETED", + GiftCardDeleted = 'GIFT_CARD_DELETED', /** A gift card status is changed. */ - GiftCardStatusChanged = "GIFT_CARD_STATUS_CHANGED", + GiftCardStatusChanged = 'GIFT_CARD_STATUS_CHANGED', /** A gift card is updated. */ - GiftCardUpdated = "GIFT_CARD_UPDATED", + GiftCardUpdated = 'GIFT_CARD_UPDATED', /** An invoice is deleted. */ - InvoiceDeleted = "INVOICE_DELETED", + InvoiceDeleted = 'INVOICE_DELETED', /** An invoice for order requested. */ - InvoiceRequested = "INVOICE_REQUESTED", + InvoiceRequested = 'INVOICE_REQUESTED', /** Invoice has been sent. */ - InvoiceSent = "INVOICE_SENT", + InvoiceSent = 'INVOICE_SENT', /** A new menu created. */ - MenuCreated = "MENU_CREATED", + MenuCreated = 'MENU_CREATED', /** A menu is deleted. */ - MenuDeleted = "MENU_DELETED", + MenuDeleted = 'MENU_DELETED', /** A new menu item created. */ - MenuItemCreated = "MENU_ITEM_CREATED", + MenuItemCreated = 'MENU_ITEM_CREATED', /** A menu item is deleted. */ - MenuItemDeleted = "MENU_ITEM_DELETED", + MenuItemDeleted = 'MENU_ITEM_DELETED', /** A menu item is updated. */ - MenuItemUpdated = "MENU_ITEM_UPDATED", + MenuItemUpdated = 'MENU_ITEM_UPDATED', /** A menu is updated. */ - MenuUpdated = "MENU_UPDATED", + MenuUpdated = 'MENU_UPDATED', /** User notification triggered. */ - NotifyUser = "NOTIFY_USER", + NotifyUser = 'NOTIFY_USER', /** An observability event is created. */ - Observability = "OBSERVABILITY", + Observability = 'OBSERVABILITY', /** An order is cancelled. */ - OrderCancelled = "ORDER_CANCELLED", + OrderCancelled = 'ORDER_CANCELLED', /** An order is confirmed (status change unconfirmed -> unfulfilled) by a staff user using the OrderConfirm mutation. It also triggers when the user completes the checkout and the shop setting `automatically_confirm_all_new_orders` is enabled. */ - OrderConfirmed = "ORDER_CONFIRMED", + OrderConfirmed = 'ORDER_CONFIRMED', /** A new order is placed. */ - OrderCreated = "ORDER_CREATED", - OrderFilterShippingMethods = "ORDER_FILTER_SHIPPING_METHODS", + OrderCreated = 'ORDER_CREATED', + OrderFilterShippingMethods = 'ORDER_FILTER_SHIPPING_METHODS', /** An order is fulfilled. */ - OrderFulfilled = "ORDER_FULFILLED", + OrderFulfilled = 'ORDER_FULFILLED', /** Payment is made and an order is fully paid. */ - OrderFullyPaid = "ORDER_FULLY_PAID", + OrderFullyPaid = 'ORDER_FULLY_PAID', /** An order is updated; triggered for all changes related to an order; covers all other order webhooks, except for ORDER_CREATED. */ - OrderUpdated = "ORDER_UPDATED", + OrderUpdated = 'ORDER_UPDATED', /** A new page is created. */ - PageCreated = "PAGE_CREATED", + PageCreated = 'PAGE_CREATED', /** A page is deleted. */ - PageDeleted = "PAGE_DELETED", + PageDeleted = 'PAGE_DELETED', /** A page is updated. */ - PageUpdated = "PAGE_UPDATED", - PaymentAuthorize = "PAYMENT_AUTHORIZE", - PaymentCapture = "PAYMENT_CAPTURE", - PaymentConfirm = "PAYMENT_CONFIRM", - PaymentListGateways = "PAYMENT_LIST_GATEWAYS", - PaymentProcess = "PAYMENT_PROCESS", - PaymentRefund = "PAYMENT_REFUND", - PaymentVoid = "PAYMENT_VOID", + PageUpdated = 'PAGE_UPDATED', + PaymentAuthorize = 'PAYMENT_AUTHORIZE', + PaymentCapture = 'PAYMENT_CAPTURE', + PaymentConfirm = 'PAYMENT_CONFIRM', + PaymentListGateways = 'PAYMENT_LIST_GATEWAYS', + PaymentProcess = 'PAYMENT_PROCESS', + PaymentRefund = 'PAYMENT_REFUND', + PaymentVoid = 'PAYMENT_VOID', /** A new product is created. */ - ProductCreated = "PRODUCT_CREATED", + ProductCreated = 'PRODUCT_CREATED', /** A product is deleted. */ - ProductDeleted = "PRODUCT_DELETED", + ProductDeleted = 'PRODUCT_DELETED', /** A product is updated. */ - ProductUpdated = "PRODUCT_UPDATED", - ProductVariantBackInStock = "PRODUCT_VARIANT_BACK_IN_STOCK", + ProductUpdated = 'PRODUCT_UPDATED', + ProductVariantBackInStock = 'PRODUCT_VARIANT_BACK_IN_STOCK', /** A new product variant is created. */ - ProductVariantCreated = "PRODUCT_VARIANT_CREATED", + ProductVariantCreated = 'PRODUCT_VARIANT_CREATED', /** A product variant is deleted. */ - ProductVariantDeleted = "PRODUCT_VARIANT_DELETED", - ProductVariantOutOfStock = "PRODUCT_VARIANT_OUT_OF_STOCK", + ProductVariantDeleted = 'PRODUCT_VARIANT_DELETED', + ProductVariantOutOfStock = 'PRODUCT_VARIANT_OUT_OF_STOCK', /** A product variant is updated. */ - ProductVariantUpdated = "PRODUCT_VARIANT_UPDATED", - SaleCreated = "SALE_CREATED", - SaleDeleted = "SALE_DELETED", - SaleUpdated = "SALE_UPDATED", - ShippingListMethodsForCheckout = "SHIPPING_LIST_METHODS_FOR_CHECKOUT", + ProductVariantUpdated = 'PRODUCT_VARIANT_UPDATED', + SaleCreated = 'SALE_CREATED', + SaleDeleted = 'SALE_DELETED', + SaleUpdated = 'SALE_UPDATED', + ShippingListMethodsForCheckout = 'SHIPPING_LIST_METHODS_FOR_CHECKOUT', /** A new shipping price is created. */ - ShippingPriceCreated = "SHIPPING_PRICE_CREATED", + ShippingPriceCreated = 'SHIPPING_PRICE_CREATED', /** A shipping price is deleted. */ - ShippingPriceDeleted = "SHIPPING_PRICE_DELETED", + ShippingPriceDeleted = 'SHIPPING_PRICE_DELETED', /** A shipping price is updated. */ - ShippingPriceUpdated = "SHIPPING_PRICE_UPDATED", + ShippingPriceUpdated = 'SHIPPING_PRICE_UPDATED', /** A new shipping zone is created. */ - ShippingZoneCreated = "SHIPPING_ZONE_CREATED", + ShippingZoneCreated = 'SHIPPING_ZONE_CREATED', /** A shipping zone is deleted. */ - ShippingZoneDeleted = "SHIPPING_ZONE_DELETED", + ShippingZoneDeleted = 'SHIPPING_ZONE_DELETED', /** A shipping zone is updated. */ - ShippingZoneUpdated = "SHIPPING_ZONE_UPDATED", - TransactionActionRequest = "TRANSACTION_ACTION_REQUEST", - TranslationCreated = "TRANSLATION_CREATED", - TranslationUpdated = "TRANSLATION_UPDATED", + ShippingZoneUpdated = 'SHIPPING_ZONE_UPDATED', + TransactionActionRequest = 'TRANSACTION_ACTION_REQUEST', + TranslationCreated = 'TRANSLATION_CREATED', + TranslationUpdated = 'TRANSLATION_UPDATED', /** A new voucher created. */ - VoucherCreated = "VOUCHER_CREATED", + VoucherCreated = 'VOUCHER_CREATED', /** A voucher is deleted. */ - VoucherDeleted = "VOUCHER_DELETED", + VoucherDeleted = 'VOUCHER_DELETED', /** A voucher is updated. */ - VoucherUpdated = "VOUCHER_UPDATED", + VoucherUpdated = 'VOUCHER_UPDATED', /** A new warehouse created. */ - WarehouseCreated = "WAREHOUSE_CREATED", + WarehouseCreated = 'WAREHOUSE_CREATED', /** A warehouse is deleted. */ - WarehouseDeleted = "WAREHOUSE_DELETED", + WarehouseDeleted = 'WAREHOUSE_DELETED', /** A warehouse is updated. */ - WarehouseUpdated = "WAREHOUSE_UPDATED", + WarehouseUpdated = 'WAREHOUSE_UPDATED' } /** Enum determining type of webhook. */ export enum WebhookEventTypeSyncEnum { - CheckoutFilterShippingMethods = "CHECKOUT_FILTER_SHIPPING_METHODS", - OrderFilterShippingMethods = "ORDER_FILTER_SHIPPING_METHODS", - PaymentAuthorize = "PAYMENT_AUTHORIZE", - PaymentCapture = "PAYMENT_CAPTURE", - PaymentConfirm = "PAYMENT_CONFIRM", - PaymentListGateways = "PAYMENT_LIST_GATEWAYS", - PaymentProcess = "PAYMENT_PROCESS", - PaymentRefund = "PAYMENT_REFUND", - PaymentVoid = "PAYMENT_VOID", - ShippingListMethodsForCheckout = "SHIPPING_LIST_METHODS_FOR_CHECKOUT", + CheckoutFilterShippingMethods = 'CHECKOUT_FILTER_SHIPPING_METHODS', + OrderFilterShippingMethods = 'ORDER_FILTER_SHIPPING_METHODS', + PaymentAuthorize = 'PAYMENT_AUTHORIZE', + PaymentCapture = 'PAYMENT_CAPTURE', + PaymentConfirm = 'PAYMENT_CONFIRM', + PaymentListGateways = 'PAYMENT_LIST_GATEWAYS', + PaymentProcess = 'PAYMENT_PROCESS', + PaymentRefund = 'PAYMENT_REFUND', + PaymentVoid = 'PAYMENT_VOID', + ShippingListMethodsForCheckout = 'SHIPPING_LIST_METHODS_FOR_CHECKOUT' } /** An enumeration. */ export enum WebhookSampleEventTypeEnum { - AppDeleted = "APP_DELETED", - AppInstalled = "APP_INSTALLED", - AppStatusChanged = "APP_STATUS_CHANGED", - AppUpdated = "APP_UPDATED", - CategoryCreated = "CATEGORY_CREATED", - CategoryDeleted = "CATEGORY_DELETED", - CategoryUpdated = "CATEGORY_UPDATED", - ChannelCreated = "CHANNEL_CREATED", - ChannelDeleted = "CHANNEL_DELETED", - ChannelStatusChanged = "CHANNEL_STATUS_CHANGED", - ChannelUpdated = "CHANNEL_UPDATED", - CheckoutCreated = "CHECKOUT_CREATED", - CheckoutUpdated = "CHECKOUT_UPDATED", - CollectionCreated = "COLLECTION_CREATED", - CollectionDeleted = "COLLECTION_DELETED", - CollectionUpdated = "COLLECTION_UPDATED", - CustomerCreated = "CUSTOMER_CREATED", - CustomerUpdated = "CUSTOMER_UPDATED", - DraftOrderCreated = "DRAFT_ORDER_CREATED", - DraftOrderDeleted = "DRAFT_ORDER_DELETED", - DraftOrderUpdated = "DRAFT_ORDER_UPDATED", - FulfillmentCanceled = "FULFILLMENT_CANCELED", - FulfillmentCreated = "FULFILLMENT_CREATED", - GiftCardCreated = "GIFT_CARD_CREATED", - GiftCardDeleted = "GIFT_CARD_DELETED", - GiftCardStatusChanged = "GIFT_CARD_STATUS_CHANGED", - GiftCardUpdated = "GIFT_CARD_UPDATED", - InvoiceDeleted = "INVOICE_DELETED", - InvoiceRequested = "INVOICE_REQUESTED", - InvoiceSent = "INVOICE_SENT", - MenuCreated = "MENU_CREATED", - MenuDeleted = "MENU_DELETED", - MenuItemCreated = "MENU_ITEM_CREATED", - MenuItemDeleted = "MENU_ITEM_DELETED", - MenuItemUpdated = "MENU_ITEM_UPDATED", - MenuUpdated = "MENU_UPDATED", - NotifyUser = "NOTIFY_USER", - Observability = "OBSERVABILITY", - OrderCancelled = "ORDER_CANCELLED", - OrderConfirmed = "ORDER_CONFIRMED", - OrderCreated = "ORDER_CREATED", - OrderFulfilled = "ORDER_FULFILLED", - OrderFullyPaid = "ORDER_FULLY_PAID", - OrderUpdated = "ORDER_UPDATED", - PageCreated = "PAGE_CREATED", - PageDeleted = "PAGE_DELETED", - PageUpdated = "PAGE_UPDATED", - ProductCreated = "PRODUCT_CREATED", - ProductDeleted = "PRODUCT_DELETED", - ProductUpdated = "PRODUCT_UPDATED", - ProductVariantBackInStock = "PRODUCT_VARIANT_BACK_IN_STOCK", - ProductVariantCreated = "PRODUCT_VARIANT_CREATED", - ProductVariantDeleted = "PRODUCT_VARIANT_DELETED", - ProductVariantOutOfStock = "PRODUCT_VARIANT_OUT_OF_STOCK", - ProductVariantUpdated = "PRODUCT_VARIANT_UPDATED", - SaleCreated = "SALE_CREATED", - SaleDeleted = "SALE_DELETED", - SaleUpdated = "SALE_UPDATED", - ShippingPriceCreated = "SHIPPING_PRICE_CREATED", - ShippingPriceDeleted = "SHIPPING_PRICE_DELETED", - ShippingPriceUpdated = "SHIPPING_PRICE_UPDATED", - ShippingZoneCreated = "SHIPPING_ZONE_CREATED", - ShippingZoneDeleted = "SHIPPING_ZONE_DELETED", - ShippingZoneUpdated = "SHIPPING_ZONE_UPDATED", - TransactionActionRequest = "TRANSACTION_ACTION_REQUEST", - TranslationCreated = "TRANSLATION_CREATED", - TranslationUpdated = "TRANSLATION_UPDATED", - VoucherCreated = "VOUCHER_CREATED", - VoucherDeleted = "VOUCHER_DELETED", - VoucherUpdated = "VOUCHER_UPDATED", - WarehouseCreated = "WAREHOUSE_CREATED", - WarehouseDeleted = "WAREHOUSE_DELETED", - WarehouseUpdated = "WAREHOUSE_UPDATED", + AppDeleted = 'APP_DELETED', + AppInstalled = 'APP_INSTALLED', + AppStatusChanged = 'APP_STATUS_CHANGED', + AppUpdated = 'APP_UPDATED', + CategoryCreated = 'CATEGORY_CREATED', + CategoryDeleted = 'CATEGORY_DELETED', + CategoryUpdated = 'CATEGORY_UPDATED', + ChannelCreated = 'CHANNEL_CREATED', + ChannelDeleted = 'CHANNEL_DELETED', + ChannelStatusChanged = 'CHANNEL_STATUS_CHANGED', + ChannelUpdated = 'CHANNEL_UPDATED', + CheckoutCreated = 'CHECKOUT_CREATED', + CheckoutUpdated = 'CHECKOUT_UPDATED', + CollectionCreated = 'COLLECTION_CREATED', + CollectionDeleted = 'COLLECTION_DELETED', + CollectionUpdated = 'COLLECTION_UPDATED', + CustomerCreated = 'CUSTOMER_CREATED', + CustomerUpdated = 'CUSTOMER_UPDATED', + DraftOrderCreated = 'DRAFT_ORDER_CREATED', + DraftOrderDeleted = 'DRAFT_ORDER_DELETED', + DraftOrderUpdated = 'DRAFT_ORDER_UPDATED', + FulfillmentCanceled = 'FULFILLMENT_CANCELED', + FulfillmentCreated = 'FULFILLMENT_CREATED', + GiftCardCreated = 'GIFT_CARD_CREATED', + GiftCardDeleted = 'GIFT_CARD_DELETED', + GiftCardStatusChanged = 'GIFT_CARD_STATUS_CHANGED', + GiftCardUpdated = 'GIFT_CARD_UPDATED', + InvoiceDeleted = 'INVOICE_DELETED', + InvoiceRequested = 'INVOICE_REQUESTED', + InvoiceSent = 'INVOICE_SENT', + MenuCreated = 'MENU_CREATED', + MenuDeleted = 'MENU_DELETED', + MenuItemCreated = 'MENU_ITEM_CREATED', + MenuItemDeleted = 'MENU_ITEM_DELETED', + MenuItemUpdated = 'MENU_ITEM_UPDATED', + MenuUpdated = 'MENU_UPDATED', + NotifyUser = 'NOTIFY_USER', + Observability = 'OBSERVABILITY', + OrderCancelled = 'ORDER_CANCELLED', + OrderConfirmed = 'ORDER_CONFIRMED', + OrderCreated = 'ORDER_CREATED', + OrderFulfilled = 'ORDER_FULFILLED', + OrderFullyPaid = 'ORDER_FULLY_PAID', + OrderUpdated = 'ORDER_UPDATED', + PageCreated = 'PAGE_CREATED', + PageDeleted = 'PAGE_DELETED', + PageUpdated = 'PAGE_UPDATED', + ProductCreated = 'PRODUCT_CREATED', + ProductDeleted = 'PRODUCT_DELETED', + ProductUpdated = 'PRODUCT_UPDATED', + ProductVariantBackInStock = 'PRODUCT_VARIANT_BACK_IN_STOCK', + ProductVariantCreated = 'PRODUCT_VARIANT_CREATED', + ProductVariantDeleted = 'PRODUCT_VARIANT_DELETED', + ProductVariantOutOfStock = 'PRODUCT_VARIANT_OUT_OF_STOCK', + ProductVariantUpdated = 'PRODUCT_VARIANT_UPDATED', + SaleCreated = 'SALE_CREATED', + SaleDeleted = 'SALE_DELETED', + SaleUpdated = 'SALE_UPDATED', + ShippingPriceCreated = 'SHIPPING_PRICE_CREATED', + ShippingPriceDeleted = 'SHIPPING_PRICE_DELETED', + ShippingPriceUpdated = 'SHIPPING_PRICE_UPDATED', + ShippingZoneCreated = 'SHIPPING_ZONE_CREATED', + ShippingZoneDeleted = 'SHIPPING_ZONE_DELETED', + ShippingZoneUpdated = 'SHIPPING_ZONE_UPDATED', + TransactionActionRequest = 'TRANSACTION_ACTION_REQUEST', + TranslationCreated = 'TRANSLATION_CREATED', + TranslationUpdated = 'TRANSLATION_UPDATED', + VoucherCreated = 'VOUCHER_CREATED', + VoucherDeleted = 'VOUCHER_DELETED', + VoucherUpdated = 'VOUCHER_UPDATED', + WarehouseCreated = 'WAREHOUSE_CREATED', + WarehouseDeleted = 'WAREHOUSE_DELETED', + WarehouseUpdated = 'WAREHOUSE_UPDATED' } /** @@ -20531,7 +21037,7 @@ export enum WebhookSampleEventTypeEnum { * Requires one of the following permissions: MANAGE_APPS. */ export type WebhookUpdate = { - __typename?: "WebhookUpdate"; + __typename?: 'WebhookUpdate'; errors: Array; webhook?: Maybe; /** @deprecated This field will be removed in Saleor 4.0. Use `errors` field instead. */ @@ -20540,7 +21046,7 @@ export type WebhookUpdate = { export type WebhookUpdateInput = { /** ID of the app to which webhook belongs. */ - app?: InputMaybe; + app?: InputMaybe; /** The asynchronous events that webhook wants to subscribe. */ asyncEvents?: InputMaybe>; /** @@ -20550,9 +21056,9 @@ export type WebhookUpdateInput = { */ events?: InputMaybe>; /** Determine if webhook will be set active or not. */ - isActive?: InputMaybe; + isActive?: InputMaybe; /** The new name of the webhook. */ - name?: InputMaybe; + name?: InputMaybe; /** * Subscription query used to define a webhook payload. * @@ -20560,52325 +21066,51797 @@ export type WebhookUpdateInput = { * * Note: this API is currently in Feature Preview and can be subject to changes at later point. */ - query?: InputMaybe; + query?: InputMaybe; /** Use to create a hash signature with each payload. */ - secretKey?: InputMaybe; + secretKey?: InputMaybe; /** The synchronous events that webhook wants to subscribe. */ syncEvents?: InputMaybe>; /** The url to receive the payload. */ - targetUrl?: InputMaybe; + targetUrl?: InputMaybe; }; /** Represents weight value in a specific weight unit. */ export type Weight = { - __typename?: "Weight"; + __typename?: 'Weight'; /** Weight unit. */ unit: WeightUnitsEnum; /** Weight value. */ - value: Scalars["Float"]; + value: Scalars['Float']; }; /** An enumeration. */ export enum WeightUnitsEnum { - G = "G", - Kg = "KG", - Lb = "LB", - Oz = "OZ", - Tonne = "TONNE", + G = 'G', + Kg = 'KG', + Lb = 'LB', + Oz = 'OZ', + Tonne = 'TONNE' } /** _Entity union as defined by Federation spec. */ -export type _Entity = - | Address - | App - | Category - | Collection - | Group - | PageType - | Product - | ProductMedia - | ProductType - | ProductVariant - | User; +export type _Entity = Address | App | Category | Collection | Group | PageType | Product | ProductMedia | ProductType | ProductVariant | User; /** _Service manifest as defined by Federation spec. */ export type _Service = { - __typename?: "_Service"; - sdl?: Maybe; + __typename?: '_Service'; + sdl?: Maybe; }; export type UpdateAppMetadataMutationVariables = Exact<{ - id: Scalars["ID"]; + id: Scalars['ID']; input: Array | MetadataInput; }>; -export type UpdateAppMetadataMutation = { - __typename?: "Mutation"; - updatePrivateMetadata?: { - __typename?: "UpdatePrivateMetadata"; - item?: - | { - __typename?: "App"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Attribute"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Category"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Checkout"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Collection"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "DigitalContent"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Fulfillment"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "GiftCard"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Invoice"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Menu"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "MenuItem"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Order"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Page"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "PageType"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Payment"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Product"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "ProductType"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "ProductVariant"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Sale"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "ShippingMethod"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "ShippingMethodType"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "ShippingZone"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "TransactionItem"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "User"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Voucher"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | { - __typename?: "Warehouse"; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } - | null; - } | null; -}; -export type FetchAppDetailsQueryVariables = Exact<{ [key: string]: never }>; +export type UpdateAppMetadataMutation = { __typename?: 'Mutation', updatePrivateMetadata?: { __typename?: 'UpdatePrivateMetadata', item?: { __typename?: 'App', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Attribute', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Category', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Checkout', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Collection', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'DigitalContent', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Fulfillment', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'GiftCard', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Invoice', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Menu', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'MenuItem', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Order', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Page', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'PageType', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Payment', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Product', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'ProductType', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'ProductVariant', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Sale', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'ShippingMethod', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'ShippingMethodType', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'ShippingZone', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'TransactionItem', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'User', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Voucher', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | { __typename?: 'Warehouse', privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | null } | null }; -export type FetchAppDetailsQuery = { - __typename?: "Query"; - app?: { - __typename?: "App"; - id: string; - privateMetadata: Array<{ __typename?: "MetadataItem"; key: string; value: string }>; - } | null; -}; +export type FetchAppDetailsQueryVariables = Exact<{ [key: string]: never; }>; -export type OrderCreatedWebhookPayloadFragment = { - __typename?: "OrderCreated"; - order?: { - __typename?: "Order"; - id: string; - number: string; - user?: { __typename?: "User"; email: string; firstName: string; lastName: string } | null; - shippingAddress?: { - __typename?: "Address"; - streetAddress1: string; - city: string; - postalCode: string; - country: { __typename?: "CountryDisplay"; country: string }; - } | null; - subtotal: { - __typename?: "TaxedMoney"; - gross: { __typename?: "Money"; amount: number; currency: string }; - }; - shippingPrice: { - __typename?: "TaxedMoney"; - gross: { __typename?: "Money"; amount: number; currency: string }; - }; - total: { - __typename?: "TaxedMoney"; - gross: { __typename?: "Money"; amount: number; currency: string }; - }; - } | null; -}; -export type OrderCreatedSubscriptionVariables = Exact<{ [key: string]: never }>; +export type FetchAppDetailsQuery = { __typename?: 'Query', app?: { __typename?: 'App', id: string, privateMetadata: Array<{ __typename?: 'MetadataItem', key: string, value: string }> } | null }; -export type OrderCreatedSubscription = { - __typename?: "Subscription"; - event?: - | { __typename?: "AppDeleted" } - | { __typename?: "AppInstalled" } - | { __typename?: "AppStatusChanged" } - | { __typename?: "AppUpdated" } - | { __typename?: "CategoryCreated" } - | { __typename?: "CategoryDeleted" } - | { __typename?: "CategoryUpdated" } - | { __typename?: "ChannelCreated" } - | { __typename?: "ChannelDeleted" } - | { __typename?: "ChannelStatusChanged" } - | { __typename?: "ChannelUpdated" } - | { __typename?: "CheckoutCreated" } - | { __typename?: "CheckoutUpdated" } - | { __typename?: "CollectionCreated" } - | { __typename?: "CollectionDeleted" } - | { __typename?: "CollectionUpdated" } - | { __typename?: "CustomerCreated" } - | { __typename?: "CustomerUpdated" } - | { __typename?: "DraftOrderCreated" } - | { __typename?: "DraftOrderDeleted" } - | { __typename?: "DraftOrderUpdated" } - | { __typename?: "FulfillmentCanceled" } - | { __typename?: "FulfillmentCreated" } - | { __typename?: "GiftCardCreated" } - | { __typename?: "GiftCardDeleted" } - | { __typename?: "GiftCardStatusChanged" } - | { __typename?: "GiftCardUpdated" } - | { __typename?: "InvoiceDeleted" } - | { __typename?: "InvoiceRequested" } - | { __typename?: "InvoiceSent" } - | { __typename?: "MenuCreated" } - | { __typename?: "MenuDeleted" } - | { __typename?: "MenuItemCreated" } - | { __typename?: "MenuItemDeleted" } - | { __typename?: "MenuItemUpdated" } - | { __typename?: "MenuUpdated" } - | { __typename?: "OrderCancelled" } - | { __typename?: "OrderConfirmed" } - | { - __typename?: "OrderCreated"; - order?: { - __typename?: "Order"; - id: string; - number: string; - user?: { __typename?: "User"; email: string; firstName: string; lastName: string } | null; - shippingAddress?: { - __typename?: "Address"; - streetAddress1: string; - city: string; - postalCode: string; - country: { __typename?: "CountryDisplay"; country: string }; - } | null; - subtotal: { - __typename?: "TaxedMoney"; - gross: { __typename?: "Money"; amount: number; currency: string }; - }; - shippingPrice: { - __typename?: "TaxedMoney"; - gross: { __typename?: "Money"; amount: number; currency: string }; - }; - total: { - __typename?: "TaxedMoney"; - gross: { __typename?: "Money"; amount: number; currency: string }; - }; - } | null; - } - | { __typename?: "OrderFulfilled" } - | { __typename?: "OrderFullyPaid" } - | { __typename?: "OrderUpdated" } - | { __typename?: "PageCreated" } - | { __typename?: "PageDeleted" } - | { __typename?: "PageUpdated" } - | { __typename?: "ProductCreated" } - | { __typename?: "ProductDeleted" } - | { __typename?: "ProductUpdated" } - | { __typename?: "ProductVariantBackInStock" } - | { __typename?: "ProductVariantCreated" } - | { __typename?: "ProductVariantDeleted" } - | { __typename?: "ProductVariantOutOfStock" } - | { __typename?: "ProductVariantUpdated" } - | { __typename?: "SaleCreated" } - | { __typename?: "SaleDeleted" } - | { __typename?: "SaleUpdated" } - | { __typename?: "ShippingPriceCreated" } - | { __typename?: "ShippingPriceDeleted" } - | { __typename?: "ShippingPriceUpdated" } - | { __typename?: "ShippingZoneCreated" } - | { __typename?: "ShippingZoneDeleted" } - | { __typename?: "ShippingZoneUpdated" } - | { __typename?: "TransactionActionRequest" } - | { __typename?: "TranslationCreated" } - | { __typename?: "TranslationUpdated" } - | { __typename?: "VoucherCreated" } - | { __typename?: "VoucherDeleted" } - | { __typename?: "VoucherUpdated" } - | { __typename?: "WarehouseCreated" } - | { __typename?: "WarehouseDeleted" } - | { __typename?: "WarehouseUpdated" } - | null; -}; +export type OrderCreatedWebhookPayloadFragment = { __typename?: 'OrderCreated', order?: { __typename?: 'Order', id: string, number: string, user?: { __typename?: 'User', email: string, firstName: string, lastName: string } | null, shippingAddress?: { __typename?: 'Address', streetAddress1: string, city: string, postalCode: string, country: { __typename?: 'CountryDisplay', country: string } } | null, subtotal: { __typename?: 'TaxedMoney', gross: { __typename?: 'Money', amount: number, currency: string } }, shippingPrice: { __typename?: 'TaxedMoney', gross: { __typename?: 'Money', amount: number, currency: string } }, total: { __typename?: 'TaxedMoney', gross: { __typename?: 'Money', amount: number, currency: string } } } | null }; -import { IntrospectionQuery } from "graphql"; +export type OrderCreatedSubscriptionVariables = Exact<{ [key: string]: never; }>; + + +export type OrderCreatedSubscription = { __typename?: 'Subscription', event?: { __typename?: 'AppDeleted' } | { __typename?: 'AppInstalled' } | { __typename?: 'AppStatusChanged' } | { __typename?: 'AppUpdated' } | { __typename?: 'CategoryCreated' } | { __typename?: 'CategoryDeleted' } | { __typename?: 'CategoryUpdated' } | { __typename?: 'ChannelCreated' } | { __typename?: 'ChannelDeleted' } | { __typename?: 'ChannelStatusChanged' } | { __typename?: 'ChannelUpdated' } | { __typename?: 'CheckoutCreated' } | { __typename?: 'CheckoutUpdated' } | { __typename?: 'CollectionCreated' } | { __typename?: 'CollectionDeleted' } | { __typename?: 'CollectionUpdated' } | { __typename?: 'CustomerCreated' } | { __typename?: 'CustomerUpdated' } | { __typename?: 'DraftOrderCreated' } | { __typename?: 'DraftOrderDeleted' } | { __typename?: 'DraftOrderUpdated' } | { __typename?: 'FulfillmentCanceled' } | { __typename?: 'FulfillmentCreated' } | { __typename?: 'GiftCardCreated' } | { __typename?: 'GiftCardDeleted' } | { __typename?: 'GiftCardStatusChanged' } | { __typename?: 'GiftCardUpdated' } | { __typename?: 'InvoiceDeleted' } | { __typename?: 'InvoiceRequested' } | { __typename?: 'InvoiceSent' } | { __typename?: 'MenuCreated' } | { __typename?: 'MenuDeleted' } | { __typename?: 'MenuItemCreated' } | { __typename?: 'MenuItemDeleted' } | { __typename?: 'MenuItemUpdated' } | { __typename?: 'MenuUpdated' } | { __typename?: 'OrderCancelled' } | { __typename?: 'OrderConfirmed' } | { __typename?: 'OrderCreated', order?: { __typename?: 'Order', id: string, number: string, user?: { __typename?: 'User', email: string, firstName: string, lastName: string } | null, shippingAddress?: { __typename?: 'Address', streetAddress1: string, city: string, postalCode: string, country: { __typename?: 'CountryDisplay', country: string } } | null, subtotal: { __typename?: 'TaxedMoney', gross: { __typename?: 'Money', amount: number, currency: string } }, shippingPrice: { __typename?: 'TaxedMoney', gross: { __typename?: 'Money', amount: number, currency: string } }, total: { __typename?: 'TaxedMoney', gross: { __typename?: 'Money', amount: number, currency: string } } } | null } | { __typename?: 'OrderFulfilled' } | { __typename?: 'OrderFullyPaid' } | { __typename?: 'OrderUpdated' } | { __typename?: 'PageCreated' } | { __typename?: 'PageDeleted' } | { __typename?: 'PageUpdated' } | { __typename?: 'ProductCreated' } | { __typename?: 'ProductDeleted' } | { __typename?: 'ProductUpdated' } | { __typename?: 'ProductVariantBackInStock' } | { __typename?: 'ProductVariantCreated' } | { __typename?: 'ProductVariantDeleted' } | { __typename?: 'ProductVariantOutOfStock' } | { __typename?: 'ProductVariantUpdated' } | { __typename?: 'SaleCreated' } | { __typename?: 'SaleDeleted' } | { __typename?: 'SaleUpdated' } | { __typename?: 'ShippingPriceCreated' } | { __typename?: 'ShippingPriceDeleted' } | { __typename?: 'ShippingPriceUpdated' } | { __typename?: 'ShippingZoneCreated' } | { __typename?: 'ShippingZoneDeleted' } | { __typename?: 'ShippingZoneUpdated' } | { __typename?: 'TransactionActionRequest' } | { __typename?: 'TranslationCreated' } | { __typename?: 'TranslationUpdated' } | { __typename?: 'VoucherCreated' } | { __typename?: 'VoucherDeleted' } | { __typename?: 'VoucherUpdated' } | { __typename?: 'WarehouseCreated' } | { __typename?: 'WarehouseDeleted' } | { __typename?: 'WarehouseUpdated' } | null }; + +import { IntrospectionQuery } from 'graphql'; export default { - __schema: { - queryType: { - name: "Query", + "__schema": { + "queryType": { + "name": "Query" }, - mutationType: { - name: "Mutation", + "mutationType": { + "name": "Mutation" }, - subscriptionType: { - name: "Subscription", + "subscriptionType": { + "name": "Subscription" }, - types: [ + "types": [ + { + "kind": "OBJECT", + "name": "AccountAddressCreate", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "address", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AccountAddressDelete", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "address", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AccountAddressUpdate", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "address", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, { - kind: "OBJECT", - name: "AccountAddressCreate", - fields: [ + "kind": "OBJECT", + "name": "AccountDelete", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "address", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, - }, - args: [], - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AccountError", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "addressType", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], + { + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AccountRegister", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "requiresConfirmation", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AccountRequestDeletion", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AccountSetDefaultAddress", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AccountUpdate", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "AccountAddressDelete", - fields: [ - { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "address", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, + "kind": "OBJECT", + "name": "Address", + "fields": [ + { + "name": "city", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "cityArea", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "companyName", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AccountAddressUpdate", - fields: [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "country", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CountryDisplay", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "address", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, + "name": "countryArea", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "firstName", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AccountDelete", - fields: [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "isDefaultBillingAddress", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "isDefaultShippingAddress", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "lastName", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AccountError", - fields: [ { - name: "addressType", - type: { - kind: "SCALAR", - name: "Any", + "name": "phone", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "postalCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "streetAddress1", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "streetAddress2", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "AccountRegister", - fields: [ + "kind": "OBJECT", + "name": "AddressCreate", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "address", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null }, - args: [], + "args": [] }, { - name: "requiresConfirmation", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AddressDelete", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "address", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AddressSetDefault", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AddressUpdate", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "address", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AddressValidationData", + "fields": [ + { + "name": "addressFormat", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "addressLatinFormat", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "allowedFields", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + }, + "args": [] + }, + { + "name": "cityAreaChoices", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChoiceValue", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "cityAreaType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "cityChoices", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChoiceValue", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "cityType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "countryAreaChoices", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChoiceValue", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "countryAreaType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "countryCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "countryName", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "postalCodeExamples", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + }, + "args": [] + }, + { + "name": "postalCodeMatchers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + }, + "args": [] + }, + { + "name": "postalCodePrefix", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "postalCodeType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "requiredFields", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "upperFields", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AccountRequestDeletion", - fields: [ + "kind": "OBJECT", + "name": "Allocation", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "quantity", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "warehouse", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "AccountSetDefaultAddress", - fields: [ + "kind": "OBJECT", + "name": "App", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "aboutApp", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "accessToken", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "appUrl", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AccountUpdate", - fields: [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "configurationUrl", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "created", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "dataPrivacy", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Address", - fields: [ { - name: "city", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "dataPrivacyUrl", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "cityArea", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "extensions", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppExtension", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "companyName", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "homepageUrl", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "country", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CountryDisplay", - ofType: null, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "countryArea", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "isActive", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "firstName", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "permissions", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Permission", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "supportUrl", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "tokens", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppToken", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "webhooks", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Webhook", + "ofType": null + } + } + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "AppActivate", + "fields": [ + { + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] + }, + { + "name": "appErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "isDefaultBillingAddress", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } }, - args: [], + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "App", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppCreate", + "fields": [ + { + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] + }, + { + "name": "appErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "authToken", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppDeactivate", + "fields": [ + { + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] + }, + { + "name": "appErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppDelete", + "fields": [ + { + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] + }, + { + "name": "appErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppDeleteFailedInstallation", + "fields": [ + { + "name": "appErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] }, { - name: "isDefaultShippingAddress", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "name": "appInstallation", + "type": { + "kind": "OBJECT", + "name": "AppInstallation", + "ofType": null + }, + "args": [] }, { - name: "lastName", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppDeleted", + "fields": [ { - name: "phone", - type: { - kind: "SCALAR", - name: "Any", + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "postalCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "streetAddress1", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "streetAddress2", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "AddressCreate", - fields: [ + "kind": "OBJECT", + "name": "AppError", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "address", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "permissions", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AddressDelete", - fields: [ + "kind": "OBJECT", + "name": "AppExtension", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "accessToken", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "address", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, + "name": "app", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "App", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "label", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AddressSetDefault", - fields: [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "mount", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "permissions", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Permission", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "target", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "url", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "AppExtensionCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppExtensionCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppExtensionCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppExtension", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppFetchManifest", + "fields": [ + { + "name": "appErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "manifest", + "type": { + "kind": "OBJECT", + "name": "Manifest", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "AddressUpdate", - fields: [ + "kind": "OBJECT", + "name": "AppInstall", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], + "name": "appErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "appInstallation", + "type": { + "kind": "OBJECT", + "name": "AppInstallation", + "ofType": null + }, + "args": [] }, { - name: "address", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppInstallation", + "fields": [ + { + "name": "appName", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "createdAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AddressValidationData", - fields: [ { - name: "addressFormat", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "manifestUrl", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "addressLatinFormat", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "allowedFields", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, + "name": "status", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "cityAreaChoices", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChoiceValue", - ofType: null, - }, - }, - }, + "name": "updatedAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Job" }, { - name: "cityAreaType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "AppInstalled", + "fields": [ + { + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "cityChoices", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChoiceValue", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "cityType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "countryAreaChoices", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChoiceValue", - ofType: null, - }, - }, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "countryAreaType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ { - name: "countryCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "AppManifestExtension", + "fields": [ + { + "name": "label", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "countryName", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "mount", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "postalCodeExamples", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, + "name": "permissions", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Permission", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "postalCodeMatchers", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, + "name": "target", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "postalCodePrefix", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "url", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppRetryInstall", + "fields": [ { - name: "postalCodeType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "appErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "requiredFields", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, + "name": "appInstallation", + "type": { + "kind": "OBJECT", + "name": "AppInstallation", + "ofType": null }, - args: [], + "args": [] }, { - name: "upperFields", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "Allocation", - fields: [ + "kind": "OBJECT", + "name": "AppStatusChanged", + "fields": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "quantity", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "warehouse", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "App", - fields: [ + "kind": "OBJECT", + "name": "AppToken", + "fields": [ { - name: "aboutApp", - type: { - kind: "SCALAR", - name: "Any", + "name": "authToken", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "accessToken", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "appUrl", - type: { - kind: "SCALAR", - name: "Any", + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ { - name: "configurationUrl", - type: { - kind: "SCALAR", - name: "Any", + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "AppTokenCreate", + "fields": [ + { + "name": "appErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } }, - args: [], + "args": [] + }, + { + "name": "appToken", + "type": { + "kind": "OBJECT", + "name": "AppToken", + "ofType": null + }, + "args": [] }, { - name: "created", - type: { - kind: "SCALAR", - name: "Any", + "name": "authToken", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppTokenDelete", + "fields": [ + { + "name": "appErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "appToken", + "type": { + "kind": "OBJECT", + "name": "AppToken", + "ofType": null + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppTokenVerify", + "fields": [ + { + "name": "appErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "valid", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppUpdate", + "fields": [ + { + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] }, { - name: "dataPrivacy", - type: { - kind: "SCALAR", - name: "Any", + "name": "appErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AppUpdated", + "fields": [ + { + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "dataPrivacyUrl", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "extensions", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppExtension", - ofType: null, - }, - }, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "homepageUrl", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "AssignNavigation", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "isActive", - type: { - kind: "SCALAR", - name: "Any", + "name": "menu", + "type": { + "kind": "OBJECT", + "name": "Menu", + "ofType": null }, - args: [], + "args": [] }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "menuErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AssignedVariantAttribute", + "fields": [ + { + "name": "attribute", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "variantSelection", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "Attribute", + "fields": [ + { + "name": "availableInGrid", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "choices", + "type": { + "kind": "OBJECT", + "name": "AttributeValueCountableConnection", + "ofType": null }, - args: [ + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "name", - type: { - kind: "SCALAR", - name: "Any", + "name": "entityType", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "permissions", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Permission", - ofType: null, - }, - }, + "name": "filterableInDashboard", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "filterableInStorefront", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "inputType", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "productTypes", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductTypeCountableConnection", + "ofType": null + } + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "productVariantTypes", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductTypeCountableConnection", + "ofType": null + } }, - args: [ + "args": [ { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "supportUrl", - type: { - kind: "SCALAR", - name: "Any", + "name": "slug", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "tokens", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppToken", - ofType: null, - }, - }, + "name": "storefrontSearchPosition", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "type", - type: { - kind: "SCALAR", - name: "Any", + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "AttributeTranslation", + "ofType": null }, - args: [], + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "type", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "webhooks", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Webhook", - ofType: null, - }, - }, + "name": "unit", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "valueRequired", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - kind: "INTERFACE", - name: "ObjectWithMetadata", + "name": "visibleInStorefront", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, + { + "name": "withChoices", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] }, { - kind: "OBJECT", - name: "AppActivate", - fields: [ + "kind": "OBJECT", + "name": "AttributeBulkDelete", + "fields": [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "attributeErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } }, - args: [], - }, - { - name: "appErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "args": [] + }, + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeCreate", + "fields": [ + { + "name": "attribute", + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "args": [] + }, + { + "name": "attributeErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AppCountableConnection", - fields: [ + "kind": "OBJECT", + "name": "AttributeDelete", + "fields": [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], + "name": "attribute", + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "args": [] + }, + { + "name": "attributeErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeError", + "fields": [ + { + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeReorderValues", + "fields": [ + { + "name": "attribute", + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null }, - args: [], + "args": [] + }, + { + "name": "attributeErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeTranslatableContent", + "fields": [ + { + "name": "attribute", + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "AttributeTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "AttributeTranslate", + "fields": [ + { + "name": "attribute", + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] }, + { + "name": "translationErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeTranslation", + "fields": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "AppCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "AttributeUpdate", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "attribute", + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "App", - ofType: null, - }, + "name": "attributeErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AppCreate", - fields: [ + "kind": "OBJECT", + "name": "AttributeValue", + "fields": [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "appErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "boolean", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "authToken", - type: { - kind: "SCALAR", - name: "Any", + "name": "date", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "dateTime", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AppDeactivate", - fields: [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "file", + "type": { + "kind": "OBJECT", + "name": "File", + "ofType": null }, - args: [], + "args": [] }, { - name: "appErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "inputType", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AppDelete", - fields: [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "appErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "reference", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "richText", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AppDeleteFailedInstallation", - fields: [ { - name: "appErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "slug", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "appInstallation", - type: { - kind: "OBJECT", - name: "AppInstallation", - ofType: null, + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "AttributeValueTranslation", + "ofType": null }, - args: [], + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "AppDeleted", - fields: [ + "kind": "OBJECT", + "name": "AttributeValueBulkDelete", + "fields": [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "attributeErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeValueCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeValueCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeValueCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeValue", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeValueCreate", + "fields": [ + { + "name": "attribute", + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "args": [] + }, + { + "name": "attributeErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "attributeValue", + "type": { + "kind": "OBJECT", + "name": "AttributeValue", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeValueDelete", + "fields": [ { - kind: "INTERFACE", - name: "Event", + "name": "attribute", + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "args": [] }, + { + "name": "attributeErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "attributeValue", + "type": { + "kind": "OBJECT", + "name": "AttributeValue", + "ofType": null + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeValueTranslatableContent", + "fields": [ + { + "name": "attributeValue", + "type": { + "kind": "OBJECT", + "name": "AttributeValue", + "ofType": null + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "richText", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "AttributeValueTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "AppError", - fields: [ + "kind": "OBJECT", + "name": "AttributeValueTranslate", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "attributeValue", + "type": { + "kind": "OBJECT", + "name": "AttributeValue", + "ofType": null }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "translationErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } }, - args: [], + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "AttributeValueTranslation", + "fields": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "richText", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "AttributeValueUpdate", + "fields": [ + { + "name": "attribute", + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + }, + "args": [] + }, + { + "name": "attributeErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } + }, + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "attributeValue", + "type": { + "kind": "OBJECT", + "name": "AttributeValue", + "ofType": null }, - args: [], + "args": [] }, { - name: "permissions", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AppExtension", - fields: [ + "kind": "OBJECT", + "name": "BulkProductError", + "fields": [ { - name: "accessToken", - type: { - kind: "SCALAR", - name: "Any", + "name": "attributes", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "app", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "App", - ofType: null, - }, + "name": "channels", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "label", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "mount", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "index", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "permissions", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Permission", - ofType: null, - }, - }, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "target", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "values", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "url", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "warehouses", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "AppExtensionCountableConnection", - fields: [ + "kind": "OBJECT", + "name": "BulkStockError", + "fields": [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppExtensionCountableEdge", - ofType: null, - }, - }, - }, + "name": "attributes", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AppExtensionCountableEdge", - fields: [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "index", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppExtension", - ofType: null, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "values", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AppFetchManifest", - fields: [ + "kind": "OBJECT", + "name": "Category", + "fields": [ { - name: "appErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, + "name": "ancestors", + "type": { + "kind": "OBJECT", + "name": "CategoryCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "backgroundImage", + "type": { + "kind": "OBJECT", + "name": "Image", + "ofType": null }, - args: [], + "args": [ + { + "name": "size", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, + "name": "children", + "type": { + "kind": "OBJECT", + "name": "CategoryCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "descriptionJson", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "manifest", - type: { - kind: "OBJECT", - name: "Manifest", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "level", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "parent", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "products", + "type": { + "kind": "OBJECT", + "name": "ProductCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "seoDescription", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "seoTitle", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "slug", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "CategoryTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" }, - ], - interfaces: [], + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] }, { - kind: "OBJECT", - name: "AppInstall", - fields: [ + "kind": "OBJECT", + "name": "CategoryBulkDelete", + "fields": [ { - name: "appErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, - }, - args: [], + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - name: "appInstallation", - type: { - kind: "OBJECT", - name: "AppInstallation", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CategoryCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CategoryCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CategoryCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Category", + "ofType": null + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AppInstallation", - fields: [ + "kind": "OBJECT", + "name": "CategoryCreate", + "fields": [ { - name: "appName", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null }, - args: [], + "args": [] }, { - name: "createdAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CategoryCreated", + "fields": [ { - name: "manifestUrl", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "status", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "updatedAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [ + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "CategoryDelete", + "fields": [ { - kind: "INTERFACE", - name: "Job", + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null + }, + "args": [] }, { - kind: "INTERFACE", - name: "Node", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "AppInstalled", - fields: [ + "kind": "OBJECT", + "name": "CategoryDeleted", + "fields": [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "AppManifestExtension", - fields: [ + "kind": "OBJECT", + "name": "CategoryTranslatableContent", + "fields": [ { - name: "label", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null }, - args: [], + "args": [] }, { - name: "mount", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "permissions", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Permission", - ofType: null, - }, - }, - }, + "name": "descriptionJson", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "target", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "url", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "seoDescription", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "seoTitle", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "CategoryTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "AppRetryInstall", - fields: [ + "kind": "OBJECT", + "name": "CategoryTranslate", + "fields": [ { - name: "appErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null }, - args: [], + "args": [] }, { - name: "appInstallation", - type: { - kind: "OBJECT", - name: "AppInstallation", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "translationErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AppStatusChanged", - fields: [ + "kind": "OBJECT", + "name": "CategoryTranslation", + "fields": [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "descriptionJson", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "seoDescription", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "seoTitle", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [ + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "CategoryUpdate", + "fields": [ { - kind: "INTERFACE", - name: "Event", + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "AppToken", - fields: [ + "kind": "OBJECT", + "name": "CategoryUpdated", + "fields": [ { - name: "authToken", - type: { - kind: "SCALAR", - name: "Any", + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "AppTokenCreate", - fields: [ + "kind": "OBJECT", + "name": "Channel", + "fields": [ { - name: "appErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "currencyCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "appToken", - type: { - kind: "OBJECT", - name: "AppToken", - ofType: null, + "name": "defaultCountry", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CountryDisplay", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "authToken", - type: { - kind: "SCALAR", - name: "Any", + "name": "hasOrders", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AppTokenDelete", - fields: [ { - name: "appErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "isActive", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "appToken", - type: { - kind: "OBJECT", - name: "AppToken", - ofType: null, + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "slug", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "ChannelActivate", + "fields": [ + { + "name": "channel", + "type": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + }, + "args": [] + }, + { + "name": "channelErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChannelError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChannelError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AppTokenVerify", - fields: [ + "kind": "OBJECT", + "name": "ChannelCreate", + "fields": [ { - name: "appErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "channel", + "type": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "channelErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChannelError", + "ofType": null + } + } + } }, - args: [], + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChannelError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ChannelCreated", + "fields": [ + { + "name": "channel", + "type": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + }, + "args": [] + }, + { + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, { - name: "valid", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] + }, + { + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "ChannelDeactivate", + "fields": [ + { + "name": "channel", + "type": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + }, + "args": [] + }, + { + "name": "channelErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChannelError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChannelError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AppUpdate", - fields: [ + "kind": "OBJECT", + "name": "ChannelDelete", + "fields": [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "channel", + "type": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null }, - args: [], + "args": [] }, { - name: "appErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "channelErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChannelError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChannelError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AppUpdated", - fields: [ + "kind": "OBJECT", + "name": "ChannelDeleted", + "fields": [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "channel", + "type": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "AssignNavigation", - fields: [ + "kind": "OBJECT", + "name": "ChannelError", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "menu", - type: { - kind: "OBJECT", - name: "Menu", - ofType: null, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "menuErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AssignedVariantAttribute", - fields: [ { - name: "attribute", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Attribute", - ofType: null, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "variantSelection", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "shippingZones", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "Attribute", - fields: [ + "kind": "OBJECT", + "name": "ChannelStatusChanged", + "fields": [ { - name: "availableInGrid", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "channel", + "type": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null }, - args: [], + "args": [] }, { - name: "choices", - type: { - kind: "OBJECT", - name: "AttributeValueCountableConnection", - ofType: null, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "entityType", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "filterableInDashboard", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "filterableInStorefront", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "ChannelUpdate", + "fields": [ + { + "name": "channel", + "type": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null }, - args: [], + "args": [] }, { - name: "inputType", - type: { - kind: "SCALAR", - name: "Any", + "name": "channelErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChannelError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ChannelError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ChannelUpdated", + "fields": [ { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "channel", + "type": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "name", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + { + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "Checkout", + "fields": [ + { + "name": "availableCollectionPoints", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "availablePaymentGateways", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentGateway", + "ofType": null + } + } + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "availableShippingMethods", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingMethod", + "ofType": null + } + } + } }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "productTypes", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductTypeCountableConnection", - ofType: null, - }, + "name": "billingAddress", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "productVariantTypes", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductTypeCountableConnection", - ofType: null, - }, + "name": "channel", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + } }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "slug", - type: { - kind: "SCALAR", - name: "Any", + "name": "created", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "storefrontSearchPosition", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "deliveryMethod", + "type": { + "kind": "UNION", + "name": "DeliveryMethod", + "ofType": null + }, + "args": [] + }, + { + "name": "discount", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + }, + "args": [] + }, + { + "name": "discountName", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "email", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "giftCards", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "translation", - type: { - kind: "OBJECT", - name: "AttributeTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "name": "isShippingRequired", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - name: "type", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - name: "unit", - type: { - kind: "SCALAR", - name: "Any", + "name": "lastChange", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "lines", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutLine", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "note", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "quantity", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "shippingAddress", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null + }, + "args": [] + }, + { + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethod", + "ofType": null + }, + "args": [] + }, + { + "name": "shippingMethods", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingMethod", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "valueRequired", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "shippingPrice", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "visibleInStorefront", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "stockReservationExpires", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "withChoices", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "subtotalPrice", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + } }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "token", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - kind: "INTERFACE", - name: "ObjectWithMetadata", + "name": "totalPrice", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + } + }, + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "AttributeBulkDelete", - fields: [ { - name: "attributeErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "transactions", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TransactionItem", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "translatedDiscountName", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + }, + { + "name": "voucherCode", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] }, { - kind: "OBJECT", - name: "AttributeCountableConnection", - fields: [ + "kind": "OBJECT", + "name": "CheckoutAddPromoCode", + "fields": [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeCountableEdge", - ofType: null, - }, - }, - }, + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null }, - args: [], + "args": [] }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + { + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutBillingAddressUpdate", + "fields": [ + { + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] + }, + { + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutComplete", + "fields": [ + { + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "confirmationData", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "confirmationNeeded", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutCountableEdge", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "CheckoutCountableEdge", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Attribute", - ofType: null, - }, + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeCreate", - fields: [ + "kind": "OBJECT", + "name": "CheckoutCreate", + "fields": [ { - name: "attribute", - type: { - kind: "OBJECT", - name: "Attribute", - ofType: null, + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null }, - args: [], + "args": [] }, { - name: "attributeErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "created", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeDelete", - fields: [ + "kind": "OBJECT", + "name": "CheckoutCreated", + "fields": [ { - name: "attribute", - type: { - kind: "OBJECT", - name: "Attribute", - ofType: null, + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null }, - args: [], + "args": [] }, { - name: "attributeErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AttributeError", - fields: [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "CheckoutCustomerAttach", + "fields": [ { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeReorderValues", - fields: [ + "kind": "OBJECT", + "name": "CheckoutCustomerDetach", + "fields": [ { - name: "attribute", - type: { - kind: "OBJECT", - name: "Attribute", - ofType: null, + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] + }, + { + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutDeliveryMethodUpdate", + "fields": [ + { + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutEmailUpdate", + "fields": [ + { + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] + }, + { + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutError", + "fields": [ + { + "name": "addressType", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "lines", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] + }, + { + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "variants", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutLanguageCodeUpdate", + "fields": [ + { + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] }, { - name: "attributeErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeTranslatableContent", - fields: [ + "kind": "OBJECT", + "name": "CheckoutLine", + "fields": [ { - name: "attribute", - type: { - kind: "OBJECT", - name: "Attribute", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "quantity", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "requiresShipping", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "totalPrice", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + } + }, + "args": [] + }, + { + "name": "undiscountedTotalPrice", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } + }, + "args": [] + }, + { + "name": "undiscountedUnitPrice", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } + }, + "args": [] + }, + { + "name": "unitPrice", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "variant", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "CheckoutLineCountableConnection", + "fields": [ { - name: "translation", - type: { - kind: "OBJECT", - name: "AttributeTranslation", - ofType: null, + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutLineCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutLineCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutLine", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutLineDelete", + "fields": [ + { + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] + }, + { + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutLinesAdd", + "fields": [ + { + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] + }, + { + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutLinesDelete", + "fields": [ + { + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutLinesUpdate", + "fields": [ + { + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] + }, + { + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutPaymentCreate", + "fields": [ + { + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "payment", + "type": { + "kind": "OBJECT", + "name": "Payment", + "ofType": null + }, + "args": [] + }, + { + "name": "paymentErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutRemovePromoCode", + "fields": [ + { + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] + }, + { + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutShippingAddressUpdate", + "fields": [ + { + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] + }, + { + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CheckoutShippingMethodUpdate", + "fields": [ + { + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null + }, + "args": [] + }, + { + "name": "checkoutErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CheckoutError", + "ofType": null + } + } + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeTranslate", - fields: [ + "kind": "OBJECT", + "name": "CheckoutUpdated", + "fields": [ { - name: "attribute", - type: { - kind: "OBJECT", - name: "Attribute", - ofType: null, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null }, - args: [], + "args": [] }, { - name: "translationErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "AttributeTranslation", - fields: [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Node", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "AttributeUpdate", - fields: [ - { - name: "attribute", - type: { - kind: "OBJECT", - name: "Attribute", - ofType: null, - }, - args: [], - }, + "kind": "OBJECT", + "name": "ChoiceValue", + "fields": [ { - name: "attributeErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "raw", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "verbose", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeValue", - fields: [ + "kind": "OBJECT", + "name": "Collection", + "fields": [ { - name: "boolean", - type: { - kind: "SCALAR", - name: "Any", + "name": "backgroundImage", + "type": { + "kind": "OBJECT", + "name": "Image", + "ofType": null }, - args: [], + "args": [ + { + "name": "size", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "date", - type: { - kind: "SCALAR", - name: "Any", + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "dateTime", - type: { - kind: "SCALAR", - name: "Any", + "name": "channelListings", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionChannelListing", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "file", - type: { - kind: "OBJECT", - name: "File", - ofType: null, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "descriptionJson", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "inputType", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "SCALAR", - name: "Any", + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } }, - args: [], - }, - { - name: "reference", - type: { - kind: "SCALAR", - name: "Any", + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "products", + "type": { + "kind": "OBJECT", + "name": "ProductCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "seoDescription", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "seoTitle", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "slug", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "CollectionTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "CollectionAddProducts", + "fields": [ + { + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [], - }, - { - name: "richText", - type: { - kind: "SCALAR", - name: "Any", + "args": [] + }, + { + "name": "collectionErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CollectionBulkDelete", + "fields": [ + { + "name": "collectionErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CollectionChannelListing", + "fields": [ + { + "name": "channel", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, - { - name: "slug", - type: { - kind: "SCALAR", - name: "Any", + "args": [] + }, + { + "name": "isPublished", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "translation", - type: { - kind: "OBJECT", - name: "AttributeValueTranslation", - ofType: null, + "name": "publicationDate", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "value", - type: { - kind: "SCALAR", - name: "Any", + "name": "publishedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Node", - }, - ], + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "AttributeValueBulkDelete", - fields: [ + "kind": "OBJECT", + "name": "CollectionChannelListingError", + "fields": [ { - name: "attributeErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "attributes", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + { + "name": "channels", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "values", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeValueCountableConnection", - fields: [ + "kind": "OBJECT", + "name": "CollectionChannelListingUpdate", + "fields": [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeValueCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null + }, + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "collectionChannelListingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionChannelListingError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionChannelListingError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CollectionCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CollectionCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeValueCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "CollectionCreate", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeValue", - ofType: null, - }, + "name": "collectionErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeValueCreate", - fields: [ + "kind": "OBJECT", + "name": "CollectionCreated", + "fields": [ { - name: "attribute", - type: { - kind: "OBJECT", - name: "Attribute", - ofType: null, + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "attributeErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "attributeValue", - type: { - kind: "OBJECT", - name: "AttributeValue", - ofType: null, - }, - args: [], + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "AttributeValueDelete", - fields: [ - { - name: "attribute", - type: { - kind: "OBJECT", - name: "Attribute", - ofType: null, - }, - args: [], - }, + "kind": "OBJECT", + "name": "CollectionDelete", + "fields": [ { - name: "attributeErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [], + "args": [] }, { - name: "attributeValue", - type: { - kind: "OBJECT", - name: "AttributeValue", - ofType: null, + "name": "collectionErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeValueTranslatableContent", - fields: [ + "kind": "OBJECT", + "name": "CollectionDeleted", + "fields": [ { - name: "attributeValue", - type: { - kind: "OBJECT", - name: "AttributeValue", - ofType: null, + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "richText", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "translation", - type: { - kind: "OBJECT", - name: "AttributeValueTranslation", - ofType: null, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Node", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "AttributeValueTranslate", - fields: [ + "kind": "OBJECT", + "name": "CollectionError", + "fields": [ { - name: "attributeValue", - type: { - kind: "OBJECT", - name: "AttributeValue", - ofType: null, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "translationErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "products", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeValueTranslation", - fields: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, + "kind": "OBJECT", + "name": "CollectionRemoveProducts", + "fields": [ { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "collectionErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "richText", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "AttributeValueUpdate", - fields: [ - { - name: "attribute", - type: { - kind: "OBJECT", - name: "Attribute", - ofType: null, - }, - args: [], - }, + "kind": "OBJECT", + "name": "CollectionReorderProducts", + "fields": [ { - name: "attributeErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [], + "args": [] }, { - name: "attributeValue", - type: { - kind: "OBJECT", - name: "AttributeValue", - ofType: null, + "name": "collectionErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "BulkProductError", - fields: [ + "kind": "OBJECT", + "name": "CollectionTranslatableContent", + "fields": [ { - name: "attributes", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [], + "args": [] }, { - name: "channels", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "descriptionJson", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "index", - type: { - kind: "SCALAR", - name: "Any", + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "seoDescription", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "values", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "seoTitle", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "warehouses", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "CollectionTranslation", + "ofType": null }, - args: [], - }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "BulkStockError", - fields: [ - { - name: "attributes", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, + "kind": "OBJECT", + "name": "CollectionTranslate", + "fields": [ { - name: "index", - type: { - kind: "SCALAR", - name: "Any", + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "values", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "translationErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "Category", - fields: [ + "kind": "OBJECT", + "name": "CollectionTranslation", + "fields": [ { - name: "ancestors", - type: { - kind: "OBJECT", - name: "CategoryCountableConnection", - ofType: null, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "backgroundImage", - type: { - kind: "OBJECT", - name: "Image", - ofType: null, + "name": "descriptionJson", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "size", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, - { - name: "children", - type: { - kind: "OBJECT", - name: "CategoryCountableConnection", - ofType: null, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "description", - type: { - kind: "SCALAR", - name: "Any", + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "descriptionJson", - type: { - kind: "SCALAR", - name: "Any", + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "seoDescription", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "level", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "seoTitle", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "CollectionUpdate", + "fields": [ { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "collectionErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CollectionError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CollectionUpdated", + "fields": [ { - name: "parent", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "products", - type: { - kind: "OBJECT", - name: "ProductCountableConnection", - ofType: null, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, + "args": [] + } + ], + "interfaces": [ { - name: "seoDescription", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "ConfigurationItem", + "fields": [ { - name: "seoTitle", - type: { - kind: "SCALAR", - name: "Any", + "name": "helpText", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "slug", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "label", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "translation", - type: { - kind: "OBJECT", - name: "CategoryTranslation", - ofType: null, + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "type", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "CategoryBulkDelete", - fields: [ + "kind": "OBJECT", + "name": "ConfirmAccount", + "fields": [ { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CategoryCountableConnection", - fields: [ + "kind": "OBJECT", + "name": "ConfirmEmailChange", + "fields": [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CategoryCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CountryDisplay", + "fields": [ + { + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "country", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "vat", + "type": { + "kind": "OBJECT", + "name": "VAT", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CategoryCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "CreateToken", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Category", - ofType: null, - }, + "name": "csrfToken", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "CategoryCreate", - fields: [ { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "refreshToken", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CategoryCreated", - fields: [ + "kind": "OBJECT", + "name": "CreditCard", + "fields": [ { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, + "name": "brand", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "expMonth", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "expYear", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "firstDigits", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "lastDigits", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "CategoryDelete", - fields: [ + "kind": "OBJECT", + "name": "CustomerBulkDelete", + "fields": [ { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CategoryDeleted", - fields: [ + "kind": "OBJECT", + "name": "CustomerCreate", + "fields": [ { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CustomerCreated", + "fields": [ + { + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "CategoryTranslatableContent", - fields: [ + "kind": "OBJECT", + "name": "CustomerDelete", + "fields": [ { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "description", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "descriptionJson", - type: { - kind: "SCALAR", - name: "Any", + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CustomerEvent", + "fields": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "count", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "seoDescription", - type: { - kind: "SCALAR", - name: "Any", + "name": "date", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "seoTitle", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "translation", - type: { - kind: "OBJECT", - name: "CategoryTranslation", - ofType: null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "CategoryTranslate", - fields: [ { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, + "name": "orderLine", + "type": { + "kind": "OBJECT", + "name": "OrderLine", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "translationErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "CategoryTranslation", - fields: [ + "kind": "OBJECT", + "name": "CustomerUpdate", + "fields": [ { - name: "description", - type: { - kind: "SCALAR", - name: "Any", + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "descriptionJson", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "CustomerUpdated", + "fields": [ { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "seoDescription", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "seoTitle", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "DeactivateAllUserTokens", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "DeleteMetadata", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "item", + "type": { + "kind": "INTERFACE", + "name": "ObjectWithMetadata", + "ofType": null + }, + "args": [] + }, + { + "name": "metadataErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "DeletePrivateMetadata", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "item", + "type": { + "kind": "INTERFACE", + "name": "ObjectWithMetadata", + "ofType": null + }, + "args": [] + }, + { + "name": "metadataErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "UNION", + "name": "DeliveryMethod", + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "ShippingMethod" + }, + { + "kind": "OBJECT", + "name": "Warehouse" + } + ] + }, + { + "kind": "OBJECT", + "name": "DigitalContent", + "fields": [ + { + "name": "automaticFulfillment", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "contentFile", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "maxDownloads", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "productVariant", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + } + }, + "args": [] + }, + { + "name": "urlValidDays", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "urls", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DigitalContentUrl", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "useDefaultSettings", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Node", + "kind": "INTERFACE", + "name": "Node" }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "DigitalContentCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DigitalContentCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "CategoryUpdate", - fields: [ + "kind": "OBJECT", + "name": "DigitalContentCountableEdge", + "fields": [ { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, - }, - args: [], + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DigitalContent", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "DigitalContentCreate", + "fields": [ + { + "name": "content", + "type": { + "kind": "OBJECT", + "name": "DigitalContent", + "ofType": null + }, + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "variant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "DigitalContentDelete", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "variant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "DigitalContentUpdate", + "fields": [ + { + "name": "content", + "type": { + "kind": "OBJECT", + "name": "DigitalContent", + "ofType": null + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] }, { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "CategoryUpdated", - fields: [ + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "variant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "DigitalContentUrl", + "fields": [ { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, + "name": "content", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DigitalContent", + "ofType": null + } + }, + "args": [] + }, + { + "name": "created", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "downloadNum", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "token", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "url", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "DigitalContentUrlCreate", + "fields": [ { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "digitalContentUrl", + "type": { + "kind": "OBJECT", + "name": "DigitalContentUrl", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", - }, + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "Channel", - fields: [ + "kind": "OBJECT", + "name": "DiscountError", + "fields": [ { - name: "currencyCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "channels", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "defaultCountry", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CountryDisplay", - ofType: null, - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "hasOrders", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "products", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "Domain", + "fields": [ + { + "name": "host", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "sslEnabled", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - name: "isActive", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "url", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "DraftOrderBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "DraftOrderComplete", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "DraftOrderCreate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "DraftOrderCreated", + "fields": [ + { + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "slug", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "ChannelActivate", - fields: [ { - name: "channel", - type: { - kind: "OBJECT", - name: "Channel", - ofType: null, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, { - name: "channelErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChannelError", - ofType: null, - }, - }, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChannelError", - ofType: null, - }, - }, - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "ChannelCreate", - fields: [ + "kind": "OBJECT", + "name": "DraftOrderDelete", + "fields": [ { - name: "channel", - type: { - kind: "OBJECT", - name: "Channel", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "channelErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChannelError", - ofType: null, - }, - }, - }, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChannelError", - ofType: null, - }, - }, - }, + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "ChannelCreated", - fields: [ + "kind": "OBJECT", + "name": "DraftOrderDeleted", + "fields": [ { - name: "channel", - type: { - kind: "OBJECT", - name: "Channel", - ofType: null, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "DraftOrderLinesBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", - }, + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "ChannelDeactivate", - fields: [ + "kind": "OBJECT", + "name": "DraftOrderUpdate", + "fields": [ { - name: "channel", - type: { - kind: "OBJECT", - name: "Channel", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "channelErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChannelError", - ofType: null, - }, - }, - }, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChannelError", - ofType: null, - }, - }, - }, + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "ChannelDelete", - fields: [ + "kind": "OBJECT", + "name": "DraftOrderUpdated", + "fields": [ { - name: "channel", - type: { - kind: "OBJECT", - name: "Channel", - ofType: null, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "channelErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChannelError", - ofType: null, - }, - }, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChannelError", - ofType: null, - }, - }, - }, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "ChannelDeleted", - fields: [ + "kind": "INTERFACE", + "name": "Event", + "fields": [ { - name: "channel", - type: { - kind: "OBJECT", - name: "Channel", - ofType: null, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] + } + ], + "interfaces": [], + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "AppDeleted" }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "AppInstalled" }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", + "kind": "OBJECT", + "name": "AppStatusChanged" }, - ], - }, - { - kind: "OBJECT", - name: "ChannelError", - fields: [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "AppUpdated" }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "CategoryCreated" }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "CategoryDeleted" }, { - name: "shippingZones", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "CategoryUpdated" }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ChannelStatusChanged", - fields: [ { - name: "channel", - type: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "ChannelCreated" }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "ChannelDeleted" }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "ChannelStatusChanged" }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "ChannelUpdated" }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "CheckoutCreated" }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", + "kind": "OBJECT", + "name": "CheckoutUpdated" }, - ], - }, - { - kind: "OBJECT", - name: "ChannelUpdate", - fields: [ { - name: "channel", - type: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "CollectionCreated" }, { - name: "channelErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChannelError", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "CollectionDeleted" }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ChannelError", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "CollectionUpdated" }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ChannelUpdated", - fields: [ { - name: "channel", - type: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "CustomerCreated" }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "CustomerUpdated" }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "DraftOrderCreated" }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "DraftOrderDeleted" }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "DraftOrderUpdated" }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", + "kind": "OBJECT", + "name": "FulfillmentCanceled" }, - ], - }, - { - kind: "OBJECT", - name: "Checkout", - fields: [ { - name: "availableCollectionPoints", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "FulfillmentCreated" }, { - name: "availablePaymentGateways", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentGateway", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "GiftCardCreated" }, { - name: "availableShippingMethods", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingMethod", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "GiftCardDeleted" }, { - name: "billingAddress", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "GiftCardStatusChanged" }, { - name: "channel", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - }, - args: [], + "kind": "OBJECT", + "name": "GiftCardUpdated" }, { - name: "created", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "InvoiceDeleted" }, { - name: "deliveryMethod", - type: { - kind: "UNION", - name: "DeliveryMethod", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "InvoiceRequested" }, { - name: "discount", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "InvoiceSent" }, { - name: "discountName", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "MenuCreated" }, { - name: "email", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "MenuDeleted" }, { - name: "giftCards", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "MenuItemCreated" }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "MenuItemDeleted" }, { - name: "isShippingRequired", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "MenuItemUpdated" }, { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "MenuUpdated" }, { - name: "lastChange", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "OrderCancelled" }, { - name: "lines", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutLine", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "OrderConfirmed" }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "OrderCreated" }, { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "kind": "OBJECT", + "name": "OrderFulfilled" }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "kind": "OBJECT", + "name": "OrderFullyPaid" }, { - name: "note", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "OrderUpdated" }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "PageCreated" }, { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "kind": "OBJECT", + "name": "PageDeleted" }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "kind": "OBJECT", + "name": "PageUpdated" }, { - name: "quantity", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "ProductCreated" }, { - name: "shippingAddress", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "ProductDeleted" }, { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethod", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "ProductUpdated" }, { - name: "shippingMethods", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingMethod", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "ProductVariantBackInStock" }, { - name: "shippingPrice", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - }, - args: [], + "kind": "OBJECT", + "name": "ProductVariantCreated" }, { - name: "stockReservationExpires", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "ProductVariantDeleted" }, { - name: "subtotalPrice", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - }, - args: [], + "kind": "OBJECT", + "name": "ProductVariantOutOfStock" }, { - name: "token", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "ProductVariantUpdated" }, { - name: "totalPrice", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - }, - args: [], + "kind": "OBJECT", + "name": "SaleCreated" }, { - name: "transactions", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TransactionItem", - ofType: null, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "SaleDeleted" }, { - name: "translatedDiscountName", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "SaleUpdated" }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "ShippingPriceCreated" }, { - name: "voucherCode", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "ShippingPriceDeleted" }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "kind": "OBJECT", + "name": "ShippingPriceUpdated" }, { - kind: "INTERFACE", - name: "ObjectWithMetadata", + "kind": "OBJECT", + "name": "ShippingZoneCreated" }, - ], - }, - { - kind: "OBJECT", - name: "CheckoutAddPromoCode", - fields: [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "ShippingZoneDeleted" }, { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "ShippingZoneUpdated" }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "TransactionActionRequest" }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "CheckoutBillingAddressUpdate", - fields: [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "TranslationCreated" }, { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "TranslationUpdated" }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "VoucherCreated" }, - ], - interfaces: [], + { + "kind": "OBJECT", + "name": "VoucherDeleted" + }, + { + "kind": "OBJECT", + "name": "VoucherUpdated" + }, + { + "kind": "OBJECT", + "name": "WarehouseCreated" + }, + { + "kind": "OBJECT", + "name": "WarehouseDeleted" + }, + { + "kind": "OBJECT", + "name": "WarehouseUpdated" + } + ] }, { - kind: "OBJECT", - name: "CheckoutComplete", - fields: [ + "kind": "OBJECT", + "name": "EventDelivery", + "fields": [ { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "attempts", + "type": { + "kind": "OBJECT", + "name": "EventDeliveryAttemptCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "confirmationData", - type: { - kind: "SCALAR", - name: "Any", + "name": "createdAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "confirmationNeeded", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "eventType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "payload", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "status", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "CheckoutCountableConnection", - fields: [ + "kind": "OBJECT", + "name": "EventDeliveryAttempt", + "fields": [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutCountableEdge", - ofType: null, - }, - }, - }, + "name": "createdAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "duration", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "CheckoutCountableEdge", - fields: [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "requestHeaders", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Checkout", - ofType: null, - }, + "name": "response", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "CheckoutCreate", - fields: [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "responseHeaders", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "responseStatusCode", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "created", - type: { - kind: "SCALAR", - name: "Any", + "name": "status", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "taskId", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "CheckoutCreated", - fields: [ + "kind": "OBJECT", + "name": "EventDeliveryAttemptCountableConnection", + "fields": [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "EventDeliveryAttemptCountableEdge", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "EventDeliveryAttemptCountableEdge", + "fields": [ { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "EventDeliveryAttempt", + "ofType": null + } }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "CheckoutCustomerAttach", - fields: [ + "kind": "OBJECT", + "name": "EventDeliveryCountableConnection", + "fields": [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "EventDeliveryCountableEdge", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CheckoutCustomerDetach", - fields: [ - { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, - }, - args: [], - }, + "kind": "OBJECT", + "name": "EventDeliveryCountableEdge", + "fields": [ { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "EventDelivery", + "ofType": null + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CheckoutDeliveryMethodUpdate", - fields: [ + "kind": "OBJECT", + "name": "EventDeliveryRetry", + "fields": [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "delivery", + "type": { + "kind": "OBJECT", + "name": "EventDelivery", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WebhookError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CheckoutEmailUpdate", - fields: [ + "kind": "OBJECT", + "name": "ExportError", + "fields": [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CheckoutError", - fields: [ + "kind": "OBJECT", + "name": "ExportEvent", + "fields": [ { - name: "addressType", - type: { - kind: "SCALAR", - name: "Any", + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "date", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "lines", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "message", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "variants", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "CheckoutLanguageCodeUpdate", - fields: [ + "kind": "OBJECT", + "name": "ExportFile", + "fields": [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "createdAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "events", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ExportEvent", + "ofType": null + } + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "CheckoutLine", - fields: [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "quantity", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "requiresShipping", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "status", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "totalPrice", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, + "name": "updatedAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "undiscountedTotalPrice", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, + "name": "url", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "undiscountedUnitPrice", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], - }, - { - name: "unitPrice", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - }, - args: [], - }, - { - name: "variant", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Node", + "kind": "INTERFACE", + "name": "Job" }, - ], + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "CheckoutLineCountableConnection", - fields: [ + "kind": "OBJECT", + "name": "ExportFileCountableConnection", + "fields": [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutLineCountableEdge", - ofType: null, - }, - }, - }, + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ExportFileCountableEdge", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CheckoutLineCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "ExportFileCountableEdge", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutLine", - ofType: null, - }, + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ExportFile", + "ofType": null + } }, - args: [], - }, - ], - interfaces: [], + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "CheckoutLineDelete", - fields: [ + "kind": "OBJECT", + "name": "ExportGiftCards", + "fields": [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ExportError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + }, + { + "name": "exportFile", + "type": { + "kind": "OBJECT", + "name": "ExportFile", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ExportProducts", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ExportError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "exportErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ExportError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "exportFile", + "type": { + "kind": "OBJECT", + "name": "ExportFile", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ExternalAuthentication", + "fields": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ExternalAuthenticationUrl", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "authenticationData", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ExternalLogout", + "fields": [ { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "logoutData", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ExternalNotificationError", + "fields": [ + { + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ExternalNotificationTrigger", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ExternalNotificationError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "CheckoutLinesAdd", - fields: [ + "kind": "OBJECT", + "name": "ExternalObtainAccessTokens", + "fields": [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "csrfToken", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "CheckoutLinesDelete", - fields: [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "refreshToken", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, - { - kind: "OBJECT", - name: "CheckoutLinesUpdate", - fields: [ - { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + { + "kind": "OBJECT", + "name": "ExternalRefresh", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "csrfToken", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "refreshToken", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CheckoutPaymentCreate", - fields: [ + "kind": "OBJECT", + "name": "ExternalVerify", + "fields": [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "payment", - type: { - kind: "OBJECT", - name: "Payment", - ofType: null, + "name": "isValid", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "paymentErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentError", - ofType: null, - }, - }, - }, + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "verifyData", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CheckoutRemovePromoCode", - fields: [ + "kind": "OBJECT", + "name": "File", + "fields": [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "contentType", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "url", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "FileUpload", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "UploadError", + "ofType": null + } + } + } + }, + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "uploadErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "UploadError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, + { + "name": "uploadedFile", + "type": { + "kind": "OBJECT", + "name": "File", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "Fulfillment", + "fields": [ + { + "name": "created", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "fulfillmentOrder", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "lines", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "FulfillmentLine", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "status", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "statusDisplay", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "trackingNumber", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] }, { - kind: "OBJECT", - name: "CheckoutShippingAddressUpdate", - fields: [ + "kind": "OBJECT", + "name": "FulfillmentApprove", + "fields": [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, - }, - args: [], - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "fulfillment", + "type": { + "kind": "OBJECT", + "name": "Fulfillment", + "ofType": null + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CheckoutShippingMethodUpdate", - fields: [ + "kind": "OBJECT", + "name": "FulfillmentCancel", + "fields": [ { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "checkoutErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "fulfillment", + "type": { + "kind": "OBJECT", + "name": "Fulfillment", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CheckoutError", - ofType: null, - }, - }, - }, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CheckoutUpdated", - fields: [ - { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, - }, - args: [], - }, + "kind": "OBJECT", + "name": "FulfillmentCanceled", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "fulfillment", + "type": { + "kind": "OBJECT", + "name": "Fulfillment", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "ChoiceValue", - fields: [ { - name: "raw", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "verbose", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "Collection", - fields: [ + "kind": "OBJECT", + "name": "FulfillmentCreated", + "fields": [ { - name: "backgroundImage", - type: { - kind: "OBJECT", - name: "Image", - ofType: null, + "name": "fulfillment", + "type": { + "kind": "OBJECT", + "name": "Fulfillment", + "ofType": null }, - args: [ - { - name: "size", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "channelListings", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionChannelListing", - ofType: null, - }, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "description", - type: { - kind: "SCALAR", - name: "Any", + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, { - name: "descriptionJson", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "FulfillmentLine", + "fields": [ { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "orderLine", + "type": { + "kind": "OBJECT", + "name": "OrderLine", + "ofType": null }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "quantity", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "FulfillmentRefundProducts", + "fields": [ { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "fulfillment", + "type": { + "kind": "OBJECT", + "name": "Fulfillment", + "ofType": null }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "products", - type: { - kind: "OBJECT", - name: "ProductCountableConnection", - ofType: null, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "seoDescription", - type: { - kind: "SCALAR", - name: "Any", + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "FulfillmentReturnProducts", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], - }, - { - name: "seoTitle", - type: { - kind: "SCALAR", - name: "Any", + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "replaceFulfillment", + "type": { + "kind": "OBJECT", + "name": "Fulfillment", + "ofType": null }, - args: [], + "args": [] }, { - name: "slug", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "replaceOrder", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, { - name: "translation", - type: { - kind: "OBJECT", - name: "CollectionTranslation", - ofType: null, + "name": "returnFulfillment", + "type": { + "kind": "OBJECT", + "name": "Fulfillment", + "ofType": null }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "CollectionAddProducts", - fields: [ + "kind": "OBJECT", + "name": "FulfillmentUpdateTracking", + "fields": [ { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "collectionErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "fulfillment", + "type": { + "kind": "OBJECT", + "name": "Fulfillment", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CollectionBulkDelete", - fields: [ + "kind": "OBJECT", + "name": "GatewayConfigLine", + "fields": [ { - name: "collectionErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "field", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CollectionChannelListing", - fields: [ + "kind": "OBJECT", + "name": "GiftCard", + "fields": [ { - name: "channel", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "boughtInChannel", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "isPublished", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "publicationDate", - type: { - kind: "SCALAR", - name: "Any", + "name": "created", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "publishedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "createdBy", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "CollectionChannelListingError", - fields: [ { - name: "attributes", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "createdByEmail", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "channels", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "currentBalance", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "displayCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "endDate", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "events", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardEvent", + "ofType": null + } + } + } }, - args: [], + "args": [ + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "values", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "expiryDate", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "CollectionChannelListingUpdate", - fields: [ { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "collectionChannelListingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionChannelListingError", - ofType: null, - }, - }, - }, + "name": "initialBalance", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionChannelListingError", - ofType: null, - }, - }, - }, + "name": "isActive", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, - ], - interfaces: [], + "args": [] + }, + { + "name": "last4CodeChars", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "lastUsedOn", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null + }, + "args": [] + }, + { + "name": "startDate", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "tags", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardTag", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "usedBy", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + }, + { + "name": "usedByEmail", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] }, { - kind: "OBJECT", - name: "CollectionCountableConnection", - fields: [ + "kind": "OBJECT", + "name": "GiftCardActivate", + "fields": [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionCountableEdge", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "giftCard", + "type": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "giftCardErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CollectionCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "GiftCardAddNote", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "event", + "type": { + "kind": "OBJECT", + "name": "GiftCardEvent", + "ofType": null + }, + "args": [] + }, + { + "name": "giftCard", + "type": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "GiftCardBulkActivate", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "GiftCardBulkCreate", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "giftCards", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "GiftCardBulkDeactivate", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "GiftCardBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "GiftCardCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "GiftCardCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Collection", - ofType: null, - }, + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CollectionCreate", - fields: [ + "kind": "OBJECT", + "name": "GiftCardCreate", + "fields": [ { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "collectionErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "giftCard", + "type": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "giftCardErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CollectionCreated", - fields: [ + "kind": "OBJECT", + "name": "GiftCardCreated", + "fields": [ { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, + "name": "giftCard", + "type": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] + }, + { + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "GiftCardDeactivate", + "fields": [ { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", + "name": "giftCard", + "type": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null + }, + "args": [] }, + { + "name": "giftCardErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "CollectionDelete", - fields: [ + "kind": "OBJECT", + "name": "GiftCardDelete", + "fields": [ { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "collectionErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "giftCard", + "type": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "giftCardErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CollectionDeleted", - fields: [ + "kind": "OBJECT", + "name": "GiftCardDeleted", + "fields": [ { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, + "name": "giftCard", + "type": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "CollectionError", - fields: [ + "kind": "OBJECT", + "name": "GiftCardError", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "products", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "tags", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CollectionRemoveProducts", - fields: [ + "kind": "OBJECT", + "name": "GiftCardEvent", + "fields": [ { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "collectionErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "balance", + "type": { + "kind": "OBJECT", + "name": "GiftCardEventBalance", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "CollectionReorderProducts", - fields: [ { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, + "name": "email", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "collectionErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "expiryDate", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "CollectionTranslatableContent", - fields: [ { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "description", - type: { - kind: "SCALAR", - name: "Any", + "name": "oldExpiryDate", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "descriptionJson", - type: { - kind: "SCALAR", - name: "Any", + "name": "oldTags", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "orderId", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "orderNumber", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "seoDescription", - type: { - kind: "SCALAR", - name: "Any", + "name": "tags", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "seoTitle", - type: { - kind: "SCALAR", - name: "Any", + "name": "type", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "translation", - type: { - kind: "OBJECT", - name: "CollectionTranslation", - ofType: null, + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Node", - }, - ], + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "CollectionTranslate", - fields: [ + "kind": "OBJECT", + "name": "GiftCardEventBalance", + "fields": [ { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, + "name": "currentBalance", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, + "name": "initialBalance", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "translationErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, + "name": "oldCurrentBalance", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "oldInitialBalance", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CollectionTranslation", - fields: [ + "kind": "OBJECT", + "name": "GiftCardResend", + "fields": [ { - name: "description", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "descriptionJson", - type: { - kind: "SCALAR", - name: "Any", + "name": "giftCard", + "type": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "GiftCardSettings", + "fields": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "expiryPeriod", + "type": { + "kind": "OBJECT", + "name": "TimePeriod", + "ofType": null }, - args: [], + "args": [] }, { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, + "name": "expiryType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "GiftCardSettingsError", + "fields": [ { - name: "name", - type: { - kind: "SCALAR", - name: "Any", + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "seoDescription", - type: { - kind: "SCALAR", - name: "Any", + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "seoTitle", - type: { - kind: "SCALAR", - name: "Any", + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "CollectionUpdate", - fields: [ + "kind": "OBJECT", + "name": "GiftCardSettingsUpdate", + "fields": [ { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, - }, - args: [], - }, - { - name: "collectionErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardSettingsError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CollectionError", - ofType: null, - }, - }, - }, + "name": "giftCardSettings", + "type": { + "kind": "OBJECT", + "name": "GiftCardSettings", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CollectionUpdated", - fields: [ + "kind": "OBJECT", + "name": "GiftCardStatusChanged", + "fields": [ { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, + "name": "giftCard", + "type": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "ConfigurationItem", - fields: [ + "kind": "OBJECT", + "name": "GiftCardTag", + "fields": [ { - name: "helpText", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "label", - type: { - kind: "SCALAR", - name: "Any", + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "GiftCardTagCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardTagCountableEdge", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "type", - type: { - kind: "SCALAR", - name: "Any", + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "value", - type: { - kind: "SCALAR", - name: "Any", + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "ConfirmAccount", - fields: [ - { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, + "kind": "OBJECT", + "name": "GiftCardTagCountableEdge", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardTag", + "ofType": null + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "ConfirmEmailChange", - fields: [ + "kind": "OBJECT", + "name": "GiftCardUpdate", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "giftCard", + "type": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "giftCardErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CountryDisplay", - fields: [ + "kind": "OBJECT", + "name": "GiftCardUpdated", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "giftCard", + "type": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null }, - args: [], + "args": [] }, { - name: "country", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "vat", - type: { - kind: "OBJECT", - name: "VAT", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "CreateToken", - fields: [ + "kind": "OBJECT", + "name": "Group", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "csrfToken", - type: { - kind: "SCALAR", - name: "Any", + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "permissions", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Permission", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "refreshToken", - type: { - kind: "SCALAR", - name: "Any", + "name": "userCanManage", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", + "name": "users", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "User", + "ofType": null + } + } }, - args: [], + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "GroupCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GroupCountableEdge", + "ofType": null + } + } + } + }, + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - args: [], + "args": [] }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CreditCard", - fields: [ + "kind": "OBJECT", + "name": "GroupCountableEdge", + "fields": [ { - name: "brand", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "expMonth", - type: { - kind: "SCALAR", - name: "Any", + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Group", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "Image", + "fields": [ + { + "name": "alt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "expYear", - type: { - kind: "SCALAR", - name: "Any", + "name": "url", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "Invoice", + "fields": [ + { + "name": "createdAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "firstDigits", - type: { - kind: "SCALAR", - name: "Any", + "name": "externalUrl", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "lastDigits", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "CustomerBulkDelete", - fields: [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } }, - args: [], + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "number", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "status", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "updatedAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "url", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Job" + }, + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "InvoiceCreate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "InvoiceError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "invoice", + "type": { + "kind": "OBJECT", + "name": "Invoice", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "invoiceErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "InvoiceError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CustomerCreate", - fields: [ + "kind": "OBJECT", + "name": "InvoiceDelete", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "InvoiceError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "invoice", + "type": { + "kind": "OBJECT", + "name": "Invoice", + "ofType": null }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "invoiceErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "InvoiceError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CustomerCreated", - fields: [ + "kind": "OBJECT", + "name": "InvoiceDeleted", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "invoice", + "type": { + "kind": "OBJECT", + "name": "Invoice", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "CustomerDelete", - fields: [ + "kind": "OBJECT", + "name": "InvoiceError", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CustomerEvent", - fields: [ + "kind": "OBJECT", + "name": "InvoiceRequest", + "fields": [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "InvoiceError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "count", - type: { - kind: "SCALAR", - name: "Any", + "name": "invoice", + "type": { + "kind": "OBJECT", + "name": "Invoice", + "ofType": null }, - args: [], + "args": [] }, { - name: "date", - type: { - kind: "SCALAR", - name: "Any", + "name": "invoiceErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "InvoiceError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "InvoiceRequestDelete", + "fields": [ { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "InvoiceError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "invoice", + "type": { + "kind": "OBJECT", + "name": "Invoice", + "ofType": null }, - args: [], + "args": [] }, { - name: "orderLine", - type: { - kind: "OBJECT", - name: "OrderLine", - ofType: null, + "name": "invoiceErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "InvoiceError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "InvoiceRequested", + "fields": [ + { + "name": "invoice", + "type": { + "kind": "OBJECT", + "name": "Invoice", + "ofType": null }, - args: [], + "args": [] }, { - name: "type", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "CustomerUpdate", - fields: [ + "kind": "OBJECT", + "name": "InvoiceSendNotification", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "InvoiceError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "invoice", + "type": { + "kind": "OBJECT", + "name": "Invoice", + "ofType": null }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "invoiceErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "InvoiceError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "CustomerUpdated", - fields: [ + "kind": "OBJECT", + "name": "InvoiceSent", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "invoice", + "type": { + "kind": "OBJECT", + "name": "Invoice", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "DeactivateAllUserTokens", - fields: [ + "kind": "OBJECT", + "name": "InvoiceUpdate", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "InvoiceError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "invoice", + "type": { + "kind": "OBJECT", + "name": "Invoice", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "invoiceErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "InvoiceError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "DeleteMetadata", - fields: [ + "kind": "UNION", + "name": "IssuingPrincipal", + "possibleTypes": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataError", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "App" }, { - name: "item", - type: { - kind: "INTERFACE", - name: "ObjectWithMetadata", - ofType: null, + "kind": "OBJECT", + "name": "User" + } + ] + }, + { + "kind": "INTERFACE", + "name": "Job", + "fields": [ + { + "name": "createdAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "metadataErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataError", - ofType: null, - }, - }, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "DeletePrivateMetadata", - fields: [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataError", - ofType: null, - }, - }, - }, + "name": "status", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "item", - type: { - kind: "INTERFACE", - name: "ObjectWithMetadata", - ofType: null, + "name": "updatedAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] + } + ], + "interfaces": [], + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "AppInstallation" }, { - name: "metadataErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataError", - ofType: null, - }, - }, - }, + "kind": "OBJECT", + "name": "ExportFile" + }, + { + "kind": "OBJECT", + "name": "Invoice" + } + ] + }, + { + "kind": "OBJECT", + "name": "LanguageDisplay", + "fields": [ + { + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "UNION", - name: "DeliveryMethod", - possibleTypes: [ + "kind": "OBJECT", + "name": "LimitInfo", + "fields": [ { - kind: "OBJECT", - name: "ShippingMethod", + "name": "allowedUsage", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Limits", + "ofType": null + } + }, + "args": [] }, { - kind: "OBJECT", - name: "Warehouse", - }, + "name": "currentUsage", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Limits", + "ofType": null + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "DigitalContent", - fields: [ + "kind": "OBJECT", + "name": "Limits", + "fields": [ { - name: "automaticFulfillment", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "channels", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "contentFile", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "orders", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "productVariants", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "maxDownloads", - type: { - kind: "SCALAR", - name: "Any", + "name": "staffUsers", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "warehouses", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "Manifest", + "fields": [ + { + "name": "about", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "appUrl", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "configurationUrl", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "dataPrivacy", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "dataPrivacyUrl", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "extensions", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppManifestExtension", + "ofType": null + } + } + } }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "productVariant", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, + "name": "homepageUrl", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "urlValidDays", - type: { - kind: "SCALAR", - name: "Any", + "name": "identifier", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "urls", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DigitalContentUrl", - ofType: null, - }, - }, + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "useDefaultSettings", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "permissions", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Permission", + "ofType": null + } + } }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "supportUrl", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, { - kind: "INTERFACE", - name: "ObjectWithMetadata", + "name": "tokenTargetUrl", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, + { + "name": "version", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "DigitalContentCountableConnection", - fields: [ + "kind": "OBJECT", + "name": "Margin", + "fields": [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DigitalContentCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], + "name": "start", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "stop", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "Menu", + "fields": [ { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "items", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null + } + } }, - args: [], + "args": [] }, - ], - interfaces: [], + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "slug", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "MenuBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "menuErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "MenuCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "MenuCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Menu", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "DigitalContentCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "MenuCreate", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DigitalContent", - ofType: null, - }, + "name": "menu", + "type": { + "kind": "OBJECT", + "name": "Menu", + "ofType": null }, - args: [], - }, + "args": [] + }, + { + "name": "menuErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "DigitalContentCreate", - fields: [ + "kind": "OBJECT", + "name": "MenuCreated", + "fields": [ { - name: "content", - type: { - kind: "OBJECT", - name: "DigitalContent", - ofType: null, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "menu", + "type": { + "kind": "OBJECT", + "name": "Menu", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "variant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "DigitalContentDelete", - fields: [ + "kind": "OBJECT", + "name": "MenuDelete", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "menu", + "type": { + "kind": "OBJECT", + "name": "Menu", + "ofType": null }, - args: [], + "args": [] }, { - name: "variant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, + "name": "menuErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "DigitalContentUpdate", - fields: [ + "kind": "OBJECT", + "name": "MenuDeleted", + "fields": [ { - name: "content", - type: { - kind: "OBJECT", - name: "DigitalContent", - ofType: null, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "menu", + "type": { + "kind": "OBJECT", + "name": "Menu", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "variant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "DigitalContentUrl", - fields: [ + "kind": "OBJECT", + "name": "MenuError", + "fields": [ { - name: "content", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DigitalContent", - ofType: null, - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "created", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "downloadNum", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "MenuItem", + "fields": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null }, - args: [], + "args": [] }, { - name: "token", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "children", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "url", - type: { - kind: "SCALAR", - name: "Any", + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "DigitalContentUrlCreate", - fields: [ { - name: "digitalContentUrl", - type: { - kind: "OBJECT", - name: "DigitalContentUrl", - ofType: null, + "name": "level", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "menu", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Menu", + "ofType": null + } }, - args: [], + "args": [] }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } }, - args: [], + "args": [] }, - ], - interfaces: [], + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "page", + "type": { + "kind": "OBJECT", + "name": "Page", + "ofType": null + }, + "args": [] + }, + { + "name": "parent", + "type": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "MenuItemTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "url", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "MenuItemBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "menuErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "MenuItemCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuItemCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "MenuItemCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "DiscountError", - fields: [ + "kind": "OBJECT", + "name": "MenuItemCreate", + "fields": [ { - name: "channels", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "menuErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "menuItem", + "type": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "MenuItemCreated", + "fields": [ { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "products", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Domain", - fields: [ { - name: "host", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "menuItem", + "type": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "sslEnabled", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "url", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "DraftOrderBulkDelete", - fields: [ + "kind": "OBJECT", + "name": "MenuItemDelete", + "fields": [ { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "menuErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "menuItem", + "type": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "DraftOrderComplete", - fields: [ + "kind": "OBJECT", + "name": "MenuItemDeleted", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "menuItem", + "type": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "DraftOrderCreate", - fields: [ + "kind": "OBJECT", + "name": "MenuItemMove", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "menu", + "type": { + "kind": "OBJECT", + "name": "Menu", + "ofType": null }, - args: [], + "args": [] }, { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "menuErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "MenuItemTranslatableContent", + "fields": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "menuItem", + "type": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "MenuItemTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "MenuItemTranslate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "menuItem", + "type": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null + }, + "args": [] + }, + { + "name": "translationErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "MenuItemTranslation", + "fields": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "DraftOrderCreated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "kind": "OBJECT", + "name": "MenuItemUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "menuErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "menuItem", + "type": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null }, - args: [], + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "MenuItemUpdated", + "fields": [ + { + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "menuItem", + "type": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "DraftOrderDelete", - fields: [ + "kind": "OBJECT", + "name": "MenuUpdate", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "menu", + "type": { + "kind": "OBJECT", + "name": "Menu", + "ofType": null }, - args: [], + "args": [] }, { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "menuErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MenuError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "DraftOrderDeleted", - fields: [ + "kind": "OBJECT", + "name": "MenuUpdated", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "menu", + "type": { + "kind": "OBJECT", + "name": "Menu", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "DraftOrderLinesBulkDelete", - fields: [ + "kind": "OBJECT", + "name": "MetadataError", + "fields": [ { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "DraftOrderUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, + "kind": "OBJECT", + "name": "MetadataItem", + "fields": [ { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "DraftOrderUpdated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, + "kind": "OBJECT", + "name": "Money", + "fields": [ { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "amount", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "currency", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "MoneyRange", + "fields": [ { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "start", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "stop", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "INTERFACE", - name: "Event", - fields: [ + "kind": "OBJECT", + "name": "Mutation", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "accountAddressCreate", + "type": { + "kind": "OBJECT", + "name": "AccountAddressCreate", + "ofType": null }, - args: [], + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "accountAddressDelete", + "type": { + "kind": "OBJECT", + "name": "AccountAddressDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "accountAddressUpdate", + "type": { + "kind": "OBJECT", + "name": "AccountAddressUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "accountDelete", + "type": { + "kind": "OBJECT", + "name": "AccountDelete", + "ofType": null + }, + "args": [ + { + "name": "token", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "accountRegister", + "type": { + "kind": "OBJECT", + "name": "AccountRegister", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "accountRequestDeletion", + "type": { + "kind": "OBJECT", + "name": "AccountRequestDeletion", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "redirectUrl", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "accountSetDefaultAddress", + "type": { + "kind": "OBJECT", + "name": "AccountSetDefaultAddress", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "accountUpdate", + "type": { + "kind": "OBJECT", + "name": "AccountUpdate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "addressCreate", + "type": { + "kind": "OBJECT", + "name": "AddressCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "userId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "addressDelete", + "type": { + "kind": "OBJECT", + "name": "AddressDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "addressSetDefault", + "type": { + "kind": "OBJECT", + "name": "AddressSetDefault", + "ofType": null + }, + "args": [ + { + "name": "addressId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "userId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "addressUpdate", + "type": { + "kind": "OBJECT", + "name": "AddressUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "appActivate", + "type": { + "kind": "OBJECT", + "name": "AppActivate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "appCreate", + "type": { + "kind": "OBJECT", + "name": "AppCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "appDeactivate", + "type": { + "kind": "OBJECT", + "name": "AppDeactivate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "appDelete", + "type": { + "kind": "OBJECT", + "name": "AppDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "appDeleteFailedInstallation", + "type": { + "kind": "OBJECT", + "name": "AppDeleteFailedInstallation", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "appFetchManifest", + "type": { + "kind": "OBJECT", + "name": "AppFetchManifest", + "ofType": null + }, + "args": [ + { + "name": "manifestUrl", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "appInstall", + "type": { + "kind": "OBJECT", + "name": "AppInstall", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "appRetryInstall", + "type": { + "kind": "OBJECT", + "name": "AppRetryInstall", + "ofType": null + }, + "args": [ + { + "name": "activateAfterInstallation", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "appTokenCreate", + "type": { + "kind": "OBJECT", + "name": "AppTokenCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "appTokenDelete", + "type": { + "kind": "OBJECT", + "name": "AppTokenDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "appTokenVerify", + "type": { + "kind": "OBJECT", + "name": "AppTokenVerify", + "ofType": null + }, + "args": [ + { + "name": "token", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "appUpdate", + "type": { + "kind": "OBJECT", + "name": "AppUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "assignNavigation", + "type": { + "kind": "OBJECT", + "name": "AssignNavigation", + "ofType": null + }, + "args": [ + { + "name": "menu", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "navigationType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "assignWarehouseShippingZone", + "type": { + "kind": "OBJECT", + "name": "WarehouseShippingZoneAssign", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "shippingZoneIds", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "attributeBulkDelete", + "type": { + "kind": "OBJECT", + "name": "AttributeBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "attributeCreate", + "type": { + "kind": "OBJECT", + "name": "AttributeCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "attributeDelete", + "type": { + "kind": "OBJECT", + "name": "AttributeDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "attributeReorderValues", + "type": { + "kind": "OBJECT", + "name": "AttributeReorderValues", + "ofType": null + }, + "args": [ + { + "name": "attributeId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "moves", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "attributeTranslate", + "type": { + "kind": "OBJECT", + "name": "AttributeTranslate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "attributeUpdate", + "type": { + "kind": "OBJECT", + "name": "AttributeUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "attributeValueBulkDelete", + "type": { + "kind": "OBJECT", + "name": "AttributeValueBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "attributeValueCreate", + "type": { + "kind": "OBJECT", + "name": "AttributeValueCreate", + "ofType": null + }, + "args": [ + { + "name": "attribute", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "attributeValueDelete", + "type": { + "kind": "OBJECT", + "name": "AttributeValueDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "attributeValueTranslate", + "type": { + "kind": "OBJECT", + "name": "AttributeValueTranslate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "attributeValueUpdate", + "type": { + "kind": "OBJECT", + "name": "AttributeValueUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "categoryBulkDelete", + "type": { + "kind": "OBJECT", + "name": "CategoryBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "categoryCreate", + "type": { + "kind": "OBJECT", + "name": "CategoryCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "parent", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "categoryDelete", + "type": { + "kind": "OBJECT", + "name": "CategoryDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "categoryTranslate", + "type": { + "kind": "OBJECT", + "name": "CategoryTranslate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "categoryUpdate", + "type": { + "kind": "OBJECT", + "name": "CategoryUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "channelActivate", + "type": { + "kind": "OBJECT", + "name": "ChannelActivate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "channelCreate", + "type": { + "kind": "OBJECT", + "name": "ChannelCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "channelDeactivate", + "type": { + "kind": "OBJECT", + "name": "ChannelDeactivate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "channelDelete", + "type": { + "kind": "OBJECT", + "name": "ChannelDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "channelUpdate", + "type": { + "kind": "OBJECT", + "name": "ChannelUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "checkoutAddPromoCode", + "type": { + "kind": "OBJECT", + "name": "CheckoutAddPromoCode", + "ofType": null + }, + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "promoCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "checkoutBillingAddressUpdate", + "type": { + "kind": "OBJECT", + "name": "CheckoutBillingAddressUpdate", + "ofType": null + }, + "args": [ + { + "name": "billingAddress", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "checkoutComplete", + "type": { + "kind": "OBJECT", + "name": "CheckoutComplete", + "ofType": null + }, + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "paymentData", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "redirectUrl", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "storeSource", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "checkoutCreate", + "type": { + "kind": "OBJECT", + "name": "CheckoutCreate", + "ofType": null }, - args: [], + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "checkoutCustomerAttach", + "type": { + "kind": "OBJECT", + "name": "CheckoutCustomerAttach", + "ofType": null }, - args: [], + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "customerId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "checkoutCustomerDetach", + "type": { + "kind": "OBJECT", + "name": "CheckoutCustomerDetach", + "ofType": null }, - args: [], - }, - ], - interfaces: [], - possibleTypes: [ - { - kind: "OBJECT", - name: "AppDeleted", + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - kind: "OBJECT", - name: "AppInstalled", + "name": "checkoutDeliveryMethodUpdate", + "type": { + "kind": "OBJECT", + "name": "CheckoutDeliveryMethodUpdate", + "ofType": null + }, + "args": [ + { + "name": "deliveryMethodId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - kind: "OBJECT", - name: "AppStatusChanged", - }, + "name": "checkoutEmailUpdate", + "type": { + "kind": "OBJECT", + "name": "CheckoutEmailUpdate", + "ofType": null + }, + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "email", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "checkoutLanguageCodeUpdate", + "type": { + "kind": "OBJECT", + "name": "CheckoutLanguageCodeUpdate", + "ofType": null + }, + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, { - kind: "OBJECT", - name: "AppUpdated", + "name": "checkoutLineDelete", + "type": { + "kind": "OBJECT", + "name": "CheckoutLineDelete", + "ofType": null + }, + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "lineId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "checkoutLinesAdd", + "type": { + "kind": "OBJECT", + "name": "CheckoutLinesAdd", + "ofType": null + }, + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "lines", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "checkoutLinesDelete", + "type": { + "kind": "OBJECT", + "name": "CheckoutLinesDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "linesIds", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "checkoutLinesUpdate", + "type": { + "kind": "OBJECT", + "name": "CheckoutLinesUpdate", + "ofType": null + }, + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "lines", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "checkoutPaymentCreate", + "type": { + "kind": "OBJECT", + "name": "CheckoutPaymentCreate", + "ofType": null + }, + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "checkoutRemovePromoCode", + "type": { + "kind": "OBJECT", + "name": "CheckoutRemovePromoCode", + "ofType": null + }, + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "promoCode", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "promoCodeId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "checkoutShippingAddressUpdate", + "type": { + "kind": "OBJECT", + "name": "CheckoutShippingAddressUpdate", + "ofType": null + }, + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "shippingAddress", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "checkoutShippingMethodUpdate", + "type": { + "kind": "OBJECT", + "name": "CheckoutShippingMethodUpdate", + "ofType": null + }, + "args": [ + { + "name": "checkoutId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "shippingMethodId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "collectionAddProducts", + "type": { + "kind": "OBJECT", + "name": "CollectionAddProducts", + "ofType": null + }, + "args": [ + { + "name": "collectionId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "products", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "collectionBulkDelete", + "type": { + "kind": "OBJECT", + "name": "CollectionBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "collectionChannelListingUpdate", + "type": { + "kind": "OBJECT", + "name": "CollectionChannelListingUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "collectionCreate", + "type": { + "kind": "OBJECT", + "name": "CollectionCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "collectionDelete", + "type": { + "kind": "OBJECT", + "name": "CollectionDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "collectionRemoveProducts", + "type": { + "kind": "OBJECT", + "name": "CollectionRemoveProducts", + "ofType": null + }, + "args": [ + { + "name": "collectionId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "products", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "collectionReorderProducts", + "type": { + "kind": "OBJECT", + "name": "CollectionReorderProducts", + "ofType": null + }, + "args": [ + { + "name": "collectionId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "moves", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "collectionTranslate", + "type": { + "kind": "OBJECT", + "name": "CollectionTranslate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "collectionUpdate", + "type": { + "kind": "OBJECT", + "name": "CollectionUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "confirmAccount", + "type": { + "kind": "OBJECT", + "name": "ConfirmAccount", + "ofType": null + }, + "args": [ + { + "name": "email", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "token", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "confirmEmailChange", + "type": { + "kind": "OBJECT", + "name": "ConfirmEmailChange", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "token", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "createWarehouse", + "type": { + "kind": "OBJECT", + "name": "WarehouseCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "customerBulkDelete", + "type": { + "kind": "OBJECT", + "name": "CustomerBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "customerCreate", + "type": { + "kind": "OBJECT", + "name": "CustomerCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "customerDelete", + "type": { + "kind": "OBJECT", + "name": "CustomerDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "customerUpdate", + "type": { + "kind": "OBJECT", + "name": "CustomerUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "deleteMetadata", + "type": { + "kind": "OBJECT", + "name": "DeleteMetadata", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "keys", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "deletePrivateMetadata", + "type": { + "kind": "OBJECT", + "name": "DeletePrivateMetadata", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "keys", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "deleteWarehouse", + "type": { + "kind": "OBJECT", + "name": "WarehouseDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "digitalContentCreate", + "type": { + "kind": "OBJECT", + "name": "DigitalContentCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "variantId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "digitalContentDelete", + "type": { + "kind": "OBJECT", + "name": "DigitalContentDelete", + "ofType": null + }, + "args": [ + { + "name": "variantId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "digitalContentUpdate", + "type": { + "kind": "OBJECT", + "name": "DigitalContentUpdate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "variantId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "digitalContentUrlCreate", + "type": { + "kind": "OBJECT", + "name": "DigitalContentUrlCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "draftOrderBulkDelete", + "type": { + "kind": "OBJECT", + "name": "DraftOrderBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "draftOrderComplete", + "type": { + "kind": "OBJECT", + "name": "DraftOrderComplete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "draftOrderCreate", + "type": { + "kind": "OBJECT", + "name": "DraftOrderCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "draftOrderDelete", + "type": { + "kind": "OBJECT", + "name": "DraftOrderDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "draftOrderLinesBulkDelete", + "type": { + "kind": "OBJECT", + "name": "DraftOrderLinesBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "draftOrderUpdate", + "type": { + "kind": "OBJECT", + "name": "DraftOrderUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "eventDeliveryRetry", + "type": { + "kind": "OBJECT", + "name": "EventDeliveryRetry", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "exportGiftCards", + "type": { + "kind": "OBJECT", + "name": "ExportGiftCards", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "exportProducts", + "type": { + "kind": "OBJECT", + "name": "ExportProducts", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "externalAuthenticationUrl", + "type": { + "kind": "OBJECT", + "name": "ExternalAuthenticationUrl", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "pluginId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "externalLogout", + "type": { + "kind": "OBJECT", + "name": "ExternalLogout", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "pluginId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "externalNotificationTrigger", + "type": { + "kind": "OBJECT", + "name": "ExternalNotificationTrigger", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "pluginId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "externalObtainAccessTokens", + "type": { + "kind": "OBJECT", + "name": "ExternalObtainAccessTokens", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "pluginId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "externalRefresh", + "type": { + "kind": "OBJECT", + "name": "ExternalRefresh", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "pluginId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "externalVerify", + "type": { + "kind": "OBJECT", + "name": "ExternalVerify", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "pluginId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "fileUpload", + "type": { + "kind": "OBJECT", + "name": "FileUpload", + "ofType": null + }, + "args": [ + { + "name": "file", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "giftCardActivate", + "type": { + "kind": "OBJECT", + "name": "GiftCardActivate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "giftCardAddNote", + "type": { + "kind": "OBJECT", + "name": "GiftCardAddNote", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "giftCardBulkActivate", + "type": { + "kind": "OBJECT", + "name": "GiftCardBulkActivate", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "giftCardBulkCreate", + "type": { + "kind": "OBJECT", + "name": "GiftCardBulkCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "giftCardBulkDeactivate", + "type": { + "kind": "OBJECT", + "name": "GiftCardBulkDeactivate", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "giftCardBulkDelete", + "type": { + "kind": "OBJECT", + "name": "GiftCardBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "giftCardCreate", + "type": { + "kind": "OBJECT", + "name": "GiftCardCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "giftCardDeactivate", + "type": { + "kind": "OBJECT", + "name": "GiftCardDeactivate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "giftCardDelete", + "type": { + "kind": "OBJECT", + "name": "GiftCardDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "giftCardResend", + "type": { + "kind": "OBJECT", + "name": "GiftCardResend", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "giftCardSettingsUpdate", + "type": { + "kind": "OBJECT", + "name": "GiftCardSettingsUpdate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "giftCardUpdate", + "type": { + "kind": "OBJECT", + "name": "GiftCardUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "invoiceCreate", + "type": { + "kind": "OBJECT", + "name": "InvoiceCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "orderId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "invoiceDelete", + "type": { + "kind": "OBJECT", + "name": "InvoiceDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "invoiceRequest", + "type": { + "kind": "OBJECT", + "name": "InvoiceRequest", + "ofType": null + }, + "args": [ + { + "name": "number", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "orderId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "invoiceRequestDelete", + "type": { + "kind": "OBJECT", + "name": "InvoiceRequestDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "invoiceSendNotification", + "type": { + "kind": "OBJECT", + "name": "InvoiceSendNotification", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "invoiceUpdate", + "type": { + "kind": "OBJECT", + "name": "InvoiceUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "menuBulkDelete", + "type": { + "kind": "OBJECT", + "name": "MenuBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "menuCreate", + "type": { + "kind": "OBJECT", + "name": "MenuCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "menuDelete", + "type": { + "kind": "OBJECT", + "name": "MenuDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "menuItemBulkDelete", + "type": { + "kind": "OBJECT", + "name": "MenuItemBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "menuItemCreate", + "type": { + "kind": "OBJECT", + "name": "MenuItemCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "menuItemDelete", + "type": { + "kind": "OBJECT", + "name": "MenuItemDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "menuItemMove", + "type": { + "kind": "OBJECT", + "name": "MenuItemMove", + "ofType": null + }, + "args": [ + { + "name": "menu", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "moves", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "menuItemTranslate", + "type": { + "kind": "OBJECT", + "name": "MenuItemTranslate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "menuItemUpdate", + "type": { + "kind": "OBJECT", + "name": "MenuItemUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "menuUpdate", + "type": { + "kind": "OBJECT", + "name": "MenuUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderAddNote", + "type": { + "kind": "OBJECT", + "name": "OrderAddNote", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "order", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderBulkCancel", + "type": { + "kind": "OBJECT", + "name": "OrderBulkCancel", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "orderCancel", + "type": { + "kind": "OBJECT", + "name": "OrderCancel", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderCapture", + "type": { + "kind": "OBJECT", + "name": "OrderCapture", + "ofType": null + }, + "args": [ + { + "name": "amount", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderConfirm", + "type": { + "kind": "OBJECT", + "name": "OrderConfirm", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderCreateFromCheckout", + "type": { + "kind": "OBJECT", + "name": "OrderCreateFromCheckout", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "removeCheckout", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "orderDiscountAdd", + "type": { + "kind": "OBJECT", + "name": "OrderDiscountAdd", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "orderId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderDiscountDelete", + "type": { + "kind": "OBJECT", + "name": "OrderDiscountDelete", + "ofType": null + }, + "args": [ + { + "name": "discountId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderDiscountUpdate", + "type": { + "kind": "OBJECT", + "name": "OrderDiscountUpdate", + "ofType": null + }, + "args": [ + { + "name": "discountId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderFulfill", + "type": { + "kind": "OBJECT", + "name": "OrderFulfill", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "order", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "orderFulfillmentApprove", + "type": { + "kind": "OBJECT", + "name": "FulfillmentApprove", + "ofType": null + }, + "args": [ + { + "name": "allowStockToBeExceeded", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "notifyCustomer", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderFulfillmentCancel", + "type": { + "kind": "OBJECT", + "name": "FulfillmentCancel", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "orderFulfillmentRefundProducts", + "type": { + "kind": "OBJECT", + "name": "FulfillmentRefundProducts", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "order", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderFulfillmentReturnProducts", + "type": { + "kind": "OBJECT", + "name": "FulfillmentReturnProducts", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "order", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderFulfillmentUpdateTracking", + "type": { + "kind": "OBJECT", + "name": "FulfillmentUpdateTracking", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderLineDelete", + "type": { + "kind": "OBJECT", + "name": "OrderLineDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderLineDiscountRemove", + "type": { + "kind": "OBJECT", + "name": "OrderLineDiscountRemove", + "ofType": null + }, + "args": [ + { + "name": "orderLineId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderLineDiscountUpdate", + "type": { + "kind": "OBJECT", + "name": "OrderLineDiscountUpdate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "orderLineId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderLineUpdate", + "type": { + "kind": "OBJECT", + "name": "OrderLineUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderLinesCreate", + "type": { + "kind": "OBJECT", + "name": "OrderLinesCreate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "orderMarkAsPaid", + "type": { + "kind": "OBJECT", + "name": "OrderMarkAsPaid", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "transactionReference", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "orderRefund", + "type": { + "kind": "OBJECT", + "name": "OrderRefund", + "ofType": null + }, + "args": [ + { + "name": "amount", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderSettingsUpdate", + "type": { + "kind": "OBJECT", + "name": "OrderSettingsUpdate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderUpdate", + "type": { + "kind": "OBJECT", + "name": "OrderUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderUpdateShipping", + "type": { + "kind": "OBJECT", + "name": "OrderUpdateShipping", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "order", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "orderVoid", + "type": { + "kind": "OBJECT", + "name": "OrderVoid", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pageAttributeAssign", + "type": { + "kind": "OBJECT", + "name": "PageAttributeAssign", + "ofType": null + }, + "args": [ + { + "name": "attributeIds", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "pageTypeId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pageAttributeUnassign", + "type": { + "kind": "OBJECT", + "name": "PageAttributeUnassign", + "ofType": null + }, + "args": [ + { + "name": "attributeIds", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "pageTypeId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pageBulkDelete", + "type": { + "kind": "OBJECT", + "name": "PageBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "pageBulkPublish", + "type": { + "kind": "OBJECT", + "name": "PageBulkPublish", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "isPublished", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pageCreate", + "type": { + "kind": "OBJECT", + "name": "PageCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pageDelete", + "type": { + "kind": "OBJECT", + "name": "PageDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pageReorderAttributeValues", + "type": { + "kind": "OBJECT", + "name": "PageReorderAttributeValues", + "ofType": null + }, + "args": [ + { + "name": "attributeId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "moves", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "pageId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pageTranslate", + "type": { + "kind": "OBJECT", + "name": "PageTranslate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pageTypeBulkDelete", + "type": { + "kind": "OBJECT", + "name": "PageTypeBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "pageTypeCreate", + "type": { + "kind": "OBJECT", + "name": "PageTypeCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pageTypeDelete", + "type": { + "kind": "OBJECT", + "name": "PageTypeDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pageTypeReorderAttributes", + "type": { + "kind": "OBJECT", + "name": "PageTypeReorderAttributes", + "ofType": null + }, + "args": [ + { + "name": "moves", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "pageTypeId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pageTypeUpdate", + "type": { + "kind": "OBJECT", + "name": "PageTypeUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pageUpdate", + "type": { + "kind": "OBJECT", + "name": "PageUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "passwordChange", + "type": { + "kind": "OBJECT", + "name": "PasswordChange", + "ofType": null + }, + "args": [ + { + "name": "newPassword", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "oldPassword", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "paymentCapture", + "type": { + "kind": "OBJECT", + "name": "PaymentCapture", + "ofType": null + }, + "args": [ + { + "name": "amount", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "paymentId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "paymentCheckBalance", + "type": { + "kind": "OBJECT", + "name": "PaymentCheckBalance", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "paymentInitialize", + "type": { + "kind": "OBJECT", + "name": "PaymentInitialize", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "gateway", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "paymentData", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "paymentRefund", + "type": { + "kind": "OBJECT", + "name": "PaymentRefund", + "ofType": null + }, + "args": [ + { + "name": "amount", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "paymentId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "paymentVoid", + "type": { + "kind": "OBJECT", + "name": "PaymentVoid", + "ofType": null + }, + "args": [ + { + "name": "paymentId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "permissionGroupCreate", + "type": { + "kind": "OBJECT", + "name": "PermissionGroupCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "permissionGroupDelete", + "type": { + "kind": "OBJECT", + "name": "PermissionGroupDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "permissionGroupUpdate", + "type": { + "kind": "OBJECT", + "name": "PermissionGroupUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "pluginUpdate", + "type": { + "kind": "OBJECT", + "name": "PluginUpdate", + "ofType": null + }, + "args": [ + { + "name": "channelId", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productAttributeAssign", + "type": { + "kind": "OBJECT", + "name": "ProductAttributeAssign", + "ofType": null + }, + "args": [ + { + "name": "operations", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "productTypeId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productAttributeAssignmentUpdate", + "type": { + "kind": "OBJECT", + "name": "ProductAttributeAssignmentUpdate", + "ofType": null + }, + "args": [ + { + "name": "operations", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "productTypeId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productAttributeUnassign", + "type": { + "kind": "OBJECT", + "name": "ProductAttributeUnassign", + "ofType": null + }, + "args": [ + { + "name": "attributeIds", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "productTypeId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productBulkDelete", + "type": { + "kind": "OBJECT", + "name": "ProductBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "productChannelListingUpdate", + "type": { + "kind": "OBJECT", + "name": "ProductChannelListingUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productCreate", + "type": { + "kind": "OBJECT", + "name": "ProductCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productDelete", + "type": { + "kind": "OBJECT", + "name": "ProductDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productMediaBulkDelete", + "type": { + "kind": "OBJECT", + "name": "ProductMediaBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "productMediaCreate", + "type": { + "kind": "OBJECT", + "name": "ProductMediaCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productMediaDelete", + "type": { + "kind": "OBJECT", + "name": "ProductMediaDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productMediaReorder", + "type": { + "kind": "OBJECT", + "name": "ProductMediaReorder", + "ofType": null + }, + "args": [ + { + "name": "mediaIds", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "productId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productMediaUpdate", + "type": { + "kind": "OBJECT", + "name": "ProductMediaUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productReorderAttributeValues", + "type": { + "kind": "OBJECT", + "name": "ProductReorderAttributeValues", + "ofType": null + }, + "args": [ + { + "name": "attributeId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "moves", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "productId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productTranslate", + "type": { + "kind": "OBJECT", + "name": "ProductTranslate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productTypeBulkDelete", + "type": { + "kind": "OBJECT", + "name": "ProductTypeBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "productTypeCreate", + "type": { + "kind": "OBJECT", + "name": "ProductTypeCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productTypeDelete", + "type": { + "kind": "OBJECT", + "name": "ProductTypeDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productTypeReorderAttributes", + "type": { + "kind": "OBJECT", + "name": "ProductTypeReorderAttributes", + "ofType": null + }, + "args": [ + { + "name": "moves", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "productTypeId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productTypeUpdate", + "type": { + "kind": "OBJECT", + "name": "ProductTypeUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productUpdate", + "type": { + "kind": "OBJECT", + "name": "ProductUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productVariantBulkCreate", + "type": { + "kind": "OBJECT", + "name": "ProductVariantBulkCreate", + "ofType": null + }, + "args": [ + { + "name": "product", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "variants", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "productVariantBulkDelete", + "type": { + "kind": "OBJECT", + "name": "ProductVariantBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "productVariantChannelListingUpdate", + "type": { + "kind": "OBJECT", + "name": "ProductVariantChannelListingUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "productVariantCreate", + "type": { + "kind": "OBJECT", + "name": "ProductVariantCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productVariantDelete", + "type": { + "kind": "OBJECT", + "name": "ProductVariantDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productVariantPreorderDeactivate", + "type": { + "kind": "OBJECT", + "name": "ProductVariantPreorderDeactivate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productVariantReorder", + "type": { + "kind": "OBJECT", + "name": "ProductVariantReorder", + "ofType": null + }, + "args": [ + { + "name": "moves", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "productId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productVariantReorderAttributeValues", + "type": { + "kind": "OBJECT", + "name": "ProductVariantReorderAttributeValues", + "ofType": null + }, + "args": [ + { + "name": "attributeId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "moves", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "variantId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productVariantSetDefault", + "type": { + "kind": "OBJECT", + "name": "ProductVariantSetDefault", + "ofType": null + }, + "args": [ + { + "name": "productId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "variantId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productVariantStocksCreate", + "type": { + "kind": "OBJECT", + "name": "ProductVariantStocksCreate", + "ofType": null + }, + "args": [ + { + "name": "stocks", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "variantId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productVariantStocksDelete", + "type": { + "kind": "OBJECT", + "name": "ProductVariantStocksDelete", + "ofType": null + }, + "args": [ + { + "name": "variantId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "warehouseIds", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "productVariantStocksUpdate", + "type": { + "kind": "OBJECT", + "name": "ProductVariantStocksUpdate", + "ofType": null + }, + "args": [ + { + "name": "stocks", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "variantId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productVariantTranslate", + "type": { + "kind": "OBJECT", + "name": "ProductVariantTranslate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "productVariantUpdate", + "type": { + "kind": "OBJECT", + "name": "ProductVariantUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "requestEmailChange", + "type": { + "kind": "OBJECT", + "name": "RequestEmailChange", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "newEmail", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "password", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "redirectUrl", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "requestPasswordReset", + "type": { + "kind": "OBJECT", + "name": "RequestPasswordReset", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "email", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "redirectUrl", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "saleBulkDelete", + "type": { + "kind": "OBJECT", + "name": "SaleBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "saleCataloguesAdd", + "type": { + "kind": "OBJECT", + "name": "SaleAddCatalogues", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "saleCataloguesRemove", + "type": { + "kind": "OBJECT", + "name": "SaleRemoveCatalogues", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "saleChannelListingUpdate", + "type": { + "kind": "OBJECT", + "name": "SaleChannelListingUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "saleCreate", + "type": { + "kind": "OBJECT", + "name": "SaleCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "saleDelete", + "type": { + "kind": "OBJECT", + "name": "SaleDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "saleTranslate", + "type": { + "kind": "OBJECT", + "name": "SaleTranslate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "saleUpdate", + "type": { + "kind": "OBJECT", + "name": "SaleUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "setPassword", + "type": { + "kind": "OBJECT", + "name": "SetPassword", + "ofType": null + }, + "args": [ + { + "name": "email", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "password", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "token", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "shippingMethodChannelListingUpdate", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodChannelListingUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "shippingPriceBulkDelete", + "type": { + "kind": "OBJECT", + "name": "ShippingPriceBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "shippingPriceCreate", + "type": { + "kind": "OBJECT", + "name": "ShippingPriceCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "shippingPriceDelete", + "type": { + "kind": "OBJECT", + "name": "ShippingPriceDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "shippingPriceExcludeProducts", + "type": { + "kind": "OBJECT", + "name": "ShippingPriceExcludeProducts", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "shippingPriceRemoveProductFromExclude", + "type": { + "kind": "OBJECT", + "name": "ShippingPriceRemoveProductFromExclude", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "products", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "shippingPriceTranslate", + "type": { + "kind": "OBJECT", + "name": "ShippingPriceTranslate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "shippingPriceUpdate", + "type": { + "kind": "OBJECT", + "name": "ShippingPriceUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "shippingZoneBulkDelete", + "type": { + "kind": "OBJECT", + "name": "ShippingZoneBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "shippingZoneCreate", + "type": { + "kind": "OBJECT", + "name": "ShippingZoneCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "shippingZoneDelete", + "type": { + "kind": "OBJECT", + "name": "ShippingZoneDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "shippingZoneUpdate", + "type": { + "kind": "OBJECT", + "name": "ShippingZoneUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "shopAddressUpdate", + "type": { + "kind": "OBJECT", + "name": "ShopAddressUpdate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "shopDomainUpdate", + "type": { + "kind": "OBJECT", + "name": "ShopDomainUpdate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "shopFetchTaxRates", + "type": { + "kind": "OBJECT", + "name": "ShopFetchTaxRates", + "ofType": null + }, + "args": [] + }, + { + "name": "shopSettingsTranslate", + "type": { + "kind": "OBJECT", + "name": "ShopSettingsTranslate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "shopSettingsUpdate", + "type": { + "kind": "OBJECT", + "name": "ShopSettingsUpdate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "staffBulkDelete", + "type": { + "kind": "OBJECT", + "name": "StaffBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "staffCreate", + "type": { + "kind": "OBJECT", + "name": "StaffCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "staffDelete", + "type": { + "kind": "OBJECT", + "name": "StaffDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "staffNotificationRecipientCreate", + "type": { + "kind": "OBJECT", + "name": "StaffNotificationRecipientCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "staffNotificationRecipientDelete", + "type": { + "kind": "OBJECT", + "name": "StaffNotificationRecipientDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "staffNotificationRecipientUpdate", + "type": { + "kind": "OBJECT", + "name": "StaffNotificationRecipientUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "staffUpdate", + "type": { + "kind": "OBJECT", + "name": "StaffUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "tokenCreate", + "type": { + "kind": "OBJECT", + "name": "CreateToken", + "ofType": null + }, + "args": [ + { + "name": "email", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "password", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "tokenRefresh", + "type": { + "kind": "OBJECT", + "name": "RefreshToken", + "ofType": null + }, + "args": [ + { + "name": "csrfToken", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "refreshToken", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "tokenVerify", + "type": { + "kind": "OBJECT", + "name": "VerifyToken", + "ofType": null + }, + "args": [ + { + "name": "token", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "tokensDeactivateAll", + "type": { + "kind": "OBJECT", + "name": "DeactivateAllUserTokens", + "ofType": null + }, + "args": [] + }, + { + "name": "transactionCreate", + "type": { + "kind": "OBJECT", + "name": "TransactionCreate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "transaction", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "transactionEvent", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "transactionRequestAction", + "type": { + "kind": "OBJECT", + "name": "TransactionRequestAction", + "ofType": null + }, + "args": [ + { + "name": "actionType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "amount", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "transactionUpdate", + "type": { + "kind": "OBJECT", + "name": "TransactionUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "transaction", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "transactionEvent", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "unassignWarehouseShippingZone", + "type": { + "kind": "OBJECT", + "name": "WarehouseShippingZoneUnassign", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "shippingZoneIds", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "updateMetadata", + "type": { + "kind": "OBJECT", + "name": "UpdateMetadata", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "updatePrivateMetadata", + "type": { + "kind": "OBJECT", + "name": "UpdatePrivateMetadata", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "updateWarehouse", + "type": { + "kind": "OBJECT", + "name": "WarehouseUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "userAvatarDelete", + "type": { + "kind": "OBJECT", + "name": "UserAvatarDelete", + "ofType": null + }, + "args": [] + }, + { + "name": "userAvatarUpdate", + "type": { + "kind": "OBJECT", + "name": "UserAvatarUpdate", + "ofType": null + }, + "args": [ + { + "name": "image", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "userBulkSetActive", + "type": { + "kind": "OBJECT", + "name": "UserBulkSetActive", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + }, + { + "name": "isActive", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "variantMediaAssign", + "type": { + "kind": "OBJECT", + "name": "VariantMediaAssign", + "ofType": null + }, + "args": [ + { + "name": "mediaId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "variantId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "variantMediaUnassign", + "type": { + "kind": "OBJECT", + "name": "VariantMediaUnassign", + "ofType": null + }, + "args": [ + { + "name": "mediaId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "variantId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "voucherBulkDelete", + "type": { + "kind": "OBJECT", + "name": "VoucherBulkDelete", + "ofType": null + }, + "args": [ + { + "name": "ids", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + } + ] + }, + { + "name": "voucherCataloguesAdd", + "type": { + "kind": "OBJECT", + "name": "VoucherAddCatalogues", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "voucherCataloguesRemove", + "type": { + "kind": "OBJECT", + "name": "VoucherRemoveCatalogues", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "voucherChannelListingUpdate", + "type": { + "kind": "OBJECT", + "name": "VoucherChannelListingUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "voucherCreate", + "type": { + "kind": "OBJECT", + "name": "VoucherCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "voucherDelete", + "type": { + "kind": "OBJECT", + "name": "VoucherDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "voucherTranslate", + "type": { + "kind": "OBJECT", + "name": "VoucherTranslate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "voucherUpdate", + "type": { + "kind": "OBJECT", + "name": "VoucherUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "webhookCreate", + "type": { + "kind": "OBJECT", + "name": "WebhookCreate", + "ofType": null + }, + "args": [ + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "webhookDelete", + "type": { + "kind": "OBJECT", + "name": "WebhookDelete", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - kind: "OBJECT", - name: "CategoryCreated", + "name": "webhookUpdate", + "type": { + "kind": "OBJECT", + "name": "WebhookUpdate", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "input", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } + ], + "interfaces": [] + }, + { + "kind": "INTERFACE", + "name": "Node", + "fields": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [], + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "Address" }, { - kind: "OBJECT", - name: "CategoryDeleted", + "kind": "OBJECT", + "name": "Allocation" }, { - kind: "OBJECT", - name: "CategoryUpdated", + "kind": "OBJECT", + "name": "App" }, { - kind: "OBJECT", - name: "ChannelCreated", + "kind": "OBJECT", + "name": "AppExtension" }, { - kind: "OBJECT", - name: "ChannelDeleted", + "kind": "OBJECT", + "name": "AppInstallation" }, { - kind: "OBJECT", - name: "ChannelStatusChanged", + "kind": "OBJECT", + "name": "AppToken" }, { - kind: "OBJECT", - name: "ChannelUpdated", + "kind": "OBJECT", + "name": "Attribute" }, { - kind: "OBJECT", - name: "CheckoutCreated", + "kind": "OBJECT", + "name": "AttributeTranslatableContent" }, { - kind: "OBJECT", - name: "CheckoutUpdated", + "kind": "OBJECT", + "name": "AttributeTranslation" }, { - kind: "OBJECT", - name: "CollectionCreated", + "kind": "OBJECT", + "name": "AttributeValue" }, { - kind: "OBJECT", - name: "CollectionDeleted", + "kind": "OBJECT", + "name": "AttributeValueTranslatableContent" }, { - kind: "OBJECT", - name: "CollectionUpdated", + "kind": "OBJECT", + "name": "AttributeValueTranslation" }, { - kind: "OBJECT", - name: "CustomerCreated", + "kind": "OBJECT", + "name": "Category" }, { - kind: "OBJECT", - name: "CustomerUpdated", + "kind": "OBJECT", + "name": "CategoryTranslatableContent" }, { - kind: "OBJECT", - name: "DraftOrderCreated", + "kind": "OBJECT", + "name": "CategoryTranslation" }, { - kind: "OBJECT", - name: "DraftOrderDeleted", + "kind": "OBJECT", + "name": "Channel" }, { - kind: "OBJECT", - name: "DraftOrderUpdated", + "kind": "OBJECT", + "name": "Checkout" }, { - kind: "OBJECT", - name: "FulfillmentCanceled", + "kind": "OBJECT", + "name": "CheckoutLine" }, { - kind: "OBJECT", - name: "FulfillmentCreated", + "kind": "OBJECT", + "name": "Collection" }, { - kind: "OBJECT", - name: "GiftCardCreated", + "kind": "OBJECT", + "name": "CollectionChannelListing" }, { - kind: "OBJECT", - name: "GiftCardDeleted", + "kind": "OBJECT", + "name": "CollectionTranslatableContent" }, { - kind: "OBJECT", - name: "GiftCardStatusChanged", + "kind": "OBJECT", + "name": "CollectionTranslation" }, { - kind: "OBJECT", - name: "GiftCardUpdated", + "kind": "OBJECT", + "name": "CustomerEvent" }, { - kind: "OBJECT", - name: "InvoiceDeleted", + "kind": "OBJECT", + "name": "DigitalContent" }, { - kind: "OBJECT", - name: "InvoiceRequested", + "kind": "OBJECT", + "name": "DigitalContentUrl" }, { - kind: "OBJECT", - name: "InvoiceSent", + "kind": "OBJECT", + "name": "EventDelivery" }, { - kind: "OBJECT", - name: "MenuCreated", + "kind": "OBJECT", + "name": "EventDeliveryAttempt" }, { - kind: "OBJECT", - name: "MenuDeleted", + "kind": "OBJECT", + "name": "ExportEvent" }, { - kind: "OBJECT", - name: "MenuItemCreated", + "kind": "OBJECT", + "name": "ExportFile" }, { - kind: "OBJECT", - name: "MenuItemDeleted", + "kind": "OBJECT", + "name": "Fulfillment" }, { - kind: "OBJECT", - name: "MenuItemUpdated", + "kind": "OBJECT", + "name": "FulfillmentLine" }, { - kind: "OBJECT", - name: "MenuUpdated", + "kind": "OBJECT", + "name": "GiftCard" }, { - kind: "OBJECT", - name: "OrderCancelled", + "kind": "OBJECT", + "name": "GiftCardEvent" }, { - kind: "OBJECT", - name: "OrderConfirmed", + "kind": "OBJECT", + "name": "GiftCardTag" }, { - kind: "OBJECT", - name: "OrderCreated", + "kind": "OBJECT", + "name": "Group" }, { - kind: "OBJECT", - name: "OrderFulfilled", + "kind": "OBJECT", + "name": "Invoice" }, { - kind: "OBJECT", - name: "OrderFullyPaid", + "kind": "OBJECT", + "name": "Menu" }, { - kind: "OBJECT", - name: "OrderUpdated", + "kind": "OBJECT", + "name": "MenuItem" }, { - kind: "OBJECT", - name: "PageCreated", + "kind": "OBJECT", + "name": "MenuItemTranslatableContent" }, { - kind: "OBJECT", - name: "PageDeleted", + "kind": "OBJECT", + "name": "MenuItemTranslation" }, { - kind: "OBJECT", - name: "PageUpdated", + "kind": "OBJECT", + "name": "Order" }, { - kind: "OBJECT", - name: "ProductCreated", + "kind": "OBJECT", + "name": "OrderDiscount" }, { - kind: "OBJECT", - name: "ProductDeleted", + "kind": "OBJECT", + "name": "OrderEvent" }, { - kind: "OBJECT", - name: "ProductUpdated", + "kind": "OBJECT", + "name": "OrderLine" }, { - kind: "OBJECT", - name: "ProductVariantBackInStock", + "kind": "OBJECT", + "name": "Page" }, { - kind: "OBJECT", - name: "ProductVariantCreated", + "kind": "OBJECT", + "name": "PageTranslatableContent" }, { - kind: "OBJECT", - name: "ProductVariantDeleted", + "kind": "OBJECT", + "name": "PageTranslation" }, { - kind: "OBJECT", - name: "ProductVariantOutOfStock", + "kind": "OBJECT", + "name": "PageType" }, { - kind: "OBJECT", - name: "ProductVariantUpdated", + "kind": "OBJECT", + "name": "Payment" }, { - kind: "OBJECT", - name: "SaleCreated", + "kind": "OBJECT", + "name": "Product" }, { - kind: "OBJECT", - name: "SaleDeleted", + "kind": "OBJECT", + "name": "ProductChannelListing" }, { - kind: "OBJECT", - name: "SaleUpdated", + "kind": "OBJECT", + "name": "ProductMedia" }, { - kind: "OBJECT", - name: "ShippingPriceCreated", + "kind": "OBJECT", + "name": "ProductTranslatableContent" }, { - kind: "OBJECT", - name: "ShippingPriceDeleted", + "kind": "OBJECT", + "name": "ProductTranslation" }, { - kind: "OBJECT", - name: "ShippingPriceUpdated", + "kind": "OBJECT", + "name": "ProductType" }, { - kind: "OBJECT", - name: "ShippingZoneCreated", + "kind": "OBJECT", + "name": "ProductVariant" }, { - kind: "OBJECT", - name: "ShippingZoneDeleted", + "kind": "OBJECT", + "name": "ProductVariantChannelListing" }, { - kind: "OBJECT", - name: "ShippingZoneUpdated", + "kind": "OBJECT", + "name": "ProductVariantTranslatableContent" }, { - kind: "OBJECT", - name: "TransactionActionRequest", + "kind": "OBJECT", + "name": "ProductVariantTranslation" }, { - kind: "OBJECT", - name: "TranslationCreated", + "kind": "OBJECT", + "name": "Sale" }, { - kind: "OBJECT", - name: "TranslationUpdated", + "kind": "OBJECT", + "name": "SaleChannelListing" }, { - kind: "OBJECT", - name: "VoucherCreated", + "kind": "OBJECT", + "name": "SaleTranslatableContent" }, { - kind: "OBJECT", - name: "VoucherDeleted", + "kind": "OBJECT", + "name": "SaleTranslation" }, { - kind: "OBJECT", - name: "VoucherUpdated", + "kind": "OBJECT", + "name": "ShippingMethod" }, { - kind: "OBJECT", - name: "WarehouseCreated", + "kind": "OBJECT", + "name": "ShippingMethodChannelListing" }, { - kind: "OBJECT", - name: "WarehouseDeleted", + "kind": "OBJECT", + "name": "ShippingMethodPostalCodeRule" }, { - kind: "OBJECT", - name: "WarehouseUpdated", + "kind": "OBJECT", + "name": "ShippingMethodTranslatableContent" }, - ], - }, - { - kind: "OBJECT", - name: "EventDelivery", - fields: [ { - name: "attempts", - type: { - kind: "OBJECT", - name: "EventDeliveryAttemptCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "kind": "OBJECT", + "name": "ShippingMethodTranslation" }, { - name: "createdAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "ShippingMethodType" }, { - name: "eventType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "ShippingZone" }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "ShopTranslation" }, { - name: "payload", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "StaffNotificationRecipient" }, { - name: "status", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "Stock" }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "kind": "OBJECT", + "name": "Transaction" }, - ], + { + "kind": "OBJECT", + "name": "TransactionEvent" + }, + { + "kind": "OBJECT", + "name": "TransactionItem" + }, + { + "kind": "OBJECT", + "name": "User" + }, + { + "kind": "OBJECT", + "name": "Voucher" + }, + { + "kind": "OBJECT", + "name": "VoucherChannelListing" + }, + { + "kind": "OBJECT", + "name": "VoucherTranslatableContent" + }, + { + "kind": "OBJECT", + "name": "VoucherTranslation" + }, + { + "kind": "OBJECT", + "name": "Warehouse" + }, + { + "kind": "OBJECT", + "name": "Webhook" + } + ] }, { - kind: "OBJECT", - name: "EventDeliveryAttempt", - fields: [ + "kind": "INTERFACE", + "name": "ObjectWithMetadata", + "fields": [ { - name: "createdAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "duration", - type: { - kind: "SCALAR", - name: "Any", + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] }, { - name: "requestHeaders", - type: { - kind: "SCALAR", - name: "Any", + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "response", - type: { - kind: "SCALAR", - name: "Any", + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "responseHeaders", - type: { - kind: "SCALAR", - name: "Any", + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + } + ], + "interfaces": [], + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "App" }, { - name: "responseStatusCode", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "Attribute" }, { - name: "status", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "Category" }, { - name: "taskId", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "Checkout" }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "kind": "OBJECT", + "name": "Collection" }, - ], - }, - { - kind: "OBJECT", - name: "EventDeliveryAttemptCountableConnection", - fields: [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "EventDeliveryAttemptCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "DigitalContent" }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], + "kind": "OBJECT", + "name": "Fulfillment" }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "GiftCard" }, - ], - interfaces: [], + { + "kind": "OBJECT", + "name": "Invoice" + }, + { + "kind": "OBJECT", + "name": "Menu" + }, + { + "kind": "OBJECT", + "name": "MenuItem" + }, + { + "kind": "OBJECT", + "name": "Order" + }, + { + "kind": "OBJECT", + "name": "Page" + }, + { + "kind": "OBJECT", + "name": "PageType" + }, + { + "kind": "OBJECT", + "name": "Payment" + }, + { + "kind": "OBJECT", + "name": "Product" + }, + { + "kind": "OBJECT", + "name": "ProductType" + }, + { + "kind": "OBJECT", + "name": "ProductVariant" + }, + { + "kind": "OBJECT", + "name": "Sale" + }, + { + "kind": "OBJECT", + "name": "ShippingMethod" + }, + { + "kind": "OBJECT", + "name": "ShippingMethodType" + }, + { + "kind": "OBJECT", + "name": "ShippingZone" + }, + { + "kind": "OBJECT", + "name": "TransactionItem" + }, + { + "kind": "OBJECT", + "name": "User" + }, + { + "kind": "OBJECT", + "name": "Voucher" + }, + { + "kind": "OBJECT", + "name": "Warehouse" + } + ] }, { - kind: "OBJECT", - name: "EventDeliveryAttemptCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "Order", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "actions", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "EventDeliveryAttempt", - ofType: null, - }, + "name": "authorizeStatus", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "EventDeliveryCountableConnection", - fields: [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "EventDeliveryCountableEdge", - ofType: null, - }, - }, - }, + "name": "availableCollectionPoints", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "availableShippingMethods", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingMethod", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "billingAddress", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "EventDeliveryCountableEdge", - fields: [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "canFinalize", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "EventDelivery", - ofType: null, - }, + "name": "channel", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "EventDeliveryRetry", - fields: [ { - name: "delivery", - type: { - kind: "OBJECT", - name: "EventDelivery", - ofType: null, + "name": "chargeStatus", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "collectionPointName", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WebhookError", - ofType: null, - }, - }, - }, - }, - args: [], + "name": "created", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "customerNote", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "deliveryMethod", + "type": { + "kind": "UNION", + "name": "DeliveryMethod", + "ofType": null + }, + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ExportError", - fields: [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "discount", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + }, + "args": [] + }, + { + "name": "discountName", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "discounts", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderDiscount", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "displayGrossPrices", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "events", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderEvent", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "fulfillments", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Fulfillment", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "giftCards", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "invoices", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Invoice", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "isPaid", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "isShippingRequired", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "languageCodeEnum", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "lines", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderLine", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "number", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "origin", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "original", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "paymentStatus", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "paymentStatusDisplay", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "payments", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Payment", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "redirectUrl", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "shippingAddress", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null + }, + "args": [] + }, + { + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethod", + "ofType": null + }, + "args": [] + }, + { + "name": "shippingMethodName", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "shippingMethods", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingMethod", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "shippingPrice", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "shippingTaxRate", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ExportEvent", - fields: [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "status", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "date", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "statusDisplay", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "subtotal", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "token", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "type", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "total", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "totalAuthorized", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "totalBalance", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } + }, + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "ExportFile", - fields: [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "totalCaptured", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "createdAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "trackingClientId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "events", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ExportEvent", - ofType: null, - }, - }, + "name": "transactions", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TransactionItem", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "translatedDiscountName", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "undiscountedTotal", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "status", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "updatedAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "updatedAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], + "args": [] }, { - name: "url", - type: { - kind: "SCALAR", - name: "Any", + "name": "userEmail", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "weight", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Weight", + "ofType": null + } + }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Job", + "kind": "INTERFACE", + "name": "Node" }, { - kind: "INTERFACE", - name: "Node", - }, - ], + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] }, { - kind: "OBJECT", - name: "ExportFileCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ExportFileCountableEdge", - ofType: null, - }, - }, - }, + "kind": "OBJECT", + "name": "OrderAddNote", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "event", + "type": { + "kind": "OBJECT", + "name": "OrderEvent", + "ofType": null + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderBulkCancel", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderCancel", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderCancelled", + "fields": [ + { + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ExportFileCountableEdge", - fields: [ + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "OrderCapture", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ExportFile", - ofType: null, - }, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "ExportGiftCards", - fields: [ + "kind": "OBJECT", + "name": "OrderConfirm", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ExportError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "exportFile", - type: { - kind: "OBJECT", - name: "ExportFile", - ofType: null, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [], + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "ExportProducts", - fields: [ + "kind": "OBJECT", + "name": "OrderConfirmed", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ExportError", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "exportErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ExportError", - ofType: null, - }, - }, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "exportFile", - type: { - kind: "OBJECT", - name: "ExportFile", - ofType: null, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ExternalAuthentication", - fields: [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "ExternalAuthenticationUrl", - fields: [ + "kind": "OBJECT", + "name": "OrderCountableConnection", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderCountableEdge", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "authenticationData", - type: { - kind: "SCALAR", - name: "Any", + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "ExternalLogout", - fields: [ + "kind": "OBJECT", + "name": "OrderCountableEdge", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderCreateFromCheckout", + "fields": [ { - name: "logoutData", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderCreateFromCheckoutError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "ExternalNotificationError", - fields: [ + "kind": "OBJECT", + "name": "OrderCreateFromCheckoutError", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "lines", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ExternalNotificationTrigger", - fields: [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ExternalNotificationError", - ofType: null, - }, - }, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "variants", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "ExternalObtainAccessTokens", - fields: [ + "kind": "OBJECT", + "name": "OrderCreated", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "csrfToken", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "refreshToken", - type: { - kind: "SCALAR", - name: "Any", + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "ExternalRefresh", - fields: [ + "kind": "OBJECT", + "name": "OrderDiscount", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "amount", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "csrfToken", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "reason", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "refreshToken", - type: { - kind: "SCALAR", - name: "Any", + "name": "translatedName", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", + "name": "type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "valueType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "ExternalVerify", - fields: [ + "kind": "OBJECT", + "name": "OrderDiscountAdd", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderDiscountDelete", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderDiscountUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderError", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "addressType", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "isValid", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "verifyData", - type: { - kind: "SCALAR", - name: "Any", + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "File", - fields: [ { - name: "contentType", - type: { - kind: "SCALAR", - name: "Any", + "name": "orderLines", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "url", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "variants", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, + { + "name": "warehouse", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "FileUpload", - fields: [ + "kind": "OBJECT", + "name": "OrderEvent", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "UploadError", - ofType: null, - }, - }, - }, + "name": "amount", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "uploadErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "UploadError", - ofType: null, - }, - }, - }, + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "uploadedFile", - type: { - kind: "OBJECT", - name: "File", - ofType: null, + "name": "composedId", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Fulfillment", - fields: [ { - name: "created", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "fulfillmentOrder", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "discount", + "type": { + "kind": "OBJECT", + "name": "OrderEventDiscountObject", + "ofType": null }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "email", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "lines", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "FulfillmentLine", - ofType: null, - }, - }, + "name": "emailType", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "fulfilledItems", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "FulfillmentLine", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "invoiceNumber", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "lines", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderEventOrderLineObject", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "orderNumber", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "status", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "oversoldItems", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "statusDisplay", - type: { - kind: "SCALAR", - name: "Any", + "name": "paymentGateway", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "trackingNumber", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "paymentId", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, + "name": "quantity", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", + "args": [] }, { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], - }, - { - kind: "OBJECT", - name: "FulfillmentApprove", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "reference", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "fulfillment", - type: { - kind: "OBJECT", - name: "Fulfillment", - ofType: null, + "name": "relatedOrder", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "shippingCostsIncluded", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "status", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "FulfillmentCancel", - fields: [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "transactionReference", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "fulfillment", - type: { - kind: "OBJECT", - name: "Fulfillment", - ofType: null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], + "args": [] }, { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "FulfillmentCanceled", - fields: [ - { - name: "fulfillment", - type: { - kind: "OBJECT", - name: "Fulfillment", - ofType: null, - }, - args: [], - }, + "kind": "OBJECT", + "name": "OrderEventCountableConnection", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderEventCountableEdge", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderEventCountableEdge", + "fields": [ { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderEvent", + "ofType": null + } }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "FulfillmentCreated", - fields: [ + "kind": "OBJECT", + "name": "OrderEventDiscountObject", + "fields": [ { - name: "fulfillment", - type: { - kind: "OBJECT", - name: "Fulfillment", - ofType: null, + "name": "amount", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "oldAmount", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "oldValue", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "oldValueType", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "reason", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", - }, + "name": "valueType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "FulfillmentLine", - fields: [ + "kind": "OBJECT", + "name": "OrderEventOrderLineObject", + "fields": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "discount", + "type": { + "kind": "OBJECT", + "name": "OrderEventDiscountObject", + "ofType": null }, - args: [], + "args": [] }, { - name: "orderLine", - type: { - kind: "OBJECT", - name: "OrderLine", - ofType: null, + "name": "itemName", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "quantity", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "orderLine", + "type": { + "kind": "OBJECT", + "name": "OrderLine", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", - }, + "name": "quantity", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "FulfillmentRefundProducts", - fields: [ + "kind": "OBJECT", + "name": "OrderFulfill", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "fulfillment", - type: { - kind: "OBJECT", - name: "Fulfillment", - ofType: null, + "name": "fulfillments", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Fulfillment", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "FulfillmentReturnProducts", - fields: [ + "kind": "OBJECT", + "name": "OrderFulfilled", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "replaceFulfillment", - type: { - kind: "OBJECT", - name: "Fulfillment", - ofType: null, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, { - name: "replaceOrder", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "returnFulfillment", - type: { - kind: "OBJECT", - name: "Fulfillment", - ofType: null, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "FulfillmentUpdateTracking", - fields: [ + "kind": "OBJECT", + "name": "OrderFullyPaid", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "fulfillment", - type: { - kind: "OBJECT", - name: "Fulfillment", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "GatewayConfigLine", - fields: [ + "kind": "OBJECT", + "name": "OrderLine", + "fields": [ { - name: "field", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "allocations", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Allocation", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "value", - type: { - kind: "SCALAR", - name: "Any", + "name": "digitalContentUrl", + "type": { + "kind": "OBJECT", + "name": "DigitalContentUrl", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "GiftCard", - fields: [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "boughtInChannel", - type: { - kind: "SCALAR", - name: "Any", + "name": "isShippingRequired", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "productName", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "created", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "productSku", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "createdBy", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "productVariantId", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "createdByEmail", - type: { - kind: "SCALAR", - name: "Any", + "name": "quantity", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "currentBalance", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, + "name": "quantityFulfilled", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "displayCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "quantityToFulfill", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "endDate", - type: { - kind: "SCALAR", - name: "Any", + "name": "taxRate", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "events", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardEvent", - ofType: null, - }, - }, - }, + "name": "thumbnail", + "type": { + "kind": "OBJECT", + "name": "Image", + "ofType": null }, - args: [ + "args": [ { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "name": "size", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "expiryDate", - type: { - kind: "SCALAR", - name: "Any", + "name": "totalPrice", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "translatedProductName", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "initialBalance", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, + "name": "translatedVariantName", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "isActive", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "undiscountedUnitPrice", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "last4CodeChars", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "unitDiscount", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "lastUsedOn", - type: { - kind: "SCALAR", - name: "Any", + "name": "unitDiscountReason", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "unitDiscountType", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "unitDiscountValue", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "unitPrice", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + } }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "variant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null }, - args: [], + "args": [] }, { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "variantName", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, + "args": [] + } + ], + "interfaces": [ { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "OrderLineDelete", + "fields": [ { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "startDate", - type: { - kind: "SCALAR", - name: "Any", + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [] }, { - name: "tags", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardTag", - ofType: null, - }, - }, - }, + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "orderLine", + "type": { + "kind": "OBJECT", + "name": "OrderLine", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderLineDiscountRemove", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "orderLine", + "type": { + "kind": "OBJECT", + "name": "OrderLine", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderLineDiscountUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "orderLine", + "type": { + "kind": "OBJECT", + "name": "OrderLine", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderLineUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "orderLine", + "type": { + "kind": "OBJECT", + "name": "OrderLine", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderLinesCreate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "orderLines", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderLine", + "ofType": null + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderMarkAsPaid", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderRefund", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } }, - args: [], + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderSettings", + "fields": [ + { + "name": "automaticallyConfirmAllNewOrders", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - name: "usedBy", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "automaticallyFulfillNonShippableGiftCard", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderSettingsError", + "fields": [ + { + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderSettingsUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderSettingsError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "orderSettings", + "type": { + "kind": "OBJECT", + "name": "OrderSettings", + "ofType": null + }, + "args": [] + }, + { + "name": "orderSettingsErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderSettingsError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderUpdateShipping", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "OrderUpdated", + "fields": [ + { + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "usedByEmail", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "OrderVoid", + "fields": [ { - kind: "INTERFACE", - name: "Node", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] }, { - kind: "INTERFACE", - name: "ObjectWithMetadata", + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] }, + { + "name": "orderErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "OrderError", + "ofType": null + } + } + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardActivate", - fields: [ + "kind": "OBJECT", + "name": "Page", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "attributes", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "SelectedAttribute", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + }, + { + "name": "content", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "contentJson", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "created", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "isPublished", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "pageType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageType", + "ofType": null + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "publicationDate", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "publishedAt", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "seoDescription", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "seoTitle", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "slug", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "title", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "PageTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "PageAttributeAssign", + "fields": [ { - name: "giftCard", - type: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "giftCardErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageType", + "type": { + "kind": "OBJECT", + "name": "PageType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageAttributeUnassign", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageType", + "type": { + "kind": "OBJECT", + "name": "PageType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageBulkPublish", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Page", + "ofType": null + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardAddNote", - fields: [ + "kind": "OBJECT", + "name": "PageCreate", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "event", - type: { - kind: "OBJECT", - name: "GiftCardEvent", - ofType: null, + "name": "page", + "type": { + "kind": "OBJECT", + "name": "Page", + "ofType": null }, - args: [], + "args": [] }, { - name: "giftCard", - type: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardBulkActivate", - fields: [ + "kind": "OBJECT", + "name": "PageCreated", + "fields": [ { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "GiftCardBulkCreate", - fields: [ { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "page", + "type": { + "kind": "OBJECT", + "name": "Page", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "giftCards", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, - }, - }, - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "GiftCardBulkDeactivate", - fields: [ + "kind": "OBJECT", + "name": "PageDelete", + "fields": [ { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "page", + "type": { + "kind": "OBJECT", + "name": "Page", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardBulkDelete", - fields: [ + "kind": "OBJECT", + "name": "PageDeleted", + "fields": [ { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "GiftCardCountableConnection", - fields: [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardCountableEdge", - ofType: null, - }, - }, - }, + "name": "page", + "type": { + "kind": "OBJECT", + "name": "Page", + "ofType": null }, - args: [], + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "GiftCardCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "PageError", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "attributes", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "values", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardCreate", - fields: [ + "kind": "OBJECT", + "name": "PageInfo", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "endCursor", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "giftCard", - type: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, + "name": "hasNextPage", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "giftCardErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "hasPreviousPage", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "startCursor", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardCreated", - fields: [ + "kind": "OBJECT", + "name": "PageReorderAttributeValues", + "fields": [ { - name: "giftCard", - type: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "page", + "type": { + "kind": "OBJECT", + "name": "Page", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageTranslatableContent", + "fields": [ { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "attributeValues", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeValueTranslatableContent", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "content", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", + "name": "contentJson", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "GiftCardDeactivate", - fields: [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] + }, + { + "name": "page", + "type": { + "kind": "OBJECT", + "name": "Page", + "ofType": null + }, + "args": [] + }, + { + "name": "seoDescription", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, { - name: "giftCard", - type: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, + "name": "seoTitle", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "giftCardErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "title", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "PageTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "GiftCardDelete", - fields: [ + "kind": "OBJECT", + "name": "PageTranslate", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "giftCard", - type: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, + "name": "page", + "type": { + "kind": "OBJECT", + "name": "PageTranslatableContent", + "ofType": null }, - args: [], + "args": [] }, { - name: "giftCardErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "translationErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardDeleted", - fields: [ + "kind": "OBJECT", + "name": "PageTranslation", + "fields": [ { - name: "giftCard", - type: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, + "name": "content", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "contentJson", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "seoDescription", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", + "name": "seoTitle", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, + { + "name": "title", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "GiftCardError", - fields: [ + "kind": "OBJECT", + "name": "PageType", + "fields": [ + { + "name": "attributes", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + } + } + }, + "args": [] + }, { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", + "name": "availableAttributes", + "type": { + "kind": "OBJECT", + "name": "AttributeCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "hasPages", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "slug", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "PageTypeBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageTypeCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageTypeCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageTypeCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageType", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageTypeCreate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageType", + "type": { + "kind": "OBJECT", + "name": "PageType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageTypeDelete", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageType", + "type": { + "kind": "OBJECT", + "name": "PageType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageTypeReorderAttributes", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageType", + "type": { + "kind": "OBJECT", + "name": "PageType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageTypeUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageType", + "type": { + "kind": "OBJECT", + "name": "PageType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "page", + "type": { + "kind": "OBJECT", + "name": "Page", + "ofType": null }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "pageErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PageUpdated", + "fields": [ + { + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] + }, + { + "name": "page", + "type": { + "kind": "OBJECT", + "name": "Page", + "ofType": null }, - args: [], + "args": [] }, { - name: "tags", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "GiftCardEvent", - fields: [ + "kind": "OBJECT", + "name": "PasswordChange", + "fields": [ { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "balance", - type: { - kind: "OBJECT", - name: "GiftCardEventBalance", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "date", - type: { - kind: "SCALAR", - name: "Any", + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "Payment", + "fields": [ { - name: "email", - type: { - kind: "SCALAR", - name: "Any", + "name": "actions", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } }, - args: [], + "args": [] }, { - name: "expiryDate", - type: { - kind: "SCALAR", - name: "Any", + "name": "availableCaptureAmount", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "availableRefundAmount", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "capturedAmount", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "oldExpiryDate", - type: { - kind: "SCALAR", - name: "Any", + "name": "chargeStatus", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "oldTags", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null }, - args: [], + "args": [] }, { - name: "orderId", - type: { - kind: "SCALAR", - name: "Any", + "name": "created", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "orderNumber", - type: { - kind: "SCALAR", - name: "Any", + "name": "creditCard", + "type": { + "kind": "OBJECT", + "name": "CreditCard", + "ofType": null }, - args: [], + "args": [] }, { - name: "tags", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "customerIpAddress", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "type", - type: { - kind: "SCALAR", - name: "Any", + "name": "gateway", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "isActive", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "GiftCardEventBalance", - fields: [ { - name: "currentBalance", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "initialBalance", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "modified", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null + }, + "args": [] + }, + { + "name": "paymentMethodType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "token", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "total", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + }, + "args": [] + }, + { + "name": "transactions", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Transaction", + "ofType": null + } + } + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "PaymentCapture", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "payment", + "type": { + "kind": "OBJECT", + "name": "Payment", + "ofType": null + }, + "args": [] + }, + { + "name": "paymentErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PaymentCheckBalance", + "fields": [ + { + "name": "data", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "paymentErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PaymentCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentCountableEdge", + "ofType": null + } + } + } + }, + "args": [] }, { - name: "oldCurrentBalance", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PaymentCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Payment", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PaymentError", + "fields": [ + { + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "oldInitialBalance", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "variants", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardResend", - fields: [ + "kind": "OBJECT", + "name": "PaymentGateway", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "config", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GatewayConfigLine", + "ofType": null + } + } + } }, - args: [], + "args": [] + }, + { + "name": "currencies", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + }, + "args": [] }, { - name: "giftCard", - type: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardSettings", - fields: [ + "kind": "OBJECT", + "name": "PaymentInitialize", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "initializedPayment", + "type": { + "kind": "OBJECT", + "name": "PaymentInitialized", + "ofType": null + }, + "args": [] + }, + { + "name": "paymentErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PaymentInitialized", + "fields": [ + { + "name": "data", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "gateway", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PaymentRefund", + "fields": [ { - name: "expiryPeriod", - type: { - kind: "OBJECT", - name: "TimePeriod", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "payment", + "type": { + "kind": "OBJECT", + "name": "Payment", + "ofType": null }, - args: [], + "args": [] }, { - name: "expiryType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "paymentErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PaymentSource", + "fields": [ + { + "name": "creditCardInfo", + "type": { + "kind": "OBJECT", + "name": "CreditCard", + "ofType": null + }, + "args": [] + }, + { + "name": "gateway", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "paymentMethodId", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PaymentVoid", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "payment", + "type": { + "kind": "OBJECT", + "name": "Payment", + "ofType": null + }, + "args": [] + }, + { + "name": "paymentErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "Permission", + "fields": [ + { + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PermissionGroupCreate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PermissionGroupError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "group", + "type": { + "kind": "OBJECT", + "name": "Group", + "ofType": null + }, + "args": [] + }, + { + "name": "permissionGroupErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PermissionGroupError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PermissionGroupDelete", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PermissionGroupError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "group", + "type": { + "kind": "OBJECT", + "name": "Group", + "ofType": null + }, + "args": [] + }, + { + "name": "permissionGroupErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PermissionGroupError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PermissionGroupError", + "fields": [ + { + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "permissions", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + }, + { + "name": "users", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PermissionGroupUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PermissionGroupError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "group", + "type": { + "kind": "OBJECT", + "name": "Group", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "permissionGroupErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PermissionGroupError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardSettingsError", - fields: [ - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "kind": "OBJECT", + "name": "Plugin", + "fields": [ + { + "name": "channelConfigurations", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PluginConfiguration", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "description", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "globalConfiguration", + "type": { + "kind": "OBJECT", + "name": "PluginConfiguration", + "ofType": null + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PluginConfiguration", + "fields": [ { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "active", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "channel", + "type": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "configuration", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ConfigurationItem", + "ofType": null + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardSettingsUpdate", - fields: [ + "kind": "OBJECT", + "name": "PluginCountableConnection", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardSettingsError", - ofType: null, - }, - }, - }, + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PluginCountableEdge", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "giftCardSettings", - type: { - kind: "OBJECT", - name: "GiftCardSettings", - ofType: null, + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - args: [], + "args": [] }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardStatusChanged", - fields: [ + "kind": "OBJECT", + "name": "PluginCountableEdge", + "fields": [ { - name: "giftCard", - type: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Plugin", + "ofType": null + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "PluginError", + "fields": [ { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardTag", - fields: [ + "kind": "OBJECT", + "name": "PluginUpdate", + "fields": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PluginError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "plugin", + "type": { + "kind": "OBJECT", + "name": "Plugin", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", - }, + "name": "pluginsErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PluginError", + "ofType": null + } + } + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardTagCountableConnection", - fields: [ + "kind": "OBJECT", + "name": "PreorderData", + "fields": [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardTagCountableEdge", - ofType: null, - }, - }, - }, + "name": "endDate", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "globalSoldUnits", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "globalThreshold", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardTagCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "PreorderThreshold", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "quantity", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardTag", - ofType: null, - }, + "name": "soldUnits", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "GiftCardUpdate", - fields: [ + "kind": "OBJECT", + "name": "Product", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "attributes", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "SelectedAttribute", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "giftCard", - type: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, + "name": "availableForPurchase", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "giftCardErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardError", - ofType: null, - }, - }, - }, + "name": "availableForPurchaseAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "GiftCardUpdated", - fields: [ { - name: "giftCard", - type: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "channelListings", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductChannelListing", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "chargeTaxes", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "collections", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null + } + } }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", + "name": "created", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "Group", - fields: [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "defaultVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "permissions", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Permission", - ofType: null, - }, - }, + "name": "descriptionJson", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "userCanManage", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "users", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - }, + "name": "imageById", + "type": { + "kind": "OBJECT", + "name": "ProductImage", + "ofType": null }, - args: [], + "args": [ + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "images", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductImage", + "ofType": null + } + } + }, + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "GroupCountableConnection", - fields: [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GroupCountableEdge", - ofType: null, - }, - }, - }, + "name": "isAvailable", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [ + { + "name": "address", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "isAvailableForPurchase", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "media", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductMedia", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "mediaById", + "type": { + "kind": "OBJECT", + "name": "ProductMedia", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "pricing", + "type": { + "kind": "OBJECT", + "name": "ProductPricingInfo", + "ofType": null + }, + "args": [ + { + "name": "address", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "productType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductType", + "ofType": null + } + }, + "args": [] + }, + { + "name": "rating", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "seoDescription", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "seoTitle", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "slug", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "taxType", + "type": { + "kind": "OBJECT", + "name": "TaxType", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "GroupCountableEdge", - fields: [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "thumbnail", + "type": { + "kind": "OBJECT", + "name": "Image", + "ofType": null }, - args: [], + "args": [ + { + "name": "size", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "ProductTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Group", - ofType: null, - }, + "name": "updatedAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Image", - fields: [ { - name: "alt", - type: { - kind: "SCALAR", - name: "Any", + "name": "variants", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "url", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "weight", + "type": { + "kind": "OBJECT", + "name": "Weight", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "ProductAttributeAssign", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productType", + "type": { + "kind": "OBJECT", + "name": "ProductType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductAttributeAssignmentUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productType", + "type": { + "kind": "OBJECT", + "name": "ProductType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductAttributeUnassign", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productType", + "type": { + "kind": "OBJECT", + "name": "ProductType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "Invoice", - fields: [ - { - name: "createdAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, + "kind": "OBJECT", + "name": "ProductChannelListing", + "fields": [ { - name: "externalUrl", - type: { - kind: "SCALAR", - name: "Any", + "name": "availableForPurchase", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "availableForPurchaseAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "channel", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "discountedPrice", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "isAvailableForPurchase", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "number", - type: { - kind: "SCALAR", - name: "Any", + "name": "isPublished", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "margin", + "type": { + "kind": "OBJECT", + "name": "Margin", + "ofType": null }, - args: [], + "args": [] }, { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "pricing", + "type": { + "kind": "OBJECT", + "name": "ProductPricingInfo", + "ofType": null }, - args: [ + "args": [ { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "name": "address", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "publicationDate", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "status", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "publishedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "updatedAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "purchaseCost", + "type": { + "kind": "OBJECT", + "name": "MoneyRange", + "ofType": null }, - args: [], + "args": [] }, { - name: "url", - type: { - kind: "SCALAR", - name: "Any", + "name": "visibleInListings", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Job", - }, + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "ProductChannelListingError", + "fields": [ { - kind: "INTERFACE", - name: "Node", + "name": "attributes", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] }, { - kind: "INTERFACE", - name: "ObjectWithMetadata", + "name": "channels", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "InvoiceCreate", - fields: [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "InvoiceError", - ofType: null, - }, - }, - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "invoice", - type: { - kind: "OBJECT", - name: "Invoice", - ofType: null, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "invoiceErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "InvoiceError", - ofType: null, - }, - }, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + }, + { + "name": "values", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + }, + { + "name": "variants", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, - { - kind: "OBJECT", - name: "InvoiceDelete", - fields: [ + { + "kind": "OBJECT", + "name": "ProductChannelListingUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductChannelListingError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null + }, + "args": [] + }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "InvoiceError", - ofType: null, - }, - }, - }, + "name": "productChannelListingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductChannelListingError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "invoice", - type: { - kind: "OBJECT", - name: "Invoice", - ofType: null, + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Product", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductCreate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "invoiceErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "InvoiceError", - ofType: null, - }, - }, - }, + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "InvoiceDeleted", - fields: [ + "kind": "OBJECT", + "name": "ProductCreated", + "fields": [ { - name: "invoice", - type: { - kind: "OBJECT", - name: "Invoice", - ofType: null, + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "InvoiceError", - fields: [ + "kind": "OBJECT", + "name": "ProductDelete", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "InvoiceRequest", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "InvoiceError", - ofType: null, - }, - }, - }, - }, - args: [], - }, + "kind": "OBJECT", + "name": "ProductDeleted", + "fields": [ { - name: "invoice", - type: { - kind: "OBJECT", - name: "Invoice", - ofType: null, + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null }, - args: [], + "args": [] }, { - name: "invoiceErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "InvoiceError", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "InvoiceRequestDelete", - fields: [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "InvoiceError", - ofType: null, - }, - }, - }, + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "invoice", - type: { - kind: "OBJECT", - name: "Invoice", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "invoiceErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "InvoiceError", - ofType: null, - }, - }, - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "InvoiceRequested", - fields: [ + "kind": "OBJECT", + "name": "ProductError", + "fields": [ { - name: "invoice", - type: { - kind: "OBJECT", - name: "Invoice", - ofType: null, + "name": "attributes", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "values", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "InvoiceSendNotification", - fields: [ + "kind": "OBJECT", + "name": "ProductImage", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "InvoiceError", - ofType: null, - }, - }, - }, + "name": "alt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "invoice", - type: { - kind: "OBJECT", - name: "Invoice", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "invoiceErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "InvoiceError", - ofType: null, - }, - }, - }, + "name": "sortOrder", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "url", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [ + { + "name": "size", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "InvoiceSent", - fields: [ + "kind": "OBJECT", + "name": "ProductMedia", + "fields": [ { - name: "invoice", - type: { - kind: "OBJECT", - name: "Invoice", - ofType: null, + "name": "alt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "oembedData", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "sortOrder", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ + "name": "type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "url", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [ + { + "name": "size", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + } + ], + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "ProductMediaBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductMediaCreate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "media", + "type": { + "kind": "OBJECT", + "name": "ProductMedia", + "ofType": null + }, + "args": [] + }, + { + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductMediaDelete", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "media", + "type": { + "kind": "OBJECT", + "name": "ProductMedia", + "ofType": null + }, + "args": [] + }, + { + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductMediaReorder", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "media", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductMedia", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "InvoiceUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "InvoiceError", - ofType: null, - }, - }, - }, + "kind": "OBJECT", + "name": "ProductMediaUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "invoice", - type: { - kind: "OBJECT", - name: "Invoice", - ofType: null, + "name": "media", + "type": { + "kind": "OBJECT", + "name": "ProductMedia", + "ofType": null }, - args: [], + "args": [] }, { - name: "invoiceErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "InvoiceError", - ofType: null, - }, - }, - }, + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "UNION", - name: "IssuingPrincipal", - possibleTypes: [ + "kind": "OBJECT", + "name": "ProductPricingInfo", + "fields": [ { - kind: "OBJECT", - name: "App", + "name": "discount", + "type": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + }, + "args": [] }, { - kind: "OBJECT", - name: "User", + "name": "discountLocalCurrency", + "type": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null + }, + "args": [] }, - ], - }, - { - kind: "INTERFACE", - name: "Job", - fields: [ { - name: "createdAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "onSale", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "priceRange", + "type": { + "kind": "OBJECT", + "name": "TaxedMoneyRange", + "ofType": null }, - args: [], + "args": [] }, { - name: "status", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "priceRangeLocalCurrency", + "type": { + "kind": "OBJECT", + "name": "TaxedMoneyRange", + "ofType": null }, - args: [], + "args": [] }, { - name: "updatedAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "priceRangeUndiscounted", + "type": { + "kind": "OBJECT", + "name": "TaxedMoneyRange", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], - possibleTypes: [ + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductReorderAttributeValues", + "fields": [ { - kind: "OBJECT", - name: "AppInstallation", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] }, { - kind: "OBJECT", - name: "ExportFile", + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null + }, + "args": [] }, { - kind: "OBJECT", - name: "Invoice", - }, + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "LanguageDisplay", - fields: [ + "kind": "OBJECT", + "name": "ProductTranslatableContent", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "attributeValues", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeValueTranslatableContent", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "LimitInfo", - fields: [ { - name: "allowedUsage", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Limits", - ofType: null, - }, + "name": "descriptionJson", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "currentUsage", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Limits", - ofType: null, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Limits", - fields: [ - { - name: "channels", - type: { - kind: "SCALAR", - name: "Any", + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null }, - args: [], + "args": [] }, { - name: "orders", - type: { - kind: "SCALAR", - name: "Any", + "name": "seoDescription", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "productVariants", - type: { - kind: "SCALAR", - name: "Any", + "name": "seoTitle", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "staffUsers", - type: { - kind: "SCALAR", - name: "Any", + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "ProductTranslation", + "ofType": null }, - args: [], + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "ProductTranslate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] }, { - name: "warehouses", - type: { - kind: "SCALAR", - name: "Any", + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "translationErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "Manifest", - fields: [ + "kind": "OBJECT", + "name": "ProductTranslation", + "fields": [ { - name: "about", - type: { - kind: "SCALAR", - name: "Any", + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "appUrl", - type: { - kind: "SCALAR", - name: "Any", + "name": "descriptionJson", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "configurationUrl", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "dataPrivacy", - type: { - kind: "SCALAR", - name: "Any", + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "dataPrivacyUrl", - type: { - kind: "SCALAR", - name: "Any", + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "extensions", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppManifestExtension", - ofType: null, - }, - }, - }, + "name": "seoDescription", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "homepageUrl", - type: { - kind: "SCALAR", - name: "Any", + "name": "seoTitle", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ { - name: "identifier", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "ProductType", + "fields": [ + { + "name": "assignedVariantAttributes", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AssignedVariantAttribute", + "ofType": null + } + } }, - args: [], + "args": [ + { + "name": "variantSelection", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "availableAttributes", + "type": { + "kind": "OBJECT", + "name": "AttributeCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "permissions", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Permission", - ofType: null, - }, - }, + "name": "hasVariants", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "isDigital", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "isShippingRequired", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "kind", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "productAttributes", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "products", + "type": { + "kind": "OBJECT", + "name": "ProductCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "slug", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "taxType", + "type": { + "kind": "OBJECT", + "name": "TaxType", + "ofType": null + }, + "args": [] + }, + { + "name": "variantAttributes", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + } + } + }, + "args": [ + { + "name": "variantSelection", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "weight", + "type": { + "kind": "OBJECT", + "name": "Weight", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "ProductTypeBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductTypeCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductTypeCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductTypeCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductType", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductTypeCreate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productType", + "type": { + "kind": "OBJECT", + "name": "ProductType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductTypeDelete", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productType", + "type": { + "kind": "OBJECT", + "name": "ProductType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductTypeReorderAttributes", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productType", + "type": { + "kind": "OBJECT", + "name": "ProductType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductTypeUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productType", + "type": { + "kind": "OBJECT", + "name": "ProductType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null }, - args: [], + "args": [] }, { - name: "supportUrl", - type: { - kind: "SCALAR", - name: "Any", + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductUpdated", + "fields": [ + { + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null }, - args: [], + "args": [] }, { - name: "tokenTargetUrl", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Margin", - fields: [ { - name: "start", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "stop", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "Menu", - fields: [ + "kind": "OBJECT", + "name": "ProductVariant", + "fields": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "attributes", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "SelectedAttribute", + "ofType": null + } + } + } }, - args: [], + "args": [ + { + "name": "variantSelection", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "items", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, - }, - }, + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "channelListings", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductVariantChannelListing", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "created", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "digitalContent", + "type": { + "kind": "OBJECT", + "name": "DigitalContent", + "ofType": null + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "images", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductImage", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "margin", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "media", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductMedia", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "preorder", + "type": { + "kind": "OBJECT", + "name": "PreorderData", + "ofType": null + }, + "args": [] + }, + { + "name": "pricing", + "type": { + "kind": "OBJECT", + "name": "VariantPricingInfo", + "ofType": null + }, + "args": [ + { + "name": "address", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "product", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Product", + "ofType": null + } + }, + "args": [] + }, + { + "name": "quantityAvailable", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "address", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "countryCode", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "quantityLimitPerCustomer", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "quantityOrdered", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "revenue", + "type": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null }, - args: [], - }, + "args": [ + { + "name": "period", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "sku", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "stocks", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Stock", + "ofType": null + } + } }, - args: [ + "args": [ { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", + "name": "address", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - }, - args: [], + { + "name": "countryCode", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "trackInventory", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "ProductVariantTranslation", + "ofType": null }, - args: [ + "args": [ { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "updatedAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "slug", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "weight", + "type": { + "kind": "OBJECT", + "name": "Weight", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Node", + "kind": "INTERFACE", + "name": "Node" }, { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] }, { - kind: "OBJECT", - name: "MenuBulkDelete", - fields: [ + "kind": "OBJECT", + "name": "ProductVariantBackInStock", + "fields": [ { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "menuErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MenuCountableConnection", - fields: [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuCountableEdge", - ofType: null, - }, - }, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "MenuCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "ProductVariantBulkCreate", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "bulkProductErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "BulkProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "BulkProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productVariants", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantChannelListing", + "fields": [ + { + "name": "channel", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + } + }, + "args": [] + }, + { + "name": "costPrice", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "margin", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "preorderThreshold", + "type": { + "kind": "OBJECT", + "name": "PreorderThreshold", + "ofType": null + }, + "args": [] + }, + { + "name": "price", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "ProductVariantChannelListingUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductChannelListingError", + "ofType": null + } + } + } + }, + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Menu", - ofType: null, - }, + "name": "productChannelListingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductChannelListingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, + { + "name": "variant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductVariantCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "MenuCreate", - fields: [ + "kind": "OBJECT", + "name": "ProductVariantCreate", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "menu", - type: { - kind: "OBJECT", - name: "Menu", - ofType: null, + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "menuErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null }, - args: [], - }, - ], - interfaces: [], - }, + "args": [] + } + ], + "interfaces": [] + }, { - kind: "OBJECT", - name: "MenuCreated", - fields: [ + "kind": "OBJECT", + "name": "ProductVariantCreated", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "menu", - type: { - kind: "OBJECT", - name: "Menu", - ofType: null, + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null }, - args: [ + "args": [ { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "MenuDelete", - fields: [ + "kind": "OBJECT", + "name": "ProductVariantDelete", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "menu", - type: { - kind: "OBJECT", - name: "Menu", - ofType: null, + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "menuErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "MenuDeleted", - fields: [ + "kind": "OBJECT", + "name": "ProductVariantDeleted", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "menu", - type: { - kind: "OBJECT", - name: "Menu", - ofType: null, + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null }, - args: [ + "args": [ { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "MenuError", - fields: [ + "kind": "OBJECT", + "name": "ProductVariantOutOfStock", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MenuItem", - fields: [ { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "children", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, - }, - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "ProductVariantPreorderDeactivate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantReorder", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantReorderAttributeValues", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantSetDefault", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantStocksCreate", + "fields": [ + { + "name": "bulkStockErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "BulkStockError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "BulkStockError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantStocksDelete", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "StockError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + }, + { + "name": "stockErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "StockError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantStocksUpdate", + "fields": [ + { + "name": "bulkStockErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "BulkStockError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "BulkStockError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantTranslatableContent", + "fields": [ + { + "name": "attributeValues", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeValueTranslatableContent", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "ProductVariantTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "ProductVariantTranslate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + }, + { + "name": "translationErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantTranslation", + "fields": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "ProductVariantUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "level", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ProductVariantUpdated", + "fields": [ { - name: "menu", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Menu", - ofType: null, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] }, { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null }, - args: [ + "args": [ { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "Query", + "fields": [ { - name: "page", - type: { - kind: "OBJECT", - name: "Page", - ofType: null, + "name": "_entities", + "type": { + "kind": "LIST", + "ofType": { + "kind": "UNION", + "name": "_Entity", + "ofType": null + } }, - args: [], + "args": [ + { + "name": "representations", + "type": { + "kind": "LIST", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "parent", - type: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, + "name": "_service", + "type": { + "kind": "OBJECT", + "name": "_Service", + "ofType": null }, - args: [], + "args": [] }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "address", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null }, - args: [], + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ + "name": "addressValidationRules", + "type": { + "kind": "OBJECT", + "name": "AddressValidationData", + "ofType": null + }, + "args": [ { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "city", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "cityArea", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "countryArea", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "countryCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "app", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "appExtension", + "type": { + "kind": "OBJECT", + "name": "AppExtension", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ + "name": "appExtensions", + "type": { + "kind": "OBJECT", + "name": "AppExtensionCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "apps", + "type": { + "kind": "OBJECT", + "name": "AppCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "MenuItemTranslation", - ofType: null, - }, - args: [ { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "url", - type: { - kind: "SCALAR", - name: "Any", + "name": "appsInstallations", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AppInstallation", + "ofType": null + } + } + } }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "MenuItemBulkDelete", - fields: [ { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "attribute", + "type": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, + "args": [ + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - }, - args: [], + { + "name": "slug", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "menuErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "attributes", + "type": { + "kind": "OBJECT", + "name": "AttributeCountableConnection", + "ofType": null }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MenuItemCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuItemCountableEdge", - ofType: null, - }, - }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - }, - args: [], + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "categories", + "type": { + "kind": "OBJECT", + "name": "CategoryCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "level", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "category", + "type": { + "kind": "OBJECT", + "name": "Category", + "ofType": null }, - args: [], + "args": [ + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "slug", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MenuItemCountableEdge", - fields: [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "channel", + "type": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null }, - args: [], + "args": [ + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, - }, + "name": "channels", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + } + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MenuItemCreate", - fields: [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null }, - args: [], + "args": [ + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "menuErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "checkoutLines", + "type": { + "kind": "OBJECT", + "name": "CheckoutLineCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "menuItem", - type: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, + "name": "checkouts", + "type": { + "kind": "OBJECT", + "name": "CheckoutCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MenuItemCreated", - fields: [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "collection", + "type": { + "kind": "OBJECT", + "name": "Collection", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "slug", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "collections", + "type": { + "kind": "OBJECT", + "name": "CollectionCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "menuItem", - type: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, + "name": "customers", + "type": { + "kind": "OBJECT", + "name": "UserCountableConnection", + "ofType": null }, - args: [ + "args": [ { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "digitalContent", + "type": { + "kind": "OBJECT", + "name": "DigitalContent", + "ofType": null }, - args: [], + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "digitalContents", + "type": { + "kind": "OBJECT", + "name": "DigitalContentCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", + "name": "draftOrders", + "type": { + "kind": "OBJECT", + "name": "OrderCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "exportFile", + "type": { + "kind": "OBJECT", + "name": "ExportFile", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "exportFiles", + "type": { + "kind": "OBJECT", + "name": "ExportFileCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "giftCard", + "type": { + "kind": "OBJECT", + "name": "GiftCard", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "giftCardCurrencies", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + }, + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "MenuItemDelete", - fields: [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "giftCardSettings", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "GiftCardSettings", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "menuErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "giftCardTags", + "type": { + "kind": "OBJECT", + "name": "GiftCardTagCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "menuItem", - type: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, + "name": "giftCards", + "type": { + "kind": "OBJECT", + "name": "GiftCardCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MenuItemDeleted", - fields: [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "homepageEvents", + "type": { + "kind": "OBJECT", + "name": "OrderEventCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "me", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [], + "args": [] }, { - name: "menuItem", - type: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, + "name": "menu", + "type": { + "kind": "OBJECT", + "name": "Menu", + "ofType": null }, - args: [ + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "slug", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "menuItem", + "type": { + "kind": "OBJECT", + "name": "MenuItem", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "menuItems", + "type": { + "kind": "OBJECT", + "name": "MenuItemCountableConnection", + "ofType": null }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - ], - }, - { - kind: "OBJECT", - name: "MenuItemMove", - fields: [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, + "name": "menus", + "type": { + "kind": "OBJECT", + "name": "MenuCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - }, - args: [], + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "menu", - type: { - kind: "OBJECT", - name: "Menu", - ofType: null, + "name": "order", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "menuErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, + "name": "orderByToken", + "type": { + "kind": "OBJECT", + "name": "Order", + "ofType": null }, - args: [], + "args": [ + { + "name": "token", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MenuItemTranslatableContent", - fields: [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "orderSettings", + "type": { + "kind": "OBJECT", + "name": "OrderSettings", + "ofType": null }, - args: [], + "args": [] }, { - name: "menuItem", - type: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, + "name": "orders", + "type": { + "kind": "OBJECT", + "name": "OrderCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "ordersTotal", + "type": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "period", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "translation", - type: { - kind: "OBJECT", - name: "MenuItemTranslation", - ofType: null, + "name": "page", + "type": { + "kind": "OBJECT", + "name": "Page", + "ofType": null }, - args: [ + "args": [ { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "slug", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "MenuItemTranslate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "menuItem", - type: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, - }, - args: [], - }, - { - name: "translationErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MenuItemTranslation", - fields: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "MenuItemUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "menuErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "menuItem", - type: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MenuItemUpdated", - fields: [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "pageType", + "type": { + "kind": "OBJECT", + "name": "PageType", + "ofType": null }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "menuItem", - type: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, + "name": "pageTypes", + "type": { + "kind": "OBJECT", + "name": "PageTypeCountableConnection", + "ofType": null }, - args: [ + "args": [ { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "MenuUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - }, - args: [], - }, - { - name: "menu", - type: { - kind: "OBJECT", - name: "Menu", - ofType: null, - }, - args: [], - }, - { - name: "menuErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MenuError", - ofType: null, - }, - }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MenuUpdated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "menu", - type: { - kind: "OBJECT", - name: "Menu", - ofType: null, - }, - args: [ { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "MetadataError", - fields: [ - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "pages", + "type": { + "kind": "OBJECT", + "name": "PageCountableConnection", + "ofType": null }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MetadataItem", - fields: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - }, - args: [], - }, - { - name: "value", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Money", - fields: [ - { - name: "amount", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - }, - args: [], - }, - { - name: "currency", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "MoneyRange", - fields: [ - { - name: "start", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "stop", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, + "name": "payment", + "type": { + "kind": "OBJECT", + "name": "Payment", + "ofType": null }, - args: [], + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Mutation", - fields: [ { - name: "accountAddressCreate", - type: { - kind: "OBJECT", - name: "AccountAddressCreate", - ofType: null, + "name": "payments", + "type": { + "kind": "OBJECT", + "name": "PaymentCountableConnection", + "ofType": null }, - args: [ + "args": [ { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "type", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "accountAddressDelete", - type: { - kind: "OBJECT", - name: "AccountAddressDelete", - ofType: null, - }, - args: [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "accountAddressUpdate", - type: { - kind: "OBJECT", - name: "AccountAddressUpdate", - ofType: null, - }, - args: [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, { - name: "accountDelete", - type: { - kind: "OBJECT", - name: "AccountDelete", - ofType: null, - }, - args: [ + "name": "permissionGroup", + "type": { + "kind": "OBJECT", + "name": "Group", + "ofType": null + }, + "args": [ { - name: "token", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "accountRegister", - type: { - kind: "OBJECT", - name: "AccountRegister", - ofType: null, - }, - args: [ + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "permissionGroups", + "type": { + "kind": "OBJECT", + "name": "GroupCountableConnection", + "ofType": null + }, + "args": [ { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "accountRequestDeletion", - type: { - kind: "OBJECT", - name: "AccountRequestDeletion", - ofType: null, - }, - args: [ { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, { - name: "redirectUrl", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "accountSetDefaultAddress", - type: { - kind: "OBJECT", - name: "AccountSetDefaultAddress", - ofType: null, - }, - args: [ + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, { - name: "type", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "accountUpdate", - type: { - kind: "OBJECT", - name: "AccountUpdate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "addressCreate", - type: { - kind: "OBJECT", - name: "AddressCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "userId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "addressDelete", - type: { - kind: "OBJECT", - name: "AddressDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "addressSetDefault", - type: { - kind: "OBJECT", - name: "AddressSetDefault", - ofType: null, - }, - args: [ - { - name: "addressId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "type", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "userId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "addressUpdate", - type: { - kind: "OBJECT", - name: "AddressUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "appActivate", - type: { - kind: "OBJECT", - name: "AppActivate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "appCreate", - type: { - kind: "OBJECT", - name: "AppCreate", - ofType: null, + "name": "plugin", + "type": { + "kind": "OBJECT", + "name": "Plugin", + "ofType": null }, - args: [ + "args": [ { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "appDeactivate", - type: { - kind: "OBJECT", - name: "AppDeactivate", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "plugins", + "type": { + "kind": "OBJECT", + "name": "PluginCountableConnection", + "ofType": null }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "appDelete", - type: { - kind: "OBJECT", - name: "AppDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "appDeleteFailedInstallation", - type: { - kind: "OBJECT", - name: "AppDeleteFailedInstallation", - ofType: null, - }, - args: [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "appFetchManifest", - type: { - kind: "OBJECT", - name: "AppFetchManifest", - ofType: null, - }, - args: [ { - name: "manifestUrl", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "appInstall", - type: { - kind: "OBJECT", - name: "AppInstall", - ofType: null, - }, - args: [ { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "appRetryInstall", - type: { - kind: "OBJECT", - name: "AppRetryInstall", - ofType: null, + "name": "product", + "type": { + "kind": "OBJECT", + "name": "Product", + "ofType": null }, - args: [ + "args": [ { - name: "activateAfterInstallation", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "slug", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "appTokenCreate", - type: { - kind: "OBJECT", - name: "AppTokenCreate", - ofType: null, + "name": "productType", + "type": { + "kind": "OBJECT", + "name": "ProductType", + "ofType": null }, - args: [ + "args": [ { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "appTokenDelete", - type: { - kind: "OBJECT", - name: "AppTokenDelete", - ofType: null, + "name": "productTypes", + "type": { + "kind": "OBJECT", + "name": "ProductTypeCountableConnection", + "ofType": null }, - args: [ + "args": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "appTokenVerify", - type: { - kind: "OBJECT", - name: "AppTokenVerify", - ofType: null, - }, - args: [ - { - name: "token", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "appUpdate", - type: { - kind: "OBJECT", - name: "AppUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "assignNavigation", - type: { - kind: "OBJECT", - name: "AssignNavigation", - ofType: null, - }, - args: [ - { - name: "menu", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "navigationType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "assignWarehouseShippingZone", - type: { - kind: "OBJECT", - name: "WarehouseShippingZoneAssign", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "shippingZoneIds", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "attributeBulkDelete", - type: { - kind: "OBJECT", - name: "AttributeBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "attributeCreate", - type: { - kind: "OBJECT", - name: "AttributeCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "attributeDelete", - type: { - kind: "OBJECT", - name: "AttributeDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "attributeReorderValues", - type: { - kind: "OBJECT", - name: "AttributeReorderValues", - ofType: null, - }, - args: [ - { - name: "attributeId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "moves", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "attributeTranslate", - type: { - kind: "OBJECT", - name: "AttributeTranslate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "attributeUpdate", - type: { - kind: "OBJECT", - name: "AttributeUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "attributeValueBulkDelete", - type: { - kind: "OBJECT", - name: "AttributeValueBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "attributeValueCreate", - type: { - kind: "OBJECT", - name: "AttributeValueCreate", - ofType: null, - }, - args: [ - { - name: "attribute", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "attributeValueDelete", - type: { - kind: "OBJECT", - name: "AttributeValueDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "attributeValueTranslate", - type: { - kind: "OBJECT", - name: "AttributeValueTranslate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "attributeValueUpdate", - type: { - kind: "OBJECT", - name: "AttributeValueUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "categoryBulkDelete", - type: { - kind: "OBJECT", - name: "CategoryBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "categoryCreate", - type: { - kind: "OBJECT", - name: "CategoryCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "parent", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "categoryDelete", - type: { - kind: "OBJECT", - name: "CategoryDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "categoryTranslate", - type: { - kind: "OBJECT", - name: "CategoryTranslate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "categoryUpdate", - type: { - kind: "OBJECT", - name: "CategoryUpdate", - ofType: null, - }, - args: [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "channelActivate", - type: { - kind: "OBJECT", - name: "ChannelActivate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "channelCreate", - type: { - kind: "OBJECT", - name: "ChannelCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "channelDeactivate", - type: { - kind: "OBJECT", - name: "ChannelDeactivate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "channelDelete", - type: { - kind: "OBJECT", - name: "ChannelDelete", - ofType: null, - }, - args: [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "input", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "channelUpdate", - type: { - kind: "OBJECT", - name: "ChannelUpdate", - ofType: null, + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null }, - args: [ + "args": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "sku", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "checkoutAddPromoCode", - type: { - kind: "OBJECT", - name: "CheckoutAddPromoCode", - ofType: null, + "name": "productVariants", + "type": { + "kind": "OBJECT", + "name": "ProductVariantCountableConnection", + "ofType": null }, - args: [ + "args": [ { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "promoCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "checkoutBillingAddressUpdate", - type: { - kind: "OBJECT", - name: "CheckoutBillingAddressUpdate", - ofType: null, - }, - args: [ { - name: "billingAddress", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "ids", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } }, { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "checkoutComplete", - type: { - kind: "OBJECT", - name: "CheckoutComplete", - ofType: null, + "name": "products", + "type": { + "kind": "OBJECT", + "name": "ProductCountableConnection", + "ofType": null }, - args: [ + "args": [ { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "paymentData", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "redirectUrl", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "storeSource", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, { - name: "checkoutCreate", - type: { - kind: "OBJECT", - name: "CheckoutCreate", - ofType: null, - }, - args: [ + "name": "reportProductSales", + "type": { + "kind": "OBJECT", + "name": "ProductVariantCountableConnection", + "ofType": null + }, + "args": [ { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "checkoutCustomerAttach", - type: { - kind: "OBJECT", - name: "CheckoutCustomerAttach", - ofType: null, - }, - args: [ { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "customerId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "channel", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "period", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "checkoutCustomerDetach", - type: { - kind: "OBJECT", - name: "CheckoutCustomerDetach", - ofType: null, + "name": "sale", + "type": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null }, - args: [ - { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, - }, + "args": [ { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, - { - name: "checkoutDeliveryMethodUpdate", - type: { - kind: "OBJECT", - name: "CheckoutDeliveryMethodUpdate", - ofType: null, - }, - args: [ + { + "name": "sales", + "type": { + "kind": "OBJECT", + "name": "SaleCountableConnection", + "ofType": null + }, + "args": [ { - name: "deliveryMethodId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "checkoutEmailUpdate", - type: { - kind: "OBJECT", - name: "CheckoutEmailUpdate", - ofType: null, - }, - args: [ { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "email", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "query", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "checkoutLanguageCodeUpdate", - type: { - kind: "OBJECT", - name: "CheckoutLanguageCodeUpdate", - ofType: null, + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null }, - args: [ - { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, + "args": [ { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "checkoutLineDelete", - type: { - kind: "OBJECT", - name: "CheckoutLineDelete", - ofType: null, + "name": "shippingZones", + "type": { + "kind": "OBJECT", + "name": "ShippingZoneCountableConnection", + "ofType": null }, - args: [ + "args": [ { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "lineId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "checkoutLinesAdd", - type: { - kind: "OBJECT", - name: "CheckoutLinesAdd", - ofType: null, - }, - args: [ { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "lines", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "checkoutLinesDelete", - type: { - kind: "OBJECT", - name: "CheckoutLinesDelete", - ofType: null, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "shop", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Shop", + "ofType": null + } }, - args: [ - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "linesIds", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "checkoutLinesUpdate", - type: { - kind: "OBJECT", - name: "CheckoutLinesUpdate", - ofType: null, - }, - args: [ - { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "lines", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "checkoutPaymentCreate", - type: { - kind: "OBJECT", - name: "CheckoutPaymentCreate", - ofType: null, + "name": "staffUsers", + "type": { + "kind": "OBJECT", + "name": "UserCountableConnection", + "ofType": null }, - args: [ + "args": [ { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "checkoutRemovePromoCode", - type: { - kind: "OBJECT", - name: "CheckoutRemovePromoCode", - ofType: null, + "name": "stock", + "type": { + "kind": "OBJECT", + "name": "Stock", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "stocks", + "type": { + "kind": "OBJECT", + "name": "StockCountableConnection", + "ofType": null }, - args: [ - { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "promoCode", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "promoCodeId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "taxTypes", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TaxType", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "UNION", + "name": "TranslatableItem", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "kind", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "translations", + "type": { + "kind": "OBJECT", + "name": "TranslatableItemConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "kind", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [ + { + "name": "email", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "checkoutShippingAddressUpdate", - type: { - kind: "OBJECT", - name: "CheckoutShippingAddressUpdate", - ofType: null, + "name": "vouchers", + "type": { + "kind": "OBJECT", + "name": "VoucherCountableConnection", + "ofType": null }, - args: [ + "args": [ { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "shippingAddress", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "checkoutShippingMethodUpdate", - type: { - kind: "OBJECT", - name: "CheckoutShippingMethodUpdate", - ofType: null, - }, - args: [ + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, { - name: "checkoutId", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "shippingMethodId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "collectionAddProducts", - type: { - kind: "OBJECT", - name: "CollectionAddProducts", - ofType: null, - }, - args: [ - { - name: "collectionId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "products", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "collectionBulkDelete", - type: { - kind: "OBJECT", - name: "CollectionBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "collectionChannelListingUpdate", - type: { - kind: "OBJECT", - name: "CollectionChannelListingUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "collectionCreate", - type: { - kind: "OBJECT", - name: "CollectionCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "collectionDelete", - type: { - kind: "OBJECT", - name: "CollectionDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "collectionRemoveProducts", - type: { - kind: "OBJECT", - name: "CollectionRemoveProducts", - ofType: null, - }, - args: [ - { - name: "collectionId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "products", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "collectionReorderProducts", - type: { - kind: "OBJECT", - name: "CollectionReorderProducts", - ofType: null, - }, - args: [ - { - name: "collectionId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "moves", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "collectionTranslate", - type: { - kind: "OBJECT", - name: "CollectionTranslate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "collectionUpdate", - type: { - kind: "OBJECT", - name: "CollectionUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "confirmAccount", - type: { - kind: "OBJECT", - name: "ConfirmAccount", - ofType: null, - }, - args: [ - { - name: "email", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "token", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "confirmEmailChange", - type: { - kind: "OBJECT", - name: "ConfirmEmailChange", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "token", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "createWarehouse", - type: { - kind: "OBJECT", - name: "WarehouseCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "customerBulkDelete", - type: { - kind: "OBJECT", - name: "CustomerBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "customerCreate", - type: { - kind: "OBJECT", - name: "CustomerCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "customerDelete", - type: { - kind: "OBJECT", - name: "CustomerDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "customerUpdate", - type: { - kind: "OBJECT", - name: "CustomerUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "deleteMetadata", - type: { - kind: "OBJECT", - name: "DeleteMetadata", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "keys", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "deletePrivateMetadata", - type: { - kind: "OBJECT", - name: "DeletePrivateMetadata", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "keys", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "deleteWarehouse", - type: { - kind: "OBJECT", - name: "WarehouseDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "digitalContentCreate", - type: { - kind: "OBJECT", - name: "DigitalContentCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "variantId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "digitalContentDelete", - type: { - kind: "OBJECT", - name: "DigitalContentDelete", - ofType: null, - }, - args: [ - { - name: "variantId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "digitalContentUpdate", - type: { - kind: "OBJECT", - name: "DigitalContentUpdate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "variantId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "digitalContentUrlCreate", - type: { - kind: "OBJECT", - name: "DigitalContentUrlCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "draftOrderBulkDelete", - type: { - kind: "OBJECT", - name: "DraftOrderBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "draftOrderComplete", - type: { - kind: "OBJECT", - name: "DraftOrderComplete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "draftOrderCreate", - type: { - kind: "OBJECT", - name: "DraftOrderCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "draftOrderDelete", - type: { - kind: "OBJECT", - name: "DraftOrderDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "draftOrderLinesBulkDelete", - type: { - kind: "OBJECT", - name: "DraftOrderLinesBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "draftOrderUpdate", - type: { - kind: "OBJECT", - name: "DraftOrderUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "eventDeliveryRetry", - type: { - kind: "OBJECT", - name: "EventDeliveryRetry", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "exportGiftCards", - type: { - kind: "OBJECT", - name: "ExportGiftCards", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "exportProducts", - type: { - kind: "OBJECT", - name: "ExportProducts", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "externalAuthenticationUrl", - type: { - kind: "OBJECT", - name: "ExternalAuthenticationUrl", - ofType: null, + "name": "query", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "pluginId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "warehouses", + "type": { + "kind": "OBJECT", + "name": "WarehouseCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "externalLogout", - type: { - kind: "OBJECT", - name: "ExternalLogout", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "pluginId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "externalNotificationTrigger", - type: { - kind: "OBJECT", - name: "ExternalNotificationTrigger", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "pluginId", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "externalObtainAccessTokens", - type: { - kind: "OBJECT", - name: "ExternalObtainAccessTokens", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "pluginId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "externalRefresh", - type: { - kind: "OBJECT", - name: "ExternalRefresh", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "pluginId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "externalVerify", - type: { - kind: "OBJECT", - name: "ExternalVerify", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "pluginId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "fileUpload", - type: { - kind: "OBJECT", - name: "FileUpload", - ofType: null, - }, - args: [ - { - name: "file", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "giftCardActivate", - type: { - kind: "OBJECT", - name: "GiftCardActivate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "giftCardAddNote", - type: { - kind: "OBJECT", - name: "GiftCardAddNote", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "giftCardBulkActivate", - type: { - kind: "OBJECT", - name: "GiftCardBulkActivate", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "giftCardBulkCreate", - type: { - kind: "OBJECT", - name: "GiftCardBulkCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "giftCardBulkDeactivate", - type: { - kind: "OBJECT", - name: "GiftCardBulkDeactivate", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "giftCardBulkDelete", - type: { - kind: "OBJECT", - name: "GiftCardBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "giftCardCreate", - type: { - kind: "OBJECT", - name: "GiftCardCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "giftCardDeactivate", - type: { - kind: "OBJECT", - name: "GiftCardDeactivate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "giftCardDelete", - type: { - kind: "OBJECT", - name: "GiftCardDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "giftCardResend", - type: { - kind: "OBJECT", - name: "GiftCardResend", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "giftCardSettingsUpdate", - type: { - kind: "OBJECT", - name: "GiftCardSettingsUpdate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "giftCardUpdate", - type: { - kind: "OBJECT", - name: "GiftCardUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "webhook", + "type": { + "kind": "OBJECT", + "name": "Webhook", + "ofType": null + }, + "args": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "webhookEvents", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WebhookEvent", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "webhookSamplePayload", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "eventType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ReducedRate", + "fields": [ + { + "name": "rate", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "rateType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "RefreshToken", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "RequestEmailChange", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "RequestPasswordReset", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "Sale", + "fields": [ + { + "name": "categories", + "type": { + "kind": "OBJECT", + "name": "CategoryCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - ], - }, - { - name: "invoiceCreate", - type: { - kind: "OBJECT", - name: "InvoiceCreate", - ofType: null, - }, - args: [ { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "orderId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "invoiceDelete", - type: { - kind: "OBJECT", - name: "InvoiceDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - { - name: "invoiceRequest", - type: { - kind: "OBJECT", - name: "InvoiceRequest", - ofType: null, + { + "name": "channelListings", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "SaleChannelListing", + "ofType": null + } + } }, - args: [ - { - name: "number", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "orderId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "invoiceRequestDelete", - type: { - kind: "OBJECT", - name: "InvoiceRequestDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "invoiceSendNotification", - type: { - kind: "OBJECT", - name: "InvoiceSendNotification", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "invoiceUpdate", - type: { - kind: "OBJECT", - name: "InvoiceUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "menuBulkDelete", - type: { - kind: "OBJECT", - name: "MenuBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "menuCreate", - type: { - kind: "OBJECT", - name: "MenuCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "menuDelete", - type: { - kind: "OBJECT", - name: "MenuDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "menuItemBulkDelete", - type: { - kind: "OBJECT", - name: "MenuItemBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "menuItemCreate", - type: { - kind: "OBJECT", - name: "MenuItemCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "menuItemDelete", - type: { - kind: "OBJECT", - name: "MenuItemDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "menuItemMove", - type: { - kind: "OBJECT", - name: "MenuItemMove", - ofType: null, - }, - args: [ - { - name: "menu", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "moves", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "menuItemTranslate", - type: { - kind: "OBJECT", - name: "MenuItemTranslate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "menuItemUpdate", - type: { - kind: "OBJECT", - name: "MenuItemUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "menuUpdate", - type: { - kind: "OBJECT", - name: "MenuUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderAddNote", - type: { - kind: "OBJECT", - name: "OrderAddNote", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "order", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderBulkCancel", - type: { - kind: "OBJECT", - name: "OrderBulkCancel", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "orderCancel", - type: { - kind: "OBJECT", - name: "OrderCancel", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderCapture", - type: { - kind: "OBJECT", - name: "OrderCapture", - ofType: null, - }, - args: [ - { - name: "amount", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderConfirm", - type: { - kind: "OBJECT", - name: "OrderConfirm", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderCreateFromCheckout", - type: { - kind: "OBJECT", - name: "OrderCreateFromCheckout", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "removeCheckout", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, - { - name: "orderDiscountAdd", - type: { - kind: "OBJECT", - name: "OrderDiscountAdd", - ofType: null, - }, - args: [ + { + "name": "collections", + "type": { + "kind": "OBJECT", + "name": "CollectionCountableConnection", + "ofType": null + }, + "args": [ { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "orderId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderDiscountDelete", - type: { - kind: "OBJECT", - name: "OrderDiscountDelete", - ofType: null, - }, - args: [ - { - name: "discountId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderDiscountUpdate", - type: { - kind: "OBJECT", - name: "OrderDiscountUpdate", - ofType: null, - }, - args: [ - { - name: "discountId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderFulfill", - type: { - kind: "OBJECT", - name: "OrderFulfill", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "order", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "orderFulfillmentApprove", - type: { - kind: "OBJECT", - name: "FulfillmentApprove", - ofType: null, - }, - args: [ - { - name: "allowStockToBeExceeded", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "notifyCustomer", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderFulfillmentCancel", - type: { - kind: "OBJECT", - name: "FulfillmentCancel", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "orderFulfillmentRefundProducts", - type: { - kind: "OBJECT", - name: "FulfillmentRefundProducts", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "order", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderFulfillmentReturnProducts", - type: { - kind: "OBJECT", - name: "FulfillmentReturnProducts", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "order", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderFulfillmentUpdateTracking", - type: { - kind: "OBJECT", - name: "FulfillmentUpdateTracking", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderLineDelete", - type: { - kind: "OBJECT", - name: "OrderLineDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderLineDiscountRemove", - type: { - kind: "OBJECT", - name: "OrderLineDiscountRemove", - ofType: null, - }, - args: [ - { - name: "orderLineId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderLineDiscountUpdate", - type: { - kind: "OBJECT", - name: "OrderLineDiscountUpdate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "orderLineId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderLineUpdate", - type: { - kind: "OBJECT", - name: "OrderLineUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderLinesCreate", - type: { - kind: "OBJECT", - name: "OrderLinesCreate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "orderMarkAsPaid", - type: { - kind: "OBJECT", - name: "OrderMarkAsPaid", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "transactionReference", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "orderRefund", - type: { - kind: "OBJECT", - name: "OrderRefund", - ofType: null, - }, - args: [ - { - name: "amount", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderSettingsUpdate", - type: { - kind: "OBJECT", - name: "OrderSettingsUpdate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderUpdate", - type: { - kind: "OBJECT", - name: "OrderUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderUpdateShipping", - type: { - kind: "OBJECT", - name: "OrderUpdateShipping", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "order", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderVoid", - type: { - kind: "OBJECT", - name: "OrderVoid", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageAttributeAssign", - type: { - kind: "OBJECT", - name: "PageAttributeAssign", - ofType: null, - }, - args: [ - { - name: "attributeIds", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "pageTypeId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageAttributeUnassign", - type: { - kind: "OBJECT", - name: "PageAttributeUnassign", - ofType: null, - }, - args: [ - { - name: "attributeIds", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "pageTypeId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageBulkDelete", - type: { - kind: "OBJECT", - name: "PageBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "pageBulkPublish", - type: { - kind: "OBJECT", - name: "PageBulkPublish", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "isPublished", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageCreate", - type: { - kind: "OBJECT", - name: "PageCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageDelete", - type: { - kind: "OBJECT", - name: "PageDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageReorderAttributeValues", - type: { - kind: "OBJECT", - name: "PageReorderAttributeValues", - ofType: null, - }, - args: [ - { - name: "attributeId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "moves", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "pageId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageTranslate", - type: { - kind: "OBJECT", - name: "PageTranslate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageTypeBulkDelete", - type: { - kind: "OBJECT", - name: "PageTypeBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "pageTypeCreate", - type: { - kind: "OBJECT", - name: "PageTypeCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageTypeDelete", - type: { - kind: "OBJECT", - name: "PageTypeDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageTypeReorderAttributes", - type: { - kind: "OBJECT", - name: "PageTypeReorderAttributes", - ofType: null, - }, - args: [ - { - name: "moves", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "pageTypeId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageTypeUpdate", - type: { - kind: "OBJECT", - name: "PageTypeUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageUpdate", - type: { - kind: "OBJECT", - name: "PageUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "passwordChange", - type: { - kind: "OBJECT", - name: "PasswordChange", - ofType: null, - }, - args: [ - { - name: "newPassword", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "oldPassword", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "paymentCapture", - type: { - kind: "OBJECT", - name: "PaymentCapture", - ofType: null, - }, - args: [ - { - name: "amount", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "paymentId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "paymentCheckBalance", - type: { - kind: "OBJECT", - name: "PaymentCheckBalance", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "paymentInitialize", - type: { - kind: "OBJECT", - name: "PaymentInitialize", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "gateway", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "paymentData", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "paymentRefund", - type: { - kind: "OBJECT", - name: "PaymentRefund", - ofType: null, - }, - args: [ - { - name: "amount", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "paymentId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "paymentVoid", - type: { - kind: "OBJECT", - name: "PaymentVoid", - ofType: null, - }, - args: [ - { - name: "paymentId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "permissionGroupCreate", - type: { - kind: "OBJECT", - name: "PermissionGroupCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "permissionGroupDelete", - type: { - kind: "OBJECT", - name: "PermissionGroupDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "permissionGroupUpdate", - type: { - kind: "OBJECT", - name: "PermissionGroupUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pluginUpdate", - type: { - kind: "OBJECT", - name: "PluginUpdate", - ofType: null, - }, - args: [ - { - name: "channelId", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productAttributeAssign", - type: { - kind: "OBJECT", - name: "ProductAttributeAssign", - ofType: null, - }, - args: [ - { - name: "operations", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "productTypeId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productAttributeAssignmentUpdate", - type: { - kind: "OBJECT", - name: "ProductAttributeAssignmentUpdate", - ofType: null, - }, - args: [ - { - name: "operations", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "productTypeId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productAttributeUnassign", - type: { - kind: "OBJECT", - name: "ProductAttributeUnassign", - ofType: null, - }, - args: [ - { - name: "attributeIds", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "productTypeId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productBulkDelete", - type: { - kind: "OBJECT", - name: "ProductBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "productChannelListingUpdate", - type: { - kind: "OBJECT", - name: "ProductChannelListingUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productCreate", - type: { - kind: "OBJECT", - name: "ProductCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productDelete", - type: { - kind: "OBJECT", - name: "ProductDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productMediaBulkDelete", - type: { - kind: "OBJECT", - name: "ProductMediaBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "productMediaCreate", - type: { - kind: "OBJECT", - name: "ProductMediaCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productMediaDelete", - type: { - kind: "OBJECT", - name: "ProductMediaDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productMediaReorder", - type: { - kind: "OBJECT", - name: "ProductMediaReorder", - ofType: null, - }, - args: [ - { - name: "mediaIds", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "productId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productMediaUpdate", - type: { - kind: "OBJECT", - name: "ProductMediaUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productReorderAttributeValues", - type: { - kind: "OBJECT", - name: "ProductReorderAttributeValues", - ofType: null, - }, - args: [ - { - name: "attributeId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "moves", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "productId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productTranslate", - type: { - kind: "OBJECT", - name: "ProductTranslate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productTypeBulkDelete", - type: { - kind: "OBJECT", - name: "ProductTypeBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "productTypeCreate", - type: { - kind: "OBJECT", - name: "ProductTypeCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productTypeDelete", - type: { - kind: "OBJECT", - name: "ProductTypeDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productTypeReorderAttributes", - type: { - kind: "OBJECT", - name: "ProductTypeReorderAttributes", - ofType: null, - }, - args: [ - { - name: "moves", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "productTypeId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "type", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productTypeUpdate", - type: { - kind: "OBJECT", - name: "ProductTypeUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productUpdate", - type: { - kind: "OBJECT", - name: "ProductUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productVariantBulkCreate", - type: { - kind: "OBJECT", - name: "ProductVariantBulkCreate", - ofType: null, - }, - args: [ - { - name: "product", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "variants", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "productVariantBulkDelete", - type: { - kind: "OBJECT", - name: "ProductVariantBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "productVariantChannelListingUpdate", - type: { - kind: "OBJECT", - name: "ProductVariantChannelListingUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "productVariantCreate", - type: { - kind: "OBJECT", - name: "ProductVariantCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productVariantDelete", - type: { - kind: "OBJECT", - name: "ProductVariantDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productVariantPreorderDeactivate", - type: { - kind: "OBJECT", - name: "ProductVariantPreorderDeactivate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productVariantReorder", - type: { - kind: "OBJECT", - name: "ProductVariantReorder", - ofType: null, - }, - args: [ - { - name: "moves", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "productId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productVariantReorderAttributeValues", - type: { - kind: "OBJECT", - name: "ProductVariantReorderAttributeValues", - ofType: null, - }, - args: [ - { - name: "attributeId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "moves", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "variantId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productVariantSetDefault", - type: { - kind: "OBJECT", - name: "ProductVariantSetDefault", - ofType: null, - }, - args: [ - { - name: "productId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "variantId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productVariantStocksCreate", - type: { - kind: "OBJECT", - name: "ProductVariantStocksCreate", - ofType: null, - }, - args: [ - { - name: "stocks", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "variantId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productVariantStocksDelete", - type: { - kind: "OBJECT", - name: "ProductVariantStocksDelete", - ofType: null, - }, - args: [ - { - name: "variantId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "warehouseIds", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "productVariantStocksUpdate", - type: { - kind: "OBJECT", - name: "ProductVariantStocksUpdate", - ofType: null, - }, - args: [ - { - name: "stocks", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "variantId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productVariantTranslate", - type: { - kind: "OBJECT", - name: "ProductVariantTranslate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productVariantUpdate", - type: { - kind: "OBJECT", - name: "ProductVariantUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "requestEmailChange", - type: { - kind: "OBJECT", - name: "RequestEmailChange", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "newEmail", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "password", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "redirectUrl", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "requestPasswordReset", - type: { - kind: "OBJECT", - name: "RequestPasswordReset", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "email", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "redirectUrl", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "saleBulkDelete", - type: { - kind: "OBJECT", - name: "SaleBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "saleCataloguesAdd", - type: { - kind: "OBJECT", - name: "SaleAddCatalogues", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "saleCataloguesRemove", - type: { - kind: "OBJECT", - name: "SaleRemoveCatalogues", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "saleChannelListingUpdate", - type: { - kind: "OBJECT", - name: "SaleChannelListingUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "saleCreate", - type: { - kind: "OBJECT", - name: "SaleCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "saleDelete", - type: { - kind: "OBJECT", - name: "SaleDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "saleTranslate", - type: { - kind: "OBJECT", - name: "SaleTranslate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "saleUpdate", - type: { - kind: "OBJECT", - name: "SaleUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "setPassword", - type: { - kind: "OBJECT", - name: "SetPassword", - ofType: null, - }, - args: [ - { - name: "email", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "password", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "token", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "shippingMethodChannelListingUpdate", - type: { - kind: "OBJECT", - name: "ShippingMethodChannelListingUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "shippingPriceBulkDelete", - type: { - kind: "OBJECT", - name: "ShippingPriceBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "shippingPriceCreate", - type: { - kind: "OBJECT", - name: "ShippingPriceCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "shippingPriceDelete", - type: { - kind: "OBJECT", - name: "ShippingPriceDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "shippingPriceExcludeProducts", - type: { - kind: "OBJECT", - name: "ShippingPriceExcludeProducts", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "shippingPriceRemoveProductFromExclude", - type: { - kind: "OBJECT", - name: "ShippingPriceRemoveProductFromExclude", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "products", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "shippingPriceTranslate", - type: { - kind: "OBJECT", - name: "ShippingPriceTranslate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "shippingPriceUpdate", - type: { - kind: "OBJECT", - name: "ShippingPriceUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "shippingZoneBulkDelete", - type: { - kind: "OBJECT", - name: "ShippingZoneBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "shippingZoneCreate", - type: { - kind: "OBJECT", - name: "ShippingZoneCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "shippingZoneDelete", - type: { - kind: "OBJECT", - name: "ShippingZoneDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "shippingZoneUpdate", - type: { - kind: "OBJECT", - name: "ShippingZoneUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "shopAddressUpdate", - type: { - kind: "OBJECT", - name: "ShopAddressUpdate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "shopDomainUpdate", - type: { - kind: "OBJECT", - name: "ShopDomainUpdate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "shopFetchTaxRates", - type: { - kind: "OBJECT", - name: "ShopFetchTaxRates", - ofType: null, - }, - args: [], - }, - { - name: "shopSettingsTranslate", - type: { - kind: "OBJECT", - name: "ShopSettingsTranslate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "shopSettingsUpdate", - type: { - kind: "OBJECT", - name: "ShopSettingsUpdate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "staffBulkDelete", - type: { - kind: "OBJECT", - name: "StaffBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "staffCreate", - type: { - kind: "OBJECT", - name: "StaffCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "staffDelete", - type: { - kind: "OBJECT", - name: "StaffDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "staffNotificationRecipientCreate", - type: { - kind: "OBJECT", - name: "StaffNotificationRecipientCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "staffNotificationRecipientDelete", - type: { - kind: "OBJECT", - name: "StaffNotificationRecipientDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "staffNotificationRecipientUpdate", - type: { - kind: "OBJECT", - name: "StaffNotificationRecipientUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "staffUpdate", - type: { - kind: "OBJECT", - name: "StaffUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "tokenCreate", - type: { - kind: "OBJECT", - name: "CreateToken", - ofType: null, - }, - args: [ - { - name: "email", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "password", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "tokenRefresh", - type: { - kind: "OBJECT", - name: "RefreshToken", - ofType: null, - }, - args: [ - { - name: "csrfToken", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "refreshToken", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "tokenVerify", - type: { - kind: "OBJECT", - name: "VerifyToken", - ofType: null, - }, - args: [ - { - name: "token", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "tokensDeactivateAll", - type: { - kind: "OBJECT", - name: "DeactivateAllUserTokens", - ofType: null, - }, - args: [], - }, - { - name: "transactionCreate", - type: { - kind: "OBJECT", - name: "TransactionCreate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "transaction", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "transactionEvent", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "transactionRequestAction", - type: { - kind: "OBJECT", - name: "TransactionRequestAction", - ofType: null, - }, - args: [ - { - name: "actionType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "amount", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "transactionUpdate", - type: { - kind: "OBJECT", - name: "TransactionUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "transaction", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "transactionEvent", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "unassignWarehouseShippingZone", - type: { - kind: "OBJECT", - name: "WarehouseShippingZoneUnassign", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "shippingZoneIds", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "updateMetadata", - type: { - kind: "OBJECT", - name: "UpdateMetadata", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "updatePrivateMetadata", - type: { - kind: "OBJECT", - name: "UpdatePrivateMetadata", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "updateWarehouse", - type: { - kind: "OBJECT", - name: "WarehouseUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "userAvatarDelete", - type: { - kind: "OBJECT", - name: "UserAvatarDelete", - ofType: null, - }, - args: [], - }, - { - name: "userAvatarUpdate", - type: { - kind: "OBJECT", - name: "UserAvatarUpdate", - ofType: null, - }, - args: [ - { - name: "image", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "userBulkSetActive", - type: { - kind: "OBJECT", - name: "UserBulkSetActive", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - { - name: "isActive", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "variantMediaAssign", - type: { - kind: "OBJECT", - name: "VariantMediaAssign", - ofType: null, - }, - args: [ - { - name: "mediaId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "variantId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "variantMediaUnassign", - type: { - kind: "OBJECT", - name: "VariantMediaUnassign", - ofType: null, - }, - args: [ - { - name: "mediaId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "variantId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "voucherBulkDelete", - type: { - kind: "OBJECT", - name: "VoucherBulkDelete", - ofType: null, - }, - args: [ - { - name: "ids", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - }, - ], - }, - { - name: "voucherCataloguesAdd", - type: { - kind: "OBJECT", - name: "VoucherAddCatalogues", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "voucherCataloguesRemove", - type: { - kind: "OBJECT", - name: "VoucherRemoveCatalogues", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "voucherChannelListingUpdate", - type: { - kind: "OBJECT", - name: "VoucherChannelListingUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "voucherCreate", - type: { - kind: "OBJECT", - name: "VoucherCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "voucherDelete", - type: { - kind: "OBJECT", - name: "VoucherDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "voucherTranslate", - type: { - kind: "OBJECT", - name: "VoucherTranslate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "voucherUpdate", - type: { - kind: "OBJECT", - name: "VoucherUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "webhookCreate", - type: { - kind: "OBJECT", - name: "WebhookCreate", - ofType: null, - }, - args: [ - { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "webhookDelete", - type: { - kind: "OBJECT", - name: "WebhookDelete", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "webhookUpdate", - type: { - kind: "OBJECT", - name: "WebhookUpdate", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "input", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - ], - interfaces: [], - }, - { - kind: "INTERFACE", - name: "Node", - fields: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [], - possibleTypes: [ - { - kind: "OBJECT", - name: "Address", - }, - { - kind: "OBJECT", - name: "Allocation", - }, - { - kind: "OBJECT", - name: "App", - }, - { - kind: "OBJECT", - name: "AppExtension", - }, - { - kind: "OBJECT", - name: "AppInstallation", - }, - { - kind: "OBJECT", - name: "AppToken", - }, - { - kind: "OBJECT", - name: "Attribute", - }, - { - kind: "OBJECT", - name: "AttributeTranslatableContent", - }, - { - kind: "OBJECT", - name: "AttributeTranslation", - }, - { - kind: "OBJECT", - name: "AttributeValue", - }, - { - kind: "OBJECT", - name: "AttributeValueTranslatableContent", - }, - { - kind: "OBJECT", - name: "AttributeValueTranslation", - }, - { - kind: "OBJECT", - name: "Category", - }, - { - kind: "OBJECT", - name: "CategoryTranslatableContent", - }, - { - kind: "OBJECT", - name: "CategoryTranslation", - }, - { - kind: "OBJECT", - name: "Channel", - }, - { - kind: "OBJECT", - name: "Checkout", - }, - { - kind: "OBJECT", - name: "CheckoutLine", - }, - { - kind: "OBJECT", - name: "Collection", - }, - { - kind: "OBJECT", - name: "CollectionChannelListing", - }, - { - kind: "OBJECT", - name: "CollectionTranslatableContent", - }, - { - kind: "OBJECT", - name: "CollectionTranslation", - }, - { - kind: "OBJECT", - name: "CustomerEvent", - }, - { - kind: "OBJECT", - name: "DigitalContent", - }, - { - kind: "OBJECT", - name: "DigitalContentUrl", - }, - { - kind: "OBJECT", - name: "EventDelivery", - }, - { - kind: "OBJECT", - name: "EventDeliveryAttempt", - }, - { - kind: "OBJECT", - name: "ExportEvent", - }, - { - kind: "OBJECT", - name: "ExportFile", - }, - { - kind: "OBJECT", - name: "Fulfillment", - }, - { - kind: "OBJECT", - name: "FulfillmentLine", - }, - { - kind: "OBJECT", - name: "GiftCard", - }, - { - kind: "OBJECT", - name: "GiftCardEvent", - }, - { - kind: "OBJECT", - name: "GiftCardTag", - }, - { - kind: "OBJECT", - name: "Group", - }, - { - kind: "OBJECT", - name: "Invoice", - }, - { - kind: "OBJECT", - name: "Menu", - }, - { - kind: "OBJECT", - name: "MenuItem", - }, - { - kind: "OBJECT", - name: "MenuItemTranslatableContent", - }, - { - kind: "OBJECT", - name: "MenuItemTranslation", - }, - { - kind: "OBJECT", - name: "Order", - }, - { - kind: "OBJECT", - name: "OrderDiscount", - }, - { - kind: "OBJECT", - name: "OrderEvent", - }, - { - kind: "OBJECT", - name: "OrderLine", - }, - { - kind: "OBJECT", - name: "Page", - }, - { - kind: "OBJECT", - name: "PageTranslatableContent", - }, - { - kind: "OBJECT", - name: "PageTranslation", - }, - { - kind: "OBJECT", - name: "PageType", - }, - { - kind: "OBJECT", - name: "Payment", - }, - { - kind: "OBJECT", - name: "Product", - }, - { - kind: "OBJECT", - name: "ProductChannelListing", - }, - { - kind: "OBJECT", - name: "ProductMedia", - }, - { - kind: "OBJECT", - name: "ProductTranslatableContent", - }, - { - kind: "OBJECT", - name: "ProductTranslation", - }, - { - kind: "OBJECT", - name: "ProductType", - }, - { - kind: "OBJECT", - name: "ProductVariant", - }, - { - kind: "OBJECT", - name: "ProductVariantChannelListing", - }, - { - kind: "OBJECT", - name: "ProductVariantTranslatableContent", - }, - { - kind: "OBJECT", - name: "ProductVariantTranslation", - }, - { - kind: "OBJECT", - name: "Sale", - }, - { - kind: "OBJECT", - name: "SaleChannelListing", - }, - { - kind: "OBJECT", - name: "SaleTranslatableContent", - }, - { - kind: "OBJECT", - name: "SaleTranslation", - }, - { - kind: "OBJECT", - name: "ShippingMethod", - }, - { - kind: "OBJECT", - name: "ShippingMethodChannelListing", - }, - { - kind: "OBJECT", - name: "ShippingMethodPostalCodeRule", - }, - { - kind: "OBJECT", - name: "ShippingMethodTranslatableContent", - }, - { - kind: "OBJECT", - name: "ShippingMethodTranslation", - }, - { - kind: "OBJECT", - name: "ShippingMethodType", - }, - { - kind: "OBJECT", - name: "ShippingZone", - }, - { - kind: "OBJECT", - name: "ShopTranslation", - }, - { - kind: "OBJECT", - name: "StaffNotificationRecipient", - }, - { - kind: "OBJECT", - name: "Stock", - }, - { - kind: "OBJECT", - name: "Transaction", - }, - { - kind: "OBJECT", - name: "TransactionEvent", - }, - { - kind: "OBJECT", - name: "TransactionItem", - }, - { - kind: "OBJECT", - name: "User", - }, - { - kind: "OBJECT", - name: "Voucher", - }, - { - kind: "OBJECT", - name: "VoucherChannelListing", - }, - { - kind: "OBJECT", - name: "VoucherTranslatableContent", - }, - { - kind: "OBJECT", - name: "VoucherTranslation", - }, - { - kind: "OBJECT", - name: "Warehouse", - }, - { - kind: "OBJECT", - name: "Webhook", - }, - ], - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - fields: [ - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - ], - interfaces: [], - possibleTypes: [ - { - kind: "OBJECT", - name: "App", - }, - { - kind: "OBJECT", - name: "Attribute", - }, - { - kind: "OBJECT", - name: "Category", - }, - { - kind: "OBJECT", - name: "Checkout", - }, - { - kind: "OBJECT", - name: "Collection", - }, - { - kind: "OBJECT", - name: "DigitalContent", - }, - { - kind: "OBJECT", - name: "Fulfillment", - }, - { - kind: "OBJECT", - name: "GiftCard", - }, - { - kind: "OBJECT", - name: "Invoice", - }, - { - kind: "OBJECT", - name: "Menu", - }, - { - kind: "OBJECT", - name: "MenuItem", - }, - { - kind: "OBJECT", - name: "Order", - }, - { - kind: "OBJECT", - name: "Page", - }, - { - kind: "OBJECT", - name: "PageType", - }, - { - kind: "OBJECT", - name: "Payment", - }, - { - kind: "OBJECT", - name: "Product", - }, - { - kind: "OBJECT", - name: "ProductType", - }, - { - kind: "OBJECT", - name: "ProductVariant", - }, - { - kind: "OBJECT", - name: "Sale", - }, - { - kind: "OBJECT", - name: "ShippingMethod", - }, - { - kind: "OBJECT", - name: "ShippingMethodType", - }, - { - kind: "OBJECT", - name: "ShippingZone", - }, - { - kind: "OBJECT", - name: "TransactionItem", - }, - { - kind: "OBJECT", - name: "User", - }, - { - kind: "OBJECT", - name: "Voucher", - }, - { - kind: "OBJECT", - name: "Warehouse", - }, - ], - }, - { - kind: "OBJECT", - name: "Order", - fields: [ - { - name: "actions", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - args: [], - }, - { - name: "authorizeStatus", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "availableCollectionPoints", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "availableShippingMethods", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingMethod", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "billingAddress", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, - }, - args: [], - }, - { - name: "canFinalize", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "channel", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - }, - args: [], - }, - { - name: "chargeStatus", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "collectionPointName", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "created", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "customerNote", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "deliveryMethod", - type: { - kind: "UNION", - name: "DeliveryMethod", - ofType: null, - }, - args: [], - }, - { - name: "discount", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "discountName", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "discounts", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderDiscount", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "displayGrossPrices", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "events", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderEvent", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "fulfillments", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Fulfillment", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "giftCards", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "invoices", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Invoice", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "isPaid", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "isShippingRequired", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "languageCodeEnum", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "lines", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderLine", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "number", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "origin", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "original", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "paymentStatus", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "paymentStatusDisplay", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "payments", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Payment", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "redirectUrl", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "shippingAddress", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, - }, - args: [], - }, - { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethod", - ofType: null, - }, - args: [], - }, - { - name: "shippingMethodName", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "shippingMethods", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingMethod", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingPrice", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - }, - args: [], - }, - { - name: "shippingTaxRate", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "status", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "statusDisplay", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "subtotal", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - }, - args: [], - }, - { - name: "token", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "total", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalAuthorized", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalBalance", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCaptured", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - }, - args: [], - }, - { - name: "trackingClientId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "transactions", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TransactionItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "translatedDiscountName", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "undiscountedTotal", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - }, - args: [], - }, - { - name: "updatedAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [], - }, - { - name: "userEmail", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, - }, - args: [], - }, - { - name: "weight", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Weight", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], - }, - { - kind: "OBJECT", - name: "OrderAddNote", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "event", - type: { - kind: "OBJECT", - name: "OrderEvent", - ofType: null, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderBulkCancel", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderCancel", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderCancelled", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "OrderCapture", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderConfirm", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderConfirmed", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "OrderCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderCountableEdge", - fields: [ - { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderCreateFromCheckout", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderCreateFromCheckoutError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderCreateFromCheckoutError", - fields: [ - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "lines", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "variants", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderCreated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "OrderDiscount", - fields: [ - { - name: "amount", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "reason", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "translatedName", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "type", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "value", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "valueType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "OrderDiscountAdd", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderDiscountDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderDiscountUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderError", - fields: [ - { - name: "addressType", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "orderLines", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "variants", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "warehouse", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderEvent", - fields: [ - { - name: "amount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "composedId", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "date", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "discount", - type: { - kind: "OBJECT", - name: "OrderEventDiscountObject", - ofType: null, - }, - args: [], - }, - { - name: "email", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "emailType", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "fulfilledItems", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "FulfillmentLine", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "invoiceNumber", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "lines", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderEventOrderLineObject", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "orderNumber", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "oversoldItems", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "paymentGateway", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "paymentId", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "quantity", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "reference", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "relatedOrder", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "shippingCostsIncluded", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "status", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "transactionReference", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "type", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [], - }, - { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "OrderEventCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderEventCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderEventCountableEdge", - fields: [ - { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderEvent", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderEventDiscountObject", - fields: [ - { - name: "amount", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "oldAmount", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "oldValue", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "oldValueType", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "reason", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "value", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "valueType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderEventOrderLineObject", - fields: [ - { - name: "discount", - type: { - kind: "OBJECT", - name: "OrderEventDiscountObject", - ofType: null, - }, - args: [], - }, - { - name: "itemName", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "orderLine", - type: { - kind: "OBJECT", - name: "OrderLine", - ofType: null, - }, - args: [], - }, - { - name: "quantity", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderFulfill", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "fulfillments", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Fulfillment", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderFulfilled", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "OrderFullyPaid", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "OrderLine", - fields: [ - { - name: "allocations", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Allocation", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "digitalContentUrl", - type: { - kind: "OBJECT", - name: "DigitalContentUrl", - ofType: null, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "isShippingRequired", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "productName", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "productSku", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "productVariantId", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "quantity", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "quantityFulfilled", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "quantityToFulfill", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "taxRate", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "thumbnail", - type: { - kind: "OBJECT", - name: "Image", - ofType: null, - }, - args: [ - { - name: "size", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "totalPrice", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - }, - args: [], - }, - { - name: "translatedProductName", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "translatedVariantName", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "undiscountedUnitPrice", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - }, - args: [], - }, - { - name: "unitDiscount", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - }, - args: [], - }, - { - name: "unitDiscountReason", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "unitDiscountType", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "unitDiscountValue", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "unitPrice", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - }, - args: [], - }, - { - name: "variant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - { - name: "variantName", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "OrderLineDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "orderLine", - type: { - kind: "OBJECT", - name: "OrderLine", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderLineDiscountRemove", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "orderLine", - type: { - kind: "OBJECT", - name: "OrderLine", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderLineDiscountUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "orderLine", - type: { - kind: "OBJECT", - name: "OrderLine", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderLineUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "orderLine", - type: { - kind: "OBJECT", - name: "OrderLine", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderLinesCreate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "orderLines", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderLine", - ofType: null, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderMarkAsPaid", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderRefund", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderSettings", - fields: [ - { - name: "automaticallyConfirmAllNewOrders", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "automaticallyFulfillNonShippableGiftCard", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderSettingsError", - fields: [ - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderSettingsUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderSettingsError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "orderSettings", - type: { - kind: "OBJECT", - name: "OrderSettings", - ofType: null, - }, - args: [], - }, - { - name: "orderSettingsErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderSettingsError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderUpdateShipping", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "OrderUpdated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "OrderVoid", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "orderErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "OrderError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Page", - fields: [ - { - name: "attributes", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "SelectedAttribute", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "content", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "contentJson", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "created", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "isPublished", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "pageType", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageType", - ofType: null, - }, - }, - args: [], - }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "publicationDate", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "publishedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "seoDescription", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "seoTitle", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "slug", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "title", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "PageTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], - }, - { - kind: "OBJECT", - name: "PageAttributeAssign", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageType", - type: { - kind: "OBJECT", - name: "PageType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageAttributeUnassign", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageType", - type: { - kind: "OBJECT", - name: "PageType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageBulkDelete", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageBulkPublish", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageCountableEdge", - fields: [ - { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Page", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageCreate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "page", - type: { - kind: "OBJECT", - name: "Page", - ofType: null, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageCreated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "page", - type: { - kind: "OBJECT", - name: "Page", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "PageDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "page", - type: { - kind: "OBJECT", - name: "Page", - ofType: null, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageDeleted", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "page", - type: { - kind: "OBJECT", - name: "Page", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "PageError", - fields: [ - { - name: "attributes", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "values", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageInfo", - fields: [ - { - name: "endCursor", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "hasNextPage", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "hasPreviousPage", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "startCursor", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageReorderAttributeValues", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "page", - type: { - kind: "OBJECT", - name: "Page", - ofType: null, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageTranslatableContent", - fields: [ - { - name: "attributeValues", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeValueTranslatableContent", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "content", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "contentJson", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "page", - type: { - kind: "OBJECT", - name: "Page", - ofType: null, - }, - args: [], - }, - { - name: "seoDescription", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "seoTitle", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "title", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "PageTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "PageTranslate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "page", - type: { - kind: "OBJECT", - name: "PageTranslatableContent", - ofType: null, - }, - args: [], - }, - { - name: "translationErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageTranslation", - fields: [ - { - name: "content", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "contentJson", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, - }, - args: [], - }, - { - name: "seoDescription", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "seoTitle", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "title", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "PageType", - fields: [ - { - name: "attributes", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Attribute", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "availableAttributes", - type: { - kind: "OBJECT", - name: "AttributeCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "hasPages", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "slug", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], - }, - { - kind: "OBJECT", - name: "PageTypeBulkDelete", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageTypeCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageTypeCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageTypeCountableEdge", - fields: [ - { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageType", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageTypeCreate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageType", - type: { - kind: "OBJECT", - name: "PageType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageTypeDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageType", - type: { - kind: "OBJECT", - name: "PageType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageTypeReorderAttributes", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageType", - type: { - kind: "OBJECT", - name: "PageType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageTypeUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageType", - type: { - kind: "OBJECT", - name: "PageType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "page", - type: { - kind: "OBJECT", - name: "Page", - ofType: null, - }, - args: [], - }, - { - name: "pageErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PageUpdated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "page", - type: { - kind: "OBJECT", - name: "Page", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "PasswordChange", - fields: [ - { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Payment", - fields: [ - { - name: "actions", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - args: [], - }, - { - name: "availableCaptureAmount", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "availableRefundAmount", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "capturedAmount", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "chargeStatus", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, - }, - args: [], - }, - { - name: "created", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "creditCard", - type: { - kind: "OBJECT", - name: "CreditCard", - ofType: null, - }, - args: [], - }, - { - name: "customerIpAddress", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "gateway", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "isActive", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "modified", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [], - }, - { - name: "paymentMethodType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "token", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "total", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "transactions", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Transaction", - ofType: null, - }, - }, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], - }, - { - kind: "OBJECT", - name: "PaymentCapture", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "payment", - type: { - kind: "OBJECT", - name: "Payment", - ofType: null, - }, - args: [], - }, - { - name: "paymentErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PaymentCheckBalance", - fields: [ - { - name: "data", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "paymentErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PaymentCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PaymentCountableEdge", - fields: [ - { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Payment", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PaymentError", - fields: [ - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "variants", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PaymentGateway", - fields: [ - { - name: "config", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GatewayConfigLine", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "currencies", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PaymentInitialize", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "initializedPayment", - type: { - kind: "OBJECT", - name: "PaymentInitialized", - ofType: null, - }, - args: [], - }, - { - name: "paymentErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PaymentInitialized", - fields: [ - { - name: "data", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "gateway", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PaymentRefund", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "payment", - type: { - kind: "OBJECT", - name: "Payment", - ofType: null, - }, - args: [], - }, - { - name: "paymentErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PaymentSource", - fields: [ - { - name: "creditCardInfo", - type: { - kind: "OBJECT", - name: "CreditCard", - ofType: null, - }, - args: [], - }, - { - name: "gateway", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "paymentMethodId", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PaymentVoid", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "payment", - type: { - kind: "OBJECT", - name: "Payment", - ofType: null, - }, - args: [], - }, - { - name: "paymentErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Permission", - fields: [ - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PermissionGroupCreate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PermissionGroupError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "group", - type: { - kind: "OBJECT", - name: "Group", - ofType: null, - }, - args: [], - }, - { - name: "permissionGroupErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PermissionGroupError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PermissionGroupDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PermissionGroupError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "group", - type: { - kind: "OBJECT", - name: "Group", - ofType: null, - }, - args: [], - }, - { - name: "permissionGroupErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PermissionGroupError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PermissionGroupError", - fields: [ - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "permissions", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "users", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PermissionGroupUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PermissionGroupError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "group", - type: { - kind: "OBJECT", - name: "Group", - ofType: null, - }, - args: [], - }, - { - name: "permissionGroupErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PermissionGroupError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Plugin", - fields: [ - { - name: "channelConfigurations", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PluginConfiguration", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "description", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "globalConfiguration", - type: { - kind: "OBJECT", - name: "PluginConfiguration", - ofType: null, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PluginConfiguration", - fields: [ - { - name: "active", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "channel", - type: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - args: [], - }, - { - name: "configuration", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ConfigurationItem", - ofType: null, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PluginCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PluginCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PluginCountableEdge", - fields: [ - { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Plugin", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PluginError", - fields: [ - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PluginUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PluginError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "plugin", - type: { - kind: "OBJECT", - name: "Plugin", - ofType: null, - }, - args: [], - }, - { - name: "pluginsErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PluginError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PreorderData", - fields: [ - { - name: "endDate", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "globalSoldUnits", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "globalThreshold", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "PreorderThreshold", - fields: [ - { - name: "quantity", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "soldUnits", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Product", - fields: [ - { - name: "attributes", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "SelectedAttribute", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "availableForPurchase", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "availableForPurchaseAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, - }, - args: [], - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "channelListings", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductChannelListing", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "chargeTaxes", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "collections", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Collection", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "created", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "defaultVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - { - name: "description", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "descriptionJson", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "imageById", - type: { - kind: "OBJECT", - name: "ProductImage", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "images", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductImage", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "isAvailable", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "address", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "isAvailableForPurchase", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "media", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductMedia", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "mediaById", - type: { - kind: "OBJECT", - name: "ProductMedia", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "pricing", - type: { - kind: "OBJECT", - name: "ProductPricingInfo", - ofType: null, - }, - args: [ - { - name: "address", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "productType", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductType", - ofType: null, - }, - }, - args: [], - }, - { - name: "rating", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "seoDescription", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "seoTitle", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "slug", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "taxType", - type: { - kind: "OBJECT", - name: "TaxType", - ofType: null, - }, - args: [], - }, - { - name: "thumbnail", - type: { - kind: "OBJECT", - name: "Image", - ofType: null, - }, - args: [ - { - name: "size", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "ProductTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "updatedAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "variants", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "weight", - type: { - kind: "OBJECT", - name: "Weight", - ofType: null, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductAttributeAssign", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productType", - type: { - kind: "OBJECT", - name: "ProductType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductAttributeAssignmentUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productType", - type: { - kind: "OBJECT", - name: "ProductType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductAttributeUnassign", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productType", - type: { - kind: "OBJECT", - name: "ProductType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductBulkDelete", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductChannelListing", - fields: [ - { - name: "availableForPurchase", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "availableForPurchaseAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "channel", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - }, - args: [], - }, - { - name: "discountedPrice", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "isAvailableForPurchase", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "isPublished", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "margin", - type: { - kind: "OBJECT", - name: "Margin", - ofType: null, - }, - args: [], - }, - { - name: "pricing", - type: { - kind: "OBJECT", - name: "ProductPricingInfo", - ofType: null, - }, - args: [ - { - name: "address", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "publicationDate", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "publishedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "purchaseCost", - type: { - kind: "OBJECT", - name: "MoneyRange", - ofType: null, - }, - args: [], - }, - { - name: "visibleInListings", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductChannelListingError", - fields: [ - { - name: "attributes", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "channels", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "values", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "variants", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductChannelListingUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductChannelListingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "productChannelListingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductChannelListingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductCountableEdge", - fields: [ - { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductCreate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductCreated", - fields: [ - { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, - }, - args: [], - }, - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductDeleted", - fields: [ - { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, - }, - args: [], - }, - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductError", - fields: [ - { - name: "attributes", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "values", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductImage", - fields: [ - { - name: "alt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "sortOrder", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "url", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [ - { - name: "size", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductMedia", - fields: [ - { - name: "alt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "oembedData", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "sortOrder", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "type", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "url", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [ - { - name: "size", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductMediaBulkDelete", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductMediaCreate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "media", - type: { - kind: "OBJECT", - name: "ProductMedia", - ofType: null, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductMediaDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "media", - type: { - kind: "OBJECT", - name: "ProductMedia", - ofType: null, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductMediaReorder", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "media", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductMedia", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductMediaUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "media", - type: { - kind: "OBJECT", - name: "ProductMedia", - ofType: null, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductPricingInfo", - fields: [ - { - name: "discount", - type: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - args: [], - }, - { - name: "discountLocalCurrency", - type: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - args: [], - }, - { - name: "onSale", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "priceRange", - type: { - kind: "OBJECT", - name: "TaxedMoneyRange", - ofType: null, - }, - args: [], - }, - { - name: "priceRangeLocalCurrency", - type: { - kind: "OBJECT", - name: "TaxedMoneyRange", - ofType: null, - }, - args: [], - }, - { - name: "priceRangeUndiscounted", - type: { - kind: "OBJECT", - name: "TaxedMoneyRange", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductReorderAttributeValues", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductTranslatableContent", - fields: [ - { - name: "attributeValues", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeValueTranslatableContent", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "description", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "descriptionJson", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "seoDescription", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "seoTitle", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "ProductTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductTranslate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "translationErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductTranslation", - fields: [ - { - name: "description", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "descriptionJson", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "seoDescription", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "seoTitle", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductType", - fields: [ - { - name: "assignedVariantAttributes", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AssignedVariantAttribute", - ofType: null, - }, - }, - }, - args: [ - { - name: "variantSelection", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "availableAttributes", - type: { - kind: "OBJECT", - name: "AttributeCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "hasVariants", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "isDigital", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "isShippingRequired", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "kind", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "productAttributes", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Attribute", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "products", - type: { - kind: "OBJECT", - name: "ProductCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "slug", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "taxType", - type: { - kind: "OBJECT", - name: "TaxType", - ofType: null, - }, - args: [], - }, - { - name: "variantAttributes", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Attribute", - ofType: null, - }, - }, - }, - args: [ - { - name: "variantSelection", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "weight", - type: { - kind: "OBJECT", - name: "Weight", - ofType: null, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductTypeBulkDelete", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductTypeCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductTypeCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductTypeCountableEdge", - fields: [ - { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductType", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductTypeCreate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productType", - type: { - kind: "OBJECT", - name: "ProductType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductTypeDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productType", - type: { - kind: "OBJECT", - name: "ProductType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductTypeReorderAttributes", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productType", - type: { - kind: "OBJECT", - name: "ProductType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductTypeUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productType", - type: { - kind: "OBJECT", - name: "ProductType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductUpdated", - fields: [ - { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, - }, - args: [], - }, - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductVariant", - fields: [ - { - name: "attributes", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "SelectedAttribute", - ofType: null, - }, - }, - }, - }, - args: [ - { - name: "variantSelection", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "channelListings", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductVariantChannelListing", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "created", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "digitalContent", - type: { - kind: "OBJECT", - name: "DigitalContent", - ofType: null, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "images", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductImage", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "margin", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "media", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductMedia", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "preorder", - type: { - kind: "OBJECT", - name: "PreorderData", - ofType: null, - }, - args: [], - }, - { - name: "pricing", - type: { - kind: "OBJECT", - name: "VariantPricingInfo", - ofType: null, - }, - args: [ - { - name: "address", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "product", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - }, - args: [], - }, - { - name: "quantityAvailable", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "address", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "countryCode", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "quantityLimitPerCustomer", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "quantityOrdered", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "revenue", - type: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - args: [ - { - name: "period", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "sku", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "stocks", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Stock", - ofType: null, - }, - }, - }, - args: [ - { - name: "address", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "countryCode", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "trackInventory", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "ProductVariantTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "updatedAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "weight", - type: { - kind: "OBJECT", - name: "Weight", - ofType: null, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductVariantBackInStock", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductVariantBulkCreate", - fields: [ - { - name: "bulkProductErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "BulkProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "BulkProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productVariants", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantBulkDelete", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantChannelListing", - fields: [ - { - name: "channel", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - }, - args: [], - }, - { - name: "costPrice", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "margin", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "preorderThreshold", - type: { - kind: "OBJECT", - name: "PreorderThreshold", - ofType: null, - }, - args: [], - }, - { - name: "price", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductVariantChannelListingUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductChannelListingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productChannelListingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductChannelListingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "variant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductVariantCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantCountableEdge", - fields: [ - { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantCreate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantCreated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductVariantDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantDeleted", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductVariantOutOfStock", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductVariantPreorderDeactivate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantReorder", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantReorderAttributeValues", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantSetDefault", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantStocksCreate", - fields: [ - { - name: "bulkStockErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "BulkStockError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "BulkStockError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantStocksDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "StockError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - { - name: "stockErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "StockError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantStocksUpdate", - fields: [ - { - name: "bulkStockErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "BulkStockError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "BulkStockError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantTranslatableContent", - fields: [ - { - name: "attributeValues", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeValueTranslatableContent", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "ProductVariantTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductVariantTranslate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - { - name: "translationErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantTranslation", - fields: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "ProductVariantUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ProductVariantUpdated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "Query", - fields: [ - { - name: "_entities", - type: { - kind: "LIST", - ofType: { - kind: "UNION", - name: "_Entity", - ofType: null, - }, - }, - args: [ - { - name: "representations", - type: { - kind: "LIST", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "_service", - type: { - kind: "OBJECT", - name: "_Service", - ofType: null, - }, - args: [], - }, - { - name: "address", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "addressValidationRules", - type: { - kind: "OBJECT", - name: "AddressValidationData", - ofType: null, - }, - args: [ - { - name: "city", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "cityArea", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "countryArea", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "countryCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "app", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "appExtension", - type: { - kind: "OBJECT", - name: "AppExtension", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "appExtensions", - type: { - kind: "OBJECT", - name: "AppExtensionCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "apps", - type: { - kind: "OBJECT", - name: "AppCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "appsInstallations", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AppInstallation", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "attribute", - type: { - kind: "OBJECT", - name: "Attribute", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "slug", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "attributes", - type: { - kind: "OBJECT", - name: "AttributeCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "categories", - type: { - kind: "OBJECT", - name: "CategoryCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "level", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "category", - type: { - kind: "OBJECT", - name: "Category", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "slug", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "channel", - type: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "channels", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "checkoutLines", - type: { - kind: "OBJECT", - name: "CheckoutLineCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "checkouts", - type: { - kind: "OBJECT", - name: "CheckoutCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "collection", - type: { - kind: "OBJECT", - name: "Collection", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "slug", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "collections", - type: { - kind: "OBJECT", - name: "CollectionCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "customers", - type: { - kind: "OBJECT", - name: "UserCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "digitalContent", - type: { - kind: "OBJECT", - name: "DigitalContent", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "digitalContents", - type: { - kind: "OBJECT", - name: "DigitalContentCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "draftOrders", - type: { - kind: "OBJECT", - name: "OrderCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "exportFile", - type: { - kind: "OBJECT", - name: "ExportFile", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "exportFiles", - type: { - kind: "OBJECT", - name: "ExportFileCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "giftCard", - type: { - kind: "OBJECT", - name: "GiftCard", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "giftCardCurrencies", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - args: [], - }, - { - name: "giftCardSettings", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "GiftCardSettings", - ofType: null, - }, - }, - args: [], - }, - { - name: "giftCardTags", - type: { - kind: "OBJECT", - name: "GiftCardTagCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "giftCards", - type: { - kind: "OBJECT", - name: "GiftCardCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "homepageEvents", - type: { - kind: "OBJECT", - name: "OrderEventCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "me", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [], - }, - { - name: "menu", - type: { - kind: "OBJECT", - name: "Menu", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "name", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "slug", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "menuItem", - type: { - kind: "OBJECT", - name: "MenuItem", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "menuItems", - type: { - kind: "OBJECT", - name: "MenuItemCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "menus", - type: { - kind: "OBJECT", - name: "MenuCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "order", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderByToken", - type: { - kind: "OBJECT", - name: "Order", - ofType: null, - }, - args: [ - { - name: "token", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "orderSettings", - type: { - kind: "OBJECT", - name: "OrderSettings", - ofType: null, - }, - args: [], - }, - { - name: "orders", - type: { - kind: "OBJECT", - name: "OrderCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "ordersTotal", - type: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "period", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "page", - type: { - kind: "OBJECT", - name: "Page", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "slug", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "pageType", - type: { - kind: "OBJECT", - name: "PageType", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "pageTypes", - type: { - kind: "OBJECT", - name: "PageTypeCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "pages", - type: { - kind: "OBJECT", - name: "PageCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "payment", - type: { - kind: "OBJECT", - name: "Payment", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "payments", - type: { - kind: "OBJECT", - name: "PaymentCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "permissionGroup", - type: { - kind: "OBJECT", - name: "Group", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "permissionGroups", - type: { - kind: "OBJECT", - name: "GroupCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "plugin", - type: { - kind: "OBJECT", - name: "Plugin", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "plugins", - type: { - kind: "OBJECT", - name: "PluginCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "product", - type: { - kind: "OBJECT", - name: "Product", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "slug", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "productType", - type: { - kind: "OBJECT", - name: "ProductType", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "productTypes", - type: { - kind: "OBJECT", - name: "ProductTypeCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sku", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "productVariants", - type: { - kind: "OBJECT", - name: "ProductVariantCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "ids", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "products", - type: { - kind: "OBJECT", - name: "ProductCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "reportProductSales", - type: { - kind: "OBJECT", - name: "ProductVariantCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "period", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "sale", - type: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "sales", - type: { - kind: "OBJECT", - name: "SaleCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "query", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "shippingZones", - type: { - kind: "OBJECT", - name: "ShippingZoneCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "shop", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Shop", - ofType: null, - }, - }, - args: [], - }, - { - name: "staffUsers", - type: { - kind: "OBJECT", - name: "UserCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "stock", - type: { - kind: "OBJECT", - name: "Stock", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "stocks", - type: { - kind: "OBJECT", - name: "StockCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "taxTypes", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TaxType", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "translation", - type: { - kind: "UNION", - name: "TranslatableItem", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "kind", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "translations", - type: { - kind: "OBJECT", - name: "TranslatableItemConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "kind", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [ - { - name: "email", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "vouchers", - type: { - kind: "OBJECT", - name: "VoucherCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "query", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "warehouses", - type: { - kind: "OBJECT", - name: "WarehouseCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "webhook", - type: { - kind: "OBJECT", - name: "Webhook", - ofType: null, - }, - args: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "webhookEvents", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WebhookEvent", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "webhookSamplePayload", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "eventType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ReducedRate", - fields: [ - { - name: "rate", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "rateType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "RefreshToken", - fields: [ - { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "RequestEmailChange", - fields: [ - { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "RequestPasswordReset", - fields: [ - { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Sale", - fields: [ - { - name: "categories", - type: { - kind: "OBJECT", - name: "CategoryCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "channelListings", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "SaleChannelListing", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "collections", - type: { - kind: "OBJECT", - name: "CollectionCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "created", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "currency", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "discountValue", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "endDate", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "products", - type: { - kind: "OBJECT", - name: "ProductCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "startDate", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "SaleTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "type", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "updatedAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "variants", - type: { - kind: "OBJECT", - name: "ProductVariantCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], - }, - { - kind: "OBJECT", - name: "SaleAddCatalogues", - fields: [ - { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "sale", - type: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "SaleBulkDelete", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "SaleChannelListing", - fields: [ - { - name: "channel", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - }, - args: [], - }, - { - name: "currency", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "discountValue", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "SaleChannelListingUpdate", - fields: [ - { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "sale", - type: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "SaleCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "SaleCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "SaleCountableEdge", - fields: [ - { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "SaleCreate", - fields: [ - { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "sale", - type: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "SaleCreated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "sale", - type: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "SaleDelete", - fields: [ - { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "sale", - type: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "SaleDeleted", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "sale", - type: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "SaleRemoveCatalogues", - fields: [ - { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "sale", - type: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "SaleTranslatableContent", - fields: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "sale", - type: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - args: [], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "SaleTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "SaleTranslate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "sale", - type: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - args: [], - }, - { - name: "translationErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "SaleTranslation", - fields: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "SaleUpdate", - fields: [ - { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "sale", - type: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "SaleUpdated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "sale", - type: { - kind: "OBJECT", - name: "Sale", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "SelectedAttribute", - fields: [ - { - name: "attribute", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Attribute", - ofType: null, - }, - }, - args: [], - }, - { - name: "values", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AttributeValue", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "SetPassword", - fields: [ - { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "csrfToken", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "refreshToken", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "token", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingError", - fields: [ - { - name: "channels", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "warehouses", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingMethod", - fields: [ - { - name: "active", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "description", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "maximumDeliveryDays", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "maximumOrderPrice", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "maximumOrderWeight", - type: { - kind: "OBJECT", - name: "Weight", - ofType: null, - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "minimumDeliveryDays", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "minimumOrderPrice", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "minimumOrderWeight", - type: { - kind: "OBJECT", - name: "Weight", - ofType: null, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "price", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - }, - args: [], - }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "ShippingMethodTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "type", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], - }, - { - kind: "OBJECT", - name: "ShippingMethodChannelListing", - fields: [ - { - name: "channel", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "maximumOrderPrice", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "minimumOrderPrice", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "price", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "ShippingMethodChannelListingUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethodType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingMethodPostalCodeRule", - fields: [ - { - name: "end", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "inclusionType", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "start", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "ShippingMethodTranslatableContent", - fields: [ - { - name: "description", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethodType", - ofType: null, - }, - args: [], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "ShippingMethodTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "ShippingMethodTranslation", - fields: [ - { - name: "description", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "ShippingMethodType", - fields: [ - { - name: "channelListings", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingMethodChannelListing", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "description", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "excludedProducts", - type: { - kind: "OBJECT", - name: "ProductCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "maximumDeliveryDays", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "maximumOrderPrice", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "maximumOrderWeight", - type: { - kind: "OBJECT", - name: "Weight", - ofType: null, - }, - args: [], - }, - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "minimumDeliveryDays", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "minimumOrderPrice", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, - args: [], - }, - { - name: "minimumOrderWeight", - type: { - kind: "OBJECT", - name: "Weight", - ofType: null, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "postalCodeRules", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingMethodPostalCodeRule", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "ShippingMethodTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "type", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], - }, - { - kind: "OBJECT", - name: "ShippingPriceBulkDelete", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingPriceCreate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethodType", - ofType: null, - }, - args: [], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingPriceCreated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethodType", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "ShippingPriceDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethodType", - ofType: null, - }, - args: [], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingPriceDeleted", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethodType", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "ShippingPriceExcludeProducts", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethodType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingPriceRemoveProductFromExclude", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethodType", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingPriceTranslate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethodType", - ofType: null, - }, - args: [], - }, - { - name: "translationErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingPriceUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethodType", - ofType: null, - }, - args: [], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingPriceUpdated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "shippingMethod", - type: { - kind: "OBJECT", - name: "ShippingMethodType", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "ShippingZone", - fields: [ - { - name: "channels", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "countries", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CountryDisplay", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "default", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "description", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "priceRange", - type: { - kind: "OBJECT", - name: "MoneyRange", - ofType: null, - }, - args: [], - }, - { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "shippingMethods", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingMethodType", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "warehouses", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], - }, - { - kind: "OBJECT", - name: "ShippingZoneBulkDelete", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingZoneCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingZoneCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingZoneCountableEdge", - fields: [ - { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingZoneCreate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingZoneCreated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "ShippingZoneDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingZoneDeleted", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "ShippingZoneUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShippingZoneUpdated", - fields: [ - { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, - }, - args: [], - }, - { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, - { - name: "shippingZone", - type: { - kind: "OBJECT", - name: "ShippingZone", - ofType: null, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "version", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, - ], - }, - { - kind: "OBJECT", - name: "Shop", - fields: [ - { - name: "automaticFulfillmentDigitalProducts", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "availableExternalAuthentications", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ExternalAuthentication", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "availablePaymentGateways", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentGateway", - ofType: null, - }, - }, - }, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "currency", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "availableShippingMethods", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingMethod", - ofType: null, - }, - }, - }, - args: [ - { - name: "address", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "channel", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "channelCurrencies", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - args: [], - }, - { - name: "chargeTaxesOnShipping", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "companyAddress", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, - }, - args: [], - }, - { - name: "countries", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CountryDisplay", - ofType: null, - }, - }, - }, - }, - args: [ - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "languageCode", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - { - name: "customerSetPasswordUrl", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "defaultCountry", - type: { - kind: "OBJECT", - name: "CountryDisplay", - ofType: null, - }, - args: [], - }, - { - name: "defaultDigitalMaxDownloads", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "defaultDigitalUrlValidDays", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "defaultMailSenderAddress", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "defaultMailSenderName", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "defaultWeightUnit", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "description", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "displayGrossPrices", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "domain", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Domain", - ofType: null, - }, - }, - args: [], - }, - { - name: "fulfillmentAllowUnpaid", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "fulfillmentAutoApprove", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "headerText", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "includeTaxesInPrices", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "languages", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "limitQuantityPerCheckout", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "limits", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LimitInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "permissions", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Permission", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "phonePrefixes", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - args: [], - }, - { - name: "reserveStockDurationAnonymousUser", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "reserveStockDurationAuthenticatedUser", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "staffNotificationRecipients", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "StaffNotificationRecipient", - ofType: null, - }, - }, - }, - args: [], - }, - { - name: "trackInventoryByDefault", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "translation", - type: { - kind: "OBJECT", - name: "ShopTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, - { - name: "version", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShopAddressUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shop", - type: { - kind: "OBJECT", - name: "Shop", - ofType: null, - }, - args: [], - }, - { - name: "shopErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShopDomainUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shop", - type: { - kind: "OBJECT", - name: "Shop", - ofType: null, - }, - args: [], - }, - { - name: "shopErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShopError", - fields: [ - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShopFetchTaxRates", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shop", - type: { - kind: "OBJECT", - name: "Shop", - ofType: null, - }, - args: [], - }, - { - name: "shopErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShopSettingsTranslate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shop", - type: { - kind: "OBJECT", - name: "Shop", - ofType: null, - }, - args: [], - }, - { - name: "translationErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShopSettingsUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shop", - type: { - kind: "OBJECT", - name: "Shop", - ofType: null, - }, - args: [], - }, - { - name: "shopErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "ShopTranslation", - fields: [ - { - name: "description", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "headerText", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "StaffBulkDelete", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "StaffError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "staffErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "StaffError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "StaffCreate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "StaffError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "staffErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "StaffError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "StaffDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "StaffError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "staffErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "StaffError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "StaffError", - fields: [ - { - name: "addressType", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "field", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "groups", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "message", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "permissions", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - { - name: "users", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "StaffNotificationRecipient", - fields: [ - { - name: "active", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "email", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "StaffNotificationRecipientCreate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shopErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "staffNotificationRecipient", - type: { - kind: "OBJECT", - name: "StaffNotificationRecipient", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "StaffNotificationRecipientDelete", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shopErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "staffNotificationRecipient", - type: { - kind: "OBJECT", - name: "StaffNotificationRecipient", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "StaffNotificationRecipientUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "shopErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShopError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "staffNotificationRecipient", - type: { - kind: "OBJECT", - name: "StaffNotificationRecipient", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "StaffUpdate", - fields: [ - { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "StaffError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "staffErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "StaffError", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Stock", - fields: [ - { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "productVariant", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, - }, - }, - args: [], - }, - { - name: "quantity", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "quantityAllocated", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "quantityReserved", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "warehouse", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "StockCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "StockCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, - { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], - }, - { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "StockCountableEdge", - fields: [ - { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, - { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Stock", - ofType: null, - }, - }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "StockError", - fields: [ - { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, - }, - args: [], + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "created", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] + }, + { + "name": "currency", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "discountValue", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "endDate", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "products", + "type": { + "kind": "OBJECT", + "name": "ProductCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "startDate", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "SaleTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "updatedAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "variants", + "type": { + "kind": "OBJECT", + "name": "ProductVariantCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "SaleAddCatalogues", + "fields": [ + { + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "sale", + "type": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "SaleBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "SaleChannelListing", + "fields": [ + { + "name": "channel", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + } + }, + "args": [] + }, + { + "name": "currency", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "discountValue", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "SaleChannelListingUpdate", + "fields": [ + { + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] + }, + { + "name": "sale", + "type": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "SaleCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "SaleCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "SaleCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "Subscription", - fields: [ { - name: "event", - type: { - kind: "INTERFACE", - name: "Event", - ofType: null, + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null + } }, - args: [], - }, - ], - interfaces: [], + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "TaxType", - fields: [ + "kind": "OBJECT", + "name": "SaleCreate", + "fields": [ { - name: "description", - type: { - kind: "SCALAR", - name: "Any", + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "taxCode", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "TaxedMoney", - fields: [ { - name: "currency", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "sale", + "type": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "SaleCreated", + "fields": [ { - name: "gross", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "net", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "tax", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "TaxedMoneyRange", - fields: [ { - name: "start", - type: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, + "name": "sale", + "type": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "stop", - type: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "TimePeriod", - fields: [ + "kind": "OBJECT", + "name": "SaleDelete", + "fields": [ { - name: "amount", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "type", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, + { + "name": "sale", + "type": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null + }, + "args": [] + } ], - interfaces: [], - }, + "interfaces": [] + }, { - kind: "OBJECT", - name: "Transaction", - fields: [ + "kind": "OBJECT", + "name": "SaleDeleted", + "fields": [ { - name: "amount", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "created", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "error", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "gatewayResponse", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "sale", + "type": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ { - name: "isSuccess", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "SaleRemoveCatalogues", + "fields": [ + { + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "kind", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "payment", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Payment", - ofType: null, - }, + "name": "sale", + "type": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "SaleTranslatableContent", + "fields": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "sale", + "type": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "SaleTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "SaleTranslate", + "fields": [ { - name: "token", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "sale", + "type": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null + }, + "args": [] + }, + { + "name": "translationErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "SaleTranslation", + "fields": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } + }, + "args": [] }, + { + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "TransactionAction", - fields: [ + "kind": "OBJECT", + "name": "SaleUpdate", + "fields": [ { - name: "actionType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "amount", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, + { + "name": "sale", + "type": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "TransactionActionRequest", - fields: [ + "kind": "OBJECT", + "name": "SaleUpdated", + "fields": [ { - name: "action", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TransactionAction", - ofType: null, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] + }, + { + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "sale", + "type": { + "kind": "OBJECT", + "name": "Sale", + "ofType": null }, - args: [], - }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], - }, + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "SelectedAttribute", + "fields": [ { - name: "transaction", - type: { - kind: "OBJECT", - name: "TransactionItem", - ofType: null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Attribute", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "values", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AttributeValue", + "ofType": null + } + } + } }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "TransactionCreate", - fields: [ + "kind": "OBJECT", + "name": "SetPassword", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TransactionCreateError", - ofType: null, - }, - }, - }, + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "transaction", - type: { - kind: "OBJECT", - name: "TransactionItem", - ofType: null, + "name": "csrfToken", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "TransactionCreateError", - fields: [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "refreshToken", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "token", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "TransactionEvent", - fields: [ + "kind": "OBJECT", + "name": "ShippingError", + "fields": [ { - name: "createdAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "channels", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "SCALAR", - name: "Any", + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "reference", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "status", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "warehouses", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "TransactionItem", - fields: [ + "kind": "OBJECT", + "name": "ShippingMethod", + "fields": [ { - name: "actions", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, + "name": "active", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "authorizedAmount", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "chargedAmount", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "createdAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "maximumDeliveryDays", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "events", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TransactionEvent", - ofType: null, - }, - }, - }, + "name": "maximumOrderPrice", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "maximumOrderWeight", + "type": { + "kind": "OBJECT", + "name": "Weight", + "ofType": null }, - args: [], + "args": [] }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ + "args": [ { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "modifiedAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], + "name": "minimumDeliveryDays", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "minimumOrderPrice", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + }, + "args": [] + }, + { + "name": "minimumOrderWeight", + "type": { + "kind": "OBJECT", + "name": "Weight", + "ofType": null + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "price", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, - { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ + "args": [ { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodTranslation", + "ofType": null }, - args: [ + "args": [ { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, - { - name: "reference", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "ShippingMethodChannelListing", + "fields": [ + { + "name": "channel", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "refundedAmount", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "status", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "maximumOrderPrice", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "type", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "minimumOrderPrice", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "voidedAmount", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Money", - ofType: null, - }, + "name": "price", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", - }, + "interfaces": [ { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, - ], + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "TransactionRequestAction", - fields: [ + "kind": "OBJECT", + "name": "ShippingMethodChannelListingUpdate", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TransactionRequestActionError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "transaction", - type: { - kind: "OBJECT", - name: "TransactionItem", - ofType: null, + "name": "shippingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, + { + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodType", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "TransactionRequestActionError", - fields: [ + "kind": "OBJECT", + "name": "ShippingMethodPostalCodeRule", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "end", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "inclusionType", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "start", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "TransactionUpdate", - fields: [ + "kind": "OBJECT", + "name": "ShippingMethodTranslatableContent", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TransactionUpdateError", - ofType: null, - }, - }, - }, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "transaction", - type: { - kind: "OBJECT", - name: "TransactionItem", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "TransactionUpdateError", - fields: [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodType", + "ofType": null }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodTranslation", + "ofType": null }, - args: [], - }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "UNION", - name: "TranslatableItem", - possibleTypes: [ + "kind": "OBJECT", + "name": "ShippingMethodTranslation", + "fields": [ { - kind: "OBJECT", - name: "AttributeTranslatableContent", - }, - { - kind: "OBJECT", - name: "AttributeValueTranslatableContent", - }, - { - kind: "OBJECT", - name: "CategoryTranslatableContent", + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, { - kind: "OBJECT", - name: "CollectionTranslatableContent", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - kind: "OBJECT", - name: "MenuItemTranslatableContent", + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } + }, + "args": [] }, { - kind: "OBJECT", - name: "PageTranslatableContent", - }, + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ { - kind: "OBJECT", - name: "ProductTranslatableContent", - }, + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "ShippingMethodType", + "fields": [ { - kind: "OBJECT", - name: "ProductVariantTranslatableContent", + "name": "channelListings", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingMethodChannelListing", + "ofType": null + } + } + }, + "args": [] }, { - kind: "OBJECT", - name: "SaleTranslatableContent", + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, { - kind: "OBJECT", - name: "ShippingMethodTranslatableContent", + "name": "excludedProducts", + "type": { + "kind": "OBJECT", + "name": "ProductCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - kind: "OBJECT", - name: "VoucherTranslatableContent", + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "TranslatableItemConnection", - fields: [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslatableItemEdge", - ofType: null, - }, - }, - }, + "name": "maximumDeliveryDays", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "maximumOrderPrice", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "maximumOrderWeight", + "type": { + "kind": "OBJECT", + "name": "Weight", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "TranslatableItemEdge", - fields: [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "UNION", - name: "TranslatableItem", - ofType: null, - }, + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, - ], - interfaces: [], + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "minimumDeliveryDays", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "minimumOrderPrice", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + }, + "args": [] + }, + { + "name": "minimumOrderWeight", + "type": { + "kind": "OBJECT", + "name": "Weight", + "ofType": null + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "postalCodeRules", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingMethodPostalCodeRule", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "ShippingPriceBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shippingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "TranslationCreated", - fields: [ + "kind": "OBJECT", + "name": "ShippingPriceCreate", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "shippingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodType", + "ofType": null }, - args: [], + "args": [] + }, + { + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShippingPriceCreated", + "fields": [ + { + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] + }, + { + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] }, { - name: "translation", - type: { - kind: "UNION", - name: "TranslationTypes", - ofType: null, + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodType", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null }, - args: [], + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "TranslationError", - fields: [ + "kind": "OBJECT", + "name": "ShippingPriceDelete", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "shippingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodType", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "UNION", - name: "TranslationTypes", - possibleTypes: [ - { - kind: "OBJECT", - name: "AttributeTranslation", - }, + "kind": "OBJECT", + "name": "ShippingPriceDeleted", + "fields": [ { - kind: "OBJECT", - name: "AttributeValueTranslation", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] }, { - kind: "OBJECT", - name: "CategoryTranslation", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] }, { - kind: "OBJECT", - name: "CollectionTranslation", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] }, { - kind: "OBJECT", - name: "MenuItemTranslation", - }, + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodType", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ { - kind: "OBJECT", - name: "PageTranslation", - }, + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "ShippingPriceExcludeProducts", + "fields": [ { - kind: "OBJECT", - name: "ProductTranslation", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shippingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShippingPriceRemoveProductFromExclude", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shippingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodType", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShippingPriceTranslate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodType", + "ofType": null + }, + "args": [] + }, + { + "name": "translationErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShippingPriceUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shippingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } + }, + "args": [] }, { - kind: "OBJECT", - name: "ProductVariantTranslation", + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodType", + "ofType": null + }, + "args": [] }, { - kind: "OBJECT", - name: "SaleTranslation", - }, + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShippingPriceUpdated", + "fields": [ + { + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] + }, + { + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] + }, { - kind: "OBJECT", - name: "ShippingMethodTranslation", - }, + "name": "shippingMethod", + "type": { + "kind": "OBJECT", + "name": "ShippingMethodType", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, { - kind: "OBJECT", - name: "VoucherTranslation", - }, + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "ShippingZone", + "fields": [ + { + "name": "channels", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "countries", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CountryDisplay", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "default", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "priceRange", + "type": { + "kind": "OBJECT", + "name": "MoneyRange", + "ofType": null + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "shippingMethods", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingMethodType", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "warehouses", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "ShippingZoneBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shippingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShippingZoneCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingZoneCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShippingZoneCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] }, { - kind: "OBJECT", - name: "TranslationUpdated", - fields: [ + "kind": "OBJECT", + "name": "ShippingZoneCreate", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "shippingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShippingZoneCreated", + "fields": [ + { + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "translation", - type: { - kind: "UNION", - name: "TranslationTypes", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "UpdateMetadata", - fields: [ + "kind": "OBJECT", + "name": "ShippingZoneDelete", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "item", - type: { - kind: "INTERFACE", - name: "ObjectWithMetadata", - ofType: null, + "name": "shippingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "metadataErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataError", - ofType: null, - }, - }, - }, + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], - }, + "interfaces": [] + }, { - kind: "OBJECT", - name: "UpdatePrivateMetadata", - fields: [ + "kind": "OBJECT", + "name": "ShippingZoneDeleted", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataError", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "item", - type: { - kind: "INTERFACE", - name: "ObjectWithMetadata", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "metadataErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataError", - ofType: null, - }, - }, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "UploadError", - fields: [ + "kind": "OBJECT", + "name": "ShippingZoneUpdate", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "shippingErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "User", - fields: [ - { - name: "addresses", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Address", - ofType: null, - }, - }, - }, - args: [], - }, + "kind": "OBJECT", + "name": "ShippingZoneUpdated", + "fields": [ { - name: "avatar", - type: { - kind: "OBJECT", - name: "Image", - ofType: null, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "size", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "checkout", - type: { - kind: "OBJECT", - name: "Checkout", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "checkoutIds", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "checkoutTokens", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "name": "shippingZone", + "type": { + "kind": "OBJECT", + "name": "ShippingZone", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "Shop", + "fields": [ + { + "name": "automaticFulfillmentDigitalProducts", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "availableExternalAuthentications", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ExternalAuthentication", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "availablePaymentGateways", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentGateway", + "ofType": null + } + } + } + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "currency", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "availableShippingMethods", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingMethod", + "ofType": null + } + } + }, + "args": [ + { + "name": "address", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "channel", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "channelCurrencies", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + }, + "args": [] + }, + { + "name": "chargeTaxesOnShipping", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - name: "dateJoined", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "companyAddress", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null }, - args: [], + "args": [] }, { - name: "defaultBillingAddress", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, + "name": "countries", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CountryDisplay", + "ofType": null + } + } + } }, - args: [], + "args": [ + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "languageCode", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "defaultShippingAddress", - type: { - kind: "OBJECT", - name: "Address", - ofType: null, + "name": "customerSetPasswordUrl", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "editableGroups", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Group", - ofType: null, - }, - }, + "name": "defaultCountry", + "type": { + "kind": "OBJECT", + "name": "CountryDisplay", + "ofType": null }, - args: [], + "args": [] }, { - name: "email", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "defaultDigitalMaxDownloads", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "events", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CustomerEvent", - ofType: null, - }, - }, + "name": "defaultDigitalUrlValidDays", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "firstName", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "defaultMailSenderAddress", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "giftCards", - type: { - kind: "OBJECT", - name: "GiftCardCountableConnection", - ofType: null, + "name": "defaultMailSenderName", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "defaultWeightUnit", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "isActive", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "isStaff", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "displayGrossPrices", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "domain", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Domain", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "lastLogin", - type: { - kind: "SCALAR", - name: "Any", + "name": "fulfillmentAllowUnpaid", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "lastName", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "fulfillmentAutoApprove", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "headerText", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "includeTaxesInPrices", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "languages", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } + } + } }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "note", - type: { - kind: "SCALAR", - name: "Any", + "name": "limitQuantityPerCheckout", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "orders", - type: { - kind: "OBJECT", - name: "OrderCountableConnection", - ofType: null, + "name": "limits", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LimitInfo", + "ofType": null + } }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "permissionGroups", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Group", - ofType: null, - }, - }, + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "permissions", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Permission", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, - }, - args: [], + "name": "phonePrefixes", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + }, + "args": [] + }, + { + "name": "reserveStockDurationAnonymousUser", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "reserveStockDurationAuthenticatedUser", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "staffNotificationRecipients", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "StaffNotificationRecipient", + "ofType": null + } + } + }, + "args": [] }, { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "trackInventoryByDefault", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "ShopTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "version", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShopAddressUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shop", + "type": { + "kind": "OBJECT", + "name": "Shop", + "ofType": null + }, + "args": [] + }, + { + "name": "shopErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShopDomainUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shop", + "type": { + "kind": "OBJECT", + "name": "Shop", + "ofType": null + }, + "args": [] + }, + { + "name": "shopErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShopError", + "fields": [ + { + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShopFetchTaxRates", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shop", + "type": { + "kind": "OBJECT", + "name": "Shop", + "ofType": null + }, + "args": [] + }, + { + "name": "shopErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShopSettingsTranslate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shop", + "type": { + "kind": "OBJECT", + "name": "Shop", + "ofType": null + }, + "args": [] + }, + { + "name": "translationErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShopSettingsUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shop", + "type": { + "kind": "OBJECT", + "name": "Shop", + "ofType": null + }, + "args": [] + }, + { + "name": "shopErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "ShopTranslation", + "fields": [ + { + "name": "description", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "headerText", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "StaffBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "StaffError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "staffErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "StaffError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "StaffCreate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "StaffError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "staffErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "StaffError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "StaffDelete", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "StaffError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "staffErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "StaffError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "StaffError", + "fields": [ + { + "name": "addressType", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "storedPaymentSources", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PaymentSource", - ofType: null, - }, - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "updatedAt", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "groups", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [], + "args": [] }, { - name: "userPermissions", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "UserPermission", - ofType: null, - }, - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "permissions", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] }, { - kind: "INTERFACE", - name: "ObjectWithMetadata", - }, + "name": "users", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "UserAvatarDelete", - fields: [ + "kind": "OBJECT", + "name": "StaffNotificationRecipient", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "active", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "email", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "UserAvatarUpdate", - fields: [ + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "StaffNotificationRecipientCreate", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, - }, - args: [], + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shopErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "staffNotificationRecipient", + "type": { + "kind": "OBJECT", + "name": "StaffNotificationRecipient", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "StaffNotificationRecipientDelete", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shopErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "staffNotificationRecipient", + "type": { + "kind": "OBJECT", + "name": "StaffNotificationRecipient", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "StaffNotificationRecipientUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "shopErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShopError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "staffNotificationRecipient", + "type": { + "kind": "OBJECT", + "name": "StaffNotificationRecipient", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "StaffUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "StaffError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "staffErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "StaffError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "Stock", + "fields": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "productVariant", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + } + }, + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "quantity", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] + }, + { + "name": "quantityAllocated", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "quantityReserved", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "warehouse", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "UserBulkSetActive", - fields: [ + "kind": "OBJECT", + "name": "StockCountableConnection", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "StockCountableEdge", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "UserCountableConnection", - fields: [ - { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "UserCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], - }, + "kind": "OBJECT", + "name": "StockCountableEdge", + "fields": [ { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Stock", + "ofType": null + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "UserCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "StockError", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "User", - ofType: null, - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "UserPermission", - fields: [ + "kind": "OBJECT", + "name": "Subscription", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "event", + "type": { + "kind": "INTERFACE", + "name": "Event", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "TaxType", + "fields": [ { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "description", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "sourcePermissionGroups", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Group", - ofType: null, - }, - }, + "name": "taxCode", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "userId", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "VAT", - fields: [ + "kind": "OBJECT", + "name": "TaxedMoney", + "fields": [ { - name: "countryCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "currency", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "reducedRates", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ReducedRate", - ofType: null, - }, - }, - }, + "name": "gross", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "standardRate", - type: { - kind: "SCALAR", - name: "Any", + "name": "net", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } }, - args: [], + "args": [] }, + { + "name": "tax", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "VariantMediaAssign", - fields: [ + "kind": "OBJECT", + "name": "TaxedMoneyRange", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "start", + "type": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null }, - args: [], + "args": [] }, { - name: "media", - type: { - kind: "OBJECT", - name: "ProductMedia", - ofType: null, + "name": "stop", + "type": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "TimePeriod", + "fields": [ { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "amount", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, + "name": "type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "VariantMediaUnassign", - fields: [ + "kind": "OBJECT", + "name": "Transaction", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "amount", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null }, - args: [], + "args": [] }, { - name: "media", - type: { - kind: "OBJECT", - name: "ProductMedia", - ofType: null, + "name": "created", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "productErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ProductError", - ofType: null, - }, - }, - }, + "name": "error", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "productVariant", - type: { - kind: "OBJECT", - name: "ProductVariant", - ofType: null, + "name": "gatewayResponse", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "VariantPricingInfo", - fields: [ { - name: "discount", - type: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "discountLocalCurrency", - type: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, + "name": "isSuccess", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "onSale", - type: { - kind: "SCALAR", - name: "Any", + "name": "kind", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "price", - type: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, + "name": "payment", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Payment", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "priceLocalCurrency", - type: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, + "name": "token", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "TransactionAction", + "fields": [ { - name: "priceUndiscounted", - type: { - kind: "OBJECT", - name: "TaxedMoney", - ofType: null, + "name": "actionType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "amount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "VerifyToken", - fields: [ + "kind": "OBJECT", + "name": "TransactionActionRequest", + "fields": [ { - name: "accountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "action", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TransactionAction", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "AccountError", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "isValid", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "payload", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "user", - type: { - kind: "OBJECT", - name: "User", - ofType: null, + "name": "transaction", + "type": { + "kind": "OBJECT", + "name": "TransactionItem", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "Voucher", - fields: [ + "kind": "OBJECT", + "name": "TransactionCreate", + "fields": [ { - name: "applyOncePerCustomer", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TransactionCreateError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "applyOncePerOrder", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "transaction", + "type": { + "kind": "OBJECT", + "name": "TransactionItem", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "TransactionCreateError", + "fields": [ { - name: "categories", - type: { - kind: "OBJECT", - name: "CategoryCountableConnection", - ofType: null, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "channelListings", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "VoucherChannelListing", - ofType: null, - }, - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "TransactionEvent", + "fields": [ { - name: "collections", - type: { - kind: "OBJECT", - name: "CollectionCountableConnection", - ofType: null, + "name": "createdAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] }, { - name: "countries", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "CountryDisplay", - ofType: null, - }, - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "currency", - type: { - kind: "SCALAR", - name: "Any", + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "discountValue", - type: { - kind: "SCALAR", - name: "Any", + "name": "reference", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "discountValueType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "status", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "TransactionItem", + "fields": [ + { + "name": "actions", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + }, + "args": [] + }, { - name: "endDate", - type: { - kind: "SCALAR", - name: "Any", + "name": "authorizedAmount", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } }, - args: [], - }, + "args": [] + }, + { + "name": "chargedAmount", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } + }, + "args": [] + }, + { + "name": "createdAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "events", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TransactionEvent", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "modifiedAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "reference", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "refundedAmount", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } + }, + "args": [] + }, + { + "name": "status", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "voidedAmount", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + } }, - args: [], + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" }, { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "TransactionRequestAction", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TransactionRequestActionError", + "ofType": null + } + } + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "transaction", + "type": { + "kind": "OBJECT", + "name": "TransactionItem", + "ofType": null }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "TransactionRequestActionError", + "fields": [ { - name: "minCheckoutItemsQuantity", - type: { - kind: "SCALAR", - name: "Any", + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "minSpent", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "SCALAR", - name: "Any", + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "TransactionUpdate", + "fields": [ { - name: "onlyForStaff", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TransactionUpdateError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "transaction", + "type": { + "kind": "OBJECT", + "name": "TransactionItem", + "ofType": null }, - args: [], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "TransactionUpdateError", + "fields": [ { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "products", - type: { - kind: "OBJECT", - name: "ProductCountableConnection", - ofType: null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "UNION", + "name": "TranslatableItem", + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "AttributeTranslatableContent" }, { - name: "startDate", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "AttributeValueTranslatableContent" }, { - name: "translation", - type: { - kind: "OBJECT", - name: "VoucherTranslation", - ofType: null, - }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "kind": "OBJECT", + "name": "CategoryTranslatableContent" }, { - name: "type", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "CollectionTranslatableContent" }, { - name: "usageLimit", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "MenuItemTranslatableContent" }, { - name: "used", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "PageTranslatableContent" }, { - name: "variants", - type: { - kind: "OBJECT", - name: "ProductVariantCountableConnection", - ofType: null, - }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "kind": "OBJECT", + "name": "ProductTranslatableContent" }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "kind": "OBJECT", + "name": "ProductVariantTranslatableContent" }, { - kind: "INTERFACE", - name: "ObjectWithMetadata", + "kind": "OBJECT", + "name": "SaleTranslatableContent" }, - ], + { + "kind": "OBJECT", + "name": "ShippingMethodTranslatableContent" + }, + { + "kind": "OBJECT", + "name": "VoucherTranslatableContent" + } + ] }, { - kind: "OBJECT", - name: "VoucherAddCatalogues", - fields: [ + "kind": "OBJECT", + "name": "TranslatableItemConnection", + "fields": [ { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslatableItemEdge", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "VoucherBulkDelete", - fields: [ - { - name: "count", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, + "kind": "OBJECT", + "name": "TranslatableItemEdge", + "fields": [ { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "UNION", + "name": "TranslatableItem", + "ofType": null + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "VoucherChannelListing", - fields: [ + "kind": "OBJECT", + "name": "TranslationCreated", + "fields": [ { - name: "channel", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Channel", - ofType: null, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "currency", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "discountValue", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "translation", + "type": { + "kind": "UNION", + "name": "TranslationTypes", + "ofType": null }, - args: [], + "args": [] }, { - name: "minSpent", - type: { - kind: "OBJECT", - name: "Money", - ofType: null, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Node", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "VoucherChannelListingUpdate", - fields: [ + "kind": "OBJECT", + "name": "TranslationError", + "fields": [ { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "VoucherCountableConnection", - fields: [ + "kind": "UNION", + "name": "TranslationTypes", + "possibleTypes": [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "VoucherCountableEdge", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "AttributeTranslation" }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, - }, - args: [], + "kind": "OBJECT", + "name": "AttributeValueTranslation" }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", - }, - args: [], + "kind": "OBJECT", + "name": "CategoryTranslation" }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "VoucherCountableEdge", - fields: [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], + "kind": "OBJECT", + "name": "CollectionTranslation" }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Voucher", - ofType: null, - }, - }, - args: [], + "kind": "OBJECT", + "name": "MenuItemTranslation" }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "VoucherCreate", - fields: [ { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "PageTranslation" }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, - }, - args: [], + "kind": "OBJECT", + "name": "ProductTranslation" }, { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, - }, - args: [], + "kind": "OBJECT", + "name": "ProductVariantTranslation" }, - ], - interfaces: [], + { + "kind": "OBJECT", + "name": "SaleTranslation" + }, + { + "kind": "OBJECT", + "name": "ShippingMethodTranslation" + }, + { + "kind": "OBJECT", + "name": "VoucherTranslation" + } + ] }, { - kind: "OBJECT", - name: "VoucherCreated", - fields: [ + "kind": "OBJECT", + "name": "TranslationUpdated", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "translation", + "type": { + "kind": "UNION", + "name": "TranslationTypes", + "ofType": null }, - args: [], + "args": [] }, { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "VoucherDelete", - fields: [ + "kind": "OBJECT", + "name": "UpdateMetadata", + "fields": [ { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, + "name": "item", + "type": { + "kind": "INTERFACE", + "name": "ObjectWithMetadata", + "ofType": null }, - args: [], + "args": [] }, { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, + "name": "metadataErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "VoucherDeleted", - fields: [ + "kind": "OBJECT", + "name": "UpdatePrivateMetadata", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "item", + "type": { + "kind": "INTERFACE", + "name": "ObjectWithMetadata", + "ofType": null }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, - }, - args: [], + "name": "metadataErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "UploadError", + "fields": [ + { + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "User", + "fields": [ + { + "name": "addresses", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Address", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "avatar", + "type": { + "kind": "OBJECT", + "name": "Image", + "ofType": null + }, + "args": [ + { + "name": "size", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "checkout", + "type": { + "kind": "OBJECT", + "name": "Checkout", + "ofType": null }, - args: [], + "args": [] }, { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, + "name": "checkoutIds", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } }, - args: [ + "args": [ { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "checkoutTokens", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "dateJoined", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "defaultBillingAddress", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null + }, + "args": [] + }, + { + "name": "defaultShippingAddress", + "type": { + "kind": "OBJECT", + "name": "Address", + "ofType": null + }, + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", + "name": "editableGroups", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Group", + "ofType": null + } + } + }, + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "VoucherRemoveCatalogues", - fields: [ { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, + "name": "email", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, + "name": "events", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CustomerEvent", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, + "name": "firstName", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "VoucherTranslatableContent", - fields: [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", + "name": "giftCards", + "type": { + "kind": "OBJECT", + "name": "GiftCardCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] + }, + { + "name": "isActive", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - name: "name", - type: { - kind: "SCALAR", - name: "Any", + "name": "isStaff", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "translation", - type: { - kind: "OBJECT", - name: "VoucherTranslation", - ofType: null, + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "languageCode", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, + "name": "lastLogin", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Node", + "name": "lastName", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "note", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "orders", + "type": { + "kind": "OBJECT", + "name": "OrderCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "permissionGroups", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Group", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "storedPaymentSources", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PaymentSource", + "ofType": null + } + } + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "updatedAt", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "userPermissions", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "UserPermission", + "ofType": null + } + } + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "UserAvatarDelete", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "UserAvatarUpdate", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "UserBulkSetActive", + "fields": [ + { + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "UserCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "UserCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "UserCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "User", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "UserPermission", + "fields": [ + { + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "sourcePermissionGroups", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Group", + "ofType": null + } + } + }, + "args": [ + { + "name": "userId", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "VAT", + "fields": [ + { + "name": "countryCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "reducedRates", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ReducedRate", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "standardRate", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "VariantMediaAssign", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "media", + "type": { + "kind": "OBJECT", + "name": "ProductMedia", + "ofType": null + }, + "args": [] + }, + { + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "VoucherTranslate", - fields: [ + "kind": "OBJECT", + "name": "VariantMediaUnassign", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "translationErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "TranslationError", - ofType: null, - }, - }, - }, + "name": "media", + "type": { + "kind": "OBJECT", + "name": "ProductMedia", + "ofType": null }, - args: [], + "args": [] }, { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, + "name": "productErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ProductError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, + { + "name": "productVariant", + "type": { + "kind": "OBJECT", + "name": "ProductVariant", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "VoucherTranslation", - fields: [ + "kind": "OBJECT", + "name": "VariantPricingInfo", + "fields": [ { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "discount", + "type": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null }, - args: [], + "args": [] }, { - name: "language", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "LanguageDisplay", - ofType: null, - }, + "name": "discountLocalCurrency", + "type": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "SCALAR", - name: "Any", + "name": "onSale", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Node", + "args": [] }, - ], - }, - { - kind: "OBJECT", - name: "VoucherUpdate", - fields: [ { - name: "discountErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, + "name": "price", + "type": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null }, - args: [], + "args": [] }, { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "DiscountError", - ofType: null, - }, - }, - }, + "name": "priceLocalCurrency", + "type": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null }, - args: [], + "args": [] }, { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, + "name": "priceUndiscounted", + "type": { + "kind": "OBJECT", + "name": "TaxedMoney", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "VoucherUpdated", - fields: [ + "kind": "OBJECT", + "name": "VerifyToken", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "accountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "AccountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "isValid", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "payload", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "voucher", - type: { - kind: "OBJECT", - name: "Voucher", - ofType: null, + "name": "user", + "type": { + "kind": "OBJECT", + "name": "User", + "ofType": null }, - args: [ - { - name: "channel", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, - ], - interfaces: [ - { - kind: "INTERFACE", - name: "Event", - }, + "args": [] + } ], + "interfaces": [] }, { - kind: "OBJECT", - name: "Warehouse", - fields: [ + "kind": "OBJECT", + "name": "Voucher", + "fields": [ { - name: "address", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Address", - ofType: null, - }, + "name": "applyOncePerCustomer", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "clickAndCollectOption", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "applyOncePerOrder", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "companyName", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "categories", + "type": { + "kind": "OBJECT", + "name": "CategoryCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "email", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "channelListings", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "VoucherChannelListing", + "ofType": null + } + } }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "isPrivate", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "collections", + "type": { + "kind": "OBJECT", + "name": "CollectionCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, { - name: "metadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "countries", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "CountryDisplay", + "ofType": null + } + } + }, + "args": [] + }, + { + "name": "currency", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "discountValue", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "metafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "discountValueType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [ - { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "args": [] }, { - name: "metafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "endDate", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "privateMetadata", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "MetadataItem", - ofType: null, - }, - }, - }, + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "privateMetafield", - type: { - kind: "SCALAR", - name: "Any", + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ + "args": [ { - name: "key", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - ], + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] }, { - name: "privateMetafields", - type: { - kind: "SCALAR", - name: "Any", + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ + "args": [ { - name: "keys", - type: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - }, - }, - ], + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "minCheckoutItemsQuantity", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "minSpent", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "onlyForStaff", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] }, { - name: "shippingZones", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "ShippingZoneCountableConnection", - ofType: null, - }, + "name": "products", + "type": { + "kind": "OBJECT", + "name": "ProductCountableConnection", + "ofType": null }, - args: [ + "args": [ { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "startDate", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "VoucherTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "usageLimit", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "used", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - name: "slug", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", + "name": "variants", + "type": { + "kind": "OBJECT", + "name": "ProductVariantCountableConnection", + "ofType": null + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "VoucherAddCatalogues", + "fields": [ + { + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "VoucherBulkDelete", + "fields": [ + { + "name": "count", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "VoucherChannelListing", + "fields": [ + { + "name": "channel", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Channel", + "ofType": null + } + }, + "args": [] + }, + { + "name": "currency", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "discountValue", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "minSpent", + "type": { + "kind": "OBJECT", + "name": "Money", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "VoucherChannelListingUpdate", + "fields": [ + { + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "VoucherCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "VoucherCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "VoucherCountableEdge", + "fields": [ + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null + } + }, + "args": [] + } ], - interfaces: [ + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "VoucherCreate", + "fields": [ { - kind: "INTERFACE", - name: "Node", + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] }, { - kind: "INTERFACE", - name: "ObjectWithMetadata", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } + }, + "args": [] }, - ], - }, + { + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, { - kind: "OBJECT", - name: "WarehouseCountableConnection", - fields: [ + "kind": "OBJECT", + "name": "VoucherCreated", + "fields": [ { - name: "edges", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WarehouseCountableEdge", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "pageInfo", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "PageInfo", - ofType: null, - }, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null + }, + "args": [] + }, + { + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "totalCount", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "WarehouseCountableEdge", - fields: [ + "kind": "OBJECT", + "name": "VoucherDelete", + "fields": [ { - name: "cursor", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "node", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, + { + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null + }, + "args": [] + } ], - interfaces: [], - }, + "interfaces": [] + }, { - kind: "OBJECT", - name: "WarehouseCreate", - fields: [ + "kind": "OBJECT", + "name": "VoucherDeleted", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WarehouseError", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "warehouseErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WarehouseError", - ofType: null, - }, - }, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, - ], - interfaces: [], + { + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null + }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "WarehouseCreated", - fields: [ + "kind": "OBJECT", + "name": "VoucherRemoveCatalogues", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "VoucherTranslatableContent", + "fields": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + }, + { + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "translation", + "type": { + "kind": "OBJECT", + "name": "VoucherTranslation", + "ofType": null + }, + "args": [ + { + "name": "languageCode", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "VoucherTranslate", + "fields": [ { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, + "name": "translationErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "TranslationError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "VoucherTranslation", + "fields": [ + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "language", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "LanguageDisplay", + "ofType": null + } }, - args: [], + "args": [] }, - ], - interfaces: [ { - kind: "INTERFACE", - name: "Event", - }, + "name": "name", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] }, { - kind: "OBJECT", - name: "WarehouseDelete", - fields: [ + "kind": "OBJECT", + "name": "VoucherUpdate", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WarehouseError", - ofType: null, - }, - }, - }, + "name": "discountErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "DiscountError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "warehouseErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WarehouseError", - ofType: null, - }, - }, - }, + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "WarehouseDeleted", - fields: [ + "kind": "OBJECT", + "name": "VoucherUpdated", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, + "name": "voucher", + "type": { + "kind": "OBJECT", + "name": "Voucher", + "ofType": null }, - args: [], - }, + "args": [ + { + "name": "channel", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "WarehouseError", - fields: [ + "kind": "OBJECT", + "name": "Warehouse", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "address", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Address", + "ofType": null + } + }, + "args": [] + }, + { + "name": "clickAndCollectOption", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "companyName", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "email", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "isPrivate", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "metadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "metafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "metafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "privateMetadata", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "MetadataItem", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "privateMetafield", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "key", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + ] + }, + { + "name": "privateMetafields", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [ + { + "name": "keys", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + } + } + } + ] + }, + { + "name": "shippingZones", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "ShippingZoneCountableConnection", + "ofType": null + } + }, + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] + }, + { + "name": "slug", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + }, + { + "kind": "INTERFACE", + "name": "ObjectWithMetadata" + } + ] + }, + { + "kind": "OBJECT", + "name": "WarehouseCountableConnection", + "fields": [ + { + "name": "edges", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WarehouseCountableEdge", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "pageInfo", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "args": [] + }, + { + "name": "totalCount", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "WarehouseShippingZoneAssign", - fields: [ + "kind": "OBJECT", + "name": "WarehouseCountableEdge", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WarehouseError", - ofType: null, - }, - }, - }, + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, + "name": "node", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "WarehouseCreate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WarehouseError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "warehouseErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WarehouseError", - ofType: null, - }, - }, - }, + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "warehouseErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WarehouseError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "WarehouseShippingZoneUnassign", - fields: [ + "kind": "OBJECT", + "name": "WarehouseCreated", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WarehouseError", - ofType: null, - }, - }, - }, + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "warehouseErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WarehouseError", - ofType: null, - }, - }, - }, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null + }, + "args": [] + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, + { + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null + }, + "args": [] + } ], - interfaces: [], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "WarehouseUpdate", - fields: [ + "kind": "OBJECT", + "name": "WarehouseDelete", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WarehouseError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WarehouseError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null }, - args: [], + "args": [] }, { - name: "warehouseErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WarehouseError", - ofType: null, - }, - }, - }, + "name": "warehouseErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WarehouseError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "WarehouseUpdated", - fields: [ + "kind": "OBJECT", + "name": "WarehouseDeleted", + "fields": [ { - name: "issuedAt", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "issuingPrincipal", - type: { - kind: "UNION", - name: "IssuingPrincipal", - ofType: null, + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "recipient", - type: { - kind: "OBJECT", - name: "App", - ofType: null, + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "version", - type: { - kind: "SCALAR", - name: "Any", + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "warehouse", - type: { - kind: "OBJECT", - name: "Warehouse", - ofType: null, + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Event", - }, - ], + "kind": "INTERFACE", + "name": "Event" + } + ] }, { - kind: "OBJECT", - name: "Webhook", - fields: [ + "kind": "OBJECT", + "name": "WarehouseError", + "fields": [ { - name: "app", - type: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "App", - ofType: null, - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "asyncEvents", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WebhookEventAsync", - ofType: null, - }, - }, - }, + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "eventDeliveries", - type: { - kind: "OBJECT", - name: "EventDeliveryCountableConnection", - ofType: null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [ - { - name: "after", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "before", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "filter", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "first", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "last", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - { - name: "sortBy", - type: { - kind: "SCALAR", - name: "Any", - }, - }, - ], - }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "WarehouseShippingZoneAssign", + "fields": [ { - name: "events", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WebhookEvent", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WarehouseError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "id", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null }, - args: [], + "args": [] }, { - name: "isActive", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, - }, - args: [], - }, + "name": "warehouseErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WarehouseError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "WarehouseShippingZoneUnassign", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WarehouseError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null + }, + "args": [] + }, + { + "name": "warehouseErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WarehouseError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "WarehouseUpdate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WarehouseError", + "ofType": null + } + } + } + }, + "args": [] + }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null + }, + "args": [] + }, + { + "name": "warehouseErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WarehouseError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "WarehouseUpdated", + "fields": [ + { + "name": "issuedAt", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "secretKey", - type: { - kind: "SCALAR", - name: "Any", + "name": "issuingPrincipal", + "type": { + "kind": "UNION", + "name": "IssuingPrincipal", + "ofType": null }, - args: [], + "args": [] }, { - name: "subscriptionQuery", - type: { - kind: "SCALAR", - name: "Any", + "name": "recipient", + "type": { + "kind": "OBJECT", + "name": "App", + "ofType": null }, - args: [], + "args": [] }, { - name: "syncEvents", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WebhookEventSync", - ofType: null, - }, - }, - }, + "name": "version", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "targetUrl", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "warehouse", + "type": { + "kind": "OBJECT", + "name": "Warehouse", + "ofType": null }, - args: [], - }, + "args": [] + } ], - interfaces: [ + "interfaces": [ { - kind: "INTERFACE", - name: "Node", - }, - ], - }, - { - kind: "OBJECT", - name: "WebhookCreate", - fields: [ + "kind": "INTERFACE", + "name": "Event" + } + ] + }, + { + "kind": "OBJECT", + "name": "Webhook", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WebhookError", - ofType: null, - }, - }, - }, + "name": "app", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "App", + "ofType": null + } }, - args: [], + "args": [] }, { - name: "webhook", - type: { - kind: "OBJECT", - name: "Webhook", - ofType: null, + "name": "asyncEvents", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WebhookEventAsync", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "webhookErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WebhookError", - ofType: null, - }, - }, - }, + "name": "eventDeliveries", + "type": { + "kind": "OBJECT", + "name": "EventDeliveryCountableConnection", + "ofType": null }, - args: [], + "args": [ + { + "name": "after", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "before", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "filter", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "first", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "last", + "type": { + "kind": "SCALAR", + "name": "Any" + } + }, + { + "name": "sortBy", + "type": { + "kind": "SCALAR", + "name": "Any" + } + } + ] }, - ], - interfaces: [], - }, - { - kind: "OBJECT", - name: "WebhookDelete", - fields: [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WebhookError", - ofType: null, - }, - }, - }, + "name": "events", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WebhookEvent", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] + }, + { + "name": "isActive", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] }, { - name: "webhook", - type: { - kind: "OBJECT", - name: "Webhook", - ofType: null, + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + }, + { + "name": "secretKey", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "subscriptionQuery", + "type": { + "kind": "SCALAR", + "name": "Any" + }, + "args": [] + }, + { + "name": "syncEvents", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WebhookEventSync", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "targetUrl", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } + }, + "args": [] + } + ], + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Node" + } + ] + }, + { + "kind": "OBJECT", + "name": "WebhookCreate", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WebhookError", + "ofType": null + } + } + } + }, + "args": [] + }, + { + "name": "webhook", + "type": { + "kind": "OBJECT", + "name": "Webhook", + "ofType": null + }, + "args": [] + }, + { + "name": "webhookErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WebhookError", + "ofType": null + } + } + } + }, + "args": [] + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "WebhookDelete", + "fields": [ + { + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WebhookError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "webhookErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WebhookError", - ofType: null, - }, - }, - }, + "name": "webhook", + "type": { + "kind": "OBJECT", + "name": "Webhook", + "ofType": null }, - args: [], + "args": [] }, + { + "name": "webhookErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WebhookError", + "ofType": null + } + } + } + }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "WebhookError", - fields: [ + "kind": "OBJECT", + "name": "WebhookError", + "fields": [ { - name: "code", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "code", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "field", - type: { - kind: "SCALAR", - name: "Any", + "name": "field", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], + "args": [] }, { - name: "message", - type: { - kind: "SCALAR", - name: "Any", + "name": "message", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "WebhookEvent", - fields: [ + "kind": "OBJECT", + "name": "WebhookEvent", + "fields": [ { - name: "eventType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "eventType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "WebhookEventAsync", - fields: [ + "kind": "OBJECT", + "name": "WebhookEventAsync", + "fields": [ { - name: "eventType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "eventType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "WebhookEventSync", - fields: [ + "kind": "OBJECT", + "name": "WebhookEventSync", + "fields": [ { - name: "eventType", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "eventType", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "name", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "name", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "WebhookUpdate", - fields: [ + "kind": "OBJECT", + "name": "WebhookUpdate", + "fields": [ { - name: "errors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WebhookError", - ofType: null, - }, - }, - }, + "name": "errors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WebhookError", + "ofType": null + } + } + } }, - args: [], + "args": [] }, { - name: "webhook", - type: { - kind: "OBJECT", - name: "Webhook", - ofType: null, + "name": "webhook", + "type": { + "kind": "OBJECT", + "name": "Webhook", + "ofType": null }, - args: [], + "args": [] }, { - name: "webhookErrors", - type: { - kind: "NON_NULL", - ofType: { - kind: "LIST", - ofType: { - kind: "NON_NULL", - ofType: { - kind: "OBJECT", - name: "WebhookError", - ofType: null, - }, - }, - }, + "name": "webhookErrors", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "WebhookError", + "ofType": null + } + } + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "OBJECT", - name: "Weight", - fields: [ + "kind": "OBJECT", + "name": "Weight", + "fields": [ { - name: "unit", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "unit", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], + "args": [] }, { - name: "value", - type: { - kind: "NON_NULL", - ofType: { - kind: "SCALAR", - name: "Any", - }, + "name": "value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Any" + } }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "UNION", - name: "_Entity", - possibleTypes: [ + "kind": "UNION", + "name": "_Entity", + "possibleTypes": [ { - kind: "OBJECT", - name: "Address", + "kind": "OBJECT", + "name": "Address" }, { - kind: "OBJECT", - name: "App", + "kind": "OBJECT", + "name": "App" }, { - kind: "OBJECT", - name: "Category", + "kind": "OBJECT", + "name": "Category" }, { - kind: "OBJECT", - name: "Collection", + "kind": "OBJECT", + "name": "Collection" }, { - kind: "OBJECT", - name: "Group", + "kind": "OBJECT", + "name": "Group" }, { - kind: "OBJECT", - name: "PageType", + "kind": "OBJECT", + "name": "PageType" }, { - kind: "OBJECT", - name: "Product", + "kind": "OBJECT", + "name": "Product" }, { - kind: "OBJECT", - name: "ProductMedia", + "kind": "OBJECT", + "name": "ProductMedia" }, { - kind: "OBJECT", - name: "ProductType", + "kind": "OBJECT", + "name": "ProductType" }, { - kind: "OBJECT", - name: "ProductVariant", + "kind": "OBJECT", + "name": "ProductVariant" }, { - kind: "OBJECT", - name: "User", - }, - ], + "kind": "OBJECT", + "name": "User" + } + ] }, { - kind: "OBJECT", - name: "_Service", - fields: [ + "kind": "OBJECT", + "name": "_Service", + "fields": [ { - name: "sdl", - type: { - kind: "SCALAR", - name: "Any", + "name": "sdl", + "type": { + "kind": "SCALAR", + "name": "Any" }, - args: [], - }, + "args": [] + } ], - interfaces: [], + "interfaces": [] }, { - kind: "SCALAR", - name: "Any", - }, + "kind": "SCALAR", + "name": "Any" + } ], - directives: [], - }, + "directives": [] + } } as unknown as IntrospectionQuery; export const UntypedOrderCreatedWebhookPayloadFragmentDoc = gql` - fragment OrderCreatedWebhookPayload on OrderCreated { - order { - id - number - user { - email - firstName - lastName + fragment OrderCreatedWebhookPayload on OrderCreated { + order { + id + number + user { + email + firstName + lastName + } + shippingAddress { + streetAddress1 + city + postalCode + country { + country } - shippingAddress { - streetAddress1 - city - postalCode - country { - country - } + } + subtotal { + gross { + amount + currency } - subtotal { - gross { - amount - currency - } + } + shippingPrice { + gross { + amount + currency } - shippingPrice { - gross { - amount - currency - } - } - total { - gross { - amount - currency - } + } + total { + gross { + amount + currency } } } -`; -export const UntypedUpdateAppMetadataDocument = gql` - mutation UpdateAppMetadata($id: ID!, $input: [MetadataInput!]!) { - updatePrivateMetadata(id: $id, input: $input) { - item { - privateMetadata { - key - value - } - } - } - } -`; - -export function useUpdateAppMetadataMutation() { - return Urql.useMutation( - UntypedUpdateAppMetadataDocument - ); } -export const UntypedFetchAppDetailsDocument = gql` - query FetchAppDetails { - app { - id + `; +export const UntypedUpdateAppMetadataDocument = gql` + mutation UpdateAppMetadata($id: ID!, $input: [MetadataInput!]!) { + updatePrivateMetadata(id: $id, input: $input) { + item { privateMetadata { key value } } } -`; - -export function useFetchAppDetailsQuery( - options?: Omit, "query"> -) { - return Urql.useQuery({ - query: UntypedFetchAppDetailsDocument, - ...options, - }); } -export const UntypedOrderCreatedDocument = gql` - subscription OrderCreated { - event { - ...OrderCreatedWebhookPayload + `; + +export function useUpdateAppMetadataMutation() { + return Urql.useMutation(UntypedUpdateAppMetadataDocument); +}; +export const UntypedFetchAppDetailsDocument = gql` + query FetchAppDetails { + app { + id + privateMetadata { + key + value } } - ${UntypedOrderCreatedWebhookPayloadFragmentDoc} -`; - -export function useOrderCreatedSubscription( - options: Omit, "query"> = {}, - handler?: Urql.SubscriptionHandler -) { - return Urql.useSubscription( - { query: UntypedOrderCreatedDocument, ...options }, - handler - ); } -export const OrderCreatedWebhookPayloadFragmentDoc = { - kind: "Document", - definitions: [ - { - kind: "FragmentDefinition", - name: { kind: "Name", value: "OrderCreatedWebhookPayload" }, - typeCondition: { kind: "NamedType", name: { kind: "Name", value: "OrderCreated" } }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { - kind: "Field", - name: { kind: "Name", value: "order" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { kind: "Field", name: { kind: "Name", value: "id" } }, - { kind: "Field", name: { kind: "Name", value: "number" } }, - { - kind: "Field", - name: { kind: "Name", value: "user" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { kind: "Field", name: { kind: "Name", value: "email" } }, - { kind: "Field", name: { kind: "Name", value: "firstName" } }, - { kind: "Field", name: { kind: "Name", value: "lastName" } }, - ], - }, - }, - { - kind: "Field", - name: { kind: "Name", value: "shippingAddress" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { kind: "Field", name: { kind: "Name", value: "streetAddress1" } }, - { kind: "Field", name: { kind: "Name", value: "city" } }, - { kind: "Field", name: { kind: "Name", value: "postalCode" } }, - { - kind: "Field", - name: { kind: "Name", value: "country" }, - selectionSet: { - kind: "SelectionSet", - selections: [{ kind: "Field", name: { kind: "Name", value: "country" } }], - }, - }, - ], - }, - }, - { - kind: "Field", - name: { kind: "Name", value: "subtotal" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { - kind: "Field", - name: { kind: "Name", value: "gross" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { kind: "Field", name: { kind: "Name", value: "amount" } }, - { kind: "Field", name: { kind: "Name", value: "currency" } }, - ], - }, - }, - ], - }, - }, - { - kind: "Field", - name: { kind: "Name", value: "shippingPrice" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { - kind: "Field", - name: { kind: "Name", value: "gross" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { kind: "Field", name: { kind: "Name", value: "amount" } }, - { kind: "Field", name: { kind: "Name", value: "currency" } }, - ], - }, - }, - ], - }, - }, - { - kind: "Field", - name: { kind: "Name", value: "total" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { - kind: "Field", - name: { kind: "Name", value: "gross" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { kind: "Field", name: { kind: "Name", value: "amount" } }, - { kind: "Field", name: { kind: "Name", value: "currency" } }, - ], - }, - }, - ], - }, - }, - ], - }, - }, - ], - }, - }, - ], -} as unknown as DocumentNode; -export const UpdateAppMetadataDocument = { - kind: "Document", - definitions: [ - { - kind: "OperationDefinition", - operation: "mutation", - name: { kind: "Name", value: "UpdateAppMetadata" }, - variableDefinitions: [ - { - kind: "VariableDefinition", - variable: { kind: "Variable", name: { kind: "Name", value: "id" } }, - type: { - kind: "NonNullType", - type: { kind: "NamedType", name: { kind: "Name", value: "ID" } }, - }, - }, - { - kind: "VariableDefinition", - variable: { kind: "Variable", name: { kind: "Name", value: "input" } }, - type: { - kind: "NonNullType", - type: { - kind: "ListType", - type: { - kind: "NonNullType", - type: { kind: "NamedType", name: { kind: "Name", value: "MetadataInput" } }, - }, - }, - }, - }, - ], - selectionSet: { - kind: "SelectionSet", - selections: [ - { - kind: "Field", - name: { kind: "Name", value: "updatePrivateMetadata" }, - arguments: [ - { - kind: "Argument", - name: { kind: "Name", value: "id" }, - value: { kind: "Variable", name: { kind: "Name", value: "id" } }, - }, - { - kind: "Argument", - name: { kind: "Name", value: "input" }, - value: { kind: "Variable", name: { kind: "Name", value: "input" } }, - }, - ], - selectionSet: { - kind: "SelectionSet", - selections: [ - { - kind: "Field", - name: { kind: "Name", value: "item" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { - kind: "Field", - name: { kind: "Name", value: "privateMetadata" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { kind: "Field", name: { kind: "Name", value: "key" } }, - { kind: "Field", name: { kind: "Name", value: "value" } }, - ], - }, - }, - ], - }, - }, - ], - }, - }, - ], - }, - }, - ], -} as unknown as DocumentNode; -export const FetchAppDetailsDocument = { - kind: "Document", - definitions: [ - { - kind: "OperationDefinition", - operation: "query", - name: { kind: "Name", value: "FetchAppDetails" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { - kind: "Field", - name: { kind: "Name", value: "app" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { kind: "Field", name: { kind: "Name", value: "id" } }, - { - kind: "Field", - name: { kind: "Name", value: "privateMetadata" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { kind: "Field", name: { kind: "Name", value: "key" } }, - { kind: "Field", name: { kind: "Name", value: "value" } }, - ], - }, - }, - ], - }, - }, - ], - }, - }, - ], -} as unknown as DocumentNode; -export const OrderCreatedDocument = { - kind: "Document", - definitions: [ - { - kind: "OperationDefinition", - operation: "subscription", - name: { kind: "Name", value: "OrderCreated" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { - kind: "Field", - name: { kind: "Name", value: "event" }, - selectionSet: { - kind: "SelectionSet", - selections: [ - { - kind: "FragmentSpread", - name: { kind: "Name", value: "OrderCreatedWebhookPayload" }, - }, - ], - }, - }, - ], - }, - }, - ...OrderCreatedWebhookPayloadFragmentDoc.definitions, - ], -} as unknown as DocumentNode; + `; + +export function useFetchAppDetailsQuery(options?: Omit, 'query'>) { + return Urql.useQuery({ query: UntypedFetchAppDetailsDocument, ...options }); +}; +export const UntypedOrderCreatedDocument = gql` + subscription OrderCreated { + event { + ...OrderCreatedWebhookPayload + } +} + ${UntypedOrderCreatedWebhookPayloadFragmentDoc}`; + +export function useOrderCreatedSubscription(options: Omit, 'query'> = {}, handler?: Urql.SubscriptionHandler) { + return Urql.useSubscription({ query: UntypedOrderCreatedDocument, ...options }, handler); +}; +export const OrderCreatedWebhookPayloadFragmentDoc = {"kind":"Document","definitions":[{"kind":"FragmentDefinition","name":{"kind":"Name","value":"OrderCreatedWebhookPayload"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"OrderCreated"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"order"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"number"}},{"kind":"Field","name":{"kind":"Name","value":"user"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"firstName"}},{"kind":"Field","name":{"kind":"Name","value":"lastName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"shippingAddress"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"streetAddress1"}},{"kind":"Field","name":{"kind":"Name","value":"city"}},{"kind":"Field","name":{"kind":"Name","value":"postalCode"}},{"kind":"Field","name":{"kind":"Name","value":"country"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"country"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"subtotal"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"gross"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount"}},{"kind":"Field","name":{"kind":"Name","value":"currency"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"shippingPrice"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"gross"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount"}},{"kind":"Field","name":{"kind":"Name","value":"currency"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"total"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"gross"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount"}},{"kind":"Field","name":{"kind":"Name","value":"currency"}}]}}]}}]}}]}}]} as unknown as DocumentNode; +export const UpdateAppMetadataDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"UpdateAppMetadata"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"ID"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"MetadataInput"}}}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"updatePrivateMetadata"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}},{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"item"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"privateMetadata"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"key"}},{"kind":"Field","name":{"kind":"Name","value":"value"}}]}}]}}]}}]}}]} as unknown as DocumentNode; +export const FetchAppDetailsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FetchAppDetails"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"app"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"privateMetadata"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"key"}},{"kind":"Field","name":{"kind":"Name","value":"value"}}]}}]}}]}}]} as unknown as DocumentNode; +export const OrderCreatedDocument = {"kind":"Document", "definitions":[{"kind":"OperationDefinition","operation":"subscription","name":{"kind":"Name","value":"OrderCreated"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"event"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"OrderCreatedWebhookPayload"}}]}}]}},...OrderCreatedWebhookPayloadFragmentDoc.definitions]} as unknown as DocumentNode; \ No newline at end of file diff --git a/apps/slack/generated/schema.graphql b/apps/slack/generated/schema.graphql index 6e9dca8..54e5d83 100644 --- a/apps/slack/generated/schema.graphql +++ b/apps/slack/generated/schema.graphql @@ -4,14 +4,11 @@ Create a new address for the customer. Requires one of the following permissions: AUTHENTICATED_USER. """ type AccountAddressCreate { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") address: Address errors: [AccountError!]! - """ - A user instance for which the address was created. - """ + """A user instance for which the address was created.""" user: User } @@ -19,14 +16,11 @@ type AccountAddressCreate { Delete an address of the logged-in user. Requires one of the following permissions: MANAGE_USERS, IS_OWNER. """ type AccountAddressDelete { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") address: Address errors: [AccountError!]! - """ - A user instance for which the address was deleted. - """ + """A user instance for which the address was deleted.""" user: User } @@ -34,14 +28,11 @@ type AccountAddressDelete { Updates an address of the logged-in user. Requires one of the following permissions: MANAGE_USERS, IS_OWNER. """ type AccountAddressUpdate { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") address: Address errors: [AccountError!]! - """ - A user object for which the address was edited. - """ + """A user object for which the address was edited.""" user: User } @@ -51,21 +42,16 @@ Remove user account. Requires one of the following permissions: AUTHENTICATED_USER. """ type AccountDelete { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! user: User } type AccountError { - """ - A type of address that causes the error. - """ + """A type of address that causes the error.""" addressType: AddressTypeEnum - """ - The error code. - """ + """The error code.""" code: AccountErrorCode! """ @@ -73,15 +59,11 @@ type AccountError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum AccountErrorCode { ACCOUNT_NOT_CONFIRMED ACTIVATE_OWN_ACCOUNT @@ -119,43 +101,28 @@ enum AccountErrorCode { } input AccountInput { - """ - Billing address of the customer. - """ + """Billing address of the customer.""" defaultBillingAddress: AddressInput - """ - Shipping address of the customer. - """ + """Shipping address of the customer.""" defaultShippingAddress: AddressInput - """ - Given name. - """ + """Given name.""" firstName: String - """ - User language code. - """ + """User language code.""" languageCode: LanguageCodeEnum - """ - Family name. - """ + """Family name.""" lastName: String } -""" -Register a new user. -""" +"""Register a new user.""" type AccountRegister { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - Informs whether users need to confirm their email address. - """ + """Informs whether users need to confirm their email address.""" requiresConfirmation: Boolean user: User } @@ -166,39 +133,25 @@ input AccountRegisterInput { """ channel: String - """ - The email address of the user. - """ + """The email address of the user.""" email: String! - """ - Given name. - """ + """Given name.""" firstName: String - """ - User language code. - """ + """User language code.""" languageCode: LanguageCodeEnum - """ - Family name. - """ + """Family name.""" lastName: String - """ - User public metadata. - """ + """User public metadata.""" metadata: [MetadataInput!] - """ - Password. - """ + """Password.""" password: String! - """ - Base of frontend URL that will be needed to create confirmation URL. - """ + """Base of frontend URL that will be needed to create confirmation URL.""" redirectUrl: String } @@ -208,8 +161,7 @@ Sends an email with the account removal link for the logged-in user. Requires one of the following permissions: AUTHENTICATED_USER. """ type AccountRequestDeletion { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! } @@ -219,13 +171,10 @@ Sets a default address for the authenticated user. Requires one of the following permissions: AUTHENTICATED_USER. """ type AccountSetDefaultAddress { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - An updated user instance. - """ + """An updated user instance.""" user: User } @@ -235,36 +184,27 @@ Updates the account of the logged-in user. Requires one of the following permissions: AUTHENTICATED_USER. """ type AccountUpdate { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! user: User } -""" -Represents user address data. -""" +"""Represents user address data.""" type Address implements Node { city: String! cityArea: String! companyName: String! - """ - Shop's default country. - """ + """Shop's default country.""" country: CountryDisplay! countryArea: String! firstName: String! id: ID! - """ - Address is user's default billing address. - """ + """Address is user's default billing address.""" isDefaultBillingAddress: Boolean - """ - Address is user's default shipping address. - """ + """Address is user's default shipping address.""" isDefaultShippingAddress: Boolean lastName: String! phone: String @@ -279,14 +219,11 @@ Creates user address. Requires one of the following permissions: MANAGE_USERS. """ type AddressCreate { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") address: Address errors: [AccountError!]! - """ - A user instance for which the address was created. - """ + """A user instance for which the address was created.""" user: User } @@ -296,71 +233,46 @@ Deletes an address. Requires one of the following permissions: MANAGE_USERS. """ type AddressDelete { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") address: Address errors: [AccountError!]! - """ - A user instance for which the address was deleted. - """ + """A user instance for which the address was deleted.""" user: User } input AddressInput { - """ - City. - """ + """City.""" city: String - """ - District. - """ + """District.""" cityArea: String - """ - Company or organization. - """ + """Company or organization.""" companyName: String - """ - Country. - """ + """Country.""" country: CountryCode - """ - State or province. - """ + """State or province.""" countryArea: String - """ - Given name. - """ + """Given name.""" firstName: String - """ - Family name. - """ + """Family name.""" lastName: String - """ - Phone number. - """ + """Phone number.""" phone: String - """ - Postal code. - """ + """Postal code.""" postalCode: String - """ - Address. - """ + """Address.""" streetAddress1: String - """ - Address. - """ + """Address.""" streetAddress2: String } @@ -370,19 +282,14 @@ Sets a default address for the given user. Requires one of the following permissions: MANAGE_USERS. """ type AddressSetDefault { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - An updated user instance. - """ + """An updated user instance.""" user: User } -""" -An enumeration. -""" +"""An enumeration.""" enum AddressTypeEnum { BILLING SHIPPING @@ -394,14 +301,11 @@ Updates an address. Requires one of the following permissions: MANAGE_USERS. """ type AddressUpdate { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") address: Address errors: [AccountError!]! - """ - A user object for which the address was edited. - """ + """A user object for which the address was edited.""" user: User } @@ -425,171 +329,135 @@ type AddressValidationData { upperFields: [String!]! } -""" -Represents allocation. -""" +"""Represents allocation.""" type Allocation implements Node { id: ID! """ Quantity allocated for orders. - + Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. """ quantity: Int! """ The warehouse were items were allocated. - + Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. """ warehouse: Warehouse! } -""" -Represents app data. -""" +"""Represents app data.""" type App implements Node & ObjectWithMetadata { - """ - Description of this app. - """ + """Description of this app.""" aboutApp: String - """ - JWT token used to authenticate by thridparty app. - """ + """JWT token used to authenticate by thridparty app.""" accessToken: String - """ - Url to iframe with the app. - """ + """Url to iframe with the app.""" appUrl: String - """ - Url to iframe with the configuration for the app. - """ + """Url to iframe with the configuration for the app.""" configurationUrl: String - """ - The date and time when the app was created. - """ + """The date and time when the app was created.""" created: DateTime - """ - Description of the data privacy defined for this app. - """ + """Description of the data privacy defined for this app.""" dataPrivacy: String - """ - Url to details about the privacy policy on the app owner page. - """ + """Url to details about the privacy policy on the app owner page.""" dataPrivacyUrl: String """ App's dashboard extensions. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ extensions: [AppExtension!]! - """ - Homepage of the app. - """ + """Homepage of the app.""" homepageUrl: String id: ID! - """ - Determine if app will be set active or not. - """ + """Determine if app will be set active or not.""" isActive: Boolean - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata - """ - Name of the app. - """ + """Name of the app.""" name: String - """ - List of the app's permissions. - """ + """List of the app's permissions.""" permissions: [Permission!] - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata - """ - Support page for the app. - """ + """Support page for the app.""" supportUrl: String """ Last 4 characters of the tokens. - + Requires one of the following permissions: MANAGE_APPS, OWNER. """ tokens: [AppToken!] - """ - Type of the app. - """ + """Type of the app.""" type: AppTypeEnum - """ - Version number of the app. - """ + """Version number of the app.""" version: String """ List of webhooks assigned to this app. - + Requires one of the following permissions: MANAGE_APPS, OWNER. """ webhooks: [Webhook!] @@ -602,34 +470,25 @@ Requires one of the following permissions: MANAGE_APPS. """ type AppActivate { app: App - appErrors: [AppError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + appErrors: [AppError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AppError!]! } type AppCountableConnection { edges: [AppCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type AppCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: App! } @@ -638,12 +497,9 @@ Creates a new app. Requires the following permissions: AUTHENTICATED_STAFF_USER """ type AppCreate { app: App - appErrors: [AppError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + appErrors: [AppError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - The newly created authentication token. - """ + """The newly created authentication token.""" authToken: String errors: [AppError!]! } @@ -655,8 +511,7 @@ Requires one of the following permissions: MANAGE_APPS. """ type AppDeactivate { app: App - appErrors: [AppError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + appErrors: [AppError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AppError!]! } @@ -667,8 +522,7 @@ Requires one of the following permissions: MANAGE_APPS. """ type AppDelete { app: App - appErrors: [AppError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + appErrors: [AppError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AppError!]! } @@ -678,8 +532,7 @@ Delete failed installation. Requires one of the following permissions: MANAGE_APPS. """ type AppDeleteFailedInstallation { - appErrors: [AppError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + appErrors: [AppError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") appInstallation: AppInstallation errors: [AppError!]! } @@ -687,38 +540,28 @@ type AppDeleteFailedInstallation { type AppDeleted implements Event { """ The application the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ app: App - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type AppError { - """ - The error code. - """ + """The error code.""" code: AppErrorCode! """ @@ -726,20 +569,14 @@ type AppError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of permissions which causes the error. - """ + """List of permissions which causes the error.""" permissions: [PermissionEnum!] } -""" -An enumeration. -""" +"""An enumeration.""" enum AppErrorCode { FORBIDDEN GRAPHQL_ERROR @@ -756,66 +593,44 @@ enum AppErrorCode { UNIQUE } -""" -Represents app data. -""" +"""Represents app data.""" type AppExtension implements Node { - """ - JWT token used to authenticate by thridparty app extension. - """ + """JWT token used to authenticate by thridparty app extension.""" accessToken: String app: App! id: ID! - """ - Label of the extension to show in the dashboard. - """ + """Label of the extension to show in the dashboard.""" label: String! - """ - Place where given extension will be mounted. - """ + """Place where given extension will be mounted.""" mount: AppExtensionMountEnum! - """ - List of the app extension's permissions. - """ + """List of the app extension's permissions.""" permissions: [Permission!]! - """ - Type of way how app extension will be opened. - """ + """Type of way how app extension will be opened.""" target: AppExtensionTargetEnum! - """ - URL of a view where extension's iframe is placed. - """ + """URL of a view where extension's iframe is placed.""" url: String! } type AppExtensionCountableConnection { edges: [AppExtensionCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type AppExtensionCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: AppExtension! } @@ -824,9 +639,7 @@ input AppExtensionFilterInput { target: AppExtensionTargetEnum } -""" -All places where app extension can be mounted. -""" +"""All places where app extension can be mounted.""" enum AppExtensionMountEnum { NAVIGATION_CATALOG NAVIGATION_CUSTOMERS @@ -859,8 +672,7 @@ Fetch and validate manifest. Requires one of the following permissions: MANAGE_APPS. """ type AppFetchManifest { - appErrors: [AppError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + appErrors: [AppError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AppError!]! manifest: Manifest } @@ -872,14 +684,10 @@ input AppFilterInput { } input AppInput { - """ - Name of the app. - """ + """Name of the app.""" name: String - """ - List of permission code names to assign to this app. - """ + """List of permission code names to assign to this app.""" permissions: [PermissionEnum!] } @@ -887,118 +695,81 @@ input AppInput { Install new app by using app manifest. Requires the following permissions: AUTHENTICATED_STAFF_USER and MANAGE_APPS. """ type AppInstall { - appErrors: [AppError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + appErrors: [AppError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") appInstallation: AppInstallation errors: [AppError!]! } input AppInstallInput { - """ - Determine if app will be set active or not. - """ + """Determine if app will be set active or not.""" activateAfterInstallation: Boolean = true - """ - Name of the app to install. - """ + """Name of the app to install.""" appName: String - """ - Url to app's manifest in JSON format. - """ + """Url to app's manifest in JSON format.""" manifestUrl: String - """ - List of permission code names to assign to this app. - """ + """List of permission code names to assign to this app.""" permissions: [PermissionEnum!] } -""" -Represents ongoing installation of app. -""" +"""Represents ongoing installation of app.""" type AppInstallation implements Job & Node { appName: String! - """ - Created date time of job in ISO 8601 format. - """ + """Created date time of job in ISO 8601 format.""" createdAt: DateTime! id: ID! manifestUrl: String! - """ - Job message. - """ + """Job message.""" message: String - """ - Job status. - """ + """Job status.""" status: JobStatusEnum! - """ - Date time of job last update in ISO 8601 format. - """ + """Date time of job last update in ISO 8601 format.""" updatedAt: DateTime! } type AppInstalled implements Event { """ The application the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ app: App - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type AppManifestExtension { - """ - Label of the extension to show in the dashboard. - """ + """Label of the extension to show in the dashboard.""" label: String! - """ - Place where given extension will be mounted. - """ + """Place where given extension will be mounted.""" mount: AppExtensionMountEnum! - """ - List of the app extension's permissions. - """ + """List of the app extension's permissions.""" permissions: [Permission!]! - """ - Type of way how app extension will be opened. - """ + """Type of way how app extension will be opened.""" target: AppExtensionTargetEnum! - """ - URL of a view where extension's iframe is placed. - """ + """URL of a view where extension's iframe is placed.""" url: String! } @@ -1008,80 +779,57 @@ Retry failed installation of new app. Requires one of the following permissions: MANAGE_APPS. """ type AppRetryInstall { - appErrors: [AppError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + appErrors: [AppError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") appInstallation: AppInstallation errors: [AppError!]! } enum AppSortField { - """ - Sort apps by creation date. - """ + """Sort apps by creation date.""" CREATION_DATE - """ - Sort apps by name. - """ + """Sort apps by name.""" NAME } input AppSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort apps by the selected field. - """ + """Sort apps by the selected field.""" field: AppSortField! } type AppStatusChanged implements Event { """ The application the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ app: App - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } -""" -Represents token data. -""" +"""Represents token data.""" type AppToken implements Node { - """ - Last 4 characters of the token. - """ + """Last 4 characters of the token.""" authToken: String id: ID! - """ - Name of the authenticated token. - """ + """Name of the authenticated token.""" name: String } @@ -1091,13 +839,10 @@ Creates a new token. Requires one of the following permissions: MANAGE_APPS. """ type AppTokenCreate { - appErrors: [AppError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + appErrors: [AppError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") appToken: AppToken - """ - The newly created authentication token. - """ + """The newly created authentication token.""" authToken: String errors: [AppError!]! } @@ -1108,41 +853,29 @@ Deletes an authentication token assigned to app. Requires one of the following permissions: MANAGE_APPS. """ type AppTokenDelete { - appErrors: [AppError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + appErrors: [AppError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") appToken: AppToken errors: [AppError!]! } input AppTokenInput { - """ - ID of app. - """ + """ID of app.""" app: ID! - """ - Name of the token. - """ + """Name of the token.""" name: String } -""" -Verify provided app token. -""" +"""Verify provided app token.""" type AppTokenVerify { - appErrors: [AppError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + appErrors: [AppError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AppError!]! - """ - Determine if token is valid or not. - """ + """Determine if token is valid or not.""" valid: Boolean! } -""" -Enum determining type of your App. -""" +"""Enum determining type of your App.""" enum AppTypeEnum { """ Local Saleor App. The app is fully manageable from dashboard. You can change assigned permissions, add webhooks, or authentication token @@ -1162,45 +895,34 @@ Requires one of the following permissions: MANAGE_APPS. """ type AppUpdate { app: App - appErrors: [AppError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + appErrors: [AppError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AppError!]! } type AppUpdated implements Event { """ The application the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ app: App - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } -""" -An enumeration. -""" +"""An enumeration.""" enum AreaUnitsEnum { SQ_CM SQ_FT @@ -1218,12 +940,9 @@ Requires one of the following permissions: MANAGE_MENUS, MANAGE_SETTINGS. type AssignNavigation { errors: [MenuError!]! - """ - Assigned navigation menu. - """ + """Assigned navigation menu.""" menu: Menu - menuErrors: [MenuError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + menuErrors: [MenuError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -1232,9 +951,7 @@ Represents assigned attribute to variant with variant selection attached. Added in Saleor 3.1. """ type AssignedVariantAttribute { - """ - Attribute assigned to variant. - """ + """Attribute assigned to variant.""" attribute: Attribute! """ @@ -1252,44 +969,28 @@ type Attribute implements Node & ObjectWithMetadata { """ availableInGrid: Boolean! - """ - List of attribute's values. - """ + """List of attribute's values.""" choices( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for attribute choices. - """ + """Filtering options for attribute choices.""" filter: AttributeValueFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort attribute choices. - """ + """Sort attribute choices.""" sortBy: AttributeChoicesSortingInput ): AttributeValueCountableConnection - """ - The entity type which can be used as a reference. - """ + """The entity type which can be used as a reference.""" entityType: AttributeEntityTypeEnum """ @@ -1303,111 +1004,85 @@ type Attribute implements Node & ObjectWithMetadata { filterableInStorefront: Boolean! id: ID! - """ - The input type to use for entering attribute values in the dashboard. - """ + """The input type to use for entering attribute values in the dashboard.""" inputType: AttributeInputTypeEnum - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata - """ - Name of an attribute displayed in the interface. - """ + """Name of an attribute displayed in the interface.""" name: String - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata productTypes( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): ProductTypeCountableConnection! productVariantTypes( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): ProductTypeCountableConnection! - """ - Internal representation of an attribute name. - """ + """Internal representation of an attribute name.""" slug: String """ @@ -1415,24 +1090,16 @@ type Attribute implements Node & ObjectWithMetadata { """ storefrontSearchPosition: Int! - """ - Returns translated attribute fields for the given language code. - """ + """Returns translated attribute fields for the given language code.""" translation( - """ - A language code to return the translation for attribute. - """ + """A language code to return the translation for attribute.""" languageCode: LanguageCodeEnum! ): AttributeTranslation - """ - The attribute type. - """ + """The attribute type.""" type: AttributeTypeEnum - """ - The unit of attribute values. - """ + """The unit of attribute values.""" unit: MeasurementUnitsEnum """ @@ -1445,9 +1112,7 @@ type Attribute implements Node & ObjectWithMetadata { """ visibleInStorefront: Boolean! - """ - Flag indicating that attribute has predefined choices. - """ + """Flag indicating that attribute has predefined choices.""" withChoices: Boolean! } @@ -1457,115 +1122,77 @@ Deletes attributes. Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ type AttributeBulkDelete { - attributeErrors: [AttributeError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + attributeErrors: [AttributeError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [AttributeError!]! } enum AttributeChoicesSortField { - """ - Sort attribute choice by name. - """ + """Sort attribute choice by name.""" NAME - """ - Sort attribute choice by slug. - """ + """Sort attribute choice by slug.""" SLUG } input AttributeChoicesSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort attribute choices by the selected field. - """ + """Sort attribute choices by the selected field.""" field: AttributeChoicesSortField! } type AttributeCountableConnection { edges: [AttributeCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type AttributeCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Attribute! } -""" -Creates an attribute. -""" +"""Creates an attribute.""" type AttributeCreate { attribute: Attribute - attributeErrors: [AttributeError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + attributeErrors: [AttributeError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AttributeError!]! } input AttributeCreateInput { - """ - Whether the attribute can be displayed in the admin product list. - """ + """Whether the attribute can be displayed in the admin product list.""" availableInGrid: Boolean - """ - The entity type which can be used as a reference. - """ + """The entity type which can be used as a reference.""" entityType: AttributeEntityTypeEnum - """ - Whether the attribute can be filtered in dashboard. - """ + """Whether the attribute can be filtered in dashboard.""" filterableInDashboard: Boolean - """ - Whether the attribute can be filtered in storefront. - """ + """Whether the attribute can be filtered in storefront.""" filterableInStorefront: Boolean - """ - The input type to use for entering attribute values in the dashboard. - """ + """The input type to use for entering attribute values in the dashboard.""" inputType: AttributeInputTypeEnum - """ - Whether the attribute is for variants only. - """ + """Whether the attribute is for variants only.""" isVariantOnly: Boolean - """ - Name of an attribute displayed in the interface. - """ + """Name of an attribute displayed in the interface.""" name: String! - """ - Internal representation of an attribute name. - """ + """Internal representation of an attribute name.""" slug: String """ @@ -1573,29 +1200,19 @@ input AttributeCreateInput { """ storefrontSearchPosition: Int - """ - The attribute type. - """ + """The attribute type.""" type: AttributeTypeEnum! - """ - The unit of attribute values. - """ + """The unit of attribute values.""" unit: MeasurementUnitsEnum - """ - Whether the attribute requires values to be passed or not. - """ + """Whether the attribute requires values to be passed or not.""" valueRequired: Boolean - """ - List of attribute's values. - """ + """List of attribute's values.""" values: [AttributeValueCreateInput!] - """ - Whether the attribute should be visible or not in storefront. - """ + """Whether the attribute should be visible or not in storefront.""" visibleInStorefront: Boolean } @@ -1606,23 +1223,18 @@ Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type AttributeDelete { attribute: Attribute - attributeErrors: [AttributeError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + attributeErrors: [AttributeError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AttributeError!]! } -""" -An enumeration. -""" +"""An enumeration.""" enum AttributeEntityTypeEnum { PAGE PRODUCT } type AttributeError { - """ - The error code. - """ + """The error code.""" code: AttributeErrorCode! """ @@ -1630,15 +1242,11 @@ type AttributeError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum AttributeErrorCode { ALREADY_EXISTS GRAPHQL_ERROR @@ -1653,7 +1261,7 @@ input AttributeFilterInput { """ Specifies the channel by which the data should be filtered. - + DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. """ channel: String @@ -1671,9 +1279,7 @@ input AttributeFilterInput { } input AttributeInput { - """ - The boolean value of the attribute. - """ + """The boolean value of the attribute.""" boolean: Boolean """ @@ -1681,30 +1287,20 @@ input AttributeInput { """ date: DateRangeInput - """ - The date/time range that the returned values should be in. - """ + """The date/time range that the returned values should be in.""" dateTime: DateTimeRangeInput - """ - Internal representation of an attribute name. - """ + """Internal representation of an attribute name.""" slug: String! - """ - Internal representation of a value (unique per attribute). - """ + """Internal representation of a value (unique per attribute).""" values: [String!] - """ - The range that the returned values should be in. - """ + """The range that the returned values should be in.""" valuesRange: IntRangeInput } -""" -An enumeration. -""" +"""An enumeration.""" enum AttributeInputTypeEnum { BOOLEAN DATE @@ -1724,12 +1320,9 @@ Reorder the values of an attribute. Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type AttributeReorderValues { - """ - Attribute from which values are reordered. - """ + """Attribute from which values are reordered.""" attribute: Attribute - attributeErrors: [AttributeError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + attributeErrors: [AttributeError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AttributeError!]! } @@ -1739,77 +1332,48 @@ enum AttributeSortField { """ AVAILABLE_IN_GRID - """ - Sort attributes by the filterable in dashboard flag - """ + """Sort attributes by the filterable in dashboard flag""" FILTERABLE_IN_DASHBOARD - """ - Sort attributes by the filterable in storefront flag - """ + """Sort attributes by the filterable in storefront flag""" FILTERABLE_IN_STOREFRONT - """ - Sort attributes by the variant only flag - """ + """Sort attributes by the variant only flag""" IS_VARIANT_ONLY - """ - Sort attributes by name - """ + """Sort attributes by name""" NAME - """ - Sort attributes by slug - """ + """Sort attributes by slug""" SLUG - """ - Sort attributes by their position in storefront - """ + """Sort attributes by their position in storefront""" STOREFRONT_SEARCH_POSITION - """ - Sort attributes by the value required flag - """ + """Sort attributes by the value required flag""" VALUE_REQUIRED - """ - Sort attributes by visibility in the storefront - """ + """Sort attributes by visibility in the storefront""" VISIBLE_IN_STOREFRONT } input AttributeSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort attributes by the selected field. - """ + """Sort attributes by the selected field.""" field: AttributeSortField! } type AttributeTranslatableContent implements Node { - """ - Custom attribute of a product. - """ - attribute: Attribute - @deprecated( - reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries." - ) + """Custom attribute of a product.""" + attribute: Attribute @deprecated(reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries.") id: ID! name: String! - """ - Returns translated attribute fields for the given language code. - """ + """Returns translated attribute fields for the given language code.""" translation( - """ - A language code to return the translation for attribute. - """ + """A language code to return the translation for attribute.""" languageCode: LanguageCodeEnum! ): AttributeTranslation } @@ -1822,23 +1386,18 @@ Requires one of the following permissions: MANAGE_TRANSLATIONS. type AttributeTranslate { attribute: Attribute errors: [TranslationError!]! - translationErrors: [TranslationError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + translationErrors: [TranslationError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type AttributeTranslation implements Node { id: ID! - """ - Translation language. - """ + """Translation language.""" language: LanguageDisplay! name: String! } -""" -An enumeration. -""" +"""An enumeration.""" enum AttributeTypeEnum { PAGE_TYPE PRODUCT_TYPE @@ -1851,50 +1410,33 @@ Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type AttributeUpdate { attribute: Attribute - attributeErrors: [AttributeError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + attributeErrors: [AttributeError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AttributeError!]! } input AttributeUpdateInput { - """ - New values to be created for this attribute. - """ + """New values to be created for this attribute.""" addValues: [AttributeValueUpdateInput!] - """ - Whether the attribute can be displayed in the admin product list. - """ + """Whether the attribute can be displayed in the admin product list.""" availableInGrid: Boolean - """ - Whether the attribute can be filtered in dashboard. - """ + """Whether the attribute can be filtered in dashboard.""" filterableInDashboard: Boolean - """ - Whether the attribute can be filtered in storefront. - """ + """Whether the attribute can be filtered in storefront.""" filterableInStorefront: Boolean - """ - Whether the attribute is for variants only. - """ + """Whether the attribute is for variants only.""" isVariantOnly: Boolean - """ - Name of an attribute displayed in the interface. - """ + """Name of an attribute displayed in the interface.""" name: String - """ - IDs of values to be removed from this attribute. - """ + """IDs of values to be removed from this attribute.""" removeValues: [ID!] - """ - Internal representation of an attribute name. - """ + """Internal representation of an attribute name.""" slug: String """ @@ -1902,81 +1444,53 @@ input AttributeUpdateInput { """ storefrontSearchPosition: Int - """ - The unit of attribute values. - """ + """The unit of attribute values.""" unit: MeasurementUnitsEnum - """ - Whether the attribute requires values to be passed or not. - """ + """Whether the attribute requires values to be passed or not.""" valueRequired: Boolean - """ - Whether the attribute should be visible or not in storefront. - """ + """Whether the attribute should be visible or not in storefront.""" visibleInStorefront: Boolean } -""" -Represents a value of an attribute. -""" +"""Represents a value of an attribute.""" type AttributeValue implements Node { - """ - Represents the boolean value of the attribute value. - """ + """Represents the boolean value of the attribute value.""" boolean: Boolean - """ - Represents the date value of the attribute value. - """ + """Represents the date value of the attribute value.""" date: Date - """ - Represents the date/time value of the attribute value. - """ + """Represents the date/time value of the attribute value.""" dateTime: DateTime - """ - Represents file URL and content type (if attribute value is a file). - """ + """Represents file URL and content type (if attribute value is a file).""" file: File id: ID! - """ - The input type to use for entering attribute values in the dashboard. - """ + """The input type to use for entering attribute values in the dashboard.""" inputType: AttributeInputTypeEnum - """ - Name of a value displayed in the interface. - """ + """Name of a value displayed in the interface.""" name: String - """ - The ID of the attribute reference. - """ + """The ID of the attribute reference.""" reference: ID """ Represents the text of the attribute value, includes formatting. - + Rich text format. For reference see https://editorjs.io/ """ richText: JSONString - """ - Internal representation of a value (unique per attribute). - """ + """Internal representation of a value (unique per attribute).""" slug: String - """ - Returns translated attribute value fields for the given language code. - """ + """Returns translated attribute value fields for the given language code.""" translation( - """ - A language code to return the translation for attribute value. - """ + """A language code to return the translation for attribute value.""" languageCode: LanguageCodeEnum! ): AttributeValueTranslation @@ -1992,12 +1506,9 @@ Deletes values of attributes. Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ type AttributeValueBulkDelete { - attributeErrors: [AttributeError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + attributeErrors: [AttributeError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [AttributeError!]! } @@ -2005,26 +1516,18 @@ type AttributeValueBulkDelete { type AttributeValueCountableConnection { edges: [AttributeValueCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type AttributeValueCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: AttributeValue! } @@ -2034,35 +1537,26 @@ Creates a value for an attribute. Requires one of the following permissions: MANAGE_PRODUCTS. """ type AttributeValueCreate { - """ - The updated attribute. - """ + """The updated attribute.""" attribute: Attribute - attributeErrors: [AttributeError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + attributeErrors: [AttributeError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") attributeValue: AttributeValue errors: [AttributeError!]! } input AttributeValueCreateInput { - """ - File content type. - """ + """File content type.""" contentType: String - """ - URL of the file attribute. Every time, a new value is created. - """ + """URL of the file attribute. Every time, a new value is created.""" fileUrl: String - """ - Name of a value displayed in the interface. - """ + """Name of a value displayed in the interface.""" name: String! """ Represents the text of the attribute value, includes formatting. - + Rich text format. For reference see https://editorjs.io/ """ richText: JSONString @@ -2079,12 +1573,9 @@ Deletes a value of an attribute. Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type AttributeValueDelete { - """ - The updated attribute. - """ + """The updated attribute.""" attribute: Attribute - attributeErrors: [AttributeError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + attributeErrors: [AttributeError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") attributeValue: AttributeValue errors: [AttributeError!]! } @@ -2095,44 +1586,28 @@ input AttributeValueFilterInput { } input AttributeValueInput { - """ - Represents the boolean value of the attribute value. - """ + """Represents the boolean value of the attribute value.""" boolean: Boolean - """ - File content type. - """ + """File content type.""" contentType: String - """ - Represents the date value of the attribute value. - """ + """Represents the date value of the attribute value.""" date: Date - """ - Represents the date/time value of the attribute value. - """ + """Represents the date/time value of the attribute value.""" dateTime: DateTime - """ - URL of the file attribute. Every time, a new value is created. - """ + """URL of the file attribute. Every time, a new value is created.""" file: String - """ - ID of the selected attribute. - """ + """ID of the selected attribute.""" id: ID - """ - List of entity IDs that will be used as references. - """ + """List of entity IDs that will be used as references.""" references: [ID!] - """ - Text content in JSON format. - """ + """Text content in JSON format.""" richText: JSONString """ @@ -2142,30 +1617,21 @@ input AttributeValueInput { } type AttributeValueTranslatableContent implements Node { - """ - Represents a value of an attribute. - """ - attributeValue: AttributeValue - @deprecated( - reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries." - ) + """Represents a value of an attribute.""" + attributeValue: AttributeValue @deprecated(reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries.") id: ID! name: String! """ Attribute value. - + Rich text format. For reference see https://editorjs.io/ """ richText: JSONString - """ - Returns translated attribute value fields for the given language code. - """ + """Returns translated attribute value fields for the given language code.""" translation( - """ - A language code to return the translation for attribute value. - """ + """A language code to return the translation for attribute value.""" languageCode: LanguageCodeEnum! ): AttributeValueTranslation } @@ -2178,22 +1644,19 @@ Requires one of the following permissions: MANAGE_TRANSLATIONS. type AttributeValueTranslate { attributeValue: AttributeValue errors: [TranslationError!]! - translationErrors: [TranslationError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + translationErrors: [TranslationError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type AttributeValueTranslation implements Node { id: ID! - """ - Translation language. - """ + """Translation language.""" language: LanguageDisplay! name: String! """ Attribute value. - + Rich text format. For reference see https://editorjs.io/ """ richText: JSONString @@ -2204,7 +1667,7 @@ input AttributeValueTranslationInput { """ Translated text. - + Rich text format. For reference see https://editorjs.io/ """ richText: JSONString @@ -2216,35 +1679,26 @@ Updates value of an attribute. Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type AttributeValueUpdate { - """ - The updated attribute. - """ + """The updated attribute.""" attribute: Attribute - attributeErrors: [AttributeError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + attributeErrors: [AttributeError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") attributeValue: AttributeValue errors: [AttributeError!]! } input AttributeValueUpdateInput { - """ - File content type. - """ + """File content type.""" contentType: String - """ - URL of the file attribute. Every time, a new value is created. - """ + """URL of the file attribute. Every time, a new value is created.""" fileUrl: String - """ - Name of a value displayed in the interface. - """ + """Name of a value displayed in the interface.""" name: String """ Represents the text of the attribute value, includes formatting. - + Rich text format. For reference see https://editorjs.io/ """ richText: JSONString @@ -2261,9 +1715,7 @@ input BulkAttributeValueInput { """ boolean: Boolean - """ - ID of the selected attribute. - """ + """ID of the selected attribute.""" id: ID """ @@ -2273,19 +1725,13 @@ input BulkAttributeValueInput { } type BulkProductError { - """ - List of attributes IDs which causes the error. - """ + """List of attributes IDs which causes the error.""" attributes: [ID!] - """ - List of channel IDs which causes the error. - """ + """List of channel IDs which causes the error.""" channels: [ID!] - """ - The error code. - """ + """The error code.""" code: ProductErrorCode! """ @@ -2293,36 +1739,24 @@ type BulkProductError { """ field: String - """ - Index of an input list item that caused the error. - """ + """Index of an input list item that caused the error.""" index: Int - """ - The error message. - """ + """The error message.""" message: String - """ - List of attribute values IDs which causes the error. - """ + """List of attribute values IDs which causes the error.""" values: [ID!] - """ - List of warehouse IDs which causes the error. - """ + """List of warehouse IDs which causes the error.""" warehouses: [ID!] } type BulkStockError { - """ - List of attributes IDs which causes the error. - """ + """List of attributes IDs which causes the error.""" attributes: [ID!] - """ - The error code. - """ + """The error code.""" code: ProductErrorCode! """ @@ -2330,19 +1764,13 @@ type BulkStockError { """ field: String - """ - Index of an input list item that caused the error. - """ + """Index of an input list item that caused the error.""" index: Int - """ - The error message. - """ + """The error message.""" message: String - """ - List of attribute values IDs which causes the error. - """ + """List of attribute values IDs which causes the error.""" values: [ID!] } @@ -2352,36 +1780,26 @@ input CardInput { """ code: String! - """ - Card security code. - """ + """Card security code.""" cvc: String - """ - Information about currency and amount. - """ + """Information about currency and amount.""" money: MoneyInput! } input CatalogueInput { - """ - Categories related to the discount. - """ + """Categories related to the discount.""" categories: [ID!] - """ - Collections related to the discount. - """ + """Collections related to the discount.""" collections: [ID!] - """ - Products related to the discount. - """ + """Products related to the discount.""" products: [ID!] """ Product variant related to the discount. - + Added in Saleor 3.1. """ variants: [ID!] @@ -2391,129 +1809,100 @@ input CatalogueInput { Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront. """ type Category implements Node & ObjectWithMetadata { - """ - List of ancestors of the category. - """ + """List of ancestors of the category.""" ancestors( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): CategoryCountableConnection backgroundImage( - """ - Size of the image. - """ + """Size of the image.""" size: Int ): Image - """ - List of children of the category. - """ + """List of children of the category.""" children( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): CategoryCountableConnection """ Description of the category. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString """ Description of the category. - + Rich text format. For reference see https://editorjs.io/ """ - descriptionJson: JSONString - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `description` field instead." - ) + descriptionJson: JSONString @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `description` field instead.") id: ID! level: Int! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata name: String! parent: Category - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata @@ -2522,42 +1911,28 @@ type Category implements Node & ObjectWithMetadata { List of products in the category. Requires the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. """ products( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): ProductCountableConnection seoDescription: String seoTitle: String slug: String! - """ - Returns translated category fields for the given language code. - """ + """Returns translated category fields for the given language code.""" translation( - """ - A language code to return the translation for category. - """ + """A language code to return the translation for category.""" languageCode: LanguageCodeEnum! ): CategoryTranslation } @@ -2568,38 +1943,27 @@ Deletes categories. Requires one of the following permissions: MANAGE_PRODUCTS. """ type CategoryBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type CategoryCountableConnection { edges: [CategoryCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type CategoryCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Category! } @@ -2611,38 +1975,29 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type CategoryCreate { category: Category errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type CategoryCreated implements Event { """ The category the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ category: Category - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -2654,38 +2009,29 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type CategoryDelete { category: Category errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type CategoryDeleted implements Event { """ The category the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ category: Category - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -2696,112 +2042,80 @@ input CategoryFilterInput { } input CategoryInput { - """ - Background image file. - """ + """Background image file.""" backgroundImage: Upload - """ - Alt text for a product media. - """ + """Alt text for a product media.""" backgroundImageAlt: String """ Category description. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString - """ - Category name. - """ + """Category name.""" name: String - """ - Search engine optimization fields. - """ + """Search engine optimization fields.""" seo: SeoInput - """ - Category slug. - """ + """Category slug.""" slug: String } enum CategorySortField { - """ - Sort categories by name. - """ + """Sort categories by name.""" NAME - """ - Sort categories by product count. - """ + """Sort categories by product count.""" PRODUCT_COUNT - """ - Sort categories by subcategory count. - """ + """Sort categories by subcategory count.""" SUBCATEGORY_COUNT } input CategorySortingInput { """ Specifies the channel in which to sort the data. - + DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. """ channel: String - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort categories by the selected field. - """ + """Sort categories by the selected field.""" field: CategorySortField! } type CategoryTranslatableContent implements Node { - """ - Represents a single category of products. - """ - category: Category - @deprecated( - reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries." - ) + """Represents a single category of products.""" + category: Category @deprecated(reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries.") """ Description of the category. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString """ Description of the category. - + Rich text format. For reference see https://editorjs.io/ """ - descriptionJson: JSONString - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `description` field instead." - ) + descriptionJson: JSONString @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `description` field instead.") id: ID! name: String! seoDescription: String seoTitle: String - """ - Returns translated category fields for the given language code. - """ + """Returns translated category fields for the given language code.""" translation( - """ - A language code to return the translation for category. - """ + """A language code to return the translation for category.""" languageCode: LanguageCodeEnum! ): CategoryTranslation } @@ -2814,32 +2128,26 @@ Requires one of the following permissions: MANAGE_TRANSLATIONS. type CategoryTranslate { category: Category errors: [TranslationError!]! - translationErrors: [TranslationError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + translationErrors: [TranslationError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type CategoryTranslation implements Node { """ Translated description of the category. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString """ Translated description of the category. - + Rich text format. For reference see https://editorjs.io/ """ - descriptionJson: JSONString - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `description` field instead." - ) + descriptionJson: JSONString @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `description` field instead.") id: ID! - """ - Translation language. - """ + """Translation language.""" language: LanguageDisplay! name: String seoDescription: String @@ -2854,57 +2162,46 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type CategoryUpdate { category: Category errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type CategoryUpdated implements Event { """ The category the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ category: Category - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } -""" -Represents channel. -""" +"""Represents channel.""" type Channel implements Node { currencyCode: String! """ Default country for the channel. Default country can be used in checkout to determine the stock quantities or calculate taxes when the country was not explicitly provided. - + Added in Saleor 3.1. """ defaultCountry: CountryDisplay! """ Whether a channel has associated orders. - + Requires one of the following permissions: MANAGE_CHANNELS. """ hasOrders: Boolean! @@ -2920,12 +2217,9 @@ Activate a channel. Requires one of the following permissions: MANAGE_CHANNELS. """ type ChannelActivate { - """ - Activated channel. - """ + """Activated channel.""" channel: Channel - channelErrors: [ChannelError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + channelErrors: [ChannelError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [ChannelError!]! } @@ -2936,73 +2230,54 @@ Requires one of the following permissions: MANAGE_CHANNELS. """ type ChannelCreate { channel: Channel - channelErrors: [ChannelError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + channelErrors: [ChannelError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [ChannelError!]! } input ChannelCreateInput { - """ - List of shipping zones to assign to the channel. - """ + """List of shipping zones to assign to the channel.""" addShippingZones: [ID!] - """ - Currency of the channel. - """ + """Currency of the channel.""" currencyCode: String! """ Default country for the channel. Default country can be used in checkout to determine the stock quantities or calculate taxes when the country was not explicitly provided. - + Added in Saleor 3.1. """ defaultCountry: CountryCode! - """ - isActive flag. - """ + """isActive flag.""" isActive: Boolean - """ - Name of the channel. - """ + """Name of the channel.""" name: String! - """ - Slug of the channel. - """ + """Slug of the channel.""" slug: String! } type ChannelCreated implements Event { """ The channel the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ channel: Channel - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -3012,12 +2287,9 @@ Deactivate a channel. Requires one of the following permissions: MANAGE_CHANNELS. """ type ChannelDeactivate { - """ - Deactivated channel. - """ + """Deactivated channel.""" channel: Channel - channelErrors: [ChannelError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + channelErrors: [ChannelError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [ChannelError!]! } @@ -3028,53 +2300,40 @@ Requires one of the following permissions: MANAGE_CHANNELS. """ type ChannelDelete { channel: Channel - channelErrors: [ChannelError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + channelErrors: [ChannelError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [ChannelError!]! } input ChannelDeleteInput { - """ - ID of channel to migrate orders from origin channel. - """ + """ID of channel to migrate orders from origin channel.""" channelId: ID! } type ChannelDeleted implements Event { """ The channel the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ channel: Channel - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type ChannelError { - """ - The error code. - """ + """The error code.""" code: ChannelErrorCode! """ @@ -3082,20 +2341,14 @@ type ChannelError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of shipping zone IDs which causes the error. - """ + """List of shipping zone IDs which causes the error.""" shippingZones: [ID!] } -""" -An enumeration. -""" +"""An enumeration.""" enum ChannelErrorCode { ALREADY_EXISTS CHANNELS_CURRENCY_MUST_BE_THE_SAME @@ -3111,31 +2364,23 @@ enum ChannelErrorCode { type ChannelStatusChanged implements Event { """ The channel the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ channel: Channel - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -3146,133 +2391,99 @@ Requires one of the following permissions: MANAGE_CHANNELS. """ type ChannelUpdate { channel: Channel - channelErrors: [ChannelError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + channelErrors: [ChannelError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [ChannelError!]! } input ChannelUpdateInput { - """ - List of shipping zones to assign to the channel. - """ + """List of shipping zones to assign to the channel.""" addShippingZones: [ID!] """ Default country for the channel. Default country can be used in checkout to determine the stock quantities or calculate taxes when the country was not explicitly provided. - + Added in Saleor 3.1. """ defaultCountry: CountryCode - """ - isActive flag. - """ + """isActive flag.""" isActive: Boolean - """ - Name of the channel. - """ + """Name of the channel.""" name: String - """ - List of shipping zones to unassign from the channel. - """ + """List of shipping zones to unassign from the channel.""" removeShippingZones: [ID!] - """ - Slug of the channel. - """ + """Slug of the channel.""" slug: String } type ChannelUpdated implements Event { """ The channel the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ channel: Channel - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } -""" -Checkout object. -""" +"""Checkout object.""" type Checkout implements Node & ObjectWithMetadata { """ Collection points that can be used for this order. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ availableCollectionPoints: [Warehouse!]! - """ - List of available payment gateways. - """ + """List of available payment gateways.""" availablePaymentGateways: [PaymentGateway!]! - """ - Shipping methods that can be used with this checkout. - """ - availableShippingMethods: [ShippingMethod!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `shippingMethods` instead.") + """Shipping methods that can be used with this checkout.""" + availableShippingMethods: [ShippingMethod!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `shippingMethods` instead.") billingAddress: Address channel: Channel! created: DateTime! """ The delivery method selected for this checkout. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ deliveryMethod: DeliveryMethod discount: Money discountName: String - """ - Email of a customer. - """ + """Email of a customer.""" email: String - """ - List of gift cards associated with this checkout. - """ + """List of gift cards associated with this checkout.""" giftCards: [GiftCard!]! id: ID! - """ - Returns True, if checkout requires shipping. - """ + """Returns True, if checkout requires shipping.""" isShippingRequired: Boolean! - """ - Checkout language code. - """ + """Checkout language code.""" languageCode: LanguageCodeEnum! lastChange: DateTime! @@ -3281,94 +2492,77 @@ type Checkout implements Node & ObjectWithMetadata { """ lines: [CheckoutLine!]! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata note: String! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata - """ - The number of items purchased. - """ + """The number of items purchased.""" quantity: Int! shippingAddress: Address - """ - The shipping method related with checkout. - """ - shippingMethod: ShippingMethod - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `deliveryMethod` instead.") + """The shipping method related with checkout.""" + shippingMethod: ShippingMethod @deprecated(reason: "This field will be removed in Saleor 4.0. Use `deliveryMethod` instead.") - """ - Shipping methods that can be used with this checkout. - """ + """Shipping methods that can be used with this checkout.""" shippingMethods: [ShippingMethod!]! - """ - The price of the shipping, with all the taxes included. - """ + """The price of the shipping, with all the taxes included.""" shippingPrice: TaxedMoney! """ Date when oldest stock reservation for this checkout expires or null if no stock is reserved. - + Added in Saleor 3.1. """ stockReservationExpires: DateTime - """ - The price of the checkout before shipping, with taxes included. - """ + """The price of the checkout before shipping, with taxes included.""" subtotalPrice: TaxedMoney! - """ - The checkout's token. - """ + """The checkout's token.""" token: UUID! """ @@ -3378,9 +2572,9 @@ type Checkout implements Node & ObjectWithMetadata { """ List of transactions for the checkout. Requires one of the following permissions: MANAGE_CHECKOUTS, HANDLE_PAYMENTS. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ transactions: [TransactionItem!] @@ -3389,29 +2583,19 @@ type Checkout implements Node & ObjectWithMetadata { voucherCode: String } -""" -Adds a gift card or a voucher to a checkout. -""" +"""Adds a gift card or a voucher to a checkout.""" type CheckoutAddPromoCode { - """ - The checkout with the added gift card or voucher. - """ + """The checkout with the added gift card or voucher.""" checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CheckoutError!]! } -""" -Update billing address in the existing checkout. -""" +"""Update billing address in the existing checkout.""" type CheckoutBillingAddressUpdate { - """ - An updated checkout. - """ + """An updated checkout.""" checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CheckoutError!]! } @@ -3419,12 +2603,9 @@ type CheckoutBillingAddressUpdate { Completes the checkout. As a result a new order is created and a payment charge is made. This action requires a successful payment before it can be performed. In case additional confirmation step as 3D secure is required confirmationNeeded flag will be set to True and no order created until payment is confirmed with second call of this mutation. """ type CheckoutComplete { - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Confirmation data used to process additional authorization steps. - """ + """Confirmation data used to process additional authorization steps.""" confirmationData: JSONString """ @@ -3433,73 +2614,51 @@ type CheckoutComplete { confirmationNeeded: Boolean! errors: [CheckoutError!]! - """ - Placed order. - """ + """Placed order.""" order: Order } type CheckoutCountableConnection { edges: [CheckoutCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type CheckoutCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Checkout! } -""" -Create a new checkout. -""" +"""Create a new checkout.""" type CheckoutCreate { checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") """ Whether the checkout was created or the current active one was returned. Refer to checkoutLinesAdd and checkoutLinesUpdate to merge a cart with an active checkout. """ - created: Boolean - @deprecated(reason: "This field will be removed in Saleor 4.0. Always returns `true`.") + created: Boolean @deprecated(reason: "This field will be removed in Saleor 4.0. Always returns `true`.") errors: [CheckoutError!]! } input CheckoutCreateInput { - """ - Billing address of the customer. - """ + """Billing address of the customer.""" billingAddress: AddressInput - """ - Slug of a channel in which to create a checkout. - """ + """Slug of a channel in which to create a checkout.""" channel: String - """ - The customer's email address. - """ + """The customer's email address.""" email: String - """ - Checkout language code. - """ + """Checkout language code.""" languageCode: LanguageCodeEnum """ @@ -3516,31 +2675,23 @@ input CheckoutCreateInput { type CheckoutCreated implements Event { """ The checkout the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ checkout: Checkout - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -3550,12 +2701,9 @@ Sets the customer as the owner of the checkout. Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_USER. """ type CheckoutCustomerAttach { - """ - An updated checkout. - """ + """An updated checkout.""" checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CheckoutError!]! } @@ -3565,12 +2713,9 @@ Removes the user assigned as the owner of the checkout. Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_USER. """ type CheckoutCustomerDetach { - """ - An updated checkout. - """ + """An updated checkout.""" checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CheckoutError!]! } @@ -3582,35 +2727,24 @@ Added in Saleor 3.1. Note: this API is currently in Feature Preview and can be subject to changes at later point. """ type CheckoutDeliveryMethodUpdate { - """ - An updated checkout. - """ + """An updated checkout.""" checkout: Checkout errors: [CheckoutError!]! } -""" -Updates email address in the existing checkout object. -""" +"""Updates email address in the existing checkout object.""" type CheckoutEmailUpdate { - """ - An updated checkout. - """ + """An updated checkout.""" checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CheckoutError!]! } type CheckoutError { - """ - A type of address that causes the error. - """ + """A type of address that causes the error.""" addressType: AddressTypeEnum - """ - The error code. - """ + """The error code.""" code: CheckoutErrorCode! """ @@ -3618,25 +2752,17 @@ type CheckoutError { """ field: String - """ - List of line Ids which cause the error. - """ + """List of line Ids which cause the error.""" lines: [ID!] - """ - The error message. - """ + """The error message.""" message: String - """ - List of varint IDs which causes the error. - """ + """List of varint IDs which causes the error.""" variants: [ID!] } -""" -An enumeration. -""" +"""An enumeration.""" enum CheckoutErrorCode { BILLING_ADDRESS_NOT_SET CHANNEL_INACTIVE @@ -3675,49 +2801,32 @@ input CheckoutFilterInput { search: String } -""" -Update language code in the existing checkout. -""" +"""Update language code in the existing checkout.""" type CheckoutLanguageCodeUpdate { - """ - An updated checkout. - """ + """An updated checkout.""" checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CheckoutError!]! } -""" -Represents an item in the checkout. -""" +"""Represents an item in the checkout.""" type CheckoutLine implements Node { id: ID! quantity: Int! - """ - Indicates whether the item need to be delivered. - """ + """Indicates whether the item need to be delivered.""" requiresShipping: Boolean! - """ - The sum of the checkout line price, taxes and discounts. - """ + """The sum of the checkout line price, taxes and discounts.""" totalPrice: TaxedMoney! - """ - The sum of the checkout line price, without discounts. - """ + """The sum of the checkout line price, without discounts.""" undiscountedTotalPrice: Money! - """ - The unit price of the checkout line, without discounts. - """ + """The unit price of the checkout line, without discounts.""" undiscountedUnitPrice: Money! - """ - The unit price of the checkout line, with taxes and discounts. - """ + """The unit price of the checkout line, with taxes and discounts.""" unitPrice: TaxedMoney! variant: ProductVariant! } @@ -3725,69 +2834,52 @@ type CheckoutLine implements Node { type CheckoutLineCountableConnection { edges: [CheckoutLineCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type CheckoutLineCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: CheckoutLine! } -""" -Deletes a CheckoutLine. -""" +"""Deletes a CheckoutLine.""" type CheckoutLineDelete { - """ - An updated checkout. - """ + """An updated checkout.""" checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CheckoutError!]! } input CheckoutLineInput { """ Custom price of the item. Can be set only by apps with `HANDLE_CHECKOUTS` permission. When the line with the same variant will be provided multiple times, the last price will be used. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ price: PositiveDecimal - """ - The number of items purchased. - """ + """The number of items purchased.""" quantity: Int! - """ - ID of the product variant. - """ + """ID of the product variant.""" variantId: ID! } input CheckoutLineUpdateInput { """ Custom price of the item. Can be set only by apps with `HANDLE_CHECKOUTS` permission. When the line with the same variant will be provided multiple times, the last price will be used. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ price: PositiveDecimal @@ -3797,9 +2889,7 @@ input CheckoutLineUpdateInput { """ quantity: Int - """ - ID of the product variant. - """ + """ID of the product variant.""" variantId: ID! } @@ -3807,153 +2897,101 @@ input CheckoutLineUpdateInput { Adds a checkout line to the existing checkout.If line was already in checkout, its quantity will be increased. """ type CheckoutLinesAdd { - """ - An updated checkout. - """ + """An updated checkout.""" checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CheckoutError!]! } -""" -Deletes checkout lines. -""" +"""Deletes checkout lines.""" type CheckoutLinesDelete { - """ - An updated checkout. - """ + """An updated checkout.""" checkout: Checkout errors: [CheckoutError!]! } -""" -Updates checkout line in the existing checkout. -""" +"""Updates checkout line in the existing checkout.""" type CheckoutLinesUpdate { - """ - An updated checkout. - """ + """An updated checkout.""" checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CheckoutError!]! } -""" -Create a new payment for given checkout. -""" +"""Create a new payment for given checkout.""" type CheckoutPaymentCreate { - """ - Related checkout object. - """ + """Related checkout object.""" checkout: Checkout errors: [PaymentError!]! - """ - A newly created payment. - """ + """A newly created payment.""" payment: Payment - paymentErrors: [PaymentError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + paymentErrors: [PaymentError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } -""" -Remove a gift card or a voucher from a checkout. -""" +"""Remove a gift card or a voucher from a checkout.""" type CheckoutRemovePromoCode { - """ - The checkout with the removed gift card or voucher. - """ + """The checkout with the removed gift card or voucher.""" checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CheckoutError!]! } -""" -Update shipping address in the existing checkout. -""" +"""Update shipping address in the existing checkout.""" type CheckoutShippingAddressUpdate { - """ - An updated checkout. - """ + """An updated checkout.""" checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CheckoutError!]! } -""" -Updates the shipping method of the checkout. -""" +"""Updates the shipping method of the checkout.""" type CheckoutShippingMethodUpdate { - """ - An updated checkout. - """ + """An updated checkout.""" checkout: Checkout - checkoutErrors: [CheckoutError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + checkoutErrors: [CheckoutError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CheckoutError!]! } enum CheckoutSortField { - """ - Sort checkouts by creation date. - """ + """Sort checkouts by creation date.""" CREATION_DATE - """ - Sort checkouts by customer. - """ + """Sort checkouts by customer.""" CUSTOMER - """ - Sort checkouts by payment. - """ + """Sort checkouts by payment.""" PAYMENT } input CheckoutSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort checkouts by the selected field. - """ + """Sort checkouts by the selected field.""" field: CheckoutSortField! } type CheckoutUpdated implements Event { """ The checkout the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ checkout: Checkout - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -3962,14 +3000,10 @@ type ChoiceValue { verbose: String } -""" -Represents a collection of products. -""" +"""Represents a collection of products.""" type Collection implements Node & ObjectWithMetadata { backgroundImage( - """ - Size of the image. - """ + """Size of the image.""" size: Int ): Image @@ -3980,125 +3014,100 @@ type Collection implements Node & ObjectWithMetadata { """ List of channels in which the collection is available. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ channelListings: [CollectionChannelListing!] """ Description of the collection. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString """ Description of the collection. - + Rich text format. For reference see https://editorjs.io/ """ - descriptionJson: JSONString - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `description` field instead." - ) + descriptionJson: JSONString @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `description` field instead.") id: ID! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata name: String! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata - """ - List of products in this collection. - """ + """List of products in this collection.""" products( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for products. - """ + """Filtering options for products.""" filter: ProductFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort products. - """ + """Sort products.""" sortBy: ProductOrder ): ProductCountableConnection seoDescription: String seoTitle: String slug: String! - """ - Returns translated collection fields for the given language code. - """ + """Returns translated collection fields for the given language code.""" translation( - """ - A language code to return the translation for collection. - """ + """A language code to return the translation for collection.""" languageCode: LanguageCodeEnum! ): CollectionTranslation } @@ -4109,12 +3118,9 @@ Adds products to a collection. Requires one of the following permissions: MANAGE_PRODUCTS. """ type CollectionAddProducts { - """ - Collection to which products will be added. - """ + """Collection to which products will be added.""" collection: Collection - collectionErrors: [CollectionError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + collectionErrors: [CollectionError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CollectionError!]! } @@ -4124,50 +3130,36 @@ Deletes collections. Requires one of the following permissions: MANAGE_PRODUCTS. """ type CollectionBulkDelete { - collectionErrors: [CollectionError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + collectionErrors: [CollectionError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [CollectionError!]! } -""" -Represents collection channel listing. -""" +"""Represents collection channel listing.""" type CollectionChannelListing implements Node { channel: Channel! id: ID! isPublished: Boolean! - publicationDate: Date - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `publishedAt` field to fetch the publication date." - ) + publicationDate: Date @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `publishedAt` field to fetch the publication date.") """ The collection publication date. - + Added in Saleor 3.3. """ publishedAt: DateTime } type CollectionChannelListingError { - """ - List of attributes IDs which causes the error. - """ + """List of attributes IDs which causes the error.""" attributes: [ID!] - """ - List of channels IDs which causes the error. - """ + """List of channels IDs which causes the error.""" channels: [ID!] - """ - The error code. - """ + """The error code.""" code: ProductErrorCode! """ @@ -4175,14 +3167,10 @@ type CollectionChannelListingError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of attribute values IDs which causes the error. - """ + """List of attribute values IDs which causes the error.""" values: [ID!] } @@ -4192,50 +3180,35 @@ Manage collection's availability in channels. Requires one of the following permissions: MANAGE_PRODUCTS. """ type CollectionChannelListingUpdate { - """ - An updated collection instance. - """ + """An updated collection instance.""" collection: Collection - collectionChannelListingErrors: [CollectionChannelListingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + collectionChannelListingErrors: [CollectionChannelListingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CollectionChannelListingError!]! } input CollectionChannelListingUpdateInput { - """ - List of channels to which the collection should be assigned. - """ + """List of channels to which the collection should be assigned.""" addChannels: [PublishableChannelListingInput!] - """ - List of channels from which the collection should be unassigned. - """ + """List of channels from which the collection should be unassigned.""" removeChannels: [ID!] } type CollectionCountableConnection { edges: [CollectionCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type CollectionCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Collection! } @@ -4246,95 +3219,70 @@ Requires one of the following permissions: MANAGE_PRODUCTS. """ type CollectionCreate { collection: Collection - collectionErrors: [CollectionError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + collectionErrors: [CollectionError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CollectionError!]! } input CollectionCreateInput { - """ - Background image file. - """ + """Background image file.""" backgroundImage: Upload - """ - Alt text for an image. - """ + """Alt text for an image.""" backgroundImageAlt: String """ Description of the collection. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString - """ - Informs whether a collection is published. - """ + """Informs whether a collection is published.""" isPublished: Boolean - """ - Name of the collection. - """ + """Name of the collection.""" name: String - """ - List of products to be added to the collection. - """ + """List of products to be added to the collection.""" products: [ID!] """ Publication date. ISO 8601 standard. - + DEPRECATED: this field will be removed in Saleor 4.0. """ publicationDate: Date - """ - Search engine optimization fields. - """ + """Search engine optimization fields.""" seo: SeoInput - """ - Slug of the collection. - """ + """Slug of the collection.""" slug: String } type CollectionCreated implements Event { """ The collection the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ collection( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Collection - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -4345,51 +3293,38 @@ Requires one of the following permissions: MANAGE_PRODUCTS. """ type CollectionDelete { collection: Collection - collectionErrors: [CollectionError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + collectionErrors: [CollectionError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CollectionError!]! } type CollectionDeleted implements Event { """ The collection the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ collection( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Collection - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type CollectionError { - """ - The error code. - """ + """The error code.""" code: CollectionErrorCode! """ @@ -4397,20 +3332,14 @@ type CollectionError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of products IDs which causes the error. - """ + """List of products IDs which causes the error.""" products: [ID!] } -""" -An enumeration. -""" +"""An enumeration.""" enum CollectionErrorCode { CANNOT_MANAGE_PRODUCT_WITHOUT_VARIANT DUPLICATED_INPUT_ITEM @@ -4424,7 +3353,7 @@ enum CollectionErrorCode { input CollectionFilterInput { """ Specifies the channel by which the data should be filtered. - + DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. """ channel: String @@ -4435,48 +3364,36 @@ input CollectionFilterInput { } input CollectionInput { - """ - Background image file. - """ + """Background image file.""" backgroundImage: Upload - """ - Alt text for an image. - """ + """Alt text for an image.""" backgroundImageAlt: String """ Description of the collection. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString - """ - Informs whether a collection is published. - """ + """Informs whether a collection is published.""" isPublished: Boolean - """ - Name of the collection. - """ + """Name of the collection.""" name: String """ Publication date. ISO 8601 standard. - + DEPRECATED: this field will be removed in Saleor 4.0. """ publicationDate: Date - """ - Search engine optimization fields. - """ + """Search engine optimization fields.""" seo: SeoInput - """ - Slug of the collection. - """ + """Slug of the collection.""" slug: String } @@ -4491,12 +3408,9 @@ Remove products from a collection. Requires one of the following permissions: MANAGE_PRODUCTS. """ type CollectionRemoveProducts { - """ - Collection from which products will be removed. - """ + """Collection from which products will be removed.""" collection: Collection - collectionErrors: [CollectionError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + collectionErrors: [CollectionError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CollectionError!]! } @@ -4506,43 +3420,36 @@ Reorder the products of a collection. Requires one of the following permissions: MANAGE_PRODUCTS. """ type CollectionReorderProducts { - """ - Collection from which products are reordered. - """ + """Collection from which products are reordered.""" collection: Collection - collectionErrors: [CollectionError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + collectionErrors: [CollectionError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CollectionError!]! } enum CollectionSortField { """ Sort collections by availability. - + This option requires a channel filter to work as the values can vary between channels. """ AVAILABILITY - """ - Sort collections by name. - """ + """Sort collections by name.""" NAME - """ - Sort collections by product count. - """ + """Sort collections by product count.""" PRODUCT_COUNT """ Sort collections by publication date. - + This option requires a channel filter to work as the values can vary between channels. """ PUBLICATION_DATE """ Sort collections by publication date. - + This option requires a channel filter to work as the values can vary between channels. """ PUBLISHED_AT @@ -4551,59 +3458,43 @@ enum CollectionSortField { input CollectionSortingInput { """ Specifies the channel in which to sort the data. - + DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. """ channel: String - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort collections by the selected field. - """ + """Sort collections by the selected field.""" field: CollectionSortField! } type CollectionTranslatableContent implements Node { - """ - Represents a collection of products. - """ - collection: Collection - @deprecated( - reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries." - ) + """Represents a collection of products.""" + collection: Collection @deprecated(reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries.") """ Description of the collection. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString """ Description of the collection. - + Rich text format. For reference see https://editorjs.io/ """ - descriptionJson: JSONString - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `description` field instead." - ) + descriptionJson: JSONString @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `description` field instead.") id: ID! name: String! seoDescription: String seoTitle: String - """ - Returns translated collection fields for the given language code. - """ + """Returns translated collection fields for the given language code.""" translation( - """ - A language code to return the translation for collection. - """ + """A language code to return the translation for collection.""" languageCode: LanguageCodeEnum! ): CollectionTranslation } @@ -4616,32 +3507,26 @@ Requires one of the following permissions: MANAGE_TRANSLATIONS. type CollectionTranslate { collection: Collection errors: [TranslationError!]! - translationErrors: [TranslationError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + translationErrors: [TranslationError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type CollectionTranslation implements Node { """ Translated description of the collection. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString """ Translated description of the collection. - + Rich text format. For reference see https://editorjs.io/ """ - descriptionJson: JSONString - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `description` field instead." - ) + descriptionJson: JSONString @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `description` field instead.") id: ID! - """ - Translation language. - """ + """Translation language.""" language: LanguageDisplay! name: String seoDescription: String @@ -4655,92 +3540,63 @@ Requires one of the following permissions: MANAGE_PRODUCTS. """ type CollectionUpdate { collection: Collection - collectionErrors: [CollectionError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + collectionErrors: [CollectionError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [CollectionError!]! } type CollectionUpdated implements Event { """ The collection the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ collection( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Collection - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } -""" -Stores information about a single configuration field. -""" +"""Stores information about a single configuration field.""" type ConfigurationItem { - """ - Help text for the field. - """ + """Help text for the field.""" helpText: String - """ - Label for the field. - """ + """Label for the field.""" label: String - """ - Name of the field. - """ + """Name of the field.""" name: String! - """ - Type of the field. - """ + """Type of the field.""" type: ConfigurationTypeFieldEnum - """ - Current value of the field. - """ + """Current value of the field.""" value: String } input ConfigurationItemInput { - """ - Name of the field to update. - """ + """Name of the field to update.""" name: String! - """ - Value of the given field to update. - """ + """Value of the given field to update.""" value: String } -""" -An enumeration. -""" +"""An enumeration.""" enum ConfigurationTypeFieldEnum { BOOLEAN MULTILINE @@ -4751,17 +3607,12 @@ enum ConfigurationTypeFieldEnum { STRING } -""" -Confirm user account with token sent by email during registration. -""" +"""Confirm user account with token sent by email during registration.""" type ConfirmAccount { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - An activated user account. - """ + """An activated user account.""" user: User } @@ -4771,19 +3622,14 @@ Confirm the email change of the logged-in user. Requires one of the following permissions: AUTHENTICATED_USER. """ type ConfirmEmailChange { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - A user instance with a new email. - """ + """A user instance with a new email.""" user: User } -""" -An enumeration. -""" +"""An enumeration.""" enum CountryCode { AD AE @@ -5038,19 +3884,13 @@ enum CountryCode { } type CountryDisplay { - """ - Country code. - """ + """Country code.""" code: String! - """ - Country name. - """ + """Country name.""" country: String! - """ - Country tax. - """ + """Country tax.""" vat: VAT } @@ -5061,59 +3901,38 @@ input CountryFilterInput { attachedToShippingZones: Boolean } -""" -Create JWT token. -""" +"""Create JWT token.""" type CreateToken { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - CSRF token required to re-generate access token. - """ + """CSRF token required to re-generate access token.""" csrfToken: String errors: [AccountError!]! - """ - JWT refresh token, required to re-generate access token. - """ + """JWT refresh token, required to re-generate access token.""" refreshToken: String - """ - JWT token, required to authenticate. - """ + """JWT token, required to authenticate.""" token: String - """ - A user instance. - """ + """A user instance.""" user: User } type CreditCard { - """ - Card brand. - """ + """Card brand.""" brand: String! - """ - Two-digit number representing the card’s expiration month. - """ + """Two-digit number representing the card’s expiration month.""" expMonth: Int - """ - Four-digit number representing the card’s expiration year. - """ + """Four-digit number representing the card’s expiration year.""" expYear: Int - """ - First 4 digits of the card number. - """ + """First 4 digits of the card number.""" firstDigits: String - """ - Last 4 digits of the card number. - """ + """Last 4 digits of the card number.""" lastDigits: String! } @@ -5123,12 +3942,9 @@ Deletes customers. Requires one of the following permissions: MANAGE_USERS. """ type CustomerBulkDelete { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [AccountError!]! } @@ -5139,40 +3955,31 @@ Creates a new customer. Requires one of the following permissions: MANAGE_USERS. """ type CustomerCreate { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! user: User } type CustomerCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The user the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ user: User - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -5182,61 +3989,40 @@ Deletes a customer. Requires one of the following permissions: MANAGE_USERS. """ type CustomerDelete { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! user: User } -""" -History log of the customer. -""" +"""History log of the customer.""" type CustomerEvent implements Node { - """ - App that performed the action. - """ + """App that performed the action.""" app: App - """ - Number of objects concerned by the event. - """ + """Number of objects concerned by the event.""" count: Int - """ - Date when event happened at in ISO 8601 format. - """ + """Date when event happened at in ISO 8601 format.""" date: DateTime id: ID! - """ - Content of the event. - """ + """Content of the event.""" message: String - """ - The concerned order. - """ + """The concerned order.""" order: Order - """ - The concerned order line. - """ + """The concerned order line.""" orderLine: OrderLine - """ - Customer event type. - """ + """Customer event type.""" type: CustomerEventsEnum - """ - User who performed the action. - """ + """User who performed the action.""" user: User } -""" -An enumeration. -""" +"""An enumeration.""" enum CustomerEventsEnum { ACCOUNT_CREATED CUSTOMER_DELETED @@ -5263,44 +4049,28 @@ input CustomerFilterInput { } input CustomerInput { - """ - Billing address of the customer. - """ + """Billing address of the customer.""" defaultBillingAddress: AddressInput - """ - Shipping address of the customer. - """ + """Shipping address of the customer.""" defaultShippingAddress: AddressInput - """ - The unique email address of the user. - """ + """The unique email address of the user.""" email: String - """ - Given name. - """ + """Given name.""" firstName: String - """ - User account is active. - """ + """User account is active.""" isActive: Boolean - """ - User language code. - """ + """User language code.""" languageCode: LanguageCodeEnum - """ - Family name. - """ + """Family name.""" lastName: String - """ - A note about the user. - """ + """A note about the user.""" note: String } @@ -5310,40 +4080,31 @@ Updates an existing customer. Requires one of the following permissions: MANAGE_USERS. """ type CustomerUpdate { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! user: User } type CustomerUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The user the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ user: User - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -5355,14 +4116,10 @@ value as specified by scalar Date input DateRangeInput { - """ - Start date. - """ + """Start date.""" gte: Date - """ - End date. - """ + """End date.""" lte: Date } @@ -5374,14 +4131,10 @@ value as specified by scalar DateTime input DateTimeRangeInput { - """ - Start date. - """ + """Start date.""" gte: DateTime - """ - End date. - """ + """End date.""" lte: DateTime } @@ -5391,8 +4144,7 @@ Deactivate all JWT tokens of the currently authenticated user. Requires one of the following permissions: AUTHENTICATED_USER. """ type DeactivateAllUserTokens { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! } @@ -5402,8 +4154,7 @@ Delete metadata of an object. To use it, you need to have access to the modified type DeleteMetadata { errors: [MetadataError!]! item: ObjectWithMetadata - metadataErrors: [MetadataError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + metadataErrors: [MetadataError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -5412,8 +4163,7 @@ Delete object's private metadata. To use it, you need to be an authenticated sta type DeletePrivateMetadata { errors: [MetadataError!]! item: ObjectWithMetadata - metadataErrors: [MetadataError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + metadataErrors: [MetadataError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -5431,65 +4181,57 @@ type DigitalContent implements Node & ObjectWithMetadata { id: ID! maxDownloads: Int - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata - """ - Product variant assigned to digital content. - """ + """Product variant assigned to digital content.""" productVariant: ProductVariant! urlValidDays: Int - """ - List of URLs for the digital variant. - """ + """List of URLs for the digital variant.""" urls: [DigitalContentUrl!] useDefaultSettings: Boolean! } @@ -5497,26 +4239,18 @@ type DigitalContent implements Node & ObjectWithMetadata { type DigitalContentCountableConnection { edges: [DigitalContentCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type DigitalContentCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: DigitalContent! } @@ -5528,8 +4262,7 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type DigitalContentCreate { content: DigitalContent errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") variant: ProductVariant } @@ -5540,15 +4273,12 @@ Requires one of the following permissions: MANAGE_PRODUCTS. """ type DigitalContentDelete { errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") variant: ProductVariant } input DigitalContentInput { - """ - Overwrite default automatic_fulfillment setting for variant. - """ + """Overwrite default automatic_fulfillment setting for variant.""" automaticFulfillment: Boolean """ @@ -5561,9 +4291,7 @@ input DigitalContentInput { """ urlValidDays: Int - """ - Use default digital content settings for this product. - """ + """Use default digital content settings for this product.""" useDefaultSettings: Boolean! } @@ -5575,20 +4303,15 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type DigitalContentUpdate { content: DigitalContent errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") variant: ProductVariant } input DigitalContentUploadInput { - """ - Overwrite default automatic_fulfillment setting for variant. - """ + """Overwrite default automatic_fulfillment setting for variant.""" automaticFulfillment: Boolean - """ - Represents an file in a multipart request. - """ + """Represents an file in a multipart request.""" contentFile: Upload! """ @@ -5601,9 +4324,7 @@ input DigitalContentUploadInput { """ urlValidDays: Int - """ - Use default digital content settings for this product. - """ + """Use default digital content settings for this product.""" useDefaultSettings: Boolean! } @@ -5613,14 +4334,10 @@ type DigitalContentUrl implements Node { downloadNum: Int! id: ID! - """ - UUID of digital content. - """ + """UUID of digital content.""" token: UUID! - """ - URL for digital content. - """ + """URL for digital content.""" url: String } @@ -5632,26 +4349,19 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type DigitalContentUrlCreate { digitalContentUrl: DigitalContentUrl errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input DigitalContentUrlCreateInput { - """ - Digital content ID which URL will belong to. - """ + """Digital content ID which URL will belong to.""" content: ID! } type DiscountError { - """ - List of channels IDs which causes the error. - """ + """List of channels IDs which causes the error.""" channels: [ID!] - """ - The error code. - """ + """The error code.""" code: DiscountErrorCode! """ @@ -5659,20 +4369,14 @@ type DiscountError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of products IDs which causes the error. - """ + """List of products IDs which causes the error.""" products: [ID!] } -""" -An enumeration. -""" +"""An enumeration.""" enum DiscountErrorCode { ALREADY_EXISTS CANNOT_MANAGE_PRODUCT_WITHOUT_VARIANT @@ -5695,9 +4399,7 @@ enum DiscountValueTypeEnum { PERCENTAGE } -""" -An enumeration. -""" +"""An enumeration.""" enum DistanceUnitsEnum { CM FT @@ -5707,23 +4409,15 @@ enum DistanceUnitsEnum { YD } -""" -Represents shop's domain. -""" +"""Represents shop's domain.""" type Domain { - """ - The host name of the domain. - """ + """The host name of the domain.""" host: String! - """ - Inform if SSL is enabled. - """ + """Inform if SSL is enabled.""" sslEnabled: Boolean! - """ - Shop's absolute URL. - """ + """Shop's absolute URL.""" url: String! } @@ -5733,13 +4427,10 @@ Deletes draft orders. Requires one of the following permissions: MANAGE_ORDERS. """ type DraftOrderBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [OrderError!]! - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -5750,12 +4441,9 @@ Requires one of the following permissions: MANAGE_ORDERS. type DraftOrderComplete { errors: [OrderError!]! - """ - Completed order. - """ + """Completed order.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -5766,34 +4454,23 @@ Requires one of the following permissions: MANAGE_ORDERS. type DraftOrderCreate { errors: [OrderError!]! order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input DraftOrderCreateInput { - """ - Billing address of the customer. - """ + """Billing address of the customer.""" billingAddress: AddressInput - """ - ID of the channel associated with the order. - """ + """ID of the channel associated with the order.""" channelId: ID - """ - A note from a customer. Visible by customers in the order summary. - """ + """A note from a customer. Visible by customers in the order summary.""" customerNote: String - """ - Discount amount for the order. - """ + """Discount amount for the order.""" discount: PositiveDecimal - """ - Variant line input consisting of variant ID and quantity of products. - """ + """Variant line input consisting of variant ID and quantity of products.""" lines: [OrderLineCreateInput!] """ @@ -5801,60 +4478,42 @@ input DraftOrderCreateInput { """ redirectUrl: String - """ - Shipping address of the customer. - """ + """Shipping address of the customer.""" shippingAddress: AddressInput - """ - ID of a selected shipping method. - """ + """ID of a selected shipping method.""" shippingMethod: ID - """ - Customer associated with the draft order. - """ + """Customer associated with the draft order.""" user: ID - """ - Email address of the customer. - """ + """Email address of the customer.""" userEmail: String - """ - ID of the voucher associated with the order. - """ + """ID of the voucher associated with the order.""" voucher: ID } type DraftOrderCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The order the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ order: Order - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -5866,60 +4525,43 @@ Requires one of the following permissions: MANAGE_ORDERS. type DraftOrderDelete { errors: [OrderError!]! order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type DraftOrderDeleted implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The order the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ order: Order - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } input DraftOrderInput { - """ - Billing address of the customer. - """ + """Billing address of the customer.""" billingAddress: AddressInput - """ - ID of the channel associated with the order. - """ + """ID of the channel associated with the order.""" channelId: ID - """ - A note from a customer. Visible by customers in the order summary. - """ + """A note from a customer. Visible by customers in the order summary.""" customerNote: String - """ - Discount amount for the order. - """ + """Discount amount for the order.""" discount: PositiveDecimal """ @@ -5927,29 +4569,19 @@ input DraftOrderInput { """ redirectUrl: String - """ - Shipping address of the customer. - """ + """Shipping address of the customer.""" shippingAddress: AddressInput - """ - ID of a selected shipping method. - """ + """ID of a selected shipping method.""" shippingMethod: ID - """ - Customer associated with the draft order. - """ + """Customer associated with the draft order.""" user: ID - """ - Email address of the customer. - """ + """Email address of the customer.""" userEmail: String - """ - ID of the voucher associated with the order. - """ + """ID of the voucher associated with the order.""" voucher: ID } @@ -5959,13 +4591,10 @@ Deletes order lines. Requires one of the following permissions: MANAGE_ORDERS. """ type DraftOrderLinesBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [OrderError!]! - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -5976,229 +4605,152 @@ Requires one of the following permissions: MANAGE_ORDERS. type DraftOrderUpdate { errors: [OrderError!]! order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type DraftOrderUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The order the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ order: Order - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } interface Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } -""" -Event delivery. -""" +"""Event delivery.""" type EventDelivery implements Node { - """ - Event delivery attempts. - """ + """Event delivery attempts.""" attempts( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Event delivery sorter - """ + """Event delivery sorter""" sortBy: EventDeliveryAttemptSortingInput ): EventDeliveryAttemptCountableConnection createdAt: DateTime! - """ - Webhook event type. - """ + """Webhook event type.""" eventType: WebhookEventTypeEnum! id: ID! - """ - Event payload. - """ + """Event payload.""" payload: String - """ - Event delivery status. - """ + """Event delivery status.""" status: EventDeliveryStatusEnum! } -""" -Event delivery attempts. -""" +"""Event delivery attempts.""" type EventDeliveryAttempt implements Node { - """ - Event delivery creation date and time. - """ + """Event delivery creation date and time.""" createdAt: DateTime! - """ - Delivery attempt duration. - """ + """Delivery attempt duration.""" duration: Float id: ID! - """ - Request headers for delivery attempt. - """ + """Request headers for delivery attempt.""" requestHeaders: String - """ - Delivery attempt response content. - """ + """Delivery attempt response content.""" response: String - """ - Response headers for delivery attempt. - """ + """Response headers for delivery attempt.""" responseHeaders: String - """ - Delivery attempt response status code. - """ + """Delivery attempt response status code.""" responseStatusCode: Int - """ - Event delivery status. - """ + """Event delivery status.""" status: EventDeliveryStatusEnum! - """ - Task id for delivery attempt. - """ + """Task id for delivery attempt.""" taskId: String } type EventDeliveryAttemptCountableConnection { edges: [EventDeliveryAttemptCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type EventDeliveryAttemptCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: EventDeliveryAttempt! } enum EventDeliveryAttemptSortField { - """ - Sort event delivery attempts by created at. - """ + """Sort event delivery attempts by created at.""" CREATED_AT } input EventDeliveryAttemptSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort attempts by the selected field. - """ + """Sort attempts by the selected field.""" field: EventDeliveryAttemptSortField! } type EventDeliveryCountableConnection { edges: [EventDeliveryCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type EventDeliveryCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: EventDelivery! } @@ -6213,29 +4765,21 @@ Retries event delivery. Requires one of the following permissions: MANAGE_APPS. """ type EventDeliveryRetry { - """ - Event delivery. - """ + """Event delivery.""" delivery: EventDelivery errors: [WebhookError!]! } enum EventDeliverySortField { - """ - Sort event deliveries by created at. - """ + """Sort event deliveries by created at.""" CREATED_AT } input EventDeliverySortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort deliveries by the selected field. - """ + """Sort deliveries by the selected field.""" field: EventDeliverySortField! } @@ -6246,9 +4790,7 @@ enum EventDeliveryStatusEnum { } type ExportError { - """ - The error code. - """ + """The error code.""" code: ExportErrorCode! """ @@ -6256,15 +4798,11 @@ type ExportError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum ExportErrorCode { GRAPHQL_ERROR INVALID @@ -6272,33 +4810,23 @@ enum ExportErrorCode { REQUIRED } -""" -History log of export file. -""" +"""History log of export file.""" type ExportEvent implements Node { """ App which performed the action. Requires one of the following permissions: OWNER, MANAGE_APPS. """ app: App - """ - Date when event happened at in ISO 8601 format. - """ + """Date when event happened at in ISO 8601 format.""" date: DateTime! - """ - The ID of the object. - """ + """The ID of the object.""" id: ID! - """ - Content of the event. - """ + """Content of the event.""" message: String! - """ - Export event type. - """ + """Export event type.""" type: ExportEventsEnum! """ @@ -6307,9 +4835,7 @@ type ExportEvent implements Node { user: User } -""" -An enumeration. -""" +"""An enumeration.""" enum ExportEventsEnum { EXPORTED_FILE_SENT EXPORT_DELETED @@ -6319,41 +4845,27 @@ enum ExportEventsEnum { EXPORT_SUCCESS } -""" -Represents a job data of exported file. -""" +"""Represents a job data of exported file.""" type ExportFile implements Job & Node { app: App - """ - Created date time of job in ISO 8601 format. - """ + """Created date time of job in ISO 8601 format.""" createdAt: DateTime! - """ - List of events associated with the export. - """ + """List of events associated with the export.""" events: [ExportEvent!] id: ID! - """ - Job message. - """ + """Job message.""" message: String - """ - Job status. - """ + """Job status.""" status: JobStatusEnum! - """ - Date time of job last update in ISO 8601 format. - """ + """Date time of job last update in ISO 8601 format.""" updatedAt: DateTime! - """ - The URL of field to download. - """ + """The URL of field to download.""" url: String user: User } @@ -6361,26 +4873,18 @@ type ExportFile implements Job & Node { type ExportFileCountableConnection { edges: [ExportFileCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type ExportFileCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: ExportFile! } @@ -6400,14 +4904,10 @@ enum ExportFileSortField { } input ExportFileSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort export file by the selected field. - """ + """Sort export file by the selected field.""" field: ExportFileSortField! } @@ -6430,46 +4930,30 @@ type ExportGiftCards { } input ExportGiftCardsInput { - """ - Type of exported file. - """ + """Type of exported file.""" fileType: FileTypesEnum! - """ - Filtering options for gift cards. - """ + """Filtering options for gift cards.""" filter: GiftCardFilterInput - """ - List of gift cards IDs to export. - """ + """List of gift cards IDs to export.""" ids: [ID!] - """ - Determine which gift cards should be exported. - """ + """Determine which gift cards should be exported.""" scope: ExportScope! } input ExportInfoInput { - """ - List of attribute ids witch should be exported. - """ + """List of attribute ids witch should be exported.""" attributes: [ID!] - """ - List of channels ids which should be exported. - """ + """List of channels ids which should be exported.""" channels: [ID!] - """ - List of product fields witch should be exported. - """ + """List of product fields witch should be exported.""" fields: [ProductFieldEnum!] - """ - List of warehouse ids witch should be exported. - """ + """List of warehouse ids witch should be exported.""" warehouses: [ID!] } @@ -6480,8 +4964,7 @@ Requires one of the following permissions: MANAGE_PRODUCTS. """ type ExportProducts { errors: [ExportError!]! - exportErrors: [ExportError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + exportErrors: [ExportError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") """ The newly created export file job which is responsible for export data. @@ -6490,93 +4973,61 @@ type ExportProducts { } input ExportProductsInput { - """ - Input with info about fields which should be exported. - """ + """Input with info about fields which should be exported.""" exportInfo: ExportInfoInput - """ - Type of exported file. - """ + """Type of exported file.""" fileType: FileTypesEnum! - """ - Filtering options for products. - """ + """Filtering options for products.""" filter: ProductFilterInput - """ - List of products IDs to export. - """ + """List of products IDs to export.""" ids: [ID!] - """ - Determine which products should be exported. - """ + """Determine which products should be exported.""" scope: ExportScope! } enum ExportScope { - """ - Export all products. - """ + """Export all products.""" ALL - """ - Export the filtered products. - """ + """Export the filtered products.""" FILTER - """ - Export products with given ids. - """ + """Export products with given ids.""" IDS } type ExternalAuthentication { - """ - ID of external authentication plugin. - """ + """ID of external authentication plugin.""" id: String! - """ - Name of external authentication plugin. - """ + """Name of external authentication plugin.""" name: String } -""" -Prepare external authentication url for user by custom plugin. -""" +"""Prepare external authentication url for user by custom plugin.""" type ExternalAuthenticationUrl { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - The data returned by authentication plugin. - """ + """The data returned by authentication plugin.""" authenticationData: JSONString errors: [AccountError!]! } -""" -Logout user by custom plugin. -""" +"""Logout user by custom plugin.""" type ExternalLogout { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - The data returned by authentication plugin. - """ + """The data returned by authentication plugin.""" logoutData: JSONString } type ExternalNotificationError { - """ - The error code. - """ + """The error code.""" code: ExternalNotificationErrorCodes! """ @@ -6584,15 +5035,11 @@ type ExternalNotificationError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum ExternalNotificationErrorCodes { CHANNEL_INACTIVE INVALID_MODEL_TYPE @@ -6626,103 +5073,66 @@ input ExternalNotificationTriggerInput { ids: [ID!]! } -""" -Obtain external access tokens for user by custom plugin. -""" +"""Obtain external access tokens for user by custom plugin.""" type ExternalObtainAccessTokens { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - CSRF token required to re-generate external access token. - """ + """CSRF token required to re-generate external access token.""" csrfToken: String errors: [AccountError!]! - """ - The refresh token, required to re-generate external access token. - """ + """The refresh token, required to re-generate external access token.""" refreshToken: String - """ - The token, required to authenticate. - """ + """The token, required to authenticate.""" token: String - """ - A user instance. - """ + """A user instance.""" user: User } -""" -Refresh user's access by custom plugin. -""" +"""Refresh user's access by custom plugin.""" type ExternalRefresh { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - CSRF token required to re-generate external access token. - """ + """CSRF token required to re-generate external access token.""" csrfToken: String errors: [AccountError!]! - """ - The refresh token, required to re-generate external access token. - """ + """The refresh token, required to re-generate external access token.""" refreshToken: String - """ - The token, required to authenticate. - """ + """The token, required to authenticate.""" token: String - """ - A user instance. - """ + """A user instance.""" user: User } -""" -Verify external authentication data by plugin. -""" +"""Verify external authentication data by plugin.""" type ExternalVerify { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - Determine if authentication data is valid or not. - """ + """Determine if authentication data is valid or not.""" isValid: Boolean! - """ - User assigned to data. - """ + """User assigned to data.""" user: User - """ - External data. - """ + """External data.""" verifyData: JSONString } type File { - """ - Content type of the file. - """ + """Content type of the file.""" contentType: String - """ - The URL of the file. - """ + """The URL of the file.""" url: String! } -""" -An enumeration. -""" +"""An enumeration.""" enum FileTypesEnum { CSV XLSX @@ -6735,84 +5145,71 @@ Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_STAF """ type FileUpload { errors: [UploadError!]! - uploadErrors: [UploadError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + uploadErrors: [UploadError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") uploadedFile: File } -""" -Represents order fulfillment. -""" +"""Represents order fulfillment.""" type Fulfillment implements Node & ObjectWithMetadata { created: DateTime! fulfillmentOrder: Int! id: ID! - """ - List of lines for the fulfillment. - """ + """List of lines for the fulfillment.""" lines: [FulfillmentLine!] - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata status: FulfillmentStatus! - """ - User-friendly fulfillment status. - """ + """User-friendly fulfillment status.""" statusDisplay: String trackingNumber: String! - """ - Warehouse from fulfillment was fulfilled. - """ + """Warehouse from fulfillment was fulfilled.""" warehouse: Warehouse } @@ -6826,17 +5223,12 @@ Requires one of the following permissions: MANAGE_ORDERS. type FulfillmentApprove { errors: [OrderError!]! - """ - An approved fulfillment. - """ + """An approved fulfillment.""" fulfillment: Fulfillment - """ - Order which fulfillment was approved. - """ + """Order which fulfillment was approved.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -6847,17 +5239,12 @@ Requires one of the following permissions: MANAGE_ORDERS. type FulfillmentCancel { errors: [OrderError!]! - """ - A canceled fulfillment. - """ + """A canceled fulfillment.""" fulfillment: Fulfillment - """ - Order which fulfillment was cancelled. - """ + """Order which fulfillment was cancelled.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input FulfillmentCancelInput { @@ -6870,86 +5257,68 @@ input FulfillmentCancelInput { type FulfillmentCanceled implements Event { """ The fulfillment the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ fulfillment: Fulfillment - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The order the fulfillment belongs to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ order: Order - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type FulfillmentCreated implements Event { """ The fulfillment the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ fulfillment: Fulfillment - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The order the fulfillment belongs to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ order: Order - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } -""" -Represents line of the fulfillment. -""" +"""Represents line of the fulfillment.""" type FulfillmentLine implements Node { id: ID! orderLine: OrderLine @@ -6964,17 +5333,12 @@ Requires one of the following permissions: MANAGE_ORDERS. type FulfillmentRefundProducts { errors: [OrderError!]! - """ - A refunded fulfillment. - """ + """A refunded fulfillment.""" fulfillment: Fulfillment - """ - Order which fulfillment was refunded. - """ + """Order which fulfillment was refunded.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -6985,32 +5349,21 @@ Requires one of the following permissions: MANAGE_ORDERS. type FulfillmentReturnProducts { errors: [OrderError!]! - """ - Order which fulfillment was returned. - """ + """Order which fulfillment was returned.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - A replace fulfillment. - """ + """A replace fulfillment.""" replaceFulfillment: Fulfillment - """ - A draft order which was created for products with replace flag. - """ + """A draft order which was created for products with replace flag.""" replaceOrder: Order - """ - A return fulfillment. - """ + """A return fulfillment.""" returnFulfillment: Fulfillment } -""" -An enumeration. -""" +"""An enumeration.""" enum FulfillmentStatus { CANCELED FULFILLED @@ -7029,43 +5382,28 @@ Requires one of the following permissions: MANAGE_ORDERS. type FulfillmentUpdateTracking { errors: [OrderError!]! - """ - A fulfillment with updated tracking. - """ + """A fulfillment with updated tracking.""" fulfillment: Fulfillment - """ - Order for which fulfillment was updated. - """ + """Order for which fulfillment was updated.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input FulfillmentUpdateTrackingInput { - """ - If true, send an email notification to the customer. - """ + """If true, send an email notification to the customer.""" notifyCustomer: Boolean = false - """ - Fulfillment tracking number. - """ + """Fulfillment tracking number.""" trackingNumber: String } -""" -Payment gateway client configuration key and value pair. -""" +"""Payment gateway client configuration key and value pair.""" type GatewayConfigLine { - """ - Gateway config key. - """ + """Gateway config key.""" field: String! - """ - Gateway config value for key. - """ + """Gateway config value for key.""" value: String } @@ -7082,20 +5420,20 @@ A gift card is a prepaid electronic payment card accepted in stores. They can be type GiftCard implements Node & ObjectWithMetadata { """ App which created the gift card. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_APPS, OWNER. """ app: App """ Slug of the channel where the gift card was bought. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ boughtInChannel: String @@ -7108,49 +5446,42 @@ type GiftCard implements Node & ObjectWithMetadata { """ The user who bought or issued a gift card. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ createdBy: User """ Email address of the user who bought or issued gift card. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_USERS, OWNER. """ createdByEmail: String currentBalance: Money - """ - Code in format which allows displaying in a user interface. - """ + """Code in format which allows displaying in a user interface.""" displayCode: String! - """ - End date of gift card. - """ - endDate: DateTime - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `expiryDate` field instead.") + """End date of gift card.""" + endDate: DateTime @deprecated(reason: "This field will be removed in Saleor 4.0. Use `expiryDate` field instead.") """ List of events associated with the gift card. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ events( - """ - Filtering options for gift card events. - """ + """Filtering options for gift card events.""" filter: GiftCardEventFilterInput ): [GiftCardEvent!]! expiryDate: Date @@ -7158,110 +5489,99 @@ type GiftCard implements Node & ObjectWithMetadata { initialBalance: Money isActive: Boolean! - """ - Last 4 characters of gift card code. - """ + """Last 4 characters of gift card code.""" last4CodeChars: String! lastUsedOn: DateTime - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata """ Related gift card product. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ product: Product - """ - Start date of gift card. - """ + """Start date of gift card.""" startDate: DateTime @deprecated(reason: "This field will be removed in Saleor 4.0.") """ The gift card tag. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ tags: [GiftCardTag!]! """ The customer who used a gift card. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ usedBy: User """ Email address of the customer who used a gift card. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ usedByEmail: String - """ - The customer who bought a gift card. - """ - user: User - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `createdBy` field instead.") + """The customer who bought a gift card.""" + user: User @deprecated(reason: "This field will be removed in Saleor 4.0. Use `createdBy` field instead.") } """ @@ -7272,12 +5592,9 @@ Requires one of the following permissions: MANAGE_GIFT_CARD. type GiftCardActivate { errors: [GiftCardError!]! - """ - Activated gift card. - """ + """Activated gift card.""" giftCard: GiftCard - giftCardErrors: [GiftCardError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + giftCardErrors: [GiftCardError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -7292,21 +5609,15 @@ Requires one of the following permissions: MANAGE_GIFT_CARD. type GiftCardAddNote { errors: [GiftCardError!]! - """ - Gift card note created. - """ + """Gift card note created.""" event: GiftCardEvent - """ - Gift card with the note added. - """ + """Gift card with the note added.""" giftCard: GiftCard } input GiftCardAddNoteInput { - """ - Note message. - """ + """Note message.""" message: String! } @@ -7320,9 +5631,7 @@ Note: this API is currently in Feature Preview and can be subject to changes at Requires one of the following permissions: MANAGE_GIFT_CARD. """ type GiftCardBulkActivate { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [GiftCardError!]! } @@ -7337,42 +5646,28 @@ Note: this API is currently in Feature Preview and can be subject to changes at Requires one of the following permissions: MANAGE_GIFT_CARD. """ type GiftCardBulkCreate { - """ - Returns how many objects were created. - """ + """Returns how many objects were created.""" count: Int! errors: [GiftCardError!]! - """ - List of created gift cards. - """ + """List of created gift cards.""" giftCards: [GiftCard!]! } input GiftCardBulkCreateInput { - """ - Balance of the gift card. - """ + """Balance of the gift card.""" balance: PriceInput! - """ - The number of cards to issue. - """ + """The number of cards to issue.""" count: Int! - """ - The gift card expiry date. - """ + """The gift card expiry date.""" expiryDate: Date - """ - Determine if gift card is active. - """ + """Determine if gift card is active.""" isActive: Boolean! - """ - The gift card tags. - """ + """The gift card tags.""" tags: [String!] } @@ -7386,9 +5681,7 @@ Note: this API is currently in Feature Preview and can be subject to changes at Requires one of the following permissions: MANAGE_GIFT_CARD. """ type GiftCardBulkDeactivate { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [GiftCardError!]! } @@ -7403,9 +5696,7 @@ Note: this API is currently in Feature Preview and can be subject to changes at Requires one of the following permissions: MANAGE_GIFT_CARD. """ type GiftCardBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [GiftCardError!]! } @@ -7413,26 +5704,18 @@ type GiftCardBulkDelete { type GiftCardCountableConnection { edges: [GiftCardCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type GiftCardCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: GiftCard! } @@ -7444,116 +5727,103 @@ Requires one of the following permissions: MANAGE_GIFT_CARD. type GiftCardCreate { errors: [GiftCardError!]! giftCard: GiftCard - giftCardErrors: [GiftCardError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + giftCardErrors: [GiftCardError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input GiftCardCreateInput { """ The gift card tags to add. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ addTags: [String!] - """ - Balance of the gift card. - """ + """Balance of the gift card.""" balance: PriceInput! """ Slug of a channel from which the email should be sent. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ channel: String """ Code to use the gift card. - + DEPRECATED: this field will be removed in Saleor 4.0. The code is now auto generated. """ code: String """ End date of the gift card in ISO 8601 format. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `expiryDate` from `expirySettings` instead. """ endDate: Date """ The gift card expiry date. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ expiryDate: Date """ Determine if gift card is active. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ isActive: Boolean! """ The gift card note from the staff member. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ note: String """ Start date of the gift card in ISO 8601 format. - + DEPRECATED: this field will be removed in Saleor 4.0. """ startDate: Date - """ - Email of the customer to whom gift card will be sent. - """ + """Email of the customer to whom gift card will be sent.""" userEmail: String } type GiftCardCreated implements Event { """ The gift card the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ giftCard: GiftCard - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -7565,12 +5835,9 @@ Requires one of the following permissions: MANAGE_GIFT_CARD. type GiftCardDeactivate { errors: [GiftCardError!]! - """ - Deactivated gift card. - """ + """Deactivated gift card.""" giftCard: GiftCard - giftCardErrors: [GiftCardError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + giftCardErrors: [GiftCardError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -7585,45 +5852,34 @@ Requires one of the following permissions: MANAGE_GIFT_CARD. type GiftCardDelete { errors: [GiftCardError!]! giftCard: GiftCard - giftCardErrors: [GiftCardError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + giftCardErrors: [GiftCardError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type GiftCardDeleted implements Event { """ The gift card the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ giftCard: GiftCard - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type GiftCardError { - """ - The error code. - """ + """The error code.""" code: GiftCardErrorCode! """ @@ -7631,20 +5887,14 @@ type GiftCardError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of tag values that cause the error. - """ + """List of tag values that cause the error.""" tags: [String!] } -""" -An enumeration. -""" +"""An enumeration.""" enum GiftCardErrorCode { ALREADY_EXISTS DUPLICATED_INPUT_ITEM @@ -7669,60 +5919,38 @@ type GiftCardEvent implements Node { """ app: App - """ - The gift card balance. - """ + """The gift card balance.""" balance: GiftCardEventBalance - """ - Date when event happened at in ISO 8601 format. - """ + """Date when event happened at in ISO 8601 format.""" date: DateTime - """ - Email of the customer. - """ + """Email of the customer.""" email: String - """ - The gift card expiry date. - """ + """The gift card expiry date.""" expiryDate: Date id: ID! - """ - Content of the event. - """ + """Content of the event.""" message: String - """ - Previous gift card expiry date. - """ + """Previous gift card expiry date.""" oldExpiryDate: Date - """ - The list of old gift card tags. - """ + """The list of old gift card tags.""" oldTags: [String!] - """ - The order ID where gift card was used or bought. - """ + """The order ID where gift card was used or bought.""" orderId: ID - """ - User-friendly number of an order where gift card was used or bought. - """ + """User-friendly number of an order where gift card was used or bought.""" orderNumber: String - """ - The list of gift card tags. - """ + """The list of gift card tags.""" tags: [String!] - """ - Gift card event type. - """ + """Gift card event type.""" type: GiftCardEventsEnum """ @@ -7732,24 +5960,16 @@ type GiftCardEvent implements Node { } type GiftCardEventBalance { - """ - Current balance of the gift card. - """ + """Current balance of the gift card.""" currentBalance: Money! - """ - Initial balance of the gift card. - """ + """Initial balance of the gift card.""" initialBalance: Money - """ - Previous current balance of the gift card. - """ + """Previous current balance of the gift card.""" oldCurrentBalance: Money - """ - Previous initial balance of the gift card. - """ + """Previous initial balance of the gift card.""" oldInitialBalance: Money } @@ -7758,9 +5978,7 @@ input GiftCardEventFilterInput { type: GiftCardEventsEnum } -""" -An enumeration. -""" +"""An enumeration.""" enum GiftCardEventsEnum { ACTIVATED BALANCE_RESET @@ -7801,48 +6019,32 @@ Requires one of the following permissions: MANAGE_GIFT_CARD. type GiftCardResend { errors: [GiftCardError!]! - """ - Gift card which has been sent. - """ + """Gift card which has been sent.""" giftCard: GiftCard } input GiftCardResendInput { - """ - Slug of a channel from which the email should be sent. - """ + """Slug of a channel from which the email should be sent.""" channel: String! - """ - Email to which gift card should be send. - """ + """Email to which gift card should be send.""" email: String - """ - ID of a gift card to resend. - """ + """ID of a gift card to resend.""" id: ID! } -""" -Gift card related settings from site settings. -""" +"""Gift card related settings from site settings.""" type GiftCardSettings { - """ - The gift card expiry period settings. - """ + """The gift card expiry period settings.""" expiryPeriod: TimePeriod - """ - The gift card expiry type settings. - """ + """The gift card expiry type settings.""" expiryType: GiftCardSettingsExpiryTypeEnum! } type GiftCardSettingsError { - """ - The error code. - """ + """The error code.""" code: GiftCardSettingsErrorCode! """ @@ -7850,24 +6052,18 @@ type GiftCardSettingsError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum GiftCardSettingsErrorCode { GRAPHQL_ERROR INVALID REQUIRED } -""" -An enumeration. -""" +"""An enumeration.""" enum GiftCardSettingsExpiryTypeEnum { EXPIRY_PERIOD NEVER_EXPIRE @@ -7881,81 +6077,57 @@ Requires one of the following permissions: MANAGE_GIFT_CARD. type GiftCardSettingsUpdate { errors: [GiftCardSettingsError!]! - """ - Gift card settings. - """ + """Gift card settings.""" giftCardSettings: GiftCardSettings } input GiftCardSettingsUpdateInput { - """ - Defines gift card expiry period. - """ + """Defines gift card expiry period.""" expiryPeriod: TimePeriodInputType - """ - Defines gift card default expiry settings. - """ + """Defines gift card default expiry settings.""" expiryType: GiftCardSettingsExpiryTypeEnum } enum GiftCardSortField { - """ - Sort orders by current balance. - """ + """Sort orders by current balance.""" CURRENT_BALANCE - """ - Sort orders by product. - """ + """Sort orders by product.""" PRODUCT - """ - Sort orders by used by. - """ + """Sort orders by used by.""" USED_BY } input GiftCardSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort gift cards by the selected field. - """ + """Sort gift cards by the selected field.""" field: GiftCardSortField! } type GiftCardStatusChanged implements Event { """ The gift card the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ giftCard: GiftCard - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -7974,26 +6146,18 @@ type GiftCardTag implements Node { type GiftCardTagCountableConnection { edges: [GiftCardTagCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type GiftCardTagCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: GiftCardTag! } @@ -8009,57 +6173,56 @@ Requires one of the following permissions: MANAGE_GIFT_CARD. type GiftCardUpdate { errors: [GiftCardError!]! giftCard: GiftCard - giftCardErrors: [GiftCardError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + giftCardErrors: [GiftCardError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input GiftCardUpdateInput { """ The gift card tags to add. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ addTags: [String!] """ The gift card balance amount. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ balanceAmount: PositiveDecimal """ End date of the gift card in ISO 8601 format. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `expiryDate` from `expirySettings` instead. """ endDate: Date """ The gift card expiry date. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ expiryDate: Date """ The gift card tags to remove. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ removeTags: [String!] """ Start date of the gift card in ISO 8601 format. - + DEPRECATED: this field will be removed in Saleor 4.0. """ startDate: Date @@ -8068,44 +6231,32 @@ input GiftCardUpdateInput { type GiftCardUpdated implements Event { """ The gift card the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ giftCard: GiftCard - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } -""" -Represents permission group data. -""" +"""Represents permission group data.""" type Group implements Node { id: ID! name: String! - """ - List of group permissions - """ + """List of group permissions""" permissions: [Permission!] """ @@ -8115,7 +6266,7 @@ type Group implements Node { """ List of group users - + Requires one of the following permissions: MANAGE_STAFF. """ users: [User!] @@ -8124,129 +6275,99 @@ type Group implements Node { type GroupCountableConnection { edges: [GroupCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type GroupCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Group! } -""" -Represents an image. -""" +"""Represents an image.""" type Image { - """ - Alt text for an image. - """ + """Alt text for an image.""" alt: String - """ - The URL of the image. - """ + """The URL of the image.""" url: String! } input IntRangeInput { - """ - Value greater than or equal to. - """ + """Value greater than or equal to.""" gte: Int - """ - Value less than or equal to. - """ + """Value less than or equal to.""" lte: Int } -""" -Represents an Invoice. -""" +"""Represents an Invoice.""" type Invoice implements Job & Node & ObjectWithMetadata { createdAt: DateTime! externalUrl: String - """ - The ID of the object. - """ + """The ID of the object.""" id: ID! message: String - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata number: String - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata - """ - Job status. - """ + """Job status.""" status: JobStatusEnum! updatedAt: DateTime! - """ - URL to download an invoice. - """ + """URL to download an invoice.""" url: String } @@ -8258,19 +6379,14 @@ Requires one of the following permissions: MANAGE_ORDERS. type InvoiceCreate { errors: [InvoiceError!]! invoice: Invoice - invoiceErrors: [InvoiceError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + invoiceErrors: [InvoiceError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input InvoiceCreateInput { - """ - Invoice number. - """ + """Invoice number.""" number: String! - """ - URL of an invoice to download. - """ + """URL of an invoice to download.""" url: String! } @@ -8282,45 +6398,34 @@ Requires one of the following permissions: MANAGE_ORDERS. type InvoiceDelete { errors: [InvoiceError!]! invoice: Invoice - invoiceErrors: [InvoiceError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + invoiceErrors: [InvoiceError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type InvoiceDeleted implements Event { """ The invoice the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ invoice: Invoice - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type InvoiceError { - """ - The error code. - """ + """The error code.""" code: InvoiceErrorCode! """ @@ -8328,15 +6433,11 @@ type InvoiceError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum InvoiceErrorCode { EMAIL_NOT_SET INVALID_STATUS @@ -8356,12 +6457,9 @@ Requires one of the following permissions: MANAGE_ORDERS. type InvoiceRequest { errors: [InvoiceError!]! invoice: Invoice - invoiceErrors: [InvoiceError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + invoiceErrors: [InvoiceError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Order related to an invoice. - """ + """Order related to an invoice.""" order: Order } @@ -8373,38 +6471,29 @@ Requires one of the following permissions: MANAGE_ORDERS. type InvoiceRequestDelete { errors: [InvoiceError!]! invoice: Invoice - invoiceErrors: [InvoiceError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + invoiceErrors: [InvoiceError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type InvoiceRequested implements Event { """ The invoice the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ invoice: Invoice - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -8416,38 +6505,29 @@ Requires one of the following permissions: MANAGE_ORDERS. type InvoiceSendNotification { errors: [InvoiceError!]! invoice: Invoice - invoiceErrors: [InvoiceError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + invoiceErrors: [InvoiceError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type InvoiceSent implements Event { """ The invoice the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ invoice: Invoice - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -8459,8 +6539,7 @@ Requires one of the following permissions: MANAGE_ORDERS. type InvoiceUpdate { errors: [InvoiceError!]! invoice: Invoice - invoiceErrors: [InvoiceError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + invoiceErrors: [InvoiceError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } union IssuingPrincipal = App | User @@ -8468,30 +6547,20 @@ union IssuingPrincipal = App | User scalar JSONString interface Job { - """ - Created date time of job in ISO 8601 format. - """ + """Created date time of job in ISO 8601 format.""" createdAt: DateTime! - """ - Job message. - """ + """Job message.""" message: String - """ - Job status. - """ + """Job status.""" status: JobStatusEnum! - """ - Date time of job last update in ISO 8601 format. - """ + """Date time of job last update in ISO 8601 format.""" updatedAt: DateTime! } -""" -An enumeration. -""" +"""An enumeration.""" enum JobStatusEnum { DELETED FAILED @@ -8499,9 +6568,7 @@ enum JobStatusEnum { SUCCESS } -""" -An enumeration. -""" +"""An enumeration.""" enum LanguageCodeEnum { AF AF_NA @@ -9285,26 +7352,18 @@ enum LanguageCodeEnum { } type LanguageDisplay { - """ - ISO 639 representation of the language name. - """ + """ISO 639 representation of the language name.""" code: LanguageCodeEnum! - """ - Full name of the language. - """ + """Full name of the language.""" language: String! } type LimitInfo { - """ - Defines the allowed maximum resource usage, null means unlimited. - """ + """Defines the allowed maximum resource usage, null means unlimited.""" allowedUsage: Limits! - """ - Defines the current resource usage. - """ + """Defines the current resource usage.""" currentUsage: Limits! } @@ -9316,9 +7375,7 @@ type Limits { warehouses: Int } -""" -The manifest definition. -""" +"""The manifest definition.""" type Manifest { about: String appUrl: String @@ -9340,9 +7397,7 @@ type Margin { stop: Int } -""" -An enumeration. -""" +"""An enumeration.""" enum MeasurementUnitsEnum { ACRE_FT ACRE_IN @@ -9383,53 +7438,49 @@ type Menu implements Node & ObjectWithMetadata { id: ID! items: [MenuItem!] - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata name: String! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata @@ -9442,38 +7493,27 @@ Deletes menus. Requires one of the following permissions: MANAGE_MENUS. """ type MenuBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [MenuError!]! - menuErrors: [MenuError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + menuErrors: [MenuError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type MenuCountableConnection { edges: [MenuCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type MenuCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Menu! } @@ -9485,60 +7525,43 @@ Requires one of the following permissions: MANAGE_MENUS. type MenuCreate { errors: [MenuError!]! menu: Menu - menuErrors: [MenuError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + menuErrors: [MenuError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input MenuCreateInput { - """ - List of menu items. - """ + """List of menu items.""" items: [MenuItemInput!] - """ - Name of the menu. - """ + """Name of the menu.""" name: String! - """ - Slug of the menu. Will be generated if not provided. - """ + """Slug of the menu. Will be generated if not provided.""" slug: String } type MenuCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The menu the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ menu( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Menu - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -9550,50 +7573,37 @@ Requires one of the following permissions: MANAGE_MENUS. type MenuDelete { errors: [MenuError!]! menu: Menu - menuErrors: [MenuError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + menuErrors: [MenuError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type MenuDeleted implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The menu the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ menu( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Menu - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type MenuError { - """ - The error code. - """ + """The error code.""" code: MenuErrorCode! """ @@ -9601,15 +7611,11 @@ type MenuError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum MenuErrorCode { CANNOT_ASSIGN_NODE GRAPHQL_ERROR @@ -9629,14 +7635,10 @@ input MenuFilterInput { } input MenuInput { - """ - Name of the menu. - """ + """Name of the menu.""" name: String - """ - Slug of the menu. - """ + """Slug of the menu.""" slug: String } @@ -9655,27 +7657,25 @@ type MenuItem implements Node & ObjectWithMetadata { level: Int! menu: Menu! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata @@ -9687,44 +7687,36 @@ type MenuItem implements Node & ObjectWithMetadata { page: Page parent: MenuItem - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata - """ - Returns translated menu item fields for the given language code. - """ + """Returns translated menu item fields for the given language code.""" translation( - """ - A language code to return the translation for menu item. - """ + """A language code to return the translation for menu item.""" languageCode: LanguageCodeEnum! ): MenuItemTranslation - """ - URL to the menu item. - """ + """URL to the menu item.""" url: String } @@ -9734,38 +7726,27 @@ Deletes menu items. Requires one of the following permissions: MANAGE_MENUS. """ type MenuItemBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [MenuError!]! - menuErrors: [MenuError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + menuErrors: [MenuError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type MenuItemCountableConnection { edges: [MenuItemCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type MenuItemCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: MenuItem! } @@ -9776,81 +7757,56 @@ Requires one of the following permissions: MANAGE_MENUS. """ type MenuItemCreate { errors: [MenuError!]! - menuErrors: [MenuError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + menuErrors: [MenuError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") menuItem: MenuItem } input MenuItemCreateInput { - """ - Category to which item points. - """ + """Category to which item points.""" category: ID - """ - Collection to which item points. - """ + """Collection to which item points.""" collection: ID - """ - Menu to which item belongs. - """ + """Menu to which item belongs.""" menu: ID! - """ - Name of the menu item. - """ + """Name of the menu item.""" name: String! - """ - Page to which item points. - """ + """Page to which item points.""" page: ID - """ - ID of the parent menu. If empty, menu will be top level menu. - """ + """ID of the parent menu. If empty, menu will be top level menu.""" parent: ID - """ - URL of the pointed item. - """ + """URL of the pointed item.""" url: String } type MenuItemCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The menu item the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ menuItem( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): MenuItem - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -9861,44 +7817,33 @@ Requires one of the following permissions: MANAGE_MENUS. """ type MenuItemDelete { errors: [MenuError!]! - menuErrors: [MenuError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + menuErrors: [MenuError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") menuItem: MenuItem } type MenuItemDeleted implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The menu item the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ menuItem( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): MenuItem - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -9908,29 +7853,19 @@ input MenuItemFilterInput { } input MenuItemInput { - """ - Category to which item points. - """ + """Category to which item points.""" category: ID - """ - Collection to which item points. - """ + """Collection to which item points.""" collection: ID - """ - Name of the menu item. - """ + """Name of the menu item.""" name: String - """ - Page to which item points. - """ + """Page to which item points.""" page: ID - """ - URL of the pointed item. - """ + """URL of the pointed item.""" url: String } @@ -9942,23 +7877,16 @@ Requires one of the following permissions: MANAGE_MENUS. type MenuItemMove { errors: [MenuError!]! - """ - Assigned menu to move within. - """ + """Assigned menu to move within.""" menu: Menu - menuErrors: [MenuError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + menuErrors: [MenuError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input MenuItemMoveInput { - """ - The menu item ID to move. - """ + """The menu item ID to move.""" itemId: ID! - """ - ID of the parent menu. If empty, menu will be top level menu. - """ + """ID of the parent menu. If empty, menu will be top level menu.""" parentId: ID """ @@ -9968,14 +7896,10 @@ input MenuItemMoveInput { } input MenuItemSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort menu items by the selected field. - """ + """Sort menu items by the selected field.""" field: MenuItemsSortField! } @@ -9985,19 +7909,12 @@ type MenuItemTranslatableContent implements Node { """ Represents a single item of the related menu. Can store categories, collection or pages. """ - menuItem: MenuItem - @deprecated( - reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries." - ) + menuItem: MenuItem @deprecated(reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries.") name: String! - """ - Returns translated menu item fields for the given language code. - """ + """Returns translated menu item fields for the given language code.""" translation( - """ - A language code to return the translation for menu item. - """ + """A language code to return the translation for menu item.""" languageCode: LanguageCodeEnum! ): MenuItemTranslation } @@ -10010,16 +7927,13 @@ Requires one of the following permissions: MANAGE_TRANSLATIONS. type MenuItemTranslate { errors: [TranslationError!]! menuItem: MenuItem - translationErrors: [TranslationError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + translationErrors: [TranslationError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type MenuItemTranslation implements Node { id: ID! - """ - Translation language. - """ + """Translation language.""" language: LanguageDisplay! name: String! } @@ -10031,75 +7945,54 @@ Requires one of the following permissions: MANAGE_MENUS. """ type MenuItemUpdate { errors: [MenuError!]! - menuErrors: [MenuError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + menuErrors: [MenuError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") menuItem: MenuItem } type MenuItemUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The menu item the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ menuItem( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): MenuItem - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } enum MenuItemsSortField { - """ - Sort menu items by name. - """ + """Sort menu items by name.""" NAME } enum MenuSortField { - """ - Sort menus by items count. - """ + """Sort menus by items count.""" ITEMS_COUNT - """ - Sort menus by name. - """ + """Sort menus by name.""" NAME } input MenuSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort menus by the selected field. - """ + """Sort menus by the selected field.""" field: MenuSortField! } @@ -10111,43 +8004,32 @@ Requires one of the following permissions: MANAGE_MENUS. type MenuUpdate { errors: [MenuError!]! menu: Menu - menuErrors: [MenuError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + menuErrors: [MenuError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type MenuUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The menu the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ menu( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Menu - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -10165,9 +8047,7 @@ Example: scalar Metadata type MetadataError { - """ - The error code. - """ + """The error code.""" code: MetadataErrorCode! """ @@ -10175,15 +8055,11 @@ type MetadataError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum MetadataErrorCode { GRAPHQL_ERROR INVALID @@ -10193,87 +8069,57 @@ enum MetadataErrorCode { } input MetadataFilter { - """ - Key of a metadata item. - """ + """Key of a metadata item.""" key: String! - """ - Value of a metadata item. - """ + """Value of a metadata item.""" value: String } input MetadataInput { - """ - Key of a metadata item. - """ + """Key of a metadata item.""" key: String! - """ - Value of a metadata item. - """ + """Value of a metadata item.""" value: String! } type MetadataItem { - """ - Key of a metadata item. - """ + """Key of a metadata item.""" key: String! - """ - Value of a metadata item. - """ + """Value of a metadata item.""" value: String! } -""" -Represents amount of money in specific currency. -""" +"""Represents amount of money in specific currency.""" type Money { - """ - Amount of money. - """ + """Amount of money.""" amount: Float! - """ - Currency code. - """ + """Currency code.""" currency: String! } input MoneyInput { - """ - Amount of money. - """ + """Amount of money.""" amount: PositiveDecimal! - """ - Currency code. - """ + """Currency code.""" currency: String! } -""" -Represents a range of amounts of money. -""" +"""Represents a range of amounts of money.""" type MoneyRange { - """ - Lower bound of a price range. - """ + """Lower bound of a price range.""" start: Money - """ - Upper bound of a price range. - """ + """Upper bound of a price range.""" stop: Money } input MoveProductInput { - """ - The ID of the product to move. - """ + """The ID of the product to move.""" productId: ID! """ @@ -10285,13 +8131,11 @@ input MoveProductInput { type Mutation { """ Create a new address for the customer. - + Requires one of the following permissions: AUTHENTICATED_USER. """ accountAddressCreate( - """ - Fields required to create address. - """ + """Fields required to create address.""" input: AddressInput! """ @@ -10304,9 +8148,7 @@ type Mutation { Delete an address of the logged-in user. Requires one of the following permissions: MANAGE_USERS, IS_OWNER. """ accountAddressDelete( - """ - ID of the address to delete. - """ + """ID of the address to delete.""" id: ID! ): AccountAddressDelete @@ -10314,20 +8156,16 @@ type Mutation { Updates an address of the logged-in user. Requires one of the following permissions: MANAGE_USERS, IS_OWNER. """ accountAddressUpdate( - """ - ID of the address to update. - """ + """ID of the address to update.""" id: ID! - """ - Fields required to update the address. - """ + """Fields required to update the address.""" input: AddressInput! ): AccountAddressUpdate """ Remove user account. - + Requires one of the following permissions: AUTHENTICATED_USER. """ accountDelete( @@ -10337,19 +8175,15 @@ type Mutation { token: String! ): AccountDelete - """ - Register a new user. - """ + """Register a new user.""" accountRegister( - """ - Fields required to create a user. - """ + """Fields required to create a user.""" input: AccountRegisterInput! ): AccountRegister """ Sends an email with the account removal link for the logged-in user. - + Requires one of the following permissions: AUTHENTICATED_USER. """ accountRequestDeletion( @@ -10366,110 +8200,86 @@ type Mutation { """ Sets a default address for the authenticated user. - + Requires one of the following permissions: AUTHENTICATED_USER. """ accountSetDefaultAddress( - """ - ID of the address to set as default. - """ + """ID of the address to set as default.""" id: ID! - """ - The type of address. - """ + """The type of address.""" type: AddressTypeEnum! ): AccountSetDefaultAddress """ Updates the account of the logged-in user. - + Requires one of the following permissions: AUTHENTICATED_USER. """ accountUpdate( - """ - Fields required to update the account of the logged-in user. - """ + """Fields required to update the account of the logged-in user.""" input: AccountInput! ): AccountUpdate """ Creates user address. - + Requires one of the following permissions: MANAGE_USERS. """ addressCreate( - """ - Fields required to create address. - """ + """Fields required to create address.""" input: AddressInput! - """ - ID of a user to create address for. - """ + """ID of a user to create address for.""" userId: ID! ): AddressCreate """ Deletes an address. - + Requires one of the following permissions: MANAGE_USERS. """ addressDelete( - """ - ID of the address to delete. - """ + """ID of the address to delete.""" id: ID! ): AddressDelete """ Sets a default address for the given user. - + Requires one of the following permissions: MANAGE_USERS. """ addressSetDefault( - """ - ID of the address. - """ + """ID of the address.""" addressId: ID! - """ - The type of address. - """ + """The type of address.""" type: AddressTypeEnum! - """ - ID of the user to change the address for. - """ + """ID of the user to change the address for.""" userId: ID! ): AddressSetDefault """ Updates an address. - + Requires one of the following permissions: MANAGE_USERS. """ addressUpdate( - """ - ID of the address to update. - """ + """ID of the address to update.""" id: ID! - """ - Fields required to update the address. - """ + """Fields required to update the address.""" input: AddressInput! ): AddressUpdate """ Activate the app. - + Requires one of the following permissions: MANAGE_APPS. """ appActivate( - """ - ID of app to activate. - """ + """ID of app to activate.""" id: ID! ): AppActivate @@ -10477,51 +8287,43 @@ type Mutation { Creates a new app. Requires the following permissions: AUTHENTICATED_STAFF_USER and MANAGE_APPS. """ appCreate( - """ - Fields required to create a new app. - """ + """Fields required to create a new app.""" input: AppInput! ): AppCreate """ Deactivate the app. - + Requires one of the following permissions: MANAGE_APPS. """ appDeactivate( - """ - ID of app to deactivate. - """ + """ID of app to deactivate.""" id: ID! ): AppDeactivate """ Deletes an app. - + Requires one of the following permissions: MANAGE_APPS. """ appDelete( - """ - ID of an app to delete. - """ + """ID of an app to delete.""" id: ID! ): AppDelete """ Delete failed installation. - + Requires one of the following permissions: MANAGE_APPS. """ appDeleteFailedInstallation( - """ - ID of failed installation to delete. - """ + """ID of failed installation to delete.""" id: ID! ): AppDeleteFailedInstallation """ Fetch and validate manifest. - + Requires one of the following permissions: MANAGE_APPS. """ appFetchManifest(manifestUrl: String!): AppFetchManifest @@ -10530,297 +8332,231 @@ type Mutation { Install new app by using app manifest. Requires the following permissions: AUTHENTICATED_STAFF_USER and MANAGE_APPS. """ appInstall( - """ - Fields required to install a new app. - """ + """Fields required to install a new app.""" input: AppInstallInput! ): AppInstall """ Retry failed installation of new app. - + Requires one of the following permissions: MANAGE_APPS. """ appRetryInstall( - """ - Determine if app will be set active or not. - """ + """Determine if app will be set active or not.""" activateAfterInstallation: Boolean = true - """ - ID of failed installation. - """ + """ID of failed installation.""" id: ID! ): AppRetryInstall """ Creates a new token. - + Requires one of the following permissions: MANAGE_APPS. """ appTokenCreate( - """ - Fields required to create a new auth token. - """ + """Fields required to create a new auth token.""" input: AppTokenInput! ): AppTokenCreate """ Deletes an authentication token assigned to app. - + Requires one of the following permissions: MANAGE_APPS. """ appTokenDelete( - """ - ID of an auth token to delete. - """ + """ID of an auth token to delete.""" id: ID! ): AppTokenDelete - """ - Verify provided app token. - """ + """Verify provided app token.""" appTokenVerify( - """ - App token to verify. - """ + """App token to verify.""" token: String! ): AppTokenVerify """ Updates an existing app. - + Requires one of the following permissions: MANAGE_APPS. """ appUpdate( - """ - ID of an app to update. - """ + """ID of an app to update.""" id: ID! - """ - Fields required to update an existing app. - """ + """Fields required to update an existing app.""" input: AppInput! ): AppUpdate """ Assigns storefront's navigation menus. - + Requires one of the following permissions: MANAGE_MENUS, MANAGE_SETTINGS. """ assignNavigation( - """ - ID of the menu. - """ + """ID of the menu.""" menu: ID - """ - Type of the navigation bar to assign the menu to. - """ + """Type of the navigation bar to assign the menu to.""" navigationType: NavigationType! ): AssignNavigation """ Add shipping zone to given warehouse. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ assignWarehouseShippingZone( - """ - ID of a warehouse to update. - """ + """ID of a warehouse to update.""" id: ID! - """ - List of shipping zone IDs. - """ + """List of shipping zone IDs.""" shippingZoneIds: [ID!]! ): WarehouseShippingZoneAssign """ Deletes attributes. - + Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ attributeBulkDelete( - """ - List of attribute IDs to delete. - """ + """List of attribute IDs to delete.""" ids: [ID!]! ): AttributeBulkDelete - """ - Creates an attribute. - """ + """Creates an attribute.""" attributeCreate( - """ - Fields required to create an attribute. - """ + """Fields required to create an attribute.""" input: AttributeCreateInput! ): AttributeCreate """ Deletes an attribute. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ attributeDelete( - """ - ID of an attribute to delete. - """ + """ID of an attribute to delete.""" id: ID! ): AttributeDelete """ Reorder the values of an attribute. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ attributeReorderValues( - """ - ID of an attribute. - """ + """ID of an attribute.""" attributeId: ID! - """ - The list of reordering operations for given attribute values. - """ + """The list of reordering operations for given attribute values.""" moves: [ReorderInput!]! ): AttributeReorderValues """ Creates/updates translations for an attribute. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ attributeTranslate( - """ - Attribute ID or AttributeTranslatableContent ID. - """ + """Attribute ID or AttributeTranslatableContent ID.""" id: ID! input: NameTranslationInput! - """ - Translation language code. - """ + """Translation language code.""" languageCode: LanguageCodeEnum! ): AttributeTranslate """ Updates attribute. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ attributeUpdate( - """ - ID of an attribute to update. - """ + """ID of an attribute to update.""" id: ID! - """ - Fields required to update an attribute. - """ + """Fields required to update an attribute.""" input: AttributeUpdateInput! ): AttributeUpdate """ Deletes values of attributes. - + Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ attributeValueBulkDelete( - """ - List of attribute value IDs to delete. - """ + """List of attribute value IDs to delete.""" ids: [ID!]! ): AttributeValueBulkDelete """ Creates a value for an attribute. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ attributeValueCreate( - """ - Attribute to which value will be assigned. - """ + """Attribute to which value will be assigned.""" attribute: ID! - """ - Fields required to create an AttributeValue. - """ + """Fields required to create an AttributeValue.""" input: AttributeValueCreateInput! ): AttributeValueCreate """ Deletes a value of an attribute. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ attributeValueDelete( - """ - ID of a value to delete. - """ + """ID of a value to delete.""" id: ID! ): AttributeValueDelete """ Creates/updates translations for an attribute value. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ attributeValueTranslate( - """ - AttributeValue ID or AttributeValueTranslatableContent ID. - """ + """AttributeValue ID or AttributeValueTranslatableContent ID.""" id: ID! input: AttributeValueTranslationInput! - """ - Translation language code. - """ + """Translation language code.""" languageCode: LanguageCodeEnum! ): AttributeValueTranslate """ Updates value of an attribute. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ attributeValueUpdate( - """ - ID of an AttributeValue to update. - """ + """ID of an AttributeValue to update.""" id: ID! - """ - Fields required to update an AttributeValue. - """ + """Fields required to update an AttributeValue.""" input: AttributeValueUpdateInput! ): AttributeValueUpdate """ Deletes categories. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ categoryBulkDelete( - """ - List of category IDs to delete. - """ + """List of category IDs to delete.""" ids: [ID!]! ): CategoryBulkDelete """ Creates a new category. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ categoryCreate( - """ - Fields required to create a category. - """ + """Fields required to create a category.""" input: CategoryInput! """ @@ -10831,178 +8567,146 @@ type Mutation { """ Deletes a category. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ categoryDelete( - """ - ID of a category to delete. - """ + """ID of a category to delete.""" id: ID! ): CategoryDelete """ Creates/updates translations for a category. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ categoryTranslate( - """ - Category ID or CategoryTranslatableContent ID. - """ + """Category ID or CategoryTranslatableContent ID.""" id: ID! input: TranslationInput! - """ - Translation language code. - """ + """Translation language code.""" languageCode: LanguageCodeEnum! ): CategoryTranslate """ Updates a category. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ categoryUpdate( - """ - ID of a category to update. - """ + """ID of a category to update.""" id: ID! - """ - Fields required to update a category. - """ + """Fields required to update a category.""" input: CategoryInput! ): CategoryUpdate """ Activate a channel. - + Requires one of the following permissions: MANAGE_CHANNELS. """ channelActivate( - """ - ID of the channel to activate. - """ + """ID of the channel to activate.""" id: ID! ): ChannelActivate """ Creates new channel. - + Requires one of the following permissions: MANAGE_CHANNELS. """ channelCreate( - """ - Fields required to create channel. - """ + """Fields required to create channel.""" input: ChannelCreateInput! ): ChannelCreate """ Deactivate a channel. - + Requires one of the following permissions: MANAGE_CHANNELS. """ channelDeactivate( - """ - ID of the channel to deactivate. - """ + """ID of the channel to deactivate.""" id: ID! ): ChannelDeactivate """ Delete a channel. Orders associated with the deleted channel will be moved to the target channel. Checkouts, product availability, and pricing will be removed. - + Requires one of the following permissions: MANAGE_CHANNELS. """ channelDelete( - """ - ID of a channel to delete. - """ + """ID of a channel to delete.""" id: ID! - """ - Fields required to delete a channel. - """ + """Fields required to delete a channel.""" input: ChannelDeleteInput ): ChannelDelete """ Update a channel. - + Requires one of the following permissions: MANAGE_CHANNELS. """ channelUpdate( - """ - ID of a channel to update. - """ + """ID of a channel to update.""" id: ID! - """ - Fields required to update a channel. - """ + """Fields required to update a channel.""" input: ChannelUpdateInput! ): ChannelUpdate - """ - Adds a gift card or a voucher to a checkout. - """ + """Adds a gift card or a voucher to a checkout.""" checkoutAddPromoCode( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID - """ - Gift card code or voucher code. - """ + """Gift card code or voucher code.""" promoCode: String! """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID ): CheckoutAddPromoCode - """ - Update billing address in the existing checkout. - """ + """Update billing address in the existing checkout.""" checkoutBillingAddressUpdate( - """ - The billing address of the checkout. - """ + """The billing address of the checkout.""" billingAddress: AddressInput! """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID @@ -11014,21 +8718,19 @@ type Mutation { checkoutComplete( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID - """ - Client-side generated data required to finalize the payment. - """ + """Client-side generated data required to finalize the payment.""" paymentData: JSONString """ @@ -11038,38 +8740,34 @@ type Mutation { """ Determines whether to store the payment source for future usage. - + DEPRECATED: this field will be removed in Saleor 4.0. Use checkoutPaymentCreate for this action. """ storeSource: Boolean = false """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID ): CheckoutComplete - """ - Create a new checkout. - """ + """Create a new checkout.""" checkoutCreate( - """ - Fields required to create checkout. - """ + """Fields required to create checkout.""" input: CheckoutCreateInput! ): CheckoutCreate """ Sets the customer as the owner of the checkout. - + Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_USER. """ checkoutCustomerAttach( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID @@ -11081,14 +8779,14 @@ type Mutation { """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID @@ -11096,27 +8794,27 @@ type Mutation { """ Removes the user assigned as the owner of the checkout. - + Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_USER. """ checkoutCustomerDetach( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID @@ -11124,127 +8822,110 @@ type Mutation { """ Updates the delivery method (shipping method or pick up point) of the checkout. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ checkoutDeliveryMethodUpdate( - """ - Delivery Method ID (`Warehouse` ID or `ShippingMethod` ID). - """ + """Delivery Method ID (`Warehouse` ID or `ShippingMethod` ID).""" deliveryMethodId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID ): CheckoutDeliveryMethodUpdate - """ - Updates email address in the existing checkout object. - """ + """Updates email address in the existing checkout object.""" checkoutEmailUpdate( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID - """ - email. - """ + """email.""" email: String! """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID ): CheckoutEmailUpdate - """ - Update language code in the existing checkout. - """ + """Update language code in the existing checkout.""" checkoutLanguageCodeUpdate( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID - """ - New language code. - """ + """New language code.""" languageCode: LanguageCodeEnum! """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID ): CheckoutLanguageCodeUpdate - """ - Deletes a CheckoutLine. - """ + """Deletes a CheckoutLine.""" checkoutLineDelete( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID - """ - ID of the checkout line to delete. - """ + """ID of the checkout line to delete.""" lineId: ID """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID - ): CheckoutLineDelete - @deprecated( - reason: "DEPRECATED: Will be removed in Saleor 4.0. Use `checkoutLinesDelete` instead." - ) + ): CheckoutLineDelete @deprecated(reason: "DEPRECATED: Will be removed in Saleor 4.0. Use `checkoutLinesDelete` instead.") """ Adds a checkout line to the existing checkout.If line was already in checkout, its quantity will be increased. @@ -11252,14 +8933,14 @@ type Mutation { checkoutLinesAdd( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID @@ -11271,50 +8952,44 @@ type Mutation { """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID ): CheckoutLinesAdd - """ - Deletes checkout lines. - """ + """Deletes checkout lines.""" checkoutLinesDelete( """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID - """ - A list of checkout lines. - """ + """A list of checkout lines.""" linesIds: [ID!]! """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID ): CheckoutLinesDelete - """ - Updates checkout line in the existing checkout. - """ + """Updates checkout line in the existing checkout.""" checkoutLinesUpdate( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID @@ -11326,301 +9001,244 @@ type Mutation { """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID ): CheckoutLinesUpdate - """ - Create a new payment for given checkout. - """ + """Create a new payment for given checkout.""" checkoutPaymentCreate( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID - """ - Data required to create a new payment. - """ + """Data required to create a new payment.""" input: PaymentInput! """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID ): CheckoutPaymentCreate - """ - Remove a gift card or a voucher from a checkout. - """ + """Remove a gift card or a voucher from a checkout.""" checkoutRemovePromoCode( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID - """ - Gift card code or voucher code. - """ + """Gift card code or voucher code.""" promoCode: String - """ - Gift card or voucher ID. - """ + """Gift card or voucher ID.""" promoCodeId: ID """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID ): CheckoutRemovePromoCode - """ - Update shipping address in the existing checkout. - """ + """Update shipping address in the existing checkout.""" checkoutShippingAddressUpdate( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID - """ - The mailing address to where the checkout will be shipped. - """ + """The mailing address to where the checkout will be shipped.""" shippingAddress: AddressInput! """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID ): CheckoutShippingAddressUpdate - """ - Updates the shipping method of the checkout. - """ + """Updates the shipping method of the checkout.""" checkoutShippingMethodUpdate( """ The ID of the checkout. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ checkoutId: ID """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID - """ - Shipping method. - """ + """Shipping method.""" shippingMethodId: ID! """ Checkout token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID - ): CheckoutShippingMethodUpdate - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use `checkoutDeliveryMethodUpdate` instead." - ) + ): CheckoutShippingMethodUpdate @deprecated(reason: "This field will be removed in Saleor 4.0. Use `checkoutDeliveryMethodUpdate` instead.") """ Adds products to a collection. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ collectionAddProducts( - """ - ID of a collection. - """ + """ID of a collection.""" collectionId: ID! - """ - List of product IDs. - """ + """List of product IDs.""" products: [ID!]! ): CollectionAddProducts """ Deletes collections. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ collectionBulkDelete( - """ - List of collection IDs to delete. - """ + """List of collection IDs to delete.""" ids: [ID!]! ): CollectionBulkDelete """ Manage collection's availability in channels. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ collectionChannelListingUpdate( - """ - ID of a collection to update. - """ + """ID of a collection to update.""" id: ID! - """ - Fields required to create or update collection channel listings. - """ + """Fields required to create or update collection channel listings.""" input: CollectionChannelListingUpdateInput! ): CollectionChannelListingUpdate """ Creates a new collection. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ collectionCreate( - """ - Fields required to create a collection. - """ + """Fields required to create a collection.""" input: CollectionCreateInput! ): CollectionCreate """ Deletes a collection. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ collectionDelete( - """ - ID of a collection to delete. - """ + """ID of a collection to delete.""" id: ID! ): CollectionDelete """ Remove products from a collection. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ collectionRemoveProducts( - """ - ID of a collection. - """ + """ID of a collection.""" collectionId: ID! - """ - List of product IDs. - """ + """List of product IDs.""" products: [ID!]! ): CollectionRemoveProducts """ Reorder the products of a collection. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ collectionReorderProducts( - """ - ID of a collection. - """ + """ID of a collection.""" collectionId: ID! - """ - The collection products position operations. - """ + """The collection products position operations.""" moves: [MoveProductInput!]! ): CollectionReorderProducts """ Creates/updates translations for a collection. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ collectionTranslate( - """ - Collection ID or CollectionTranslatableContent ID. - """ + """Collection ID or CollectionTranslatableContent ID.""" id: ID! input: TranslationInput! - """ - Translation language code. - """ + """Translation language code.""" languageCode: LanguageCodeEnum! ): CollectionTranslate """ Updates a collection. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ collectionUpdate( - """ - ID of a collection to update. - """ + """ID of a collection to update.""" id: ID! - """ - Fields required to update a collection. - """ + """Fields required to update a collection.""" input: CollectionInput! ): CollectionUpdate - """ - Confirm user account with token sent by email during registration. - """ + """Confirm user account with token sent by email during registration.""" confirmAccount( - """ - E-mail of the user performing account confirmation. - """ + """E-mail of the user performing account confirmation.""" email: String! - """ - A one-time token required to confirm the account. - """ + """A one-time token required to confirm the account.""" token: String! ): ConfirmAccount """ Confirm the email change of the logged-in user. - + Requires one of the following permissions: AUTHENTICATED_USER. """ confirmEmailChange( @@ -11629,74 +9247,60 @@ type Mutation { """ channel: String - """ - A one-time token required to change the email. - """ + """A one-time token required to change the email.""" token: String! ): ConfirmEmailChange """ Creates new warehouse. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ createWarehouse( - """ - Fields required to create warehouse. - """ + """Fields required to create warehouse.""" input: WarehouseCreateInput! ): WarehouseCreate """ Deletes customers. - + Requires one of the following permissions: MANAGE_USERS. """ customerBulkDelete( - """ - List of user IDs to delete. - """ + """List of user IDs to delete.""" ids: [ID!]! ): CustomerBulkDelete """ Creates a new customer. - + Requires one of the following permissions: MANAGE_USERS. """ customerCreate( - """ - Fields required to create a customer. - """ + """Fields required to create a customer.""" input: UserCreateInput! ): CustomerCreate """ Deletes a customer. - + Requires one of the following permissions: MANAGE_USERS. """ customerDelete( - """ - ID of a customer to delete. - """ + """ID of a customer to delete.""" id: ID! ): CustomerDelete """ Updates an existing customer. - + Requires one of the following permissions: MANAGE_USERS. """ customerUpdate( - """ - ID of a customer to update. - """ + """ID of a customer to update.""" id: ID! - """ - Fields required to update a customer. - """ + """Fields required to update a customer.""" input: CustomerInput! ): CustomerUpdate @@ -11704,14 +9308,10 @@ type Mutation { Delete metadata of an object. To use it, you need to have access to the modified object. """ deleteMetadata( - """ - ID or token (for Order and Checkout) of an object to update. - """ + """ID or token (for Order and Checkout) of an object to update.""" id: ID! - """ - Metadata keys to delete. - """ + """Metadata keys to delete.""" keys: [String!]! ): DeleteMetadata @@ -11719,237 +9319,187 @@ type Mutation { Delete object's private metadata. To use it, you need to be an authenticated staff user or an app and have access to the modified object. """ deletePrivateMetadata( - """ - ID or token (for Order and Checkout) of an object to update. - """ + """ID or token (for Order and Checkout) of an object to update.""" id: ID! - """ - Metadata keys to delete. - """ + """Metadata keys to delete.""" keys: [String!]! ): DeletePrivateMetadata """ Deletes selected warehouse. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ deleteWarehouse( - """ - ID of a warehouse to delete. - """ + """ID of a warehouse to delete.""" id: ID! ): WarehouseDelete """ Create new digital content. This mutation must be sent as a `multipart` request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec - + Requires one of the following permissions: MANAGE_PRODUCTS. """ digitalContentCreate( - """ - Fields required to create a digital content. - """ + """Fields required to create a digital content.""" input: DigitalContentUploadInput! - """ - ID of a product variant to upload digital content. - """ + """ID of a product variant to upload digital content.""" variantId: ID! ): DigitalContentCreate """ Remove digital content assigned to given variant. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ digitalContentDelete( - """ - ID of a product variant with digital content to remove. - """ + """ID of a product variant with digital content to remove.""" variantId: ID! ): DigitalContentDelete """ Update digital content. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ digitalContentUpdate( - """ - Fields required to update a digital content. - """ + """Fields required to update a digital content.""" input: DigitalContentInput! - """ - ID of a product variant with digital content to update. - """ + """ID of a product variant with digital content to update.""" variantId: ID! ): DigitalContentUpdate """ Generate new URL to digital content. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ digitalContentUrlCreate( - """ - Fields required to create a new url. - """ + """Fields required to create a new url.""" input: DigitalContentUrlCreateInput! ): DigitalContentUrlCreate """ Deletes draft orders. - + Requires one of the following permissions: MANAGE_ORDERS. """ draftOrderBulkDelete( - """ - List of draft order IDs to delete. - """ + """List of draft order IDs to delete.""" ids: [ID!]! ): DraftOrderBulkDelete """ Completes creating an order. - + Requires one of the following permissions: MANAGE_ORDERS. """ draftOrderComplete( - """ - ID of the order that will be completed. - """ + """ID of the order that will be completed.""" id: ID! ): DraftOrderComplete """ Creates a new draft order. - + Requires one of the following permissions: MANAGE_ORDERS. """ draftOrderCreate( - """ - Fields required to create an order. - """ + """Fields required to create an order.""" input: DraftOrderCreateInput! ): DraftOrderCreate """ Deletes a draft order. - + Requires one of the following permissions: MANAGE_ORDERS. """ draftOrderDelete( - """ - ID of a draft order to delete. - """ + """ID of a draft order to delete.""" id: ID! ): DraftOrderDelete """ Deletes order lines. - + Requires one of the following permissions: MANAGE_ORDERS. """ draftOrderLinesBulkDelete( - """ - List of order lines IDs to delete. - """ + """List of order lines IDs to delete.""" ids: [ID!]! ): DraftOrderLinesBulkDelete @deprecated(reason: "This field will be removed in Saleor 4.0.") """ Updates a draft order. - + Requires one of the following permissions: MANAGE_ORDERS. """ draftOrderUpdate( - """ - ID of a draft order to update. - """ + """ID of a draft order to update.""" id: ID! - """ - Fields required to update an order. - """ + """Fields required to update an order.""" input: DraftOrderInput! ): DraftOrderUpdate """ Retries event delivery. - + Requires one of the following permissions: MANAGE_APPS. """ eventDeliveryRetry( - """ - ID of the event delivery to retry. - """ + """ID of the event delivery to retry.""" id: ID! ): EventDeliveryRetry """ Export gift cards to csv file. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ exportGiftCards( - """ - Fields required to export gift cards data. - """ + """Fields required to export gift cards data.""" input: ExportGiftCardsInput! ): ExportGiftCards """ Export products to csv file. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ exportProducts( - """ - Fields required to export product data. - """ + """Fields required to export product data.""" input: ExportProductsInput! ): ExportProducts - """ - Prepare external authentication url for user by custom plugin. - """ + """Prepare external authentication url for user by custom plugin.""" externalAuthenticationUrl( - """ - The data required by plugin to create external authentication url. - """ + """The data required by plugin to create external authentication url.""" input: JSONString! - """ - The ID of the authentication plugin. - """ + """The ID of the authentication plugin.""" pluginId: String! ): ExternalAuthenticationUrl - """ - Logout user by custom plugin. - """ + """Logout user by custom plugin.""" externalLogout( - """ - The data required by plugin to proceed the logout process. - """ + """The data required by plugin to proceed the logout process.""" input: JSONString! - """ - The ID of the authentication plugin. - """ + """The ID of the authentication plugin.""" pluginId: String! ): ExternalLogout """ Trigger sending a notification with the notify plugin method. Serializes nodes provided as ids parameter and includes this data in the notification payload. - + Added in Saleor 3.1. """ externalNotificationTrigger( @@ -11958,394 +9508,316 @@ type Mutation { """ channel: String! - """ - Input for External Notification Trigger. - """ + """Input for External Notification Trigger.""" input: ExternalNotificationTriggerInput! - """ - The ID of notification plugin. - """ + """The ID of notification plugin.""" pluginId: String ): ExternalNotificationTrigger - """ - Obtain external access tokens for user by custom plugin. - """ + """Obtain external access tokens for user by custom plugin.""" externalObtainAccessTokens( - """ - The data required by plugin to create authentication data. - """ + """The data required by plugin to create authentication data.""" input: JSONString! - """ - The ID of the authentication plugin. - """ + """The ID of the authentication plugin.""" pluginId: String! ): ExternalObtainAccessTokens - """ - Refresh user's access by custom plugin. - """ + """Refresh user's access by custom plugin.""" externalRefresh( - """ - The data required by plugin to proceed the refresh process. - """ + """The data required by plugin to proceed the refresh process.""" input: JSONString! - """ - The ID of the authentication plugin. - """ + """The ID of the authentication plugin.""" pluginId: String! ): ExternalRefresh - """ - Verify external authentication data by plugin. - """ + """Verify external authentication data by plugin.""" externalVerify( - """ - The data required by plugin to proceed the verification. - """ + """The data required by plugin to proceed the verification.""" input: JSONString! - """ - The ID of the authentication plugin. - """ + """The ID of the authentication plugin.""" pluginId: String! ): ExternalVerify """ Upload a file. This mutation must be sent as a `multipart` request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec - + Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_STAFF_USER. """ fileUpload( - """ - Represents a file in a multipart request. - """ + """Represents a file in a multipart request.""" file: Upload! ): FileUpload """ Activate a gift card. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardActivate( - """ - ID of a gift card to activate. - """ + """ID of a gift card to activate.""" id: ID! ): GiftCardActivate """ Adds note to the gift card. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardAddNote( - """ - ID of the gift card to add a note for. - """ + """ID of the gift card to add a note for.""" id: ID! - """ - Fields required to create a note for the gift card. - """ + """Fields required to create a note for the gift card.""" input: GiftCardAddNoteInput! ): GiftCardAddNote """ Activate gift cards. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardBulkActivate( - """ - List of gift card IDs to activate. - """ + """List of gift card IDs to activate.""" ids: [ID!]! ): GiftCardBulkActivate """ Create gift cards. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardBulkCreate( - """ - Fields required to create gift cards. - """ + """Fields required to create gift cards.""" input: GiftCardBulkCreateInput! ): GiftCardBulkCreate """ Deactivate gift cards. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardBulkDeactivate( - """ - List of gift card IDs to deactivate. - """ + """List of gift card IDs to deactivate.""" ids: [ID!]! ): GiftCardBulkDeactivate """ Delete gift cards. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardBulkDelete( - """ - List of gift card IDs to delete. - """ + """List of gift card IDs to delete.""" ids: [ID!]! ): GiftCardBulkDelete """ Creates a new gift card. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardCreate( - """ - Fields required to create a gift card. - """ + """Fields required to create a gift card.""" input: GiftCardCreateInput! ): GiftCardCreate """ Deactivate a gift card. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardDeactivate( - """ - ID of a gift card to deactivate. - """ + """ID of a gift card to deactivate.""" id: ID! ): GiftCardDeactivate """ Delete gift card. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardDelete( - """ - ID of the gift card to delete. - """ + """ID of the gift card to delete.""" id: ID! ): GiftCardDelete """ Resend a gift card. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardResend( - """ - Fields required to resend a gift card. - """ + """Fields required to resend a gift card.""" input: GiftCardResendInput! ): GiftCardResend """ Update gift card settings. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardSettingsUpdate( - """ - Fields required to update gift card settings. - """ + """Fields required to update gift card settings.""" input: GiftCardSettingsUpdateInput! ): GiftCardSettingsUpdate """ Update a gift card. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardUpdate( - """ - ID of a gift card to update. - """ + """ID of a gift card to update.""" id: ID! - """ - Fields required to update a gift card. - """ + """Fields required to update a gift card.""" input: GiftCardUpdateInput! ): GiftCardUpdate """ Creates a ready to send invoice. - + Requires one of the following permissions: MANAGE_ORDERS. """ invoiceCreate( - """ - Fields required when creating an invoice. - """ + """Fields required when creating an invoice.""" input: InvoiceCreateInput! - """ - ID of the order related to invoice. - """ + """ID of the order related to invoice.""" orderId: ID! ): InvoiceCreate """ Deletes an invoice. - + Requires one of the following permissions: MANAGE_ORDERS. """ invoiceDelete( - """ - ID of an invoice to delete. - """ + """ID of an invoice to delete.""" id: ID! ): InvoiceDelete """ Request an invoice for the order using plugin. - + Requires one of the following permissions: MANAGE_ORDERS. """ invoiceRequest( - """ - Invoice number, if not provided it will be generated. - """ + """Invoice number, if not provided it will be generated.""" number: String - """ - ID of the order related to invoice. - """ + """ID of the order related to invoice.""" orderId: ID! ): InvoiceRequest """ Requests deletion of an invoice. - + Requires one of the following permissions: MANAGE_ORDERS. """ invoiceRequestDelete( - """ - ID of an invoice to request the deletion. - """ + """ID of an invoice to request the deletion.""" id: ID! ): InvoiceRequestDelete """ Send an invoice notification to the customer. - + Requires one of the following permissions: MANAGE_ORDERS. """ invoiceSendNotification( - """ - ID of an invoice to be sent. - """ + """ID of an invoice to be sent.""" id: ID! ): InvoiceSendNotification """ Updates an invoice. - + Requires one of the following permissions: MANAGE_ORDERS. """ invoiceUpdate( - """ - ID of an invoice to update. - """ + """ID of an invoice to update.""" id: ID! - """ - Fields to use when updating an invoice. - """ + """Fields to use when updating an invoice.""" input: UpdateInvoiceInput! ): InvoiceUpdate """ Deletes menus. - + Requires one of the following permissions: MANAGE_MENUS. """ menuBulkDelete( - """ - List of menu IDs to delete. - """ + """List of menu IDs to delete.""" ids: [ID!]! ): MenuBulkDelete """ Creates a new Menu. - + Requires one of the following permissions: MANAGE_MENUS. """ menuCreate( - """ - Fields required to create a menu. - """ + """Fields required to create a menu.""" input: MenuCreateInput! ): MenuCreate """ Deletes a menu. - + Requires one of the following permissions: MANAGE_MENUS. """ menuDelete( - """ - ID of a menu to delete. - """ + """ID of a menu to delete.""" id: ID! ): MenuDelete """ Deletes menu items. - + Requires one of the following permissions: MANAGE_MENUS. """ menuItemBulkDelete( - """ - List of menu item IDs to delete. - """ + """List of menu item IDs to delete.""" ids: [ID!]! ): MenuItemBulkDelete """ Creates a new menu item. - + Requires one of the following permissions: MANAGE_MENUS. """ menuItemCreate( @@ -12357,60 +9829,48 @@ type Mutation { """ Deletes a menu item. - + Requires one of the following permissions: MANAGE_MENUS. """ menuItemDelete( - """ - ID of a menu item to delete. - """ + """ID of a menu item to delete.""" id: ID! ): MenuItemDelete """ Moves items of menus. - + Requires one of the following permissions: MANAGE_MENUS. """ menuItemMove( - """ - ID of the menu. - """ + """ID of the menu.""" menu: ID! - """ - The menu position data. - """ + """The menu position data.""" moves: [MenuItemMoveInput!]! ): MenuItemMove """ Creates/updates translations for a menu item. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ menuItemTranslate( - """ - MenuItem ID or MenuItemTranslatableContent ID. - """ + """MenuItem ID or MenuItemTranslatableContent ID.""" id: ID! input: NameTranslationInput! - """ - Translation language code. - """ + """Translation language code.""" languageCode: LanguageCodeEnum! ): MenuItemTranslate """ Updates a menu item. - + Requires one of the following permissions: MANAGE_MENUS. """ menuItemUpdate( - """ - ID of a menu item to update. - """ + """ID of a menu item to update.""" id: ID! """ @@ -12421,102 +9881,82 @@ type Mutation { """ Updates a menu. - + Requires one of the following permissions: MANAGE_MENUS. """ menuUpdate( - """ - ID of a menu to update. - """ + """ID of a menu to update.""" id: ID! - """ - Fields required to update a menu. - """ + """Fields required to update a menu.""" input: MenuInput! ): MenuUpdate """ Adds note to the order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderAddNote( - """ - Fields required to create a note for the order. - """ + """Fields required to create a note for the order.""" input: OrderAddNoteInput! - """ - ID of the order to add a note for. - """ + """ID of the order to add a note for.""" order: ID! ): OrderAddNote """ Cancels orders. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderBulkCancel( - """ - List of orders IDs to cancel. - """ + """List of orders IDs to cancel.""" ids: [ID!]! ): OrderBulkCancel """ Cancel an order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderCancel( - """ - ID of the order to cancel. - """ + """ID of the order to cancel.""" id: ID! ): OrderCancel """ Capture an order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderCapture( - """ - Amount of money to capture. - """ + """Amount of money to capture.""" amount: PositiveDecimal! - """ - ID of the order to capture. - """ + """ID of the order to capture.""" id: ID! ): OrderCapture """ Confirms an unconfirmed order by changing status to unfulfilled. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderConfirm( - """ - ID of an order to confirm. - """ + """ID of an order to confirm.""" id: ID! ): OrderConfirm """ Create new order from existing checkout. Requires the following permissions: AUTHENTICATED_APP and HANDLE_CHECKOUTS. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ orderCreateFromCheckout( - """ - ID of a checkout that will be converted to an order. - """ + """ID of a checkout that will be converted to an order.""" id: ID! """ @@ -12527,1042 +9967,810 @@ type Mutation { """ Adds discount to the order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderDiscountAdd( - """ - Fields required to create a discount for the order. - """ + """Fields required to create a discount for the order.""" input: OrderDiscountCommonInput! - """ - ID of an order to discount. - """ + """ID of an order to discount.""" orderId: ID! ): OrderDiscountAdd """ Remove discount from the order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderDiscountDelete( - """ - ID of a discount to remove. - """ + """ID of a discount to remove.""" discountId: ID! ): OrderDiscountDelete """ Update discount for the order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderDiscountUpdate( - """ - ID of a discount to update. - """ + """ID of a discount to update.""" discountId: ID! - """ - Fields required to update a discount for the order. - """ + """Fields required to update a discount for the order.""" input: OrderDiscountCommonInput! ): OrderDiscountUpdate """ Creates new fulfillments for an order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderFulfill( - """ - Fields required to create a fulfillment. - """ + """Fields required to create a fulfillment.""" input: OrderFulfillInput! - """ - ID of the order to be fulfilled. - """ + """ID of the order to be fulfilled.""" order: ID ): OrderFulfill """ Approve existing fulfillment. - + Added in Saleor 3.1. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderFulfillmentApprove( - """ - True if stock could be exceeded. - """ + """True if stock could be exceeded.""" allowStockToBeExceeded: Boolean = false - """ - ID of a fulfillment to approve. - """ + """ID of a fulfillment to approve.""" id: ID! - """ - True if confirmation email should be send. - """ + """True if confirmation email should be send.""" notifyCustomer: Boolean! ): FulfillmentApprove """ Cancels existing fulfillment and optionally restocks items. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderFulfillmentCancel( - """ - ID of a fulfillment to cancel. - """ + """ID of a fulfillment to cancel.""" id: ID! - """ - Fields required to cancel a fulfillment. - """ + """Fields required to cancel a fulfillment.""" input: FulfillmentCancelInput ): FulfillmentCancel """ Refund products. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderFulfillmentRefundProducts( - """ - Fields required to create an refund fulfillment. - """ + """Fields required to create an refund fulfillment.""" input: OrderRefundProductsInput! - """ - ID of the order to be refunded. - """ + """ID of the order to be refunded.""" order: ID! ): FulfillmentRefundProducts """ Return products. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderFulfillmentReturnProducts( - """ - Fields required to return products. - """ + """Fields required to return products.""" input: OrderReturnProductsInput! - """ - ID of the order to be returned. - """ + """ID of the order to be returned.""" order: ID! ): FulfillmentReturnProducts """ Updates a fulfillment for an order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderFulfillmentUpdateTracking( - """ - ID of a fulfillment to update. - """ + """ID of a fulfillment to update.""" id: ID! - """ - Fields required to update a fulfillment. - """ + """Fields required to update a fulfillment.""" input: FulfillmentUpdateTrackingInput! ): FulfillmentUpdateTracking """ Deletes an order line from an order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderLineDelete( - """ - ID of the order line to delete. - """ + """ID of the order line to delete.""" id: ID! ): OrderLineDelete """ Remove discount applied to the order line. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderLineDiscountRemove( - """ - ID of a order line to remove its discount - """ + """ID of a order line to remove its discount""" orderLineId: ID! ): OrderLineDiscountRemove """ Update discount for the order line. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderLineDiscountUpdate( - """ - Fields required to update price for the order line. - """ + """Fields required to update price for the order line.""" input: OrderDiscountCommonInput! - """ - ID of a order line to update price - """ + """ID of a order line to update price""" orderLineId: ID! ): OrderLineDiscountUpdate """ Updates an order line of an order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderLineUpdate( - """ - ID of the order line to update. - """ + """ID of the order line to update.""" id: ID! - """ - Fields required to update an order line. - """ + """Fields required to update an order line.""" input: OrderLineInput! ): OrderLineUpdate """ Create order lines for an order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderLinesCreate( - """ - ID of the order to add the lines to. - """ + """ID of the order to add the lines to.""" id: ID! - """ - Fields required to add order lines. - """ + """Fields required to add order lines.""" input: [OrderLineCreateInput!]! ): OrderLinesCreate """ Mark order as manually paid. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderMarkAsPaid( - """ - ID of the order to mark paid. - """ + """ID of the order to mark paid.""" id: ID! - """ - The external transaction reference. - """ + """The external transaction reference.""" transactionReference: String ): OrderMarkAsPaid """ Refund an order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderRefund( - """ - Amount of money to refund. - """ + """Amount of money to refund.""" amount: PositiveDecimal! - """ - ID of the order to refund. - """ + """ID of the order to refund.""" id: ID! ): OrderRefund """ Update shop order settings. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderSettingsUpdate( - """ - Fields required to update shop order settings. - """ + """Fields required to update shop order settings.""" input: OrderSettingsUpdateInput! ): OrderSettingsUpdate """ Updates an order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderUpdate( - """ - ID of an order to update. - """ + """ID of an order to update.""" id: ID! - """ - Fields required to update an order. - """ + """Fields required to update an order.""" input: OrderUpdateInput! ): OrderUpdate """ Updates a shipping method of the order. Requires shipping method ID to update, when null is passed then currently assigned shipping method is removed. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderUpdateShipping( - """ - Fields required to change shipping method of the order. - """ + """Fields required to change shipping method of the order.""" input: OrderUpdateShippingInput! - """ - ID of the order to update a shipping method. - """ + """ID of the order to update a shipping method.""" order: ID! ): OrderUpdateShipping """ Void an order. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderVoid( - """ - ID of the order to void. - """ + """ID of the order to void.""" id: ID! ): OrderVoid """ Assign attributes to a given page type. - + Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ pageAttributeAssign( - """ - The IDs of the attributes to assign. - """ + """The IDs of the attributes to assign.""" attributeIds: [ID!]! - """ - ID of the page type to assign the attributes into. - """ + """ID of the page type to assign the attributes into.""" pageTypeId: ID! ): PageAttributeAssign """ Unassign attributes from a given page type. - + Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ pageAttributeUnassign( - """ - The IDs of the attributes to unassign. - """ + """The IDs of the attributes to unassign.""" attributeIds: [ID!]! - """ - ID of the page type from which the attributes should be unassign. - """ + """ID of the page type from which the attributes should be unassign.""" pageTypeId: ID! ): PageAttributeUnassign """ Deletes pages. - + Requires one of the following permissions: MANAGE_PAGES. """ pageBulkDelete( - """ - List of page IDs to delete. - """ + """List of page IDs to delete.""" ids: [ID!]! ): PageBulkDelete """ Publish pages. - + Requires one of the following permissions: MANAGE_PAGES. """ pageBulkPublish( - """ - List of page IDs to (un)publish. - """ + """List of page IDs to (un)publish.""" ids: [ID!]! - """ - Determine if pages will be published or not. - """ + """Determine if pages will be published or not.""" isPublished: Boolean! ): PageBulkPublish """ Creates a new page. - + Requires one of the following permissions: MANAGE_PAGES. """ pageCreate( - """ - Fields required to create a page. - """ + """Fields required to create a page.""" input: PageCreateInput! ): PageCreate """ Deletes a page. - + Requires one of the following permissions: MANAGE_PAGES. """ pageDelete( - """ - ID of a page to delete. - """ + """ID of a page to delete.""" id: ID! ): PageDelete """ Reorder page attribute values. - + Requires one of the following permissions: MANAGE_PAGES. """ pageReorderAttributeValues( - """ - ID of an attribute. - """ + """ID of an attribute.""" attributeId: ID! - """ - The list of reordering operations for given attribute values. - """ + """The list of reordering operations for given attribute values.""" moves: [ReorderInput!]! - """ - ID of a page. - """ + """ID of a page.""" pageId: ID! ): PageReorderAttributeValues """ Creates/updates translations for a page. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ pageTranslate( - """ - Page ID or PageTranslatableContent ID. - """ + """Page ID or PageTranslatableContent ID.""" id: ID! input: PageTranslationInput! - """ - Translation language code. - """ + """Translation language code.""" languageCode: LanguageCodeEnum! ): PageTranslate """ Delete page types. - + Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ pageTypeBulkDelete( - """ - List of page type IDs to delete - """ + """List of page type IDs to delete""" ids: [ID!]! ): PageTypeBulkDelete """ Create a new page type. - + Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ pageTypeCreate( - """ - Fields required to create page type. - """ + """Fields required to create page type.""" input: PageTypeCreateInput! ): PageTypeCreate """ Delete a page type. - + Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ pageTypeDelete( - """ - ID of the page type to delete. - """ + """ID of the page type to delete.""" id: ID! ): PageTypeDelete """ Reorder the attributes of a page type. - + Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ pageTypeReorderAttributes( - """ - The list of attribute reordering operations. - """ + """The list of attribute reordering operations.""" moves: [ReorderInput!]! - """ - ID of a page type. - """ + """ID of a page type.""" pageTypeId: ID! ): PageTypeReorderAttributes """ Update page type. - + Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ pageTypeUpdate( - """ - ID of the page type to update. - """ + """ID of the page type to update.""" id: ID - """ - Fields required to update page type. - """ + """Fields required to update page type.""" input: PageTypeUpdateInput! ): PageTypeUpdate """ Updates an existing page. - + Requires one of the following permissions: MANAGE_PAGES. """ pageUpdate( - """ - ID of a page to update. - """ + """ID of a page to update.""" id: ID! - """ - Fields required to update a page. - """ + """Fields required to update a page.""" input: PageInput! ): PageUpdate """ Change the password of the logged in user. - + Requires one of the following permissions: AUTHENTICATED_USER. """ passwordChange( - """ - New user password. - """ + """New user password.""" newPassword: String! - """ - Current user password. - """ + """Current user password.""" oldPassword: String! ): PasswordChange """ Captures the authorized payment amount. - + Requires one of the following permissions: MANAGE_ORDERS. """ paymentCapture( - """ - Transaction amount. - """ + """Transaction amount.""" amount: PositiveDecimal - """ - Payment ID. - """ + """Payment ID.""" paymentId: ID! ): PaymentCapture - """ - Check payment balance. - """ + """Check payment balance.""" paymentCheckBalance( - """ - Fields required to check payment balance. - """ + """Fields required to check payment balance.""" input: PaymentCheckBalanceInput! ): PaymentCheckBalance - """ - Initializes payment process when it is required by gateway. - """ + """Initializes payment process when it is required by gateway.""" paymentInitialize( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - A gateway name used to initialize the payment. - """ + """A gateway name used to initialize the payment.""" gateway: String! - """ - Client-side generated data required to initialize the payment. - """ + """Client-side generated data required to initialize the payment.""" paymentData: JSONString ): PaymentInitialize """ Refunds the captured payment amount. - + Requires one of the following permissions: MANAGE_ORDERS. """ paymentRefund( - """ - Transaction amount. - """ + """Transaction amount.""" amount: PositiveDecimal - """ - Payment ID. - """ + """Payment ID.""" paymentId: ID! ): PaymentRefund """ Voids the authorized payment. - + Requires one of the following permissions: MANAGE_ORDERS. """ paymentVoid( - """ - Payment ID. - """ + """Payment ID.""" paymentId: ID! ): PaymentVoid """ Create new permission group. - + Requires one of the following permissions: MANAGE_STAFF. """ permissionGroupCreate( - """ - Input fields to create permission group. - """ + """Input fields to create permission group.""" input: PermissionGroupCreateInput! ): PermissionGroupCreate """ Delete permission group. - + Requires one of the following permissions: MANAGE_STAFF. """ permissionGroupDelete( - """ - ID of the group to delete. - """ + """ID of the group to delete.""" id: ID! ): PermissionGroupDelete """ Update permission group. - + Requires one of the following permissions: MANAGE_STAFF. """ permissionGroupUpdate( - """ - ID of the group to update. - """ + """ID of the group to update.""" id: ID! - """ - Input fields to create permission group. - """ + """Input fields to create permission group.""" input: PermissionGroupUpdateInput! ): PermissionGroupUpdate """ Update plugin configuration. - + Requires one of the following permissions: MANAGE_PLUGINS. """ pluginUpdate( - """ - ID of a channel for which the data should be modified. - """ + """ID of a channel for which the data should be modified.""" channelId: ID - """ - ID of plugin to update. - """ + """ID of plugin to update.""" id: ID! - """ - Fields required to update a plugin configuration. - """ + """Fields required to update a plugin configuration.""" input: PluginUpdateInput! ): PluginUpdate """ Assign attributes to a given product type. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ productAttributeAssign( - """ - The operations to perform. - """ + """The operations to perform.""" operations: [ProductAttributeAssignInput!]! - """ - ID of the product type to assign the attributes into. - """ + """ID of the product type to assign the attributes into.""" productTypeId: ID! ): ProductAttributeAssign """ Update attributes assigned to product variant for given product type. - + Added in Saleor 3.1. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ productAttributeAssignmentUpdate( - """ - The operations to perform. - """ + """The operations to perform.""" operations: [ProductAttributeAssignmentUpdateInput!]! - """ - ID of the product type to assign the attributes into. - """ + """ID of the product type to assign the attributes into.""" productTypeId: ID! ): ProductAttributeAssignmentUpdate """ Un-assign attributes from a given product type. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ productAttributeUnassign( - """ - The IDs of the attributes to unassign. - """ + """The IDs of the attributes to unassign.""" attributeIds: [ID!]! - """ - ID of the product type from which the attributes should be unassigned. - """ + """ID of the product type from which the attributes should be unassigned.""" productTypeId: ID! ): ProductAttributeUnassign """ Deletes products. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productBulkDelete( - """ - List of product IDs to delete. - """ + """List of product IDs to delete.""" ids: [ID!]! ): ProductBulkDelete """ Manage product's availability in channels. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productChannelListingUpdate( - """ - ID of a product to update. - """ + """ID of a product to update.""" id: ID! - """ - Fields required to create or update product channel listings. - """ + """Fields required to create or update product channel listings.""" input: ProductChannelListingUpdateInput! ): ProductChannelListingUpdate """ Creates a new product. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productCreate( - """ - Fields required to create a product. - """ + """Fields required to create a product.""" input: ProductCreateInput! ): ProductCreate """ Deletes a product. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productDelete( - """ - ID of a product to delete. - """ + """ID of a product to delete.""" id: ID! ): ProductDelete """ Deletes product media. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productMediaBulkDelete( - """ - List of product media IDs to delete. - """ + """List of product media IDs to delete.""" ids: [ID!]! ): ProductMediaBulkDelete """ Create a media object (image or video URL) associated with product. For image, this mutation must be sent as a `multipart` request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productMediaCreate( - """ - Fields required to create a product media. - """ + """Fields required to create a product media.""" input: ProductMediaCreateInput! ): ProductMediaCreate """ Deletes a product media. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productMediaDelete( - """ - ID of a product media to delete. - """ + """ID of a product media to delete.""" id: ID! ): ProductMediaDelete """ Changes ordering of the product media. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productMediaReorder( - """ - IDs of a product media in the desired order. - """ + """IDs of a product media in the desired order.""" mediaIds: [ID!]! - """ - ID of product that media order will be altered. - """ + """ID of product that media order will be altered.""" productId: ID! ): ProductMediaReorder """ Updates a product media. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productMediaUpdate( - """ - ID of a product media to update. - """ + """ID of a product media to update.""" id: ID! - """ - Fields required to update a product media. - """ + """Fields required to update a product media.""" input: ProductMediaUpdateInput! ): ProductMediaUpdate """ Reorder product attribute values. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productReorderAttributeValues( - """ - ID of an attribute. - """ + """ID of an attribute.""" attributeId: ID! - """ - The list of reordering operations for given attribute values. - """ + """The list of reordering operations for given attribute values.""" moves: [ReorderInput!]! - """ - ID of a product. - """ + """ID of a product.""" productId: ID! ): ProductReorderAttributeValues """ Creates/updates translations for a product. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ productTranslate( - """ - Product ID or ProductTranslatableContent ID. - """ + """Product ID or ProductTranslatableContent ID.""" id: ID! input: TranslationInput! - """ - Translation language code. - """ + """Translation language code.""" languageCode: LanguageCodeEnum! ): ProductTranslate """ Deletes product types. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ productTypeBulkDelete( - """ - List of product type IDs to delete. - """ + """List of product type IDs to delete.""" ids: [ID!]! ): ProductTypeBulkDelete """ Creates a new product type. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ productTypeCreate( - """ - Fields required to create a product type. - """ + """Fields required to create a product type.""" input: ProductTypeInput! ): ProductTypeCreate """ Deletes a product type. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ productTypeDelete( - """ - ID of a product type to delete. - """ + """ID of a product type to delete.""" id: ID! ): ProductTypeDelete """ Reorder the attributes of a product type. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ productTypeReorderAttributes( - """ - The list of attribute reordering operations. - """ + """The list of attribute reordering operations.""" moves: [ReorderInput!]! - """ - ID of a product type. - """ + """ID of a product type.""" productTypeId: ID! - """ - The attribute type to reorder. - """ + """The attribute type to reorder.""" type: ProductAttributeType! ): ProductTypeReorderAttributes """ Updates an existing product type. - + Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ productTypeUpdate( - """ - ID of a product type to update. - """ + """ID of a product type to update.""" id: ID! - """ - Fields required to update a product type. - """ + """Fields required to update a product type.""" input: ProductTypeInput! ): ProductTypeUpdate """ Updates an existing product. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productUpdate( - """ - ID of a product to update. - """ + """ID of a product to update.""" id: ID! - """ - Fields required to update a product. - """ + """Fields required to update a product.""" input: ProductInput! ): ProductUpdate """ Creates product variants for a given product. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantBulkCreate( - """ - ID of the product to create the variants for. - """ + """ID of the product to create the variants for.""" product: ID! - """ - Input list of product variants to create. - """ + """Input list of product variants to create.""" variants: [ProductVariantBulkCreateInput!]! ): ProductVariantBulkCreate """ Deletes product variants. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantBulkDelete( - """ - List of product variant IDs to delete. - """ + """List of product variant IDs to delete.""" ids: [ID!]! ): ProductVariantBulkDelete """ Manage product variant prices in channels. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantChannelListingUpdate( - """ - ID of a product variant to update. - """ + """ID of a product variant to update.""" id: ID! """ @@ -13573,185 +10781,147 @@ type Mutation { """ Creates a new variant for a product. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantCreate( - """ - Fields required to create a product variant. - """ + """Fields required to create a product variant.""" input: ProductVariantCreateInput! ): ProductVariantCreate """ Deletes a product variant. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantDelete( - """ - ID of a product variant to delete. - """ + """ID of a product variant to delete.""" id: ID! ): ProductVariantDelete """ Deactivates product variant preorder. It changes all preorder allocation into regular allocation. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantPreorderDeactivate( - """ - ID of a variant which preorder should be deactivated. - """ + """ID of a variant which preorder should be deactivated.""" id: ID! ): ProductVariantPreorderDeactivate """ Reorder the variants of a product. Mutation updates updated_at on product and triggers PRODUCT_UPDATED webhook. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantReorder( - """ - The list of variant reordering operations. - """ + """The list of variant reordering operations.""" moves: [ReorderInput!]! - """ - Id of product that variants order will be altered. - """ + """Id of product that variants order will be altered.""" productId: ID! ): ProductVariantReorder """ Reorder product variant attribute values. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantReorderAttributeValues( - """ - ID of an attribute. - """ + """ID of an attribute.""" attributeId: ID! - """ - The list of reordering operations for given attribute values. - """ + """The list of reordering operations for given attribute values.""" moves: [ReorderInput!]! - """ - ID of a product variant. - """ + """ID of a product variant.""" variantId: ID! ): ProductVariantReorderAttributeValues """ Set default variant for a product. Mutation triggers PRODUCT_UPDATED webhook. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantSetDefault( - """ - Id of a product that will have the default variant set. - """ + """Id of a product that will have the default variant set.""" productId: ID! - """ - Id of a variant that will be set as default. - """ + """Id of a variant that will be set as default.""" variantId: ID! ): ProductVariantSetDefault """ Creates stocks for product variant. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantStocksCreate( - """ - Input list of stocks to create. - """ + """Input list of stocks to create.""" stocks: [StockInput!]! - """ - ID of a product variant for which stocks will be created. - """ + """ID of a product variant for which stocks will be created.""" variantId: ID! ): ProductVariantStocksCreate """ Delete stocks from product variant. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantStocksDelete( - """ - ID of product variant for which stocks will be deleted. - """ + """ID of product variant for which stocks will be deleted.""" variantId: ID! warehouseIds: [ID!] ): ProductVariantStocksDelete """ Update stocks for product variant. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantStocksUpdate( - """ - Input list of stocks to create. - """ + """Input list of stocks to create.""" stocks: [StockInput!]! - """ - ID of a product variant for which stocks will be created. - """ + """ID of a product variant for which stocks will be created.""" variantId: ID! ): ProductVariantStocksUpdate """ Creates/updates translations for a product variant. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ productVariantTranslate( - """ - ProductVariant ID or ProductVariantTranslatableContent ID. - """ + """ProductVariant ID or ProductVariantTranslatableContent ID.""" id: ID! input: NameTranslationInput! - """ - Translation language code. - """ + """Translation language code.""" languageCode: LanguageCodeEnum! ): ProductVariantTranslate """ Updates an existing variant for product. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ productVariantUpdate( - """ - ID of a product variant to update. - """ + """ID of a product variant to update.""" id: ID! - """ - Fields required to update a product variant. - """ + """Fields required to update a product variant.""" input: ProductVariantInput! ): ProductVariantUpdate """ Request email change of the logged in user. - + Requires one of the following permissions: AUTHENTICATED_USER. """ requestEmailChange( @@ -13760,14 +10930,10 @@ type Mutation { """ channel: String - """ - New user email. - """ + """New user email.""" newEmail: String! - """ - User password. - """ + """User password.""" password: String! """ @@ -13776,18 +10942,14 @@ type Mutation { redirectUrl: String! ): RequestEmailChange - """ - Sends an email with the account password modification link. - """ + """Sends an email with the account password modification link.""" requestPasswordReset( """ Slug of a channel which will be used for notify user. Optional when only one channel exists. """ channel: String - """ - Email of the user that will be used for password recovery. - """ + """Email of the user that will be used for password recovery.""" email: String! """ @@ -13798,123 +10960,97 @@ type Mutation { """ Deletes sales. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ saleBulkDelete( - """ - List of sale IDs to delete. - """ + """List of sale IDs to delete.""" ids: [ID!]! ): SaleBulkDelete """ Adds products, categories, collections to a voucher. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ saleCataloguesAdd( - """ - ID of a sale. - """ + """ID of a sale.""" id: ID! - """ - Fields required to modify catalogue IDs of sale. - """ + """Fields required to modify catalogue IDs of sale.""" input: CatalogueInput! ): SaleAddCatalogues """ Removes products, categories, collections from a sale. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ saleCataloguesRemove( - """ - ID of a sale. - """ + """ID of a sale.""" id: ID! - """ - Fields required to modify catalogue IDs of sale. - """ + """Fields required to modify catalogue IDs of sale.""" input: CatalogueInput! ): SaleRemoveCatalogues """ Manage sale's availability in channels. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ saleChannelListingUpdate( - """ - ID of a sale to update. - """ + """ID of a sale to update.""" id: ID! - """ - Fields required to update sale channel listings. - """ + """Fields required to update sale channel listings.""" input: SaleChannelListingInput! ): SaleChannelListingUpdate """ Creates a new sale. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ saleCreate( - """ - Fields required to create a sale. - """ + """Fields required to create a sale.""" input: SaleInput! ): SaleCreate """ Deletes a sale. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ saleDelete( - """ - ID of a sale to delete. - """ + """ID of a sale to delete.""" id: ID! ): SaleDelete """ Creates/updates translations for a sale. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ saleTranslate( - """ - Sale ID or SaleTranslatableContent ID. - """ + """Sale ID or SaleTranslatableContent ID.""" id: ID! input: NameTranslationInput! - """ - Translation language code. - """ + """Translation language code.""" languageCode: LanguageCodeEnum! ): SaleTranslate """ Updates a sale. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ saleUpdate( - """ - ID of a sale to update. - """ + """ID of a sale to update.""" id: ID! - """ - Fields required to update a sale. - """ + """Fields required to update a sale.""" input: SaleInput! ): SaleUpdate @@ -13922,363 +11058,287 @@ type Mutation { Sets the user's password from the token sent by email using the RequestPasswordReset mutation. """ setPassword( - """ - Email of a user. - """ + """Email of a user.""" email: String! - """ - Password of a user. - """ + """Password of a user.""" password: String! - """ - A one-time token required to set the password. - """ + """A one-time token required to set the password.""" token: String! ): SetPassword """ Manage shipping method's availability in channels. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingMethodChannelListingUpdate( - """ - ID of a shipping method to update. - """ + """ID of a shipping method to update.""" id: ID! - """ - Fields required to update shipping method channel listings. - """ + """Fields required to update shipping method channel listings.""" input: ShippingMethodChannelListingInput! ): ShippingMethodChannelListingUpdate """ Deletes shipping prices. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingPriceBulkDelete( - """ - List of shipping price IDs to delete. - """ + """List of shipping price IDs to delete.""" ids: [ID!]! ): ShippingPriceBulkDelete """ Creates a new shipping price. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingPriceCreate( - """ - Fields required to create a shipping price. - """ + """Fields required to create a shipping price.""" input: ShippingPriceInput! ): ShippingPriceCreate """ Deletes a shipping price. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingPriceDelete( - """ - ID of a shipping price to delete. - """ + """ID of a shipping price to delete.""" id: ID! ): ShippingPriceDelete """ Exclude products from shipping price. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingPriceExcludeProducts( - """ - ID of a shipping price. - """ + """ID of a shipping price.""" id: ID! - """ - Exclude products input. - """ + """Exclude products input.""" input: ShippingPriceExcludeProductsInput! ): ShippingPriceExcludeProducts """ Remove product from excluded list for shipping price. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingPriceRemoveProductFromExclude( - """ - ID of a shipping price. - """ + """ID of a shipping price.""" id: ID! - """ - List of products which will be removed from excluded list. - """ + """List of products which will be removed from excluded list.""" products: [ID!]! ): ShippingPriceRemoveProductFromExclude """ Creates/updates translations for a shipping method. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ shippingPriceTranslate( - """ - ShippingMethodType ID or ShippingMethodTranslatableContent ID. - """ + """ShippingMethodType ID or ShippingMethodTranslatableContent ID.""" id: ID! input: ShippingPriceTranslationInput! - """ - Translation language code. - """ + """Translation language code.""" languageCode: LanguageCodeEnum! ): ShippingPriceTranslate """ Updates a new shipping price. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingPriceUpdate( - """ - ID of a shipping price to update. - """ + """ID of a shipping price to update.""" id: ID! - """ - Fields required to update a shipping price. - """ + """Fields required to update a shipping price.""" input: ShippingPriceInput! ): ShippingPriceUpdate """ Deletes shipping zones. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingZoneBulkDelete( - """ - List of shipping zone IDs to delete. - """ + """List of shipping zone IDs to delete.""" ids: [ID!]! ): ShippingZoneBulkDelete """ Creates a new shipping zone. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingZoneCreate( - """ - Fields required to create a shipping zone. - """ + """Fields required to create a shipping zone.""" input: ShippingZoneCreateInput! ): ShippingZoneCreate """ Deletes a shipping zone. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingZoneDelete( - """ - ID of a shipping zone to delete. - """ + """ID of a shipping zone to delete.""" id: ID! ): ShippingZoneDelete """ Updates a new shipping zone. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingZoneUpdate( - """ - ID of a shipping zone to update. - """ + """ID of a shipping zone to update.""" id: ID! - """ - Fields required to update a shipping zone. - """ + """Fields required to update a shipping zone.""" input: ShippingZoneUpdateInput! ): ShippingZoneUpdate """ Update the shop's address. If the `null` value is passed, the currently selected address will be deleted. - + Requires one of the following permissions: MANAGE_SETTINGS. """ shopAddressUpdate( - """ - Fields required to update shop address. - """ + """Fields required to update shop address.""" input: AddressInput ): ShopAddressUpdate """ Updates site domain of the shop. - + Requires one of the following permissions: MANAGE_SETTINGS. """ shopDomainUpdate( - """ - Fields required to update site. - """ + """Fields required to update site.""" input: SiteDomainInput ): ShopDomainUpdate """ Fetch tax rates. - + Requires one of the following permissions: MANAGE_SETTINGS. """ shopFetchTaxRates: ShopFetchTaxRates """ Creates/updates translations for shop settings. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ shopSettingsTranslate( - """ - Fields required to update shop settings translations. - """ + """Fields required to update shop settings translations.""" input: ShopSettingsTranslationInput! - """ - Translation language code. - """ + """Translation language code.""" languageCode: LanguageCodeEnum! ): ShopSettingsTranslate """ Updates shop settings. - + Requires one of the following permissions: MANAGE_SETTINGS. """ shopSettingsUpdate( - """ - Fields required to update shop settings. - """ + """Fields required to update shop settings.""" input: ShopSettingsInput! ): ShopSettingsUpdate """ Deletes staff users. - + Requires one of the following permissions: MANAGE_STAFF. """ staffBulkDelete( - """ - List of user IDs to delete. - """ + """List of user IDs to delete.""" ids: [ID!]! ): StaffBulkDelete """ Creates a new staff user. - + Requires one of the following permissions: MANAGE_STAFF. """ staffCreate( - """ - Fields required to create a staff user. - """ + """Fields required to create a staff user.""" input: StaffCreateInput! ): StaffCreate """ Deletes a staff user. - + Requires one of the following permissions: MANAGE_STAFF. """ staffDelete( - """ - ID of a staff user to delete. - """ + """ID of a staff user to delete.""" id: ID! ): StaffDelete """ Creates a new staff notification recipient. - + Requires one of the following permissions: MANAGE_SETTINGS. """ staffNotificationRecipientCreate( - """ - Fields required to create a staff notification recipient. - """ + """Fields required to create a staff notification recipient.""" input: StaffNotificationRecipientInput! ): StaffNotificationRecipientCreate """ Delete staff notification recipient. - + Requires one of the following permissions: MANAGE_SETTINGS. """ staffNotificationRecipientDelete( - """ - ID of a staff notification recipient to delete. - """ + """ID of a staff notification recipient to delete.""" id: ID! ): StaffNotificationRecipientDelete """ Updates a staff notification recipient. - + Requires one of the following permissions: MANAGE_SETTINGS. """ staffNotificationRecipientUpdate( - """ - ID of a staff notification recipient to update. - """ + """ID of a staff notification recipient to update.""" id: ID! - """ - Fields required to update a staff notification recipient. - """ + """Fields required to update a staff notification recipient.""" input: StaffNotificationRecipientInput! ): StaffNotificationRecipientUpdate """ Updates an existing staff user. - + Requires one of the following permissions: MANAGE_STAFF. """ staffUpdate( - """ - ID of a staff user to update. - """ + """ID of a staff user to update.""" id: ID! - """ - Fields required to update a staff user. - """ + """Fields required to update a staff user.""" input: StaffUpdateInput! ): StaffUpdate - """ - Create JWT token. - """ + """Create JWT token.""" tokenCreate( - """ - Email of a user. - """ + """Email of a user.""" email: String! - """ - Password of a user. - """ + """Password of a user.""" password: String! ): CreateToken @@ -14291,66 +11351,52 @@ type Mutation { """ csrfToken: String - """ - Refresh token. - """ + """Refresh token.""" refreshToken: String ): RefreshToken - """ - Verify JWT token. - """ + """Verify JWT token.""" tokenVerify( - """ - JWT token to validate. - """ + """JWT token to validate.""" token: String! ): VerifyToken """ Deactivate all JWT tokens of the currently authenticated user. - + Requires one of the following permissions: AUTHENTICATED_USER. """ tokensDeactivateAll: DeactivateAllUserTokens """ Create transaction for checkout or order. Requires the following permissions: AUTHENTICATED_APP and HANDLE_PAYMENTS. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ transactionCreate( - """ - The ID of the checkout or order. - """ + """The ID of the checkout or order.""" id: ID! - """ - Input data required to create a new transaction object. - """ + """Input data required to create a new transaction object.""" transaction: TransactionCreateInput! - """ - Data that defines a transaction event. - """ + """Data that defines a transaction event.""" transactionEvent: TransactionEventInput ): TransactionCreate """ Request an action for payment transaction. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: HANDLE_PAYMENTS, MANAGE_ORDERS. """ transactionRequestAction( - """ - Determines the action type. - """ + """Determines the action type.""" actionType: TransactionActionEnum! """ @@ -14358,50 +11404,38 @@ type Mutation { """ amount: PositiveDecimal - """ - The ID of the transaction. - """ + """The ID of the transaction.""" id: ID! ): TransactionRequestAction """ Create transaction for checkout or order. Requires the following permissions: AUTHENTICATED_APP and HANDLE_PAYMENTS. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ transactionUpdate( - """ - The ID of the transaction. - """ + """The ID of the transaction.""" id: ID! - """ - Input data required to create a new transaction object. - """ + """Input data required to create a new transaction object.""" transaction: TransactionUpdateInput - """ - Data that defines a transaction transaction. - """ + """Data that defines a transaction transaction.""" transactionEvent: TransactionEventInput ): TransactionUpdate """ Remove shipping zone from given warehouse. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ unassignWarehouseShippingZone( - """ - ID of a warehouse to update. - """ + """ID of a warehouse to update.""" id: ID! - """ - List of shipping zone IDs. - """ + """List of shipping zone IDs.""" shippingZoneIds: [ID!]! ): WarehouseShippingZoneUnassign @@ -14409,14 +11443,10 @@ type Mutation { Updates metadata of an object. To use it, you need to have access to the modified object. """ updateMetadata( - """ - ID or token (for Order and Checkout) of an object to update. - """ + """ID or token (for Order and Checkout) of an object to update.""" id: ID! - """ - Fields required to update the object's metadata. - """ + """Fields required to update the object's metadata.""" input: [MetadataInput!]! ): UpdateMetadata @@ -14424,264 +11454,208 @@ type Mutation { Updates private metadata of an object. To use it, you need to be an authenticated staff user or an app and have access to the modified object. """ updatePrivateMetadata( - """ - ID or token (for Order and Checkout) of an object to update. - """ + """ID or token (for Order and Checkout) of an object to update.""" id: ID! - """ - Fields required to update the object's metadata. - """ + """Fields required to update the object's metadata.""" input: [MetadataInput!]! ): UpdatePrivateMetadata """ Updates given warehouse. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ updateWarehouse( - """ - ID of a warehouse to update. - """ + """ID of a warehouse to update.""" id: ID! - """ - Fields required to update warehouse. - """ + """Fields required to update warehouse.""" input: WarehouseUpdateInput! ): WarehouseUpdate """ Deletes a user avatar. Only for staff members. - + Requires one of the following permissions: AUTHENTICATED_STAFF_USER. """ userAvatarDelete: UserAvatarDelete """ Create a user avatar. Only for staff members. This mutation must be sent as a `multipart` request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec - + Requires one of the following permissions: AUTHENTICATED_STAFF_USER. """ userAvatarUpdate( - """ - Represents an image file in a multipart request. - """ + """Represents an image file in a multipart request.""" image: Upload! ): UserAvatarUpdate """ Activate or deactivate users. - + Requires one of the following permissions: MANAGE_USERS. """ userBulkSetActive( - """ - List of user IDs to (de)activate). - """ + """List of user IDs to (de)activate).""" ids: [ID!]! - """ - Determine if users will be set active or not. - """ + """Determine if users will be set active or not.""" isActive: Boolean! ): UserBulkSetActive """ Assign an media to a product variant. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ variantMediaAssign( - """ - ID of a product media to assign to a variant. - """ + """ID of a product media to assign to a variant.""" mediaId: ID! - """ - ID of a product variant. - """ + """ID of a product variant.""" variantId: ID! ): VariantMediaAssign """ Unassign an media from a product variant. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ variantMediaUnassign( - """ - ID of a product media to unassign from a variant. - """ + """ID of a product media to unassign from a variant.""" mediaId: ID! - """ - ID of a product variant. - """ + """ID of a product variant.""" variantId: ID! ): VariantMediaUnassign """ Deletes vouchers. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ voucherBulkDelete( - """ - List of voucher IDs to delete. - """ + """List of voucher IDs to delete.""" ids: [ID!]! ): VoucherBulkDelete """ Adds products, categories, collections to a voucher. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ voucherCataloguesAdd( - """ - ID of a voucher. - """ + """ID of a voucher.""" id: ID! - """ - Fields required to modify catalogue IDs of voucher. - """ + """Fields required to modify catalogue IDs of voucher.""" input: CatalogueInput! ): VoucherAddCatalogues """ Removes products, categories, collections from a voucher. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ voucherCataloguesRemove( - """ - ID of a voucher. - """ + """ID of a voucher.""" id: ID! - """ - Fields required to modify catalogue IDs of voucher. - """ + """Fields required to modify catalogue IDs of voucher.""" input: CatalogueInput! ): VoucherRemoveCatalogues """ Manage voucher's availability in channels. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ voucherChannelListingUpdate( - """ - ID of a voucher to update. - """ + """ID of a voucher to update.""" id: ID! - """ - Fields required to update voucher channel listings. - """ + """Fields required to update voucher channel listings.""" input: VoucherChannelListingInput! ): VoucherChannelListingUpdate """ Creates a new voucher. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ voucherCreate( - """ - Fields required to create a voucher. - """ + """Fields required to create a voucher.""" input: VoucherInput! ): VoucherCreate """ Deletes a voucher. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ voucherDelete( - """ - ID of a voucher to delete. - """ + """ID of a voucher to delete.""" id: ID! ): VoucherDelete """ Creates/updates translations for a voucher. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ voucherTranslate( - """ - Voucher ID or VoucherTranslatableContent ID. - """ + """Voucher ID or VoucherTranslatableContent ID.""" id: ID! input: NameTranslationInput! - """ - Translation language code. - """ + """Translation language code.""" languageCode: LanguageCodeEnum! ): VoucherTranslate """ Updates a voucher. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ voucherUpdate( - """ - ID of a voucher to update. - """ + """ID of a voucher to update.""" id: ID! - """ - Fields required to update a voucher. - """ + """Fields required to update a voucher.""" input: VoucherInput! ): VoucherUpdate """ Creates a new webhook subscription. - + Requires one of the following permissions: MANAGE_APPS, AUTHENTICATED_APP. """ webhookCreate( - """ - Fields required to create a webhook. - """ + """Fields required to create a webhook.""" input: WebhookCreateInput! ): WebhookCreate """ Deletes a webhook subscription. - + Requires one of the following permissions: MANAGE_APPS, AUTHENTICATED_APP. """ webhookDelete( - """ - ID of a webhook to delete. - """ + """ID of a webhook to delete.""" id: ID! ): WebhookDelete """ Updates a webhook subscription. - + Requires one of the following permissions: MANAGE_APPS. """ webhookUpdate( - """ - ID of a webhook to update. - """ + """ID of a webhook to update.""" id: ID! - """ - Fields required to update a webhook. - """ + """Fields required to update a webhook.""" input: WebhookUpdateInput! ): WebhookUpdate } @@ -14691,82 +11665,68 @@ input NameTranslationInput { } enum NavigationType { - """ - Main storefront navigation. - """ + """Main storefront navigation.""" MAIN - """ - Secondary storefront navigation. - """ + """Secondary storefront navigation.""" SECONDARY } -""" -An object with an ID -""" +"""An object with an ID""" interface Node { - """ - The ID of the object. - """ + """The ID of the object.""" id: ID! } interface ObjectWithMetadata { - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata } -""" -Represents an order in the shop. -""" +"""Represents an order in the shop.""" type Order implements Node & ObjectWithMetadata { """ List of actions that can be performed in the current state of an order. @@ -14775,27 +11735,24 @@ type Order implements Node & ObjectWithMetadata { """ The authorize status of the order. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ authorizeStatus: OrderAuthorizeStatusEnum! """ Collection points that can be used for this order. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ availableCollectionPoints: [Warehouse!]! - """ - Shipping methods that can be used with this order. - """ - availableShippingMethods: [ShippingMethod!] - @deprecated(reason: "Use `shippingMethods`, this field will be removed in 4.0") + """Shipping methods that can be used with this order.""" + availableShippingMethods: [ShippingMethod!] @deprecated(reason: "Use `shippingMethods`, this field will be removed in 4.0") """ Billing address. The full data can be access for orders created in Saleor 3.2 and later, for other orders requires one of the following permissions: MANAGE_ORDERS, OWNER. @@ -14810,9 +11767,9 @@ type Order implements Node & ObjectWithMetadata { """ The charge status of the order. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ chargeStatus: OrderChargeStatusEnum! @@ -14822,55 +11779,37 @@ type Order implements Node & ObjectWithMetadata { """ The delivery method selected for this checkout. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ deliveryMethod: DeliveryMethod - """ - Returns applied discount. - """ - discount: Money - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `discounts` field instead." - ) + """Returns applied discount.""" + discount: Money @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `discounts` field instead.") - """ - Discount name. - """ - discountName: String - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `discounts` field instead." - ) + """Discount name.""" + discountName: String @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `discounts` field instead.") - """ - List of all discounts assigned to the order. - """ + """List of all discounts assigned to the order.""" discounts: [OrderDiscount!]! displayGrossPrices: Boolean! - """ - List of errors that occurred during order validation. - """ + """List of errors that occurred during order validation.""" errors: [OrderError!]! """ List of events associated with the order. - + Requires one of the following permissions: MANAGE_ORDERS. """ events: [OrderEvent!]! - """ - List of shipments for the order. - """ + """List of shipments for the order.""" fulfillments: [Fulfillment!]! - """ - List of user gift cards. - """ + """List of user gift cards.""" giftCards: [GiftCard!]! id: ID! @@ -14879,106 +11818,79 @@ type Order implements Node & ObjectWithMetadata { """ invoices: [Invoice!]! - """ - Informs if an order is fully paid. - """ + """Informs if an order is fully paid.""" isPaid: Boolean! - """ - Returns True, if order requires shipping. - """ + """Returns True, if order requires shipping.""" isShippingRequired: Boolean! - languageCode: String! - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `languageCodeEnum` field to fetch the language code. " - ) + languageCode: String! @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `languageCodeEnum` field to fetch the language code. ") - """ - Order language code. - """ + """Order language code.""" languageCodeEnum: LanguageCodeEnum! - """ - List of order lines. - """ + """List of order lines.""" lines: [OrderLine!]! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata - """ - User-friendly number of an order. - """ + """User-friendly number of an order.""" number: String! - """ - The order origin. - """ + """The order origin.""" origin: OrderOriginEnum! - """ - The ID of the order that was the base for this order. - """ + """The ID of the order that was the base for this order.""" original: ID - """ - Internal payment status. - """ + """Internal payment status.""" paymentStatus: PaymentChargeStatusEnum! - """ - User-friendly payment status. - """ + """User-friendly payment status.""" paymentStatusDisplay: String! - """ - List of payments for the order. - """ + """List of payments for the order.""" payments: [Payment!]! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata @@ -14989,77 +11901,51 @@ type Order implements Node & ObjectWithMetadata { """ shippingAddress: Address - """ - Shipping method for this order. - """ - shippingMethod: ShippingMethod - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `deliveryMethod` instead.") + """Shipping method for this order.""" + shippingMethod: ShippingMethod @deprecated(reason: "This field will be removed in Saleor 4.0. Use `deliveryMethod` instead.") shippingMethodName: String - """ - Shipping methods related to this order. - """ + """Shipping methods related to this order.""" shippingMethods: [ShippingMethod!]! - """ - Total price of shipping. - """ + """Total price of shipping.""" shippingPrice: TaxedMoney! shippingTaxRate: Float! status: OrderStatus! - """ - User-friendly order status. - """ + """User-friendly order status.""" statusDisplay: String! - """ - The sum of line prices not including shipping. - """ + """The sum of line prices not including shipping.""" subtotal: TaxedMoney! token: String! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `id` instead.") - """ - Total amount of the order. - """ + """Total amount of the order.""" total: TaxedMoney! - """ - Amount authorized for the order. - """ + """Amount authorized for the order.""" totalAuthorized: Money! - """ - The difference between the paid and the order total amount. - """ + """The difference between the paid and the order total amount.""" totalBalance: Money! - """ - Amount captured by payment. - """ + """Amount captured by payment.""" totalCaptured: Money! trackingClientId: String! """ List of transactions for the order. Requires one of the following permissions: MANAGE_ORDERS, HANDLE_PAYMENTS. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ transactions: [TransactionItem!]! - """ - Translated discount name. - """ - translatedDiscountName: String - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `discounts` field instead. " - ) + """Translated discount name.""" + translatedDiscountName: String @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `discounts` field instead. ") - """ - Undiscounted total amount of the order. - """ + """Undiscounted total amount of the order.""" undiscountedTotal: TaxedMoney! updatedAt: DateTime! @@ -15077,24 +11963,16 @@ type Order implements Node & ObjectWithMetadata { } enum OrderAction { - """ - Represents the capture action. - """ + """Represents the capture action.""" CAPTURE - """ - Represents a mark-as-paid action. - """ + """Represents a mark-as-paid action.""" MARK_AS_PAID - """ - Represents a refund action. - """ + """Represents a refund action.""" REFUND - """ - Represents a void action. - """ + """Represents a void action.""" VOID } @@ -15106,23 +11984,16 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderAddNote { errors: [OrderError!]! - """ - Order note created. - """ + """Order note created.""" event: OrderEvent - """ - Order with the note added. - """ + """Order with the note added.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input OrderAddNoteInput { - """ - Note message. - """ + """Note message.""" message: String! } @@ -15153,13 +12024,10 @@ Cancels orders. Requires one of the following permissions: MANAGE_ORDERS. """ type OrderBulkCancel { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [OrderError!]! - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -15170,42 +12038,31 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderCancel { errors: [OrderError!]! - """ - Canceled order. - """ + """Canceled order.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type OrderCancelled implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The order the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ order: Order - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -15217,12 +12074,9 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderCapture { errors: [OrderError!]! - """ - Captured order. - """ + """Captured order.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -15253,64 +12107,47 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderConfirm { errors: [OrderError!]! order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type OrderConfirmed implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The order the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ order: Order - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type OrderCountableConnection { edges: [OrderCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type OrderCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Order! } @@ -15324,16 +12161,12 @@ Note: this API is currently in Feature Preview and can be subject to changes at type OrderCreateFromCheckout { errors: [OrderCreateFromCheckoutError!]! - """ - Placed order. - """ + """Placed order.""" order: Order } type OrderCreateFromCheckoutError { - """ - The error code. - """ + """The error code.""" code: OrderCreateFromCheckoutErrorCode! """ @@ -15341,25 +12174,17 @@ type OrderCreateFromCheckoutError { """ field: String - """ - List of line Ids which cause the error. - """ + """List of line Ids which cause the error.""" lines: [ID!] - """ - The error message. - """ + """The error message.""" message: String - """ - List of variant IDs which causes the error. - """ + """List of variant IDs which causes the error.""" variants: [ID!] } -""" -An enumeration. -""" +"""An enumeration.""" enum OrderCreateFromCheckoutErrorCode { BILLING_ADDRESS_NOT_SET CHANNEL_INACTIVE @@ -15378,76 +12203,56 @@ enum OrderCreateFromCheckoutErrorCode { } type OrderCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The order the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ order: Order - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } enum OrderDirection { - """ - Specifies an ascending sort order. - """ + """Specifies an ascending sort order.""" ASC - """ - Specifies a descending sort order. - """ + """Specifies a descending sort order.""" DESC } -""" -Contains all details related to the applied discount to the order. -""" +"""Contains all details related to the applied discount to the order.""" type OrderDiscount implements Node { - """ - Returns amount of discount. - """ + """Returns amount of discount.""" amount: Money! id: ID! name: String """ Explanation for the applied discount. - + Requires one of the following permissions: MANAGE_ORDERS. """ reason: String translatedName: String type: OrderDiscountType! - """ - Value of the discount. Can store fixed value or percent value - """ + """Value of the discount. Can store fixed value or percent value""" value: PositiveDecimal! - """ - Type of the discount: fixed or percent - """ + """Type of the discount: fixed or percent""" valueType: DiscountValueTypeEnum! } @@ -15459,28 +12264,19 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderDiscountAdd { errors: [OrderError!]! - """ - Order which has been discounted. - """ + """Order which has been discounted.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input OrderDiscountCommonInput { - """ - Explanation for the applied discount. - """ + """Explanation for the applied discount.""" reason: String - """ - Value of the discount. Can store fixed value or percent value - """ + """Value of the discount. Can store fixed value or percent value""" value: PositiveDecimal! - """ - Type of the discount: fixed or percent - """ + """Type of the discount: fixed or percent""" valueType: DiscountValueTypeEnum! } @@ -15492,17 +12288,12 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderDiscountDelete { errors: [OrderError!]! - """ - Order which has removed discount. - """ + """Order which has removed discount.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } -""" -An enumeration. -""" +"""An enumeration.""" enum OrderDiscountType { MANUAL VOUCHER @@ -15516,12 +12307,9 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderDiscountUpdate { errors: [OrderError!]! - """ - Order which has been discounted. - """ + """Order which has been discounted.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input OrderDraftFilterInput { @@ -15533,14 +12321,10 @@ input OrderDraftFilterInput { } type OrderError { - """ - A type of address that causes the error. - """ + """A type of address that causes the error.""" addressType: AddressTypeEnum - """ - The error code. - """ + """The error code.""" code: OrderErrorCode! """ @@ -15548,30 +12332,20 @@ type OrderError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of order line IDs that cause the error. - """ + """List of order line IDs that cause the error.""" orderLines: [ID!] - """ - List of product variants that are associated with the error - """ + """List of product variants that are associated with the error""" variants: [ID!] - """ - Warehouse ID which causes the error. - """ + """Warehouse ID which causes the error.""" warehouse: ID } -""" -An enumeration. -""" +"""An enumeration.""" enum OrderErrorCode { BILLING_ADDRESS_NOT_SET CANNOT_CANCEL_FULFILLMENT @@ -15607,13 +12381,9 @@ enum OrderErrorCode { ZERO_QUANTITY } -""" -History log of the order. -""" +"""History log of the order.""" type OrderEvent implements Node { - """ - Amount of money. - """ + """Amount of money.""" amount: Float """ @@ -15621,206 +12391,130 @@ type OrderEvent implements Node { """ app: App - """ - Composed ID of the Fulfillment. - """ + """Composed ID of the Fulfillment.""" composedId: String - """ - Date when event happened at in ISO 8601 format. - """ + """Date when event happened at in ISO 8601 format.""" date: DateTime - """ - The discount applied to the order. - """ + """The discount applied to the order.""" discount: OrderEventDiscountObject - """ - Email of the customer. - """ + """Email of the customer.""" email: String - """ - Type of an email sent to the customer. - """ + """Type of an email sent to the customer.""" emailType: OrderEventsEmailsEnum - """ - The lines fulfilled. - """ + """The lines fulfilled.""" fulfilledItems: [FulfillmentLine!] id: ID! - """ - Number of an invoice related to the order. - """ + """Number of an invoice related to the order.""" invoiceNumber: String - """ - The concerned lines. - """ + """The concerned lines.""" lines: [OrderEventOrderLineObject!] - """ - Content of the event. - """ + """Content of the event.""" message: String - """ - User-friendly number of an order. - """ + """User-friendly number of an order.""" orderNumber: String - """ - List of oversold lines names. - """ + """List of oversold lines names.""" oversoldItems: [String!] - """ - The payment gateway of the payment. - """ + """The payment gateway of the payment.""" paymentGateway: String - """ - The payment reference from the payment provider. - """ + """The payment reference from the payment provider.""" paymentId: String - """ - Number of items. - """ + """Number of items.""" quantity: Int - """ - The reference of payment's transaction. - """ + """The reference of payment's transaction.""" reference: String - """ - The order which is related to this order. - """ + """The order which is related to this order.""" relatedOrder: Order - """ - Define if shipping costs were included to the refund. - """ + """Define if shipping costs were included to the refund.""" shippingCostsIncluded: Boolean - """ - The status of payment's transaction. - """ + """The status of payment's transaction.""" status: TransactionStatus - """ - The transaction reference of captured payment. - """ + """The transaction reference of captured payment.""" transactionReference: String - """ - Order event type. - """ + """Order event type.""" type: OrderEventsEnum - """ - User who performed the action. - """ + """User who performed the action.""" user: User - """ - The warehouse were items were restocked. - """ + """The warehouse were items were restocked.""" warehouse: Warehouse } type OrderEventCountableConnection { edges: [OrderEventCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type OrderEventCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: OrderEvent! } type OrderEventDiscountObject { - """ - Returns amount of discount. - """ + """Returns amount of discount.""" amount: Money - """ - Returns amount of discount. - """ + """Returns amount of discount.""" oldAmount: Money - """ - Value of the discount. Can store fixed value or percent value. - """ + """Value of the discount. Can store fixed value or percent value.""" oldValue: PositiveDecimal - """ - Type of the discount: fixed or percent. - """ + """Type of the discount: fixed or percent.""" oldValueType: DiscountValueTypeEnum - """ - Explanation for the applied discount. - """ + """Explanation for the applied discount.""" reason: String - """ - Value of the discount. Can store fixed value or percent value. - """ + """Value of the discount. Can store fixed value or percent value.""" value: PositiveDecimal! - """ - Type of the discount: fixed or percent. - """ + """Type of the discount: fixed or percent.""" valueType: DiscountValueTypeEnum! } type OrderEventOrderLineObject { - """ - The discount applied to the order line. - """ + """The discount applied to the order line.""" discount: OrderEventDiscountObject - """ - The variant name. - """ + """The variant name.""" itemName: String - """ - The order line. - """ + """The order line.""" orderLine: OrderLine - """ - The variant quantity. - """ + """The variant quantity.""" quantity: Int } -""" -An enumeration. -""" +"""An enumeration.""" enum OrderEventsEmailsEnum { CONFIRMED DIGITAL_LINKS @@ -15833,9 +12527,7 @@ enum OrderEventsEmailsEnum { TRACKING_UPDATED } -""" -An enumeration. -""" +"""An enumeration.""" enum OrderEventsEnum { ADDED_PRODUCTS CANCELED @@ -15912,129 +12604,92 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderFulfill { errors: [OrderError!]! - """ - List of created fulfillments. - """ + """List of created fulfillments.""" fulfillments: [Fulfillment!] - """ - Fulfilled order. - """ + """Fulfilled order.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input OrderFulfillInput { - """ - If true, then allow proceed fulfillment when stock is exceeded. - """ + """If true, then allow proceed fulfillment when stock is exceeded.""" allowStockToBeExceeded: Boolean = false - """ - List of items informing how to fulfill the order. - """ + """List of items informing how to fulfill the order.""" lines: [OrderFulfillLineInput!]! - """ - If true, send an email notification to the customer. - """ + """If true, send an email notification to the customer.""" notifyCustomer: Boolean } input OrderFulfillLineInput { - """ - The ID of the order line. - """ + """The ID of the order line.""" orderLineId: ID - """ - List of stock items to create. - """ + """List of stock items to create.""" stocks: [OrderFulfillStockInput!]! } input OrderFulfillStockInput { - """ - The number of line items to be fulfilled from given warehouse. - """ + """The number of line items to be fulfilled from given warehouse.""" quantity: Int! - """ - ID of the warehouse from which the item will be fulfilled. - """ + """ID of the warehouse from which the item will be fulfilled.""" warehouse: ID! } type OrderFulfilled implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The order the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ order: Order - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type OrderFullyPaid implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The order the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ order: Order - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } -""" -Represents order line of particular order. -""" +"""Represents order line of particular order.""" type OrderLine implements Node { """ List of allocations across warehouses. - + Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. """ allocations: [Allocation!] @@ -16049,35 +12704,25 @@ type OrderLine implements Node { """ A quantity of items remaining to be fulfilled. - + Added in Saleor 3.1. """ quantityToFulfill: Int! taxRate: Float! - """ - The main thumbnail for the ordered product. - """ + """The main thumbnail for the ordered product.""" thumbnail( - """ - Size of thumbnail. - """ + """Size of thumbnail.""" size: Int ): Image - """ - Price of the order line. - """ + """Price of the order line.""" totalPrice: TaxedMoney! - """ - Product name in the customer's language - """ + """Product name in the customer's language""" translatedProductName: String! - """ - Variant name in the customer's language - """ + """Variant name in the customer's language""" translatedVariantName: String! """ @@ -16085,25 +12730,17 @@ type OrderLine implements Node { """ undiscountedUnitPrice: TaxedMoney! - """ - The discount applied to the single order line. - """ + """The discount applied to the single order line.""" unitDiscount: Money! unitDiscountReason: String - """ - Type of the discount: fixed or percent - """ + """Type of the discount: fixed or percent""" unitDiscountType: DiscountValueTypeEnum - """ - Value of the discount. Can store fixed value or percent value - """ + """Value of the discount. Can store fixed value or percent value""" unitDiscountValue: PositiveDecimal! - """ - Price of the single item in the order line. - """ + """Price of the single item in the order line.""" unitPrice: TaxedMoney! """ @@ -16114,14 +12751,10 @@ type OrderLine implements Node { } input OrderLineCreateInput { - """ - Number of variant items ordered. - """ + """Number of variant items ordered.""" quantity: Int! - """ - Product variant ID. - """ + """Product variant ID.""" variantId: ID! } @@ -16133,16 +12766,11 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderLineDelete { errors: [OrderError!]! - """ - A related order. - """ + """A related order.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - An order line that was deleted. - """ + """An order line that was deleted.""" orderLine: OrderLine } @@ -16154,16 +12782,11 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderLineDiscountRemove { errors: [OrderError!]! - """ - Order which is related to line which has removed discount. - """ + """Order which is related to line which has removed discount.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Order line which has removed discount. - """ + """Order line which has removed discount.""" orderLine: OrderLine } @@ -16175,23 +12798,16 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderLineDiscountUpdate { errors: [OrderError!]! - """ - Order which is related to the discounted line. - """ + """Order which is related to the discounted line.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Order line which has been discounted. - """ + """Order line which has been discounted.""" orderLine: OrderLine } input OrderLineInput { - """ - Number of variant items ordered. - """ + """Number of variant items ordered.""" quantity: Int! } @@ -16203,12 +12819,9 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderLineUpdate { errors: [OrderError!]! - """ - Related order. - """ + """Related order.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") orderLine: OrderLine } @@ -16220,16 +12833,11 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderLinesCreate { errors: [OrderError!]! - """ - Related order. - """ + """Related order.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - List of added order lines. - """ + """List of added order lines.""" orderLines: [OrderLine!] } @@ -16241,17 +12849,12 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderMarkAsPaid { errors: [OrderError!]! - """ - Order marked as paid. - """ + """Order marked as paid.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } -""" -An enumeration. -""" +"""An enumeration.""" enum OrderOriginEnum { CHECKOUT DRAFT @@ -16266,47 +12869,32 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderRefund { errors: [OrderError!]! - """ - A refunded order. - """ + """A refunded order.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input OrderRefundFulfillmentLineInput { - """ - The ID of the fulfillment line to refund. - """ + """The ID of the fulfillment line to refund.""" fulfillmentLineId: ID! - """ - The number of items to be refunded. - """ + """The number of items to be refunded.""" quantity: Int! } input OrderRefundLineInput { - """ - The ID of the order line to refund. - """ + """The ID of the order line to refund.""" orderLineId: ID! - """ - The number of items to be refunded. - """ + """The number of items to be refunded.""" quantity: Int! } input OrderRefundProductsInput { - """ - The total amount of refund when the value is provided manually. - """ + """The total amount of refund when the value is provided manually.""" amountToRefund: PositiveDecimal - """ - List of fulfilled lines to refund. - """ + """List of fulfilled lines to refund.""" fulfillmentLines: [OrderRefundFulfillmentLineInput!] """ @@ -16314,55 +12902,37 @@ input OrderRefundProductsInput { """ includeShippingCosts: Boolean = false - """ - List of unfulfilled lines to refund. - """ + """List of unfulfilled lines to refund.""" orderLines: [OrderRefundLineInput!] } input OrderReturnFulfillmentLineInput { - """ - The ID of the fulfillment line to return. - """ + """The ID of the fulfillment line to return.""" fulfillmentLineId: ID! - """ - The number of items to be returned. - """ + """The number of items to be returned.""" quantity: Int! - """ - Determines, if the line should be added to replace order. - """ + """Determines, if the line should be added to replace order.""" replace: Boolean = false } input OrderReturnLineInput { - """ - The ID of the order line to return. - """ + """The ID of the order line to return.""" orderLineId: ID! - """ - The number of items to be returned. - """ + """The number of items to be returned.""" quantity: Int! - """ - Determines, if the line should be added to replace order. - """ + """Determines, if the line should be added to replace order.""" replace: Boolean = false } input OrderReturnProductsInput { - """ - The total amount of refund when the value is provided manually. - """ + """The total amount of refund when the value is provided manually.""" amountToRefund: PositiveDecimal - """ - List of fulfilled lines to return. - """ + """List of fulfilled lines to return.""" fulfillmentLines: [OrderReturnFulfillmentLineInput!] """ @@ -16370,29 +12940,21 @@ input OrderReturnProductsInput { """ includeShippingCosts: Boolean = false - """ - List of unfulfilled lines to return. - """ + """List of unfulfilled lines to return.""" orderLines: [OrderReturnLineInput!] - """ - If true, Saleor will call refund action for all lines. - """ + """If true, Saleor will call refund action for all lines.""" refund: Boolean = false } -""" -Order related settings from site settings. -""" +"""Order related settings from site settings.""" type OrderSettings { automaticallyConfirmAllNewOrders: Boolean! automaticallyFulfillNonShippableGiftCard: Boolean! } type OrderSettingsError { - """ - The error code. - """ + """The error code.""" code: OrderSettingsErrorCode! """ @@ -16400,15 +12962,11 @@ type OrderSettingsError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum OrderSettingsErrorCode { INVALID } @@ -16421,12 +12979,9 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderSettingsUpdate { errors: [OrderSettingsError!]! - """ - Order settings. - """ + """Order settings.""" orderSettings: OrderSettings - orderSettingsErrors: [OrderSettingsError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderSettingsErrors: [OrderSettingsError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input OrderSettingsUpdateInput { @@ -16444,59 +12999,43 @@ input OrderSettingsUpdateInput { enum OrderSortField { """ Sort orders by creation date. - + DEPRECATED: this field will be removed in Saleor 4.0. """ CREATED_AT """ Sort orders by creation date. - + DEPRECATED: this field will be removed in Saleor 4.0. """ CREATION_DATE - """ - Sort orders by customer. - """ + """Sort orders by customer.""" CUSTOMER - """ - Sort orders by fulfillment status. - """ + """Sort orders by fulfillment status.""" FULFILLMENT_STATUS - """ - Sort orders by last modified at. - """ + """Sort orders by last modified at.""" LAST_MODIFIED_AT - """ - Sort orders by number. - """ + """Sort orders by number.""" NUMBER - """ - Sort orders by payment. - """ + """Sort orders by payment.""" PAYMENT } input OrderSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort orders by the selected field. - """ + """Sort orders by the selected field.""" field: OrderSortField! } -""" -An enumeration. -""" +"""An enumeration.""" enum OrderStatus { CANCELED DRAFT @@ -16526,24 +13065,17 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderUpdate { errors: [OrderError!]! order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input OrderUpdateInput { - """ - Billing address of the customer. - """ + """Billing address of the customer.""" billingAddress: AddressInput - """ - Shipping address of the customer. - """ + """Shipping address of the customer.""" shippingAddress: AddressInput - """ - Email address of the customer. - """ + """Email address of the customer.""" userEmail: String } @@ -16555,12 +13087,9 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderUpdateShipping { errors: [OrderError!]! - """ - Order with updated shipping method. - """ + """Order with updated shipping method.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input OrderUpdateShippingInput { @@ -16571,33 +13100,25 @@ input OrderUpdateShippingInput { } type OrderUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The order the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ order: Order - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -16609,101 +13130,86 @@ Requires one of the following permissions: MANAGE_ORDERS. type OrderVoid { errors: [OrderError!]! - """ - A voided order. - """ + """A voided order.""" order: Order - orderErrors: [OrderError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + orderErrors: [OrderError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ A static page that can be manually added by a shop operator through the dashboard. """ type Page implements Node & ObjectWithMetadata { - """ - List of attributes assigned to this product. - """ + """List of attributes assigned to this product.""" attributes: [SelectedAttribute!]! """ Content of the page. - + Rich text format. For reference see https://editorjs.io/ """ content: JSONString """ Content of the page. - + Rich text format. For reference see https://editorjs.io/ """ - contentJson: JSONString! - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `content` field instead." - ) + contentJson: JSONString! @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `content` field instead.") created: DateTime! id: ID! isPublished: Boolean! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata pageType: PageType! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata - publicationDate: Date - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `publishedAt` field to fetch the publication date." - ) + publicationDate: Date @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `publishedAt` field to fetch the publication date.") """ The page publication date. - + Added in Saleor 3.3. """ publishedAt: DateTime @@ -16712,13 +13218,9 @@ type Page implements Node & ObjectWithMetadata { slug: String! title: String! - """ - Returns translated page fields for the given language code. - """ + """Returns translated page fields for the given language code.""" translation( - """ - A language code to return the translation for page. - """ + """A language code to return the translation for page.""" languageCode: LanguageCodeEnum! ): PageTranslation } @@ -16730,12 +13232,9 @@ Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ type PageAttributeAssign { errors: [PageError!]! - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - The updated page type. - """ + """The updated page type.""" pageType: PageType } @@ -16746,12 +13245,9 @@ Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ type PageAttributeUnassign { errors: [PageError!]! - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - The updated page type. - """ + """The updated page type.""" pageType: PageType } @@ -16761,13 +13257,10 @@ Deletes pages. Requires one of the following permissions: MANAGE_PAGES. """ type PageBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [PageError!]! - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -16776,38 +13269,27 @@ Publish pages. Requires one of the following permissions: MANAGE_PAGES. """ type PageBulkPublish { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [PageError!]! - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type PageCountableConnection { edges: [PageCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type PageCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Page! } @@ -16819,91 +13301,70 @@ Requires one of the following permissions: MANAGE_PAGES. type PageCreate { errors: [PageError!]! page: Page - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input PageCreateInput { - """ - List of attributes. - """ + """List of attributes.""" attributes: [AttributeValueInput!] """ Page content. - + Rich text format. For reference see https://editorjs.io/ """ content: JSONString - """ - Determines if page is visible in the storefront. - """ + """Determines if page is visible in the storefront.""" isPublished: Boolean - """ - ID of the page type that page belongs to. - """ + """ID of the page type that page belongs to.""" pageType: ID! """ Publication date. ISO 8601 standard. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `publishedAt` field instead. """ publicationDate: String """ Publication date time. ISO 8601 standard. - + Added in Saleor 3.3. """ publishedAt: DateTime - """ - Search engine optimization fields. - """ + """Search engine optimization fields.""" seo: SeoInput - """ - Page internal name. - """ + """Page internal name.""" slug: String - """ - Page title. - """ + """Page title.""" title: String } type PageCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The page the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ page: Page - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -16915,50 +13376,37 @@ Requires one of the following permissions: MANAGE_PAGES. type PageDelete { errors: [PageError!]! page: Page - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type PageDeleted implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The page the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ page: Page - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type PageError { - """ - List of attributes IDs which causes the error. - """ + """List of attributes IDs which causes the error.""" attributes: [ID!] - """ - The error code. - """ + """The error code.""" code: PageErrorCode! """ @@ -16966,20 +13414,14 @@ type PageError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of attribute values IDs which causes the error. - """ + """List of attribute values IDs which causes the error.""" values: [ID!] } -""" -An enumeration. -""" +"""An enumeration.""" enum PageErrorCode { ATTRIBUTE_ALREADY_ASSIGNED DUPLICATED_INPUT_ITEM @@ -17001,72 +13443,54 @@ input PageFilterInput { The Relay compliant `PageInfo` type, containing data necessary to paginate this connection. """ type PageInfo { - """ - When paginating forwards, the cursor to continue. - """ + """When paginating forwards, the cursor to continue.""" endCursor: String - """ - When paginating forwards, are there more items? - """ + """When paginating forwards, are there more items?""" hasNextPage: Boolean! - """ - When paginating backwards, are there more items? - """ + """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! - """ - When paginating backwards, the cursor to continue. - """ + """When paginating backwards, the cursor to continue.""" startCursor: String } input PageInput { - """ - List of attributes. - """ + """List of attributes.""" attributes: [AttributeValueInput!] """ Page content. - + Rich text format. For reference see https://editorjs.io/ """ content: JSONString - """ - Determines if page is visible in the storefront. - """ + """Determines if page is visible in the storefront.""" isPublished: Boolean """ Publication date. ISO 8601 standard. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `publishedAt` field instead. """ publicationDate: String """ Publication date time. ISO 8601 standard. - + Added in Saleor 3.3. """ publishedAt: DateTime - """ - Search engine optimization fields. - """ + """Search engine optimization fields.""" seo: SeoInput - """ - Page internal name. - """ + """Page internal name.""" slug: String - """ - Page title. - """ + """Page title.""" title: String } @@ -17078,104 +13502,77 @@ Requires one of the following permissions: MANAGE_PAGES. type PageReorderAttributeValues { errors: [PageError!]! - """ - Page from which attribute values are reordered. - """ + """Page from which attribute values are reordered.""" page: Page - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } enum PageSortField { - """ - Sort pages by creation date. - """ + """Sort pages by creation date.""" CREATION_DATE """ Sort pages by publication date. - + DEPRECATED: this field will be removed in Saleor 4.0. """ PUBLICATION_DATE """ Sort pages by publication date. - + DEPRECATED: this field will be removed in Saleor 4.0. """ PUBLISHED_AT - """ - Sort pages by slug. - """ + """Sort pages by slug.""" SLUG - """ - Sort pages by title. - """ + """Sort pages by title.""" TITLE - """ - Sort pages by visibility. - """ + """Sort pages by visibility.""" VISIBILITY } input PageSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort pages by the selected field. - """ + """Sort pages by the selected field.""" field: PageSortField! } type PageTranslatableContent implements Node { - """ - List of page content attribute values that can be translated. - """ + """List of page content attribute values that can be translated.""" attributeValues: [AttributeValueTranslatableContent!]! """ Content of the page. - + Rich text format. For reference see https://editorjs.io/ """ content: JSONString """ Content of the page. - + Rich text format. For reference see https://editorjs.io/ """ - contentJson: JSONString - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `content` field instead." - ) + contentJson: JSONString @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `content` field instead.") id: ID! """ A static page that can be manually added by a shop operator through the dashboard. """ - page: Page - @deprecated( - reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries." - ) + page: Page @deprecated(reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries.") seoDescription: String seoTitle: String title: String! - """ - Returns translated page fields for the given language code. - """ + """Returns translated page fields for the given language code.""" translation( - """ - A language code to return the translation for page. - """ + """A language code to return the translation for page.""" languageCode: LanguageCodeEnum! ): PageTranslation } @@ -17188,32 +13585,26 @@ Requires one of the following permissions: MANAGE_TRANSLATIONS. type PageTranslate { errors: [TranslationError!]! page: PageTranslatableContent - translationErrors: [TranslationError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + translationErrors: [TranslationError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type PageTranslation implements Node { """ Translated content of the page. - + Rich text format. For reference see https://editorjs.io/ """ content: JSONString """ Translated description of the page. - + Rich text format. For reference see https://editorjs.io/ """ - contentJson: JSONString - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `content` field instead." - ) + contentJson: JSONString @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `content` field instead.") id: ID! - """ - Translation language. - """ + """Translation language.""" language: LanguageDisplay! seoDescription: String seoTitle: String @@ -17223,7 +13614,7 @@ type PageTranslation implements Node { input PageTranslationInput { """ Translated page content. - + Rich text format. For reference see https://editorjs.io/ """ content: JSONString @@ -17236,94 +13627,80 @@ input PageTranslationInput { Represents a type of page. It defines what attributes are available to pages of this type. """ type PageType implements Node & ObjectWithMetadata { - """ - Page attributes of that page type. - """ + """Page attributes of that page type.""" attributes: [Attribute!] """ Attributes that can be assigned to the page type. - + Requires one of the following permissions: MANAGE_PAGES. """ availableAttributes( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String filter: AttributeFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): AttributeCountableConnection """ Whether page type has pages assigned. - + Requires one of the following permissions: MANAGE_PAGES. """ hasPages: Boolean id: ID! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata name: String! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata @@ -17336,38 +13713,27 @@ Delete page types. Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ type PageTypeBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [PageError!]! - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type PageTypeCountableConnection { edges: [PageTypeCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type PageTypeCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: PageType! } @@ -17378,25 +13744,18 @@ Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ type PageTypeCreate { errors: [PageError!]! - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") pageType: PageType } input PageTypeCreateInput { - """ - List of attribute IDs to be assigned to the page type. - """ + """List of attribute IDs to be assigned to the page type.""" addAttributes: [ID!] - """ - Name of the page type. - """ + """Name of the page type.""" name: String - """ - Page type slug. - """ + """Page type slug.""" slug: String } @@ -17407,8 +13766,7 @@ Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ type PageTypeDelete { errors: [PageError!]! - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") pageType: PageType } @@ -17423,36 +13781,25 @@ Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ type PageTypeReorderAttributes { errors: [PageError!]! - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Page type from which attributes are reordered. - """ + """Page type from which attributes are reordered.""" pageType: PageType } enum PageTypeSortField { - """ - Sort page types by name. - """ + """Sort page types by name.""" NAME - """ - Sort page types by slug. - """ + """Sort page types by slug.""" SLUG } input PageTypeSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort page types by the selected field. - """ + """Sort page types by the selected field.""" field: PageTypeSortField! } @@ -17463,30 +13810,21 @@ Requires one of the following permissions: MANAGE_PAGE_TYPES_AND_ATTRIBUTES. """ type PageTypeUpdate { errors: [PageError!]! - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") pageType: PageType } input PageTypeUpdateInput { - """ - List of attribute IDs to be assigned to the page type. - """ + """List of attribute IDs to be assigned to the page type.""" addAttributes: [ID!] - """ - Name of the page type. - """ + """Name of the page type.""" name: String - """ - List of attribute IDs to be assigned to the page type. - """ + """List of attribute IDs to be assigned to the page type.""" removeAttributes: [ID!] - """ - Page type slug. - """ + """Page type slug.""" slug: String } @@ -17498,38 +13836,29 @@ Requires one of the following permissions: MANAGE_PAGES. type PageUpdate { errors: [PageError!]! page: Page - pageErrors: [PageError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pageErrors: [PageError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type PageUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The page the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ page: Page - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -17539,61 +13868,50 @@ Change the password of the logged in user. Requires one of the following permissions: AUTHENTICATED_USER. """ type PasswordChange { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - A user instance with a new password. - """ + """A user instance with a new password.""" user: User } -""" -Represents a payment of a given type. -""" +"""Represents a payment of a given type.""" type Payment implements Node & ObjectWithMetadata { """ List of actions that can be performed in the current state of a payment. - + Requires one of the following permissions: MANAGE_ORDERS. """ actions: [OrderAction!]! """ Maximum amount of money that can be captured. - + Requires one of the following permissions: MANAGE_ORDERS. """ availableCaptureAmount: Money """ Maximum amount of money that can be refunded. - + Requires one of the following permissions: MANAGE_ORDERS. """ availableRefundAmount: Money - """ - Total amount captured for this payment. - """ + """Total amount captured for this payment.""" capturedAmount: Money - """ - Internal payment status. - """ + """Internal payment status.""" chargeStatus: PaymentChargeStatusEnum! checkout: Checkout created: DateTime! - """ - The details of the card used for this payment. - """ + """The details of the card used for this payment.""" creditCard: CreditCard """ IP address of the user who created the payment. - + Requires one of the following permissions: MANAGE_ORDERS. """ customerIpAddress: String @@ -17601,27 +13919,25 @@ type Payment implements Node & ObjectWithMetadata { id: ID! isActive: Boolean! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata @@ -17629,40 +13945,36 @@ type Payment implements Node & ObjectWithMetadata { order: Order paymentMethodType: String! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata token: String! - """ - Total amount of the payment. - """ + """Total amount of the payment.""" total: Money """ List of all transactions within this payment. - + Requires one of the following permissions: MANAGE_ORDERS. """ transactions: [Transaction!] @@ -17676,17 +13988,12 @@ Requires one of the following permissions: MANAGE_ORDERS. type PaymentCapture { errors: [PaymentError!]! - """ - Updated payment. - """ + """Updated payment.""" payment: Payment - paymentErrors: [PaymentError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + paymentErrors: [PaymentError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } -""" -An enumeration. -""" +"""An enumeration.""" enum PaymentChargeStatusEnum { CANCELLED FULLY_CHARGED @@ -17698,71 +14005,48 @@ enum PaymentChargeStatusEnum { REFUSED } -""" -Check payment balance. -""" +"""Check payment balance.""" type PaymentCheckBalance { - """ - Response from the gateway. - """ + """Response from the gateway.""" data: JSONString errors: [PaymentError!]! - paymentErrors: [PaymentError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + paymentErrors: [PaymentError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input PaymentCheckBalanceInput { - """ - Information about card. - """ + """Information about card.""" card: CardInput! - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String! - """ - An ID of a payment gateway to check. - """ + """An ID of a payment gateway to check.""" gatewayId: String! - """ - Payment method name. - """ + """Payment method name.""" method: String! } type PaymentCountableConnection { edges: [PaymentCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type PaymentCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Payment! } type PaymentError { - """ - The error code. - """ + """The error code.""" code: PaymentErrorCode! """ @@ -17770,20 +14054,14 @@ type PaymentError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of varint IDs which causes the error. - """ + """List of varint IDs which causes the error.""" variants: [ID!] } -""" -An enumeration. -""" +"""An enumeration.""" enum PaymentErrorCode { BALANCE_CHECK_ERROR BILLING_ADDRESS_NOT_SET @@ -17812,54 +14090,37 @@ input PaymentFilterInput { Available payment gateway backend with configuration necessary to setup client. """ type PaymentGateway { - """ - Payment gateway client configuration. - """ + """Payment gateway client configuration.""" config: [GatewayConfigLine!]! - """ - Payment gateway supported currencies. - """ + """Payment gateway supported currencies.""" currencies: [String!]! - """ - Payment gateway ID. - """ + """Payment gateway ID.""" id: ID! - """ - Payment gateway name. - """ + """Payment gateway name.""" name: String! } -""" -Initializes payment process when it is required by gateway. -""" +"""Initializes payment process when it is required by gateway.""" type PaymentInitialize { errors: [PaymentError!]! initializedPayment: PaymentInitialized - paymentErrors: [PaymentError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + paymentErrors: [PaymentError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ Server-side data generated by a payment gateway. Optional step when the payment provider requires an additional action to initialize payment session. """ type PaymentInitialized { - """ - Initialized data by gateway. - """ + """Initialized data by gateway.""" data: JSONString - """ - ID of a payment gateway. - """ + """ID of a payment gateway.""" gateway: String! - """ - Payment gateway name. - """ + """Payment gateway name.""" name: String! } @@ -17869,14 +14130,12 @@ input PaymentInput { """ amount: PositiveDecimal - """ - A gateway to use with that payment. - """ + """A gateway to use with that payment.""" gateway: String! """ User public metadata. - + Added in Saleor 3.1. """ metadata: [MetadataInput!] @@ -17888,7 +14147,7 @@ input PaymentInput { """ Payment store type. - + Added in Saleor 3.1. """ storePaymentMethod: StorePaymentMethodEnum = NONE @@ -17907,40 +14166,31 @@ Requires one of the following permissions: MANAGE_ORDERS. type PaymentRefund { errors: [PaymentError!]! - """ - Updated payment. - """ + """Updated payment.""" payment: Payment - paymentErrors: [PaymentError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + paymentErrors: [PaymentError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ Represents a payment source stored for user in payment gateway, such as credit card. """ type PaymentSource { - """ - Stored credit card details if available. - """ + """Stored credit card details if available.""" creditCardInfo: CreditCard - """ - Payment gateway name. - """ + """Payment gateway name.""" gateway: String! """ List of public metadata items. - + Added in Saleor 3.1. - + Can be accessed without permissions. """ metadata: [MetadataItem!]! - """ - ID of stored payment method. - """ + """ID of stored payment method.""" paymentMethodId: String } @@ -17952,32 +14202,21 @@ Requires one of the following permissions: MANAGE_ORDERS. type PaymentVoid { errors: [PaymentError!]! - """ - Updated payment. - """ + """Updated payment.""" payment: Payment - paymentErrors: [PaymentError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + paymentErrors: [PaymentError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } -""" -Represents a permission object in a friendly form. -""" +"""Represents a permission object in a friendly form.""" type Permission { - """ - Internal code for permission. - """ + """Internal code for permission.""" code: PermissionEnum! - """ - Describe action(s) allowed to do by permission. - """ + """Describe action(s) allowed to do by permission.""" name: String! } -""" -An enumeration. -""" +"""An enumeration.""" enum PermissionEnum { HANDLE_CHECKOUTS HANDLE_PAYMENTS @@ -18010,24 +14249,17 @@ Requires one of the following permissions: MANAGE_STAFF. type PermissionGroupCreate { errors: [PermissionGroupError!]! group: Group - permissionGroupErrors: [PermissionGroupError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + permissionGroupErrors: [PermissionGroupError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input PermissionGroupCreateInput { - """ - List of permission code names to assign to this group. - """ + """List of permission code names to assign to this group.""" addPermissions: [PermissionEnum!] - """ - List of users to assign to this group. - """ + """List of users to assign to this group.""" addUsers: [ID!] - """ - Group name. - """ + """Group name.""" name: String! } @@ -18039,14 +14271,11 @@ Requires one of the following permissions: MANAGE_STAFF. type PermissionGroupDelete { errors: [PermissionGroupError!]! group: Group - permissionGroupErrors: [PermissionGroupError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + permissionGroupErrors: [PermissionGroupError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type PermissionGroupError { - """ - The error code. - """ + """The error code.""" code: PermissionGroupErrorCode! """ @@ -18054,25 +14283,17 @@ type PermissionGroupError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of permissions which causes the error. - """ + """List of permissions which causes the error.""" permissions: [PermissionEnum!] - """ - List of user IDs which causes the error. - """ + """List of user IDs which causes the error.""" users: [ID!] } -""" -An enumeration. -""" +"""An enumeration.""" enum PermissionGroupErrorCode { ASSIGN_NON_STAFF_MEMBER CANNOT_REMOVE_FROM_LAST_GROUP @@ -18090,21 +14311,15 @@ input PermissionGroupFilterInput { } enum PermissionGroupSortField { - """ - Sort permission group accounts by name. - """ + """Sort permission group accounts by name.""" NAME } input PermissionGroupSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort permission group by the selected field. - """ + """Sort permission group by the selected field.""" field: PermissionGroupSortField! } @@ -18116,84 +14331,53 @@ Requires one of the following permissions: MANAGE_STAFF. type PermissionGroupUpdate { errors: [PermissionGroupError!]! group: Group - permissionGroupErrors: [PermissionGroupError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + permissionGroupErrors: [PermissionGroupError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input PermissionGroupUpdateInput { - """ - List of permission code names to assign to this group. - """ + """List of permission code names to assign to this group.""" addPermissions: [PermissionEnum!] - """ - List of users to assign to this group. - """ + """List of users to assign to this group.""" addUsers: [ID!] - """ - Group name. - """ + """Group name.""" name: String - """ - List of permission code names to unassign from this group. - """ + """List of permission code names to unassign from this group.""" removePermissions: [PermissionEnum!] - """ - List of users to unassign from this group. - """ + """List of users to unassign from this group.""" removeUsers: [ID!] } -""" -Plugin. -""" +"""Plugin.""" type Plugin { - """ - Channel-specific plugin configuration. - """ + """Channel-specific plugin configuration.""" channelConfigurations: [PluginConfiguration!]! - """ - Description of the plugin. - """ + """Description of the plugin.""" description: String! - """ - Global configuration of the plugin (not channel-specific). - """ + """Global configuration of the plugin (not channel-specific).""" globalConfiguration: PluginConfiguration - """ - Identifier of the plugin. - """ + """Identifier of the plugin.""" id: ID! - """ - Name of the plugin. - """ + """Name of the plugin.""" name: String! } -""" -Stores information about a configuration of plugin. -""" +"""Stores information about a configuration of plugin.""" type PluginConfiguration { - """ - Determines if plugin is active or not. - """ + """Determines if plugin is active or not.""" active: Boolean! - """ - The channel to which the plugin configuration is assigned to. - """ + """The channel to which the plugin configuration is assigned to.""" channel: Channel - """ - Configuration of the plugin. - """ + """Configuration of the plugin.""" configuration: [ConfigurationItem!] } @@ -18205,33 +14389,23 @@ enum PluginConfigurationType { type PluginCountableConnection { edges: [PluginCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type PluginCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Plugin! } type PluginError { - """ - The error code. - """ + """The error code.""" code: PluginErrorCode! """ @@ -18239,15 +14413,11 @@ type PluginError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum PluginErrorCode { GRAPHQL_ERROR INVALID @@ -18269,14 +14439,10 @@ enum PluginSortField { } input PluginSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort plugins by the selected field. - """ + """Sort plugins by the selected field.""" field: PluginSortField! } @@ -18293,19 +14459,14 @@ Requires one of the following permissions: MANAGE_PLUGINS. type PluginUpdate { errors: [PluginError!]! plugin: Plugin - pluginsErrors: [PluginError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + pluginsErrors: [PluginError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input PluginUpdateInput { - """ - Indicates whether the plugin should be enabled. - """ + """Indicates whether the plugin should be enabled.""" active: Boolean - """ - Configuration of the plugin. - """ + """Configuration of the plugin.""" configuration: [ConfigurationItemInput!] } @@ -18316,109 +14477,74 @@ Should be used in places where value must be positive. """ scalar PositiveDecimal -""" -An enumeration. -""" +"""An enumeration.""" enum PostalCodeRuleInclusionTypeEnum { EXCLUDE INCLUDE } -""" -Represents preorder settings for product variant. -""" +"""Represents preorder settings for product variant.""" type PreorderData { - """ - Preorder end date. - """ + """Preorder end date.""" endDate: DateTime """ Total number of sold product variant during preorder. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ globalSoldUnits: Int! """ The global preorder threshold for product variant. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ globalThreshold: Int } input PreorderSettingsInput { - """ - The end date for preorder. - """ + """The end date for preorder.""" endDate: DateTime - """ - The global threshold for preorder variant. - """ + """The global threshold for preorder variant.""" globalThreshold: Int } -""" -Represents preorder variant data for channel. -""" +"""Represents preorder variant data for channel.""" type PreorderThreshold { - """ - Preorder threshold for product variant in this channel. - """ + """Preorder threshold for product variant in this channel.""" quantity: Int - """ - Number of sold product variant in this channel. - """ + """Number of sold product variant in this channel.""" soldUnits: Int! } input PriceInput { - """ - Amount of money. - """ + """Amount of money.""" amount: PositiveDecimal! - """ - Currency code. - """ + """Currency code.""" currency: String! } input PriceRangeInput { - """ - Price greater than or equal to. - """ + """Price greater than or equal to.""" gte: Float - """ - Price less than or equal to. - """ + """Price less than or equal to.""" lte: Float } -""" -Represents an individual item for sale in the storefront. -""" +"""Represents an individual item for sale in the storefront.""" type Product implements Node & ObjectWithMetadata { - """ - List of attributes assigned to this product. - """ + """List of attributes assigned to this product.""" attributes: [SelectedAttribute!]! - """ - Date when product is available for purchase. - """ - availableForPurchase: Date - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `availableForPurchaseAt` field to fetch the available for purchase date." - ) + """Date when product is available for purchase.""" + availableForPurchase: Date @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `availableForPurchaseAt` field to fetch the available for purchase date.") - """ - Date when product is available for purchase. - """ + """Date when product is available for purchase.""" availableForPurchaseAt: DateTime category: Category @@ -18429,7 +14555,7 @@ type Product implements Node & ObjectWithMetadata { """ List of availability in channels for the product. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ channelListings: [ProductChannelListing!] @@ -18444,44 +14570,29 @@ type Product implements Node & ObjectWithMetadata { """ Description of the product. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString """ Description of the product. - + Rich text format. For reference see https://editorjs.io/ """ - descriptionJson: JSONString - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `description` field instead." - ) + descriptionJson: JSONString @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `description` field instead.") id: ID! - """ - Get a single product image by ID. - """ + """Get a single product image by ID.""" imageById( - """ - ID of a product image. - """ + """ID of a product image.""" id: ID - ): ProductImage - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `mediaById` field instead." - ) + ): ProductImage @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `mediaById` field instead.") - """ - List of images for the product. - """ - images: [ProductImage!] - @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `media` field instead.") + """List of images for the product.""" + images: [ProductImage!] @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `media` field instead.") - """ - Whether the product is in stock and visible or not. - """ + """Whether the product is in stock and visible or not.""" isAvailable( """ Destination address used to find warehouses where stock availability for this product is checked. If address is empty, uses `Shop.companyAddress` or fallbacks to server's `settings.DEFAULT_COUNTRY` configuration. @@ -18489,47 +14600,37 @@ type Product implements Node & ObjectWithMetadata { address: AddressInput ): Boolean - """ - Whether the product is available for purchase. - """ + """Whether the product is available for purchase.""" isAvailableForPurchase: Boolean - """ - List of media for the product. - """ + """List of media for the product.""" media: [ProductMedia!] - """ - Get a single product media by ID. - """ + """Get a single product media by ID.""" mediaById( - """ - ID of a product media. - """ + """ID of a product media.""" id: ID ): ProductMedia - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata @@ -18545,27 +14646,25 @@ type Product implements Node & ObjectWithMetadata { address: AddressInput ): ProductPricingInfo - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata @@ -18575,28 +14674,18 @@ type Product implements Node & ObjectWithMetadata { seoTitle: String slug: String! - """ - A type of tax. Assigned by enabled tax gateway - """ + """A type of tax. Assigned by enabled tax gateway""" taxType: TaxType - """ - The main thumbnail for a product. - """ + """The main thumbnail for a product.""" thumbnail( - """ - Size of thumbnail. - """ + """Size of thumbnail.""" size: Int ): Image - """ - Returns translated product fields for the given language code. - """ + """Returns translated product fields for the given language code.""" translation( - """ - A language code to return the translation for product. - """ + """A language code to return the translation for product.""" languageCode: LanguageCodeEnum! ): ProductTranslation updatedAt: DateTime! @@ -18615,29 +14704,22 @@ Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type ProductAttributeAssign { errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - The updated product type. - """ + """The updated product type.""" productType: ProductType } input ProductAttributeAssignInput { - """ - The ID of the attribute to assign. - """ + """The ID of the attribute to assign.""" id: ID! - """ - The attribute type to be assigned as. - """ + """The attribute type to be assigned as.""" type: ProductAttributeType! """ Whether attribute is allowed in variant selection. Allowed types are: ['dropdown', 'boolean', 'swatch', 'numeric']. - + Added in Saleor 3.1. """ variantSelection: Boolean @@ -18652,24 +14734,19 @@ Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type ProductAttributeAssignmentUpdate { errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - The updated product type. - """ + """The updated product type.""" productType: ProductType } input ProductAttributeAssignmentUpdateInput { - """ - The ID of the attribute to assign. - """ + """The ID of the attribute to assign.""" id: ID! """ Whether attribute is allowed in variant selection. Allowed types are: ['dropdown', 'boolean', 'swatch', 'numeric']. - + Added in Saleor 3.1. """ variantSelection: Boolean! @@ -18687,12 +14764,9 @@ Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type ProductAttributeUnassign { errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - The updated product type. - """ + """The updated product type.""" productType: ProductType } @@ -18702,47 +14776,35 @@ Deletes products. Requires one of the following permissions: MANAGE_PRODUCTS. """ type ProductBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } -""" -Represents product channel listing. -""" +"""Represents product channel listing.""" type ProductChannelListing implements Node { - availableForPurchase: Date - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `availableForPurchaseAt` field to fetch the available for purchase date." - ) + availableForPurchase: Date @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `availableForPurchaseAt` field to fetch the available for purchase date.") """ The product available for purchase date time. - + Added in Saleor 3.3. """ availableForPurchaseAt: DateTime channel: Channel! - """ - The price of the cheapest variant (including discounts). - """ + """The price of the cheapest variant (including discounts).""" discountedPrice: Money id: ID! - """ - Whether the product is available for purchase. - """ + """Whether the product is available for purchase.""" isAvailableForPurchase: Boolean isPublished: Boolean! """ Range of margin percentage value. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ margin: Margin @@ -18756,21 +14818,18 @@ type ProductChannelListing implements Node { """ address: AddressInput ): ProductPricingInfo - publicationDate: Date - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `publishedAt` field to fetch the publication date." - ) + publicationDate: Date @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `publishedAt` field to fetch the publication date.") """ The product publication date time. - + Added in Saleor 3.3. """ publishedAt: DateTime """ Purchase cost of product. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ purchaseCost: MoneyRange @@ -18778,57 +14837,47 @@ type ProductChannelListing implements Node { } input ProductChannelListingAddInput { - """ - List of variants to which the channel should be assigned. - """ + """List of variants to which the channel should be assigned.""" addVariants: [ID!] """ A start date time from which a product will be available for purchase. When not set and `isAvailable` is set to True, the current day is assumed. - + Added in Saleor 3.3. """ availableForPurchaseAt: DateTime """ A start date from which a product will be available for purchase. When not set and isAvailable is set to True, the current day is assumed. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `availableForPurchaseAt` field instead. """ availableForPurchaseDate: Date - """ - ID of a channel. - """ + """ID of a channel.""" channelId: ID! - """ - Determine if product should be available for purchase. - """ + """Determine if product should be available for purchase.""" isAvailableForPurchase: Boolean - """ - Determines if object is visible to customers. - """ + """Determines if object is visible to customers.""" isPublished: Boolean """ Publication date. ISO 8601 standard. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `publishedAt` field instead. """ publicationDate: Date """ Publication date time. ISO 8601 standard. - + Added in Saleor 3.3. """ publishedAt: DateTime - """ - List of variants from which the channel should be unassigned. - """ + """List of variants from which the channel should be unassigned.""" removeVariants: [ID!] """ @@ -18838,19 +14887,13 @@ input ProductChannelListingAddInput { } type ProductChannelListingError { - """ - List of attributes IDs which causes the error. - """ + """List of attributes IDs which causes the error.""" attributes: [ID!] - """ - List of channels IDs which causes the error. - """ + """List of channels IDs which causes the error.""" channels: [ID!] - """ - The error code. - """ + """The error code.""" code: ProductErrorCode! """ @@ -18858,19 +14901,13 @@ type ProductChannelListingError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of attribute values IDs which causes the error. - """ + """List of attribute values IDs which causes the error.""" values: [ID!] - """ - List of variants IDs which causes the error. - """ + """List of variants IDs which causes the error.""" variants: [ID!] } @@ -18882,49 +14919,34 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type ProductChannelListingUpdate { errors: [ProductChannelListingError!]! - """ - An updated product instance. - """ + """An updated product instance.""" product: Product - productChannelListingErrors: [ProductChannelListingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productChannelListingErrors: [ProductChannelListingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input ProductChannelListingUpdateInput { - """ - List of channels from which the product should be unassigned. - """ + """List of channels from which the product should be unassigned.""" removeChannels: [ID!] - """ - List of channels to which the product should be assigned or updated. - """ + """List of channels to which the product should be assigned or updated.""" updateChannels: [ProductChannelListingAddInput!] } type ProductCountableConnection { edges: [ProductCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type ProductCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Product! } @@ -18936,116 +14958,83 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type ProductCreate { errors: [ProductError!]! product: Product - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input ProductCreateInput { - """ - List of attributes. - """ + """List of attributes.""" attributes: [AttributeValueInput!] - """ - ID of the product's category. - """ + """ID of the product's category.""" category: ID - """ - Determine if taxes are being charged for the product. - """ + """Determine if taxes are being charged for the product.""" chargeTaxes: Boolean - """ - List of IDs of collections that the product belongs to. - """ + """List of IDs of collections that the product belongs to.""" collections: [ID!] """ Product description. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString - """ - Product name. - """ + """Product name.""" name: String - """ - ID of the type that product belongs to. - """ + """ID of the type that product belongs to.""" productType: ID! - """ - Defines the product rating value. - """ + """Defines the product rating value.""" rating: Float - """ - Search engine optimization fields. - """ + """Search engine optimization fields.""" seo: SeoInput - """ - Product slug. - """ + """Product slug.""" slug: String - """ - Tax rate for enabled tax gateway. - """ + """Tax rate for enabled tax gateway.""" taxCode: String - """ - Weight of the Product. - """ + """Weight of the Product.""" weight: WeightScalar } type ProductCreated implements Event { """ The category of the product. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ category: Category - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The product the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ product( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Product - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -19057,64 +15046,49 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type ProductDelete { errors: [ProductError!]! product: Product - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type ProductDeleted implements Event { """ The category of the product. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ category: Category - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The product the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ product( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Product - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type ProductError { - """ - List of attributes IDs which causes the error. - """ + """List of attributes IDs which causes the error.""" attributes: [ID!] - """ - The error code. - """ + """The error code.""" code: ProductErrorCode! """ @@ -19122,20 +15096,14 @@ type ProductError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of attribute values IDs which causes the error. - """ + """List of attribute values IDs which causes the error.""" values: [ID!] } -""" -An enumeration. -""" +"""An enumeration.""" enum ProductErrorCode { ALREADY_EXISTS ATTRIBUTE_ALREADY_ASSIGNED @@ -19179,7 +15147,7 @@ input ProductFilterInput { """ Specifies the channel by which the data should be filtered. - + DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. """ channel: String @@ -19199,18 +15167,12 @@ input ProductFilterInput { updatedAt: DateTimeRangeInput } -""" -Represents a product image. -""" +"""Represents a product image.""" type ProductImage { - """ - The alt text of the image. - """ + """The alt text of the image.""" alt: String - """ - The ID of the image. - """ + """The ID of the image.""" id: ID! """ @@ -19218,79 +15180,53 @@ type ProductImage { """ sortOrder: Int - """ - The URL of the image. - """ + """The URL of the image.""" url( - """ - Size of the image. - """ + """Size of the image.""" size: Int ): String! } input ProductInput { - """ - List of attributes. - """ + """List of attributes.""" attributes: [AttributeValueInput!] - """ - ID of the product's category. - """ + """ID of the product's category.""" category: ID - """ - Determine if taxes are being charged for the product. - """ + """Determine if taxes are being charged for the product.""" chargeTaxes: Boolean - """ - List of IDs of collections that the product belongs to. - """ + """List of IDs of collections that the product belongs to.""" collections: [ID!] """ Product description. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString - """ - Product name. - """ + """Product name.""" name: String - """ - Defines the product rating value. - """ + """Defines the product rating value.""" rating: Float - """ - Search engine optimization fields. - """ + """Search engine optimization fields.""" seo: SeoInput - """ - Product slug. - """ + """Product slug.""" slug: String - """ - Tax rate for enabled tax gateway. - """ + """Tax rate for enabled tax gateway.""" taxCode: String - """ - Weight of the Product. - """ + """Weight of the Product.""" weight: WeightScalar } -""" -Represents a product media. -""" +"""Represents a product media.""" type ProductMedia implements Node { alt: String! id: ID! @@ -19298,13 +15234,9 @@ type ProductMedia implements Node { sortOrder: Int type: ProductMediaType! - """ - The URL of the media. - """ + """The URL of the media.""" url( - """ - Size of the image. - """ + """Size of the image.""" size: Int ): String! } @@ -19315,13 +15247,10 @@ Deletes product media. Requires one of the following permissions: MANAGE_PRODUCTS. """ type ProductMediaBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -19333,29 +15262,20 @@ type ProductMediaCreate { errors: [ProductError!]! media: ProductMedia product: Product - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input ProductMediaCreateInput { - """ - Alt text for a product media. - """ + """Alt text for a product media.""" alt: String - """ - Represents an image file in a multipart request. - """ + """Represents an image file in a multipart request.""" image: Upload - """ - Represents an URL to an external media. - """ + """Represents an URL to an external media.""" mediaUrl: String - """ - ID of an product. - """ + """ID of an product.""" product: ID! } @@ -19368,8 +15288,7 @@ type ProductMediaDelete { errors: [ProductError!]! media: ProductMedia product: Product - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -19381,13 +15300,10 @@ type ProductMediaReorder { errors: [ProductError!]! media: [ProductMedia!] product: Product - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } -""" -An enumeration. -""" +"""An enumeration.""" enum ProductMediaType { IMAGE VIDEO @@ -19402,14 +15318,11 @@ type ProductMediaUpdate { errors: [ProductError!]! media: ProductMedia product: Product - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input ProductMediaUpdateInput { - """ - Alt text for a product media. - """ + """Alt text for a product media.""" alt: String } @@ -19422,81 +15335,69 @@ input ProductOrder { """ Specifies the channel in which to sort the data. - + DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. """ channel: String - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort products by the selected field. - """ + """Sort products by the selected field.""" field: ProductOrderField } enum ProductOrderField { """ Sort products by collection. Note: This option is available only for the `Collection.products` query. - + This option requires a channel filter to work as the values can vary between channels. """ COLLECTION - """ - Sort products by update date. - """ + """Sort products by update date.""" DATE - """ - Sort products by update date. - """ + """Sort products by update date.""" LAST_MODIFIED - """ - Sort products by update date. - """ + """Sort products by update date.""" LAST_MODIFIED_AT """ Sort products by a minimal price of a product's variant. - + This option requires a channel filter to work as the values can vary between channels. """ MINIMAL_PRICE - """ - Sort products by name. - """ + """Sort products by name.""" NAME """ Sort products by price. - + This option requires a channel filter to work as the values can vary between channels. """ PRICE """ Sort products by publication date. - + This option requires a channel filter to work as the values can vary between channels. """ PUBLICATION_DATE """ Sort products by publication status. - + This option requires a channel filter to work as the values can vary between channels. """ PUBLISHED """ Sort products by publication date. - + This option requires a channel filter to work as the values can vary between channels. """ PUBLISHED_AT @@ -19506,39 +15407,25 @@ enum ProductOrderField { """ RANK - """ - Sort products by rating. - """ + """Sort products by rating.""" RATING - """ - Sort products by type. - """ + """Sort products by type.""" TYPE } -""" -Represents availability of a product in the storefront. -""" +"""Represents availability of a product in the storefront.""" type ProductPricingInfo { - """ - The discount amount if in sale (null otherwise). - """ + """The discount amount if in sale (null otherwise).""" discount: TaxedMoney - """ - The discount amount in the local currency. - """ + """The discount amount in the local currency.""" discountLocalCurrency: TaxedMoney - """ - Whether it is in sale or not. - """ + """Whether it is in sale or not.""" onSale: Boolean - """ - The discounted price range of the product variants. - """ + """The discounted price range of the product variants.""" priceRange: TaxedMoneyRange """ @@ -19546,9 +15433,7 @@ type ProductPricingInfo { """ priceRangeLocalCurrency: TaxedMoneyRange - """ - The undiscounted price range of the product variants. - """ + """The undiscounted price range of the product variants.""" priceRangeUndiscounted: TaxedMoneyRange } @@ -19560,12 +15445,9 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type ProductReorderAttributeValues { errors: [ProductError!]! - """ - Product from which attribute values are reordered. - """ + """Product from which attribute values are reordered.""" product: Product - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input ProductStockFilterInput { @@ -19574,47 +15456,33 @@ input ProductStockFilterInput { } type ProductTranslatableContent implements Node { - """ - List of product attribute values that can be translated. - """ + """List of product attribute values that can be translated.""" attributeValues: [AttributeValueTranslatableContent!]! """ Description of the product. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString """ Description of the product. - + Rich text format. For reference see https://editorjs.io/ """ - descriptionJson: JSONString - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `description` field instead." - ) + descriptionJson: JSONString @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `description` field instead.") id: ID! name: String! - """ - Represents an individual item for sale in the storefront. - """ - product: Product - @deprecated( - reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries." - ) + """Represents an individual item for sale in the storefront.""" + product: Product @deprecated(reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries.") seoDescription: String seoTitle: String - """ - Returns translated product fields for the given language code. - """ + """Returns translated product fields for the given language code.""" translation( - """ - A language code to return the translation for product. - """ + """A language code to return the translation for product.""" languageCode: LanguageCodeEnum! ): ProductTranslation } @@ -19627,32 +15495,26 @@ Requires one of the following permissions: MANAGE_TRANSLATIONS. type ProductTranslate { errors: [TranslationError!]! product: Product - translationErrors: [TranslationError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + translationErrors: [TranslationError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type ProductTranslation implements Node { """ Translated description of the product. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString """ Translated description of the product. - + Rich text format. For reference see https://editorjs.io/ """ - descriptionJson: JSONString - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `description` field instead." - ) + descriptionJson: JSONString @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `description` field instead.") id: ID! - """ - Translation language. - """ + """Translation language.""" language: LanguageDisplay! name: String seoDescription: String @@ -19665,41 +15527,31 @@ Represents a type of product. It defines what attributes are available to produc type ProductType implements Node & ObjectWithMetadata { """ Variant attributes of that product type with attached variant selection. - + Added in Saleor 3.1. """ assignedVariantAttributes( - """ - Define scope of returned attributes. - """ + """Define scope of returned attributes.""" variantSelection: VariantAttributeScope ): [AssignedVariantAttribute!] """ List of attributes which can be assigned to this product type. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ availableAttributes( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String filter: AttributeFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): AttributeCountableConnection hasVariants: Boolean! @@ -19707,118 +15559,86 @@ type ProductType implements Node & ObjectWithMetadata { isDigital: Boolean! isShippingRequired: Boolean! - """ - The product type kind. - """ + """The product type kind.""" kind: ProductTypeKindEnum! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata name: String! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata - """ - Product attributes of that product type. - """ + """Product attributes of that product type.""" productAttributes: [Attribute!] - """ - List of products of this type. - """ + """List of products of this type.""" products( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - ): ProductCountableConnection - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the top-level `products` query with the `productTypes` filter." - ) + ): ProductCountableConnection @deprecated(reason: "This field will be removed in Saleor 4.0. Use the top-level `products` query with the `productTypes` filter.") slug: String! - """ - A type of tax. Assigned by enabled tax gateway - """ + """A type of tax. Assigned by enabled tax gateway""" taxType: TaxType - """ - Variant attributes of that product type. - """ + """Variant attributes of that product type.""" variantAttributes( - """ - Define scope of returned attributes. - """ + """Define scope of returned attributes.""" variantSelection: VariantAttributeScope - ): [Attribute!] - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use `assignedVariantAttributes` instead." - ) + ): [Attribute!] @deprecated(reason: "This field will be removed in Saleor 4.0. Use `assignedVariantAttributes` instead.") weight: Weight } @@ -19828,13 +15648,10 @@ Deletes product types. Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type ProductTypeBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } enum ProductTypeConfigurable { @@ -19845,26 +15662,18 @@ enum ProductTypeConfigurable { type ProductTypeCountableConnection { edges: [ProductTypeCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type ProductTypeCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: ProductType! } @@ -19875,8 +15684,7 @@ Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type ProductTypeCreate { errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") productType: ProductType } @@ -19887,8 +15695,7 @@ Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type ProductTypeDelete { errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") productType: ProductType } @@ -19912,39 +15719,25 @@ input ProductTypeInput { """ hasVariants: Boolean - """ - Determines if products are digital. - """ + """Determines if products are digital.""" isDigital: Boolean - """ - Determines if shipping is required for products of this variant. - """ + """Determines if shipping is required for products of this variant.""" isShippingRequired: Boolean - """ - The product type kind. - """ + """The product type kind.""" kind: ProductTypeKindEnum - """ - Name of the product type. - """ + """Name of the product type.""" name: String - """ - List of attributes shared among all product variants. - """ + """List of attributes shared among all product variants.""" productAttributes: [ID!] - """ - Product type slug. - """ + """Product type slug.""" slug: String - """ - Tax rate for enabled tax gateway. - """ + """Tax rate for enabled tax gateway.""" taxCode: String """ @@ -19952,15 +15745,11 @@ input ProductTypeInput { """ variantAttributes: [ID!] - """ - Weight of the ProductType items. - """ + """Weight of the ProductType items.""" weight: WeightScalar } -""" -An enumeration. -""" +"""An enumeration.""" enum ProductTypeKindEnum { GIFT_CARD NORMAL @@ -19973,41 +15762,28 @@ Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type ProductTypeReorderAttributes { errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Product type from which attributes are reordered. - """ + """Product type from which attributes are reordered.""" productType: ProductType } enum ProductTypeSortField { - """ - Sort products by type. - """ + """Sort products by type.""" DIGITAL - """ - Sort products by name. - """ + """Sort products by name.""" NAME - """ - Sort products by shipping. - """ + """Sort products by shipping.""" SHIPPING_REQUIRED } input ProductTypeSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort product types by the selected field. - """ + """Sort product types by the selected field.""" field: ProductTypeSortField! } @@ -20018,8 +15794,7 @@ Requires one of the following permissions: MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES. """ type ProductTypeUpdate { errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") productType: ProductType } @@ -20031,66 +15806,49 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type ProductUpdate { errors: [ProductError!]! product: Product - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type ProductUpdated implements Event { """ The category of the product. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ category: Category - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The product the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ product( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Product - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } -""" -Represents a version of a product such as different size or color. -""" +"""Represents a version of a product such as different size or color.""" type ProductVariant implements Node & ObjectWithMetadata { - """ - List of attributes assigned to this variant. - """ + """List of attributes assigned to this variant.""" attributes( - """ - Define scope of returned attributes. - """ + """Define scope of returned attributes.""" variantSelection: VariantAttributeScope ): [SelectedAttribute!]! @@ -20101,7 +15859,7 @@ type ProductVariant implements Node & ObjectWithMetadata { """ List of price information in channels for the product. - + Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_STAFF_USER. """ channelListings: [ProductVariantChannelListing!] @@ -20109,49 +15867,40 @@ type ProductVariant implements Node & ObjectWithMetadata { """ Digital content for the product variant. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ digitalContent: DigitalContent id: ID! - """ - List of images for the product variant. - """ - images: [ProductImage!] - @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `media` field instead.") + """List of images for the product variant.""" + images: [ProductImage!] @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `media` field instead.") - """ - Gross margin percentage value. - """ + """Gross margin percentage value.""" margin: Int - """ - List of media for the product variant. - """ + """List of media for the product variant.""" media: [ProductMedia!] - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata @@ -20159,9 +15908,9 @@ type ProductVariant implements Node & ObjectWithMetadata { """ Preorder data for product variant. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ preorder: PreorderData @@ -20176,27 +15925,25 @@ type ProductVariant implements Node & ObjectWithMetadata { address: AddressInput ): VariantPricingInfo - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata @@ -20213,7 +15960,7 @@ type ProductVariant implements Node & ObjectWithMetadata { """ Two-letter ISO 3166-1 country code. When provided, the exact quantity from a warehouse operating in shipping zones that contain this country will be returned. Otherwise, it will return the maximum quantity from all shipping zones. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `address` argument instead. """ countryCode: CountryCode @@ -20222,14 +15969,14 @@ type ProductVariant implements Node & ObjectWithMetadata { """ Total quantity ordered. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ quantityOrdered: Int """ Total revenue generated by a variant in given period of time. Note: this field should be queried using `reportProductSales` query as it uses optimizations suitable for such calculations. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ revenue(period: ReportingPeriod): TaxedMoney @@ -20237,7 +15984,7 @@ type ProductVariant implements Node & ObjectWithMetadata { """ Stocks for the product variant. - + Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. """ stocks( @@ -20248,20 +15995,16 @@ type ProductVariant implements Node & ObjectWithMetadata { """ Two-letter ISO 3166-1 country code. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `address` argument instead. """ countryCode: CountryCode ): [Stock!] trackInventory: Boolean! - """ - Returns translated product variant fields for the given language code. - """ + """Returns translated product variant fields for the given language code.""" translation( - """ - A language code to return the translation for product variant. - """ + """A language code to return the translation for product variant.""" languageCode: LanguageCodeEnum! ): ProductVariantTranslation updatedAt: DateTime! @@ -20269,45 +16012,35 @@ type ProductVariant implements Node & ObjectWithMetadata { } type ProductVariantBackInStock implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The product variant the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ productVariant( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ProductVariant - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String """ Look up a warehouse. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ warehouse: Warehouse @@ -20319,58 +16052,45 @@ Creates product variants for a given product. Requires one of the following permissions: MANAGE_PRODUCTS. """ type ProductVariantBulkCreate { - bulkProductErrors: [BulkProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + bulkProductErrors: [BulkProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Returns how many objects were created. - """ + """Returns how many objects were created.""" count: Int! errors: [BulkProductError!]! - """ - List of the created variants. - """ + """List of the created variants.""" productVariants: [ProductVariant!]! } input ProductVariantBulkCreateInput { - """ - List of attributes specific to this variant. - """ + """List of attributes specific to this variant.""" attributes: [BulkAttributeValueInput!]! - """ - List of prices assigned to channels. - """ + """List of prices assigned to channels.""" channelListings: [ProductVariantChannelListingAddInput!] """ Determines if variant is in preorder. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ preorder: PreorderSettingsInput """ Determines maximum quantity of `ProductVariant`,that can be bought in a single checkout. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ quantityLimitPerCustomer: Int - """ - Stock keeping unit. - """ + """Stock keeping unit.""" sku: String - """ - Stocks of a product available for sale. - """ + """Stocks of a product available for sale.""" stocks: [StockInput!] """ @@ -20378,9 +16098,7 @@ input ProductVariantBulkCreateInput { """ trackInventory: Boolean - """ - Weight of the Product Variant. - """ + """Weight of the Product Variant.""" weight: WeightScalar } @@ -20390,39 +16108,32 @@ Deletes product variants. Requires one of the following permissions: MANAGE_PRODUCTS. """ type ProductVariantBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } -""" -Represents product varaint channel listing. -""" +"""Represents product varaint channel listing.""" type ProductVariantChannelListing implements Node { channel: Channel! - """ - Cost price of the variant. - """ + """Cost price of the variant.""" costPrice: Money id: ID! """ Gross margin percentage value. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ margin: Int """ Preorder variant data. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ preorderThreshold: PreorderThreshold @@ -20430,28 +16141,22 @@ type ProductVariantChannelListing implements Node { } input ProductVariantChannelListingAddInput { - """ - ID of a channel. - """ + """ID of a channel.""" channelId: ID! - """ - Cost price of the variant in channel. - """ + """Cost price of the variant in channel.""" costPrice: PositiveDecimal """ The threshold for preorder variant in channel. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ preorderThreshold: Int - """ - Price of the particular variant in channel. - """ + """Price of the particular variant in channel.""" price: PositiveDecimal! } @@ -20462,38 +16167,27 @@ Requires one of the following permissions: MANAGE_PRODUCTS. """ type ProductVariantChannelListingUpdate { errors: [ProductChannelListingError!]! - productChannelListingErrors: [ProductChannelListingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productChannelListingErrors: [ProductChannelListingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - An updated product variant instance. - """ + """An updated product variant instance.""" variant: ProductVariant } type ProductVariantCountableConnection { edges: [ProductVariantCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type ProductVariantCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: ProductVariant! } @@ -20504,48 +16198,39 @@ Requires one of the following permissions: MANAGE_PRODUCTS. """ type ProductVariantCreate { errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") productVariant: ProductVariant } input ProductVariantCreateInput { - """ - List of attributes specific to this variant. - """ + """List of attributes specific to this variant.""" attributes: [AttributeValueInput!]! """ Determines if variant is in preorder. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ preorder: PreorderSettingsInput - """ - Product ID of which type is the variant. - """ + """Product ID of which type is the variant.""" product: ID! """ Determines maximum quantity of `ProductVariant`,that can be bought in a single checkout. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ quantityLimitPerCustomer: Int - """ - Stock keeping unit. - """ + """Stock keeping unit.""" sku: String - """ - Stocks of a product available for sale. - """ + """Stocks of a product available for sale.""" stocks: [StockInput!] """ @@ -20553,45 +16238,33 @@ input ProductVariantCreateInput { """ trackInventory: Boolean - """ - Weight of the Product Variant. - """ + """Weight of the Product Variant.""" weight: WeightScalar } type ProductVariantCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The product variant the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ productVariant( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ProductVariant - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -20602,44 +16275,33 @@ Requires one of the following permissions: MANAGE_PRODUCTS. """ type ProductVariantDelete { errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") productVariant: ProductVariant } type ProductVariantDeleted implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The product variant the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ productVariant( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ProductVariant - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -20652,32 +16314,28 @@ input ProductVariantFilterInput { } input ProductVariantInput { - """ - List of attributes specific to this variant. - """ + """List of attributes specific to this variant.""" attributes: [AttributeValueInput!] """ Determines if variant is in preorder. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ preorder: PreorderSettingsInput """ Determines maximum quantity of `ProductVariant`,that can be bought in a single checkout. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ quantityLimitPerCustomer: Int - """ - Stock keeping unit. - """ + """Stock keeping unit.""" sku: String """ @@ -20685,52 +16343,40 @@ input ProductVariantInput { """ trackInventory: Boolean - """ - Weight of the Product Variant. - """ + """Weight of the Product Variant.""" weight: WeightScalar } type ProductVariantOutOfStock implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The product variant the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ productVariant( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ProductVariant - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String """ Look up a warehouse. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ warehouse: Warehouse @@ -20748,9 +16394,7 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type ProductVariantPreorderDeactivate { errors: [ProductError!]! - """ - Product variant with ended preorder. - """ + """Product variant with ended preorder.""" productVariant: ProductVariant } @@ -20762,8 +16406,7 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type ProductVariantReorder { errors: [ProductError!]! product: Product - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -20773,12 +16416,9 @@ Requires one of the following permissions: MANAGE_PRODUCTS. """ type ProductVariantReorderAttributeValues { errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Product variant from which attribute values are reordered. - """ + """Product variant from which attribute values are reordered.""" productVariant: ProductVariant } @@ -20790,26 +16430,19 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type ProductVariantSetDefault { errors: [ProductError!]! product: Product - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } enum ProductVariantSortField { - """ - Sort products variants by last modified at. - """ + """Sort products variants by last modified at.""" LAST_MODIFIED_AT } input ProductVariantSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort productVariants by the selected field. - """ + """Sort productVariants by the selected field.""" field: ProductVariantSortField! } @@ -20819,13 +16452,10 @@ Creates stocks for product variant. Requires one of the following permissions: MANAGE_PRODUCTS. """ type ProductVariantStocksCreate { - bulkStockErrors: [BulkStockError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + bulkStockErrors: [BulkStockError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [BulkStockError!]! - """ - Updated product variant. - """ + """Updated product variant.""" productVariant: ProductVariant } @@ -20837,12 +16467,9 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type ProductVariantStocksDelete { errors: [StockError!]! - """ - Updated product variant. - """ + """Updated product variant.""" productVariant: ProductVariant - stockErrors: [StockError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + stockErrors: [StockError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -20851,39 +16478,25 @@ Update stocks for product variant. Requires one of the following permissions: MANAGE_PRODUCTS. """ type ProductVariantStocksUpdate { - bulkStockErrors: [BulkStockError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + bulkStockErrors: [BulkStockError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [BulkStockError!]! - """ - Updated product variant. - """ + """Updated product variant.""" productVariant: ProductVariant } type ProductVariantTranslatableContent implements Node { - """ - List of product variant attribute values that can be translated. - """ + """List of product variant attribute values that can be translated.""" attributeValues: [AttributeValueTranslatableContent!]! id: ID! name: String! - """ - Represents a version of a product such as different size or color. - """ - productVariant: ProductVariant - @deprecated( - reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries." - ) + """Represents a version of a product such as different size or color.""" + productVariant: ProductVariant @deprecated(reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries.") - """ - Returns translated product variant fields for the given language code. - """ + """Returns translated product variant fields for the given language code.""" translation( - """ - A language code to return the translation for product variant. - """ + """A language code to return the translation for product variant.""" languageCode: LanguageCodeEnum! ): ProductVariantTranslation } @@ -20896,16 +16509,13 @@ Requires one of the following permissions: MANAGE_TRANSLATIONS. type ProductVariantTranslate { errors: [TranslationError!]! productVariant: ProductVariant - translationErrors: [TranslationError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + translationErrors: [TranslationError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type ProductVariantTranslation implements Node { id: ID! - """ - Translation language. - """ + """Translation language.""" language: LanguageDisplay! name: String! } @@ -20917,68 +16527,53 @@ Requires one of the following permissions: MANAGE_PRODUCTS. """ type ProductVariantUpdate { errors: [ProductError!]! - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") productVariant: ProductVariant } type ProductVariantUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal """ The product variant the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ productVariant( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ProductVariant - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } input PublishableChannelListingInput { - """ - ID of a channel. - """ + """ID of a channel.""" channelId: ID! - """ - Determines if object is visible to customers. - """ + """Determines if object is visible to customers.""" isPublished: Boolean """ Publication date. ISO 8601 standard. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `publishedAt` field instead. """ publicationDate: Date """ Publication date time. ISO 8601 standard. - + Added in Saleor 3.3. """ publishedAt: DateTime @@ -20988,292 +16583,204 @@ type Query { _entities(representations: [_Any]): [_Entity] _service: _Service - """ - Look up an address by ID. - """ + """Look up an address by ID.""" address( - """ - ID of an address. - """ + """ID of an address.""" id: ID! ): Address - """ - Returns address validation rules. - """ + """Returns address validation rules.""" addressValidationRules( - """ - City or a town name. - """ + """City or a town name.""" city: String - """ - Sublocality like a district. - """ + """Sublocality like a district.""" cityArea: String - """ - Designation of a region, province or state. - """ + """Designation of a region, province or state.""" countryArea: String - """ - Two-letter ISO 3166-1 country code. - """ + """Two-letter ISO 3166-1 country code.""" countryCode: CountryCode! ): AddressValidationData """ Look up an app by ID. If ID is not provided, return the currently authenticated app. - + Requires one of the following permissions: AUTHENTICATED_STAFF_USER AUTHENTICATED_APP. The authenticated app has access to its resources. Fetching different apps requires MANAGE_APPS permission. """ app( - """ - ID of the app. - """ + """ID of the app.""" id: ID ): App """ Look up an app extension by ID. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: AUTHENTICATED_STAFF_USER, AUTHENTICATED_APP. """ appExtension( - """ - ID of the app extension. - """ + """ID of the app extension.""" id: ID! ): AppExtension """ List of all extensions. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: AUTHENTICATED_STAFF_USER, AUTHENTICATED_APP. """ appExtensions( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for apps extensions. - """ + """Filtering options for apps extensions.""" filter: AppExtensionFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): AppExtensionCountableConnection """ List of the apps. - + Requires one of the following permissions: AUTHENTICATED_STAFF_USER, MANAGE_APPS. """ apps( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for apps. - """ + """Filtering options for apps.""" filter: AppFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort apps. - """ + """Sort apps.""" sortBy: AppSortingInput ): AppCountableConnection """ List of all apps installations - + Requires one of the following permissions: MANAGE_APPS. """ appsInstallations: [AppInstallation!]! - """ - Look up an attribute by ID. - """ + """Look up an attribute by ID.""" attribute( - """ - ID of the attribute. - """ + """ID of the attribute.""" id: ID - """ - Slug of the attribute. - """ + """Slug of the attribute.""" slug: String ): Attribute - """ - List of the shop's attributes. - """ + """List of the shop's attributes.""" attributes( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - Filtering options for attributes. - """ + """Filtering options for attributes.""" filter: AttributeFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sorting options for attributes. - """ + """Sorting options for attributes.""" sortBy: AttributeSortingInput ): AttributeCountableConnection - """ - List of the shop's categories. - """ + """List of the shop's categories.""" categories( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for categories. - """ + """Filtering options for categories.""" filter: CategoryFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Filter categories by the nesting level in the category tree. - """ + """Filter categories by the nesting level in the category tree.""" level: Int - """ - Sort categories. - """ + """Sort categories.""" sortBy: CategorySortingInput ): CategoryCountableConnection - """ - Look up a category by ID or slug. - """ + """Look up a category by ID or slug.""" category( - """ - ID of the category. - """ + """ID of the category.""" id: ID - """ - Slug of the category - """ + """Slug of the category""" slug: String ): Category """ Look up a channel by ID. - + Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_STAFF_USER. """ channel( - """ - ID of the channel. - """ + """ID of the channel.""" id: ID ): Channel """ List of all channels. - + Requires one of the following permissions: AUTHENTICATED_APP, AUTHENTICATED_STAFF_USER. """ channels: [Channel!] - """ - Look up a checkout by token and slug of channel. - """ + """Look up a checkout by token and slug of channel.""" checkout( """ The checkout's ID. - + Added in Saleor 3.4. """ id: ID """ The checkout's token. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `id` instead. """ token: UUID @@ -21281,72 +16788,54 @@ type Query { """ List of checkout lines. - + Requires one of the following permissions: MANAGE_CHECKOUTS. """ checkoutLines( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): CheckoutLineCountableConnection """ List of checkouts. - + Requires one of the following permissions: MANAGE_CHECKOUTS. """ checkouts( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String """ Filtering options for checkouts. - + Added in Saleor 3.1. """ filter: CheckoutFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int """ Sort checkouts. - + Added in Saleor 3.1. """ sortBy: CheckoutSortingInput @@ -21356,19 +16845,13 @@ type Query { Look up a collection by ID. Requires one of the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. """ collection( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - ID of the collection. - """ + """ID of the collection.""" id: ID - """ - Slug of the category - """ + """Slug of the category""" slug: String ): Collection @@ -21376,310 +16859,228 @@ type Query { List of the shop's collections. Requires one of the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. """ collections( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - Filtering options for collections. - """ + """Filtering options for collections.""" filter: CollectionFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort collections. - """ + """Sort collections.""" sortBy: CollectionSortingInput ): CollectionCountableConnection """ List of the shop's customers. - + Requires one of the following permissions: MANAGE_ORDERS, MANAGE_USERS. """ customers( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for customers. - """ + """Filtering options for customers.""" filter: CustomerFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort customers. - """ + """Sort customers.""" sortBy: UserSortingInput ): UserCountableConnection """ Look up digital content by ID. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ digitalContent( - """ - ID of the digital content. - """ + """ID of the digital content.""" id: ID! ): DigitalContent """ List of digital content. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ digitalContents( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): DigitalContentCountableConnection """ List of draft orders. - + Requires one of the following permissions: MANAGE_ORDERS. """ draftOrders( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for draft orders. - """ + """Filtering options for draft orders.""" filter: OrderDraftFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort draft orders. - """ + """Sort draft orders.""" sortBy: OrderSortingInput ): OrderCountableConnection """ Look up a export file by ID. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ exportFile( - """ - ID of the export file job. - """ + """ID of the export file job.""" id: ID! ): ExportFile """ List of export files. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ exportFiles( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for export files. - """ + """Filtering options for export files.""" filter: ExportFileFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort export files. - """ + """Sort export files.""" sortBy: ExportFileSortingInput ): ExportFileCountableConnection """ Look up a gift card by ID. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCard( - """ - ID of the gift card. - """ + """ID of the gift card.""" id: ID! ): GiftCard """ List of gift card currencies. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardCurrencies: [String!]! """ Gift card related settings from site settings. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardSettings: GiftCardSettings! """ List of gift card tags. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCardTags( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for gift card tags. - """ + """Filtering options for gift card tags.""" filter: GiftCardTagFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): GiftCardTagCountableConnection """ List of gift cards. - + Requires one of the following permissions: MANAGE_GIFT_CARD. """ giftCards( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String """ Filtering options for gift cards. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ filter: GiftCardFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int """ Sort gift cards. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ sortBy: GiftCardSortingInput @@ -21687,476 +17088,314 @@ type Query { """ List of activity events to display on homepage (at the moment it only contains order-events). - + Requires one of the following permissions: MANAGE_ORDERS. """ homepageEvents( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): OrderEventCountableConnection - """ - Return the currently authenticated user. - """ + """Return the currently authenticated user.""" me: User - """ - Look up a navigation menu by ID or name. - """ + """Look up a navigation menu by ID or name.""" menu( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - ID of the menu. - """ + """ID of the menu.""" id: ID - """ - The menu's name. - """ + """The menu's name.""" name: String - """ - The menu's slug. - """ + """The menu's slug.""" slug: String ): Menu - """ - Look up a menu item by ID. - """ + """Look up a menu item by ID.""" menuItem( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - ID of the menu item. - """ + """ID of the menu item.""" id: ID! ): MenuItem - """ - List of the storefronts's menu items. - """ + """List of the storefronts's menu items.""" menuItems( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - Filtering options for menu items. - """ + """Filtering options for menu items.""" filter: MenuItemFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort menus items. - """ + """Sort menus items.""" sortBy: MenuItemSortingInput ): MenuItemCountableConnection - """ - List of the storefront's menus. - """ + """List of the storefront's menus.""" menus( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - Filtering options for menus. - """ + """Filtering options for menus.""" filter: MenuFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort menus. - """ + """Sort menus.""" sortBy: MenuSortingInput ): MenuCountableConnection - """ - Look up an order by ID. - """ + """Look up an order by ID.""" order( - """ - ID of an order. - """ + """ID of an order.""" id: ID! ): Order - """ - Look up an order by token. - """ + """Look up an order by token.""" orderByToken( - """ - The order's token. - """ + """The order's token.""" token: UUID! ): Order @deprecated(reason: "This field will be removed in Saleor 4.0.") """ Order related settings from site settings. - + Requires one of the following permissions: MANAGE_ORDERS. """ orderSettings: OrderSettings """ List of orders. - + Requires one of the following permissions: MANAGE_ORDERS. """ orders( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - Filtering options for orders. - """ + """Filtering options for orders.""" filter: OrderFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort orders. - """ + """Sort orders.""" sortBy: OrderSortingInput ): OrderCountableConnection """ Return the total sales amount from a specific period. - + Requires one of the following permissions: MANAGE_ORDERS. """ ordersTotal( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - A period of time. - """ + """A period of time.""" period: ReportingPeriod ): TaxedMoney - """ - Look up a page by ID or slug. - """ + """Look up a page by ID or slug.""" page( - """ - ID of the page. - """ + """ID of the page.""" id: ID - """ - The slug of the page. - """ + """The slug of the page.""" slug: String ): Page - """ - Look up a page type by ID. - """ + """Look up a page type by ID.""" pageType( - """ - ID of the page type. - """ + """ID of the page type.""" id: ID! ): PageType - """ - List of the page types. - """ + """List of the page types.""" pageTypes( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for page types. - """ + """Filtering options for page types.""" filter: PageTypeFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort page types. - """ + """Sort page types.""" sortBy: PageTypeSortingInput ): PageTypeCountableConnection - """ - List of the shop's pages. - """ + """List of the shop's pages.""" pages( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for pages. - """ + """Filtering options for pages.""" filter: PageFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort pages. - """ + """Sort pages.""" sortBy: PageSortingInput ): PageCountableConnection """ Look up a payment by ID. - + Requires one of the following permissions: MANAGE_ORDERS. """ payment( - """ - ID of the payment. - """ + """ID of the payment.""" id: ID! ): Payment """ List of payments. - + Requires one of the following permissions: MANAGE_ORDERS. """ payments( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for payments. - """ + """Filtering options for payments.""" filter: PaymentFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): PaymentCountableConnection """ Look up permission group by ID. - + Requires one of the following permissions: MANAGE_STAFF. """ permissionGroup( - """ - ID of the group. - """ + """ID of the group.""" id: ID! ): Group """ List of permission groups. - + Requires one of the following permissions: MANAGE_STAFF. """ permissionGroups( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for permission groups. - """ + """Filtering options for permission groups.""" filter: PermissionGroupFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort permission groups. - """ + """Sort permission groups.""" sortBy: PermissionGroupSortingInput ): GroupCountableConnection """ Look up a plugin by ID. - + Requires one of the following permissions: MANAGE_PLUGINS. """ plugin( - """ - ID of the plugin. - """ + """ID of the plugin.""" id: ID! ): Plugin """ List of plugins. - + Requires one of the following permissions: MANAGE_PLUGINS. """ plugins( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for plugins. - """ + """Filtering options for plugins.""" filter: PluginFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort plugins. - """ + """Sort plugins.""" sortBy: PluginSortingInput ): PluginCountableConnection @@ -22164,64 +17403,40 @@ type Query { Look up a product by ID. Requires one of the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. """ product( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - ID of the product. - """ + """ID of the product.""" id: ID - """ - Slug of the product. - """ + """Slug of the product.""" slug: String ): Product - """ - Look up a product type by ID. - """ + """Look up a product type by ID.""" productType( - """ - ID of the product type. - """ + """ID of the product type.""" id: ID! ): ProductType - """ - List of the shop's product types. - """ + """List of the shop's product types.""" productTypes( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for product types. - """ + """Filtering options for product types.""" filter: ProductTypeFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort product types. - """ + """Sort product types.""" sortBy: ProductTypeSortingInput ): ProductTypeCountableConnection @@ -22229,19 +17444,13 @@ type Query { Look up a product variant by ID or SKU. Requires one of the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. """ productVariant( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - ID of the product variant. - """ + """ID of the product variant.""" id: ID - """ - Sku of the product variant. - """ + """Sku of the product variant.""" sku: String ): ProductVariant @@ -22249,44 +17458,28 @@ type Query { List of product variants. Requires one of the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. """ productVariants( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - Filtering options for product variant. - """ + """Filtering options for product variant.""" filter: ProductVariantFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Filter product variants by given IDs. - """ + """Filter product variants by given IDs.""" ids: [ID!] - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort products variants. - """ + """Sort products variants.""" sortBy: ProductVariantSortingInput ): ProductVariantCountableConnection @@ -22294,455 +17487,323 @@ type Query { List of the shop's products. Requires one of the following permissions to include the unpublished items: MANAGE_ORDERS, MANAGE_DISCOUNTS, MANAGE_PRODUCTS. """ products( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - Filtering options for products. - """ + """Filtering options for products.""" filter: ProductFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort products. - """ + """Sort products.""" sortBy: ProductOrder ): ProductCountableConnection """ List of top selling products. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ reportProductSales( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String! - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Span of time. - """ + """Span of time.""" period: ReportingPeriod! ): ProductVariantCountableConnection """ Look up a sale by ID. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ sale( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - ID of the sale. - """ + """ID of the sale.""" id: ID! ): Sale """ List of the shop's sales. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ sales( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - Filtering options for sales. - """ + """Filtering options for sales.""" filter: SaleFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int """ Search sales by name, value or type. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `filter.search` input instead. """ query: String - """ - Sort sales. - """ + """Sort sales.""" sortBy: SaleSortingInput ): SaleCountableConnection """ Look up a shipping zone by ID. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingZone( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - ID of the shipping zone. - """ + """ID of the shipping zone.""" id: ID! ): ShippingZone """ List of the shop's shipping zones. - + Requires one of the following permissions: MANAGE_SHIPPING. """ shippingZones( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - Filtering options for shipping zones. - """ + """Filtering options for shipping zones.""" filter: ShippingZoneFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): ShippingZoneCountableConnection - """ - Return information about the shop. - """ + """Return information about the shop.""" shop: Shop! """ List of the shop's staff users. - + Requires one of the following permissions: MANAGE_STAFF. """ staffUsers( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Filtering options for staff users. - """ + """Filtering options for staff users.""" filter: StaffUserInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Sort staff users. - """ + """Sort staff users.""" sortBy: UserSortingInput ): UserCountableConnection """ Look up a stock by ID - + Requires one of the following permissions: MANAGE_PRODUCTS. """ stock( - """ - ID of an warehouse - """ + """ID of an warehouse""" id: ID! ): Stock """ List of stocks. - + Requires one of the following permissions: MANAGE_PRODUCTS. """ stocks( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String filter: StockFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): StockCountableConnection - """ - List of all tax rates available from tax gateway. - """ + """List of all tax rates available from tax gateway.""" taxTypes: [TaxType!] """ Lookup a translatable item by ID. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ translation( - """ - ID of the object to retrieve. - """ + """ID of the object to retrieve.""" id: ID! - """ - Kind of the object to retrieve. - """ + """Kind of the object to retrieve.""" kind: TranslatableKinds! ): TranslatableItem """ Returns a list of all translatable items of a given kind. - + Requires one of the following permissions: MANAGE_TRANSLATIONS. """ translations( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Kind of objects to retrieve. - """ + """Kind of objects to retrieve.""" kind: TranslatableKinds! - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): TranslatableItemConnection """ Look up a user by ID or email address. - + Requires one of the following permissions: MANAGE_STAFF, MANAGE_USERS, MANAGE_ORDERS. """ user( - """ - Email address of the user. - """ + """Email address of the user.""" email: String - """ - ID of the user. - """ + """ID of the user.""" id: ID ): User """ Look up a voucher by ID. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ voucher( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - ID of the voucher. - """ + """ID of the voucher.""" id: ID! ): Voucher """ List of the shop's vouchers. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ vouchers( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - """ - Filtering options for vouchers. - """ + """Filtering options for vouchers.""" filter: VoucherFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int """ Search vouchers by name or code. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `filter.search` input instead. """ query: String - """ - Sort voucher. - """ + """Sort voucher.""" sortBy: VoucherSortingInput ): VoucherCountableConnection """ Look up a warehouse by ID. - + Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS, MANAGE_SHIPPING. """ warehouse( - """ - ID of an warehouse - """ + """ID of an warehouse""" id: ID! ): Warehouse """ List of warehouses. - + Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS, MANAGE_SHIPPING. """ warehouses( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String filter: WarehouseFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int sortBy: WarehouseSortingInput ): WarehouseCountableConnection @@ -22751,45 +17812,32 @@ type Query { Look up a webhook by ID. Requires one of the following permissions: MANAGE_APPS, OWNER. """ webhook( - """ - ID of the webhook. - """ + """ID of the webhook.""" id: ID! ): Webhook """ List of all available webhook events. - + Requires one of the following permissions: MANAGE_APPS. """ - webhookEvents: [WebhookEvent!] - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use `WebhookEventTypeAsyncEnum` and `WebhookEventTypeSyncEnum` to get available event types." - ) + webhookEvents: [WebhookEvent!] @deprecated(reason: "This field will be removed in Saleor 4.0. Use `WebhookEventTypeAsyncEnum` and `WebhookEventTypeSyncEnum` to get available event types.") """ Retrieve a sample payload for a given webhook event based on real data. It can be useful for some integrations where sample payload is required. """ webhookSamplePayload( - """ - Name of the requested event type. - """ + """Name of the requested event type.""" eventType: WebhookSampleEventTypeEnum! ): JSONString } -""" -Represents a reduced VAT rate for a particular type of goods. -""" +"""Represents a reduced VAT rate for a particular type of goods.""" type ReducedRate { - """ - Reduced VAT rate in percent. - """ + """Reduced VAT rate in percent.""" rate: Float! - """ - A type of goods. - """ + """A type of goods.""" rateType: String! } @@ -22797,25 +17845,18 @@ type ReducedRate { Refresh JWT token. Mutation tries to take refreshToken from the input.If it fails it will try to take refreshToken from the http-only cookie -refreshToken. csrfToken is required when refreshToken is provided as a cookie. """ type RefreshToken { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - JWT token, required to authenticate. - """ + """JWT token, required to authenticate.""" token: String - """ - A user instance. - """ + """A user instance.""" user: User } input ReorderInput { - """ - The ID of the item to move. - """ + """The ID of the item to move.""" id: ID! """ @@ -22835,22 +17876,16 @@ Request email change of the logged in user. Requires one of the following permissions: AUTHENTICATED_USER. """ type RequestEmailChange { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - A user instance. - """ + """A user instance.""" user: User } -""" -Sends an email with the account password modification link. -""" +"""Sends an email with the account password modification link.""" type RequestPasswordReset { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! } @@ -22858,164 +17893,126 @@ type RequestPasswordReset { Sales allow creating discounts for categories, collections or products and are visible to all the customers. """ type Sale implements Node & ObjectWithMetadata { - """ - List of categories this sale applies to. - """ + """List of categories this sale applies to.""" categories( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): CategoryCountableConnection """ List of channels available for the sale. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ channelListings: [SaleChannelListing!] """ List of collections this sale applies to. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ collections( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): CollectionCountableConnection created: DateTime! - """ - Currency code for sale. - """ + """Currency code for sale.""" currency: String - """ - Sale value. - """ + """Sale value.""" discountValue: Float endDate: DateTime id: ID! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata name: String! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata """ List of products this sale applies to. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ products( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): ProductCountableConnection startDate: DateTime! - """ - Returns translated sale fields for the given language code. - """ + """Returns translated sale fields for the given language code.""" translation( - """ - A language code to return the translation for sale. - """ + """A language code to return the translation for sale.""" languageCode: LanguageCodeEnum! ): SaleTranslation type: SaleType! @@ -23023,30 +18020,22 @@ type Sale implements Node & ObjectWithMetadata { """ List of product variants this sale applies to. - + Added in Saleor 3.1. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ variants( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): ProductVariantCountableConnection } @@ -23057,13 +18046,10 @@ Adds products, categories, collections to a voucher. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type SaleAddCatalogues { - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! - """ - Sale of which catalogue IDs will be modified. - """ + """Sale of which catalogue IDs will be modified.""" sale: Sale } @@ -23073,18 +18059,13 @@ Deletes sales. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type SaleBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! } -""" -Represents sale channel listing. -""" +"""Represents sale channel listing.""" type SaleChannelListing implements Node { channel: Channel! currency: String! @@ -23093,26 +18074,18 @@ type SaleChannelListing implements Node { } input SaleChannelListingAddInput { - """ - ID of a channel. - """ + """ID of a channel.""" channelId: ID! - """ - The value of the discount. - """ + """The value of the discount.""" discountValue: PositiveDecimal! } input SaleChannelListingInput { - """ - List of channels to which the sale should be assigned. - """ + """List of channels to which the sale should be assigned.""" addChannels: [SaleChannelListingAddInput!] - """ - List of channels from which the sale should be unassigned. - """ + """List of channels from which the sale should be unassigned.""" removeChannels: [ID!] } @@ -23122,39 +18095,28 @@ Manage sale's availability in channels. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type SaleChannelListingUpdate { - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! - """ - An updated sale instance. - """ + """An updated sale instance.""" sale: Sale } type SaleCountableConnection { edges: [SaleCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type SaleCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Sale! } @@ -23164,45 +18126,34 @@ Creates a new sale. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type SaleCreate { - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! sale: Sale } type SaleCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The sale the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ sale( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Sale - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -23212,45 +18163,34 @@ Deletes a sale. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type SaleDelete { - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! sale: Sale } type SaleDeleted implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The sale the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ sale( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Sale - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -23264,44 +18204,28 @@ input SaleFilterInput { } input SaleInput { - """ - Categories related to the discount. - """ + """Categories related to the discount.""" categories: [ID!] - """ - Collections related to the discount. - """ + """Collections related to the discount.""" collections: [ID!] - """ - End date of the voucher in ISO 8601 format. - """ + """End date of the voucher in ISO 8601 format.""" endDate: DateTime - """ - Voucher name. - """ + """Voucher name.""" name: String - """ - Products related to the discount. - """ + """Products related to the discount.""" products: [ID!] - """ - Start date of the voucher in ISO 8601 format. - """ + """Start date of the voucher in ISO 8601 format.""" startDate: DateTime - """ - Fixed or percentage. - """ + """Fixed or percentage.""" type: DiscountValueTypeEnum - """ - Value of the voucher. - """ + """Value of the voucher.""" value: PositiveDecimal variants: [ID!] } @@ -23312,50 +18236,35 @@ Removes products, categories, collections from a sale. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type SaleRemoveCatalogues { - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! - """ - Sale of which catalogue IDs will be modified. - """ + """Sale of which catalogue IDs will be modified.""" sale: Sale } enum SaleSortField { - """ - Sort sales by created at. - """ + """Sort sales by created at.""" CREATED_AT - """ - Sort sales by end date. - """ + """Sort sales by end date.""" END_DATE - """ - Sort sales by last modified at. - """ + """Sort sales by last modified at.""" LAST_MODIFIED_AT - """ - Sort sales by name. - """ + """Sort sales by name.""" NAME - """ - Sort sales by start date. - """ + """Sort sales by start date.""" START_DATE - """ - Sort sales by type. - """ + """Sort sales by type.""" TYPE """ Sort sales by value. - + This option requires a channel filter to work as the values can vary between channels. """ VALUE @@ -23364,19 +18273,15 @@ enum SaleSortField { input SaleSortingInput { """ Specifies the channel in which to sort the data. - + DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. """ channel: String - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort sales by the selected field. - """ + """Sort sales by the selected field.""" field: SaleSortField! } @@ -23386,21 +18291,14 @@ type SaleTranslatableContent implements Node { """ Sales allow creating discounts for categories, collections or products and are visible to all the customers. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ - sale: Sale - @deprecated( - reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries." - ) + sale: Sale @deprecated(reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries.") - """ - Returns translated sale fields for the given language code. - """ + """Returns translated sale fields for the given language code.""" translation( - """ - A language code to return the translation for sale. - """ + """A language code to return the translation for sale.""" languageCode: LanguageCodeEnum! ): SaleTranslation } @@ -23413,16 +18311,13 @@ Requires one of the following permissions: MANAGE_TRANSLATIONS. type SaleTranslate { errors: [TranslationError!]! sale: Sale - translationErrors: [TranslationError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + translationErrors: [TranslationError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type SaleTranslation implements Node { id: ID! - """ - Translation language. - """ + """Translation language.""" language: LanguageDisplay! name: String } @@ -23438,72 +18333,51 @@ Updates a sale. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type SaleUpdate { - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! sale: Sale } type SaleUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The sale the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ sale( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Sale - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } -""" -Represents a custom attribute. -""" +"""Represents a custom attribute.""" type SelectedAttribute { - """ - Name of an attribute displayed in the interface. - """ + """Name of an attribute displayed in the interface.""" attribute: Attribute! - """ - Values of an attribute. - """ + """Values of an attribute.""" values: [AttributeValue!]! } input SeoInput { - """ - SEO description. - """ + """SEO description.""" description: String - """ - SEO title. - """ + """SEO title.""" title: String } @@ -23511,40 +18385,27 @@ input SeoInput { Sets the user's password from the token sent by email using the RequestPasswordReset mutation. """ type SetPassword { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - CSRF token required to re-generate access token. - """ + """CSRF token required to re-generate access token.""" csrfToken: String errors: [AccountError!]! - """ - JWT refresh token, required to re-generate access token. - """ + """JWT refresh token, required to re-generate access token.""" refreshToken: String - """ - JWT token, required to authenticate. - """ + """JWT token, required to authenticate.""" token: String - """ - A user instance. - """ + """A user instance.""" user: User } type ShippingError { - """ - List of channels IDs which causes the error. - """ + """List of channels IDs which causes the error.""" channels: [ID!] - """ - The error code. - """ + """The error code.""" code: ShippingErrorCode! """ @@ -23552,20 +18413,14 @@ type ShippingError { """ field: String - """ - The error message. - """ + """The error message.""" message: String - """ - List of warehouse IDs which causes the error. - """ + """List of warehouse IDs which causes the error.""" warehouses: [ID!] } -""" -An enumeration. -""" +"""An enumeration.""" enum ShippingErrorCode { ALREADY_EXISTS DUPLICATED_INPUT_ITEM @@ -23581,137 +18436,103 @@ enum ShippingErrorCode { Shipping methods that can be used as means of shipping for orders and checkouts. """ type ShippingMethod implements Node & ObjectWithMetadata { - """ - Describes if this shipping method is active and can be selected. - """ + """Describes if this shipping method is active and can be selected.""" active: Boolean! """ Shipping method description. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString - """ - Unique ID of ShippingMethod available for Order. - """ + """Unique ID of ShippingMethod available for Order.""" id: ID! - """ - Maximum delivery days for this shipping method. - """ + """Maximum delivery days for this shipping method.""" maximumDeliveryDays: Int - """ - Maximum order price for this shipping method. - """ + """Maximum order price for this shipping method.""" maximumOrderPrice: Money - """ - Maximum order weight for this shipping method. - """ + """Maximum order weight for this shipping method.""" maximumOrderWeight: Weight @deprecated(reason: "This field will be removed in Saleor 4.0.") - """ - Message connected to this shipping method. - """ + """Message connected to this shipping method.""" message: String - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata - """ - Minimum delivery days for this shipping method. - """ + """Minimum delivery days for this shipping method.""" minimumDeliveryDays: Int - """ - Minimal order price for this shipping method. - """ + """Minimal order price for this shipping method.""" minimumOrderPrice: Money - """ - Minimum order weight for this shipping method. - """ + """Minimum order weight for this shipping method.""" minimumOrderWeight: Weight @deprecated(reason: "This field will be removed in Saleor 4.0.") - """ - Shipping method name. - """ + """Shipping method name.""" name: String! - """ - The price of selected shipping method. - """ + """The price of selected shipping method.""" price: Money! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata - """ - Returns translated shipping method fields for the given language code. - """ + """Returns translated shipping method fields for the given language code.""" translation( - """ - A language code to return the translation for shipping method. - """ + """A language code to return the translation for shipping method.""" languageCode: LanguageCodeEnum! ): ShippingMethodTranslation - """ - Type of the shipping method. - """ + """Type of the shipping method.""" type: ShippingMethodTypeEnum @deprecated(reason: "This field will be removed in Saleor 4.0.") } -""" -Represents shipping method channel listing. -""" +"""Represents shipping method channel listing.""" type ShippingMethodChannelListing implements Node { channel: Channel! id: ID! @@ -23721,36 +18542,24 @@ type ShippingMethodChannelListing implements Node { } input ShippingMethodChannelListingAddInput { - """ - ID of a channel. - """ + """ID of a channel.""" channelId: ID! - """ - Maximum order price to use this shipping method. - """ + """Maximum order price to use this shipping method.""" maximumOrderPrice: PositiveDecimal - """ - Minimum order price to use this shipping method. - """ + """Minimum order price to use this shipping method.""" minimumOrderPrice: PositiveDecimal - """ - Shipping price of the shipping method in this channel. - """ + """Shipping price of the shipping method in this channel.""" price: PositiveDecimal } input ShippingMethodChannelListingInput { - """ - List of channels to which the shipping method should be assigned. - """ + """List of channels to which the shipping method should be assigned.""" addChannels: [ShippingMethodChannelListingAddInput!] - """ - List of channels from which the shipping method should be unassigned. - """ + """List of channels from which the shipping method should be unassigned.""" removeChannels: [ID!] } @@ -23761,44 +18570,31 @@ Requires one of the following permissions: MANAGE_SHIPPING. """ type ShippingMethodChannelListingUpdate { errors: [ShippingError!]! - shippingErrors: [ShippingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shippingErrors: [ShippingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - An updated shipping method instance. - """ + """An updated shipping method instance.""" shippingMethod: ShippingMethodType } -""" -Represents shipping method postal code rule. -""" +"""Represents shipping method postal code rule.""" type ShippingMethodPostalCodeRule implements Node { - """ - End address range. - """ + """End address range.""" end: String - """ - The ID of the object. - """ + """The ID of the object.""" id: ID! - """ - Inclusion type of the postal code rule. - """ + """Inclusion type of the postal code rule.""" inclusionType: PostalCodeRuleInclusionTypeEnum - """ - Start address range. - """ + """Start address range.""" start: String } type ShippingMethodTranslatableContent implements Node { """ Description of the shipping method. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString @@ -23807,21 +18603,14 @@ type ShippingMethodTranslatableContent implements Node { """ Shipping method are the methods you'll use to get customer's orders to them. They are directly exposed to the customers. - + Requires one of the following permissions: MANAGE_SHIPPING. """ - shippingMethod: ShippingMethodType - @deprecated( - reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries." - ) + shippingMethod: ShippingMethodType @deprecated(reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries.") - """ - Returns translated shipping method fields for the given language code. - """ + """Returns translated shipping method fields for the given language code.""" translation( - """ - A language code to return the translation for shipping method. - """ + """A language code to return the translation for shipping method.""" languageCode: LanguageCodeEnum! ): ShippingMethodTranslation } @@ -23829,15 +18618,13 @@ type ShippingMethodTranslatableContent implements Node { type ShippingMethodTranslation implements Node { """ Translated description of the shipping method. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString id: ID! - """ - Translation language. - """ + """Translation language.""" language: LanguageDisplay! name: String } @@ -23848,108 +18635,82 @@ Shipping method are the methods you'll use to get customer's orders to them. The type ShippingMethodType implements Node & ObjectWithMetadata { """ List of channels available for the method. - + Requires one of the following permissions: MANAGE_SHIPPING. """ channelListings: [ShippingMethodChannelListing!] """ Shipping method description. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString """ List of excluded products for the shipping method. - + Requires one of the following permissions: MANAGE_SHIPPING. """ excludedProducts( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): ProductCountableConnection - """ - Shipping method ID. - """ + """Shipping method ID.""" id: ID! - """ - Maximum number of days for delivery. - """ + """Maximum number of days for delivery.""" maximumDeliveryDays: Int - """ - The price of the cheapest variant (including discounts). - """ + """The price of the cheapest variant (including discounts).""" maximumOrderPrice: Money - """ - Maximum order weight to use this shipping method. - """ + """Maximum order weight to use this shipping method.""" maximumOrderWeight: Weight - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata - """ - Minimal number of days for delivery. - """ + """Minimal number of days for delivery.""" minimumDeliveryDays: Int - """ - The price of the cheapest variant (including discounts). - """ + """The price of the cheapest variant (including discounts).""" minimumOrderPrice: Money - """ - Minimum order weight to use this shipping method. - """ + """Minimum order weight to use this shipping method.""" minimumOrderWeight: Weight - """ - Shipping method name. - """ + """Shipping method name.""" name: String! """ @@ -23957,64 +18718,50 @@ type ShippingMethodType implements Node & ObjectWithMetadata { """ postalCodeRules: [ShippingMethodPostalCodeRule!] - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata - """ - Returns translated shipping method fields for the given language code. - """ + """Returns translated shipping method fields for the given language code.""" translation( - """ - A language code to return the translation for shipping method. - """ + """A language code to return the translation for shipping method.""" languageCode: LanguageCodeEnum! ): ShippingMethodTranslation - """ - Type of the shipping method. - """ + """Type of the shipping method.""" type: ShippingMethodTypeEnum } -""" -An enumeration. -""" +"""An enumeration.""" enum ShippingMethodTypeEnum { PRICE WEIGHT } input ShippingPostalCodeRulesCreateInputRange { - """ - End range of the postal code. - """ + """End range of the postal code.""" end: String - """ - Start range of the postal code. - """ + """Start range of the postal code.""" start: String! } @@ -24024,13 +18771,10 @@ Deletes shipping prices. Requires one of the following permissions: MANAGE_SHIPPING. """ type ShippingPriceBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [ShippingError!]! - shippingErrors: [ShippingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shippingErrors: [ShippingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -24040,63 +18784,48 @@ Requires one of the following permissions: MANAGE_SHIPPING. """ type ShippingPriceCreate { errors: [ShippingError!]! - shippingErrors: [ShippingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shippingErrors: [ShippingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") shippingMethod: ShippingMethodType - """ - A shipping zone to which the shipping method belongs. - """ + """A shipping zone to which the shipping method belongs.""" shippingZone: ShippingZone } type ShippingPriceCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The shipping method the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ shippingMethod( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ShippingMethodType """ The shipping zone the shipping method belongs to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ shippingZone( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ShippingZone - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -24107,67 +18836,50 @@ Requires one of the following permissions: MANAGE_SHIPPING. """ type ShippingPriceDelete { errors: [ShippingError!]! - shippingErrors: [ShippingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shippingErrors: [ShippingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - A shipping method to delete. - """ + """A shipping method to delete.""" shippingMethod: ShippingMethodType - """ - A shipping zone to which the shipping method belongs. - """ + """A shipping zone to which the shipping method belongs.""" shippingZone: ShippingZone } type ShippingPriceDeleted implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The shipping method the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ shippingMethod( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ShippingMethodType """ The shipping zone the shipping method belongs to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ shippingZone( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ShippingZone - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -24178,76 +18890,49 @@ Requires one of the following permissions: MANAGE_SHIPPING. """ type ShippingPriceExcludeProducts { errors: [ShippingError!]! - shippingErrors: [ShippingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shippingErrors: [ShippingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - A shipping method with new list of excluded products. - """ + """A shipping method with new list of excluded products.""" shippingMethod: ShippingMethodType } input ShippingPriceExcludeProductsInput { - """ - List of products which will be excluded. - """ + """List of products which will be excluded.""" products: [ID!]! } input ShippingPriceInput { - """ - Postal code rules to add. - """ + """Postal code rules to add.""" addPostalCodeRules: [ShippingPostalCodeRulesCreateInputRange!] - """ - Postal code rules to delete. - """ + """Postal code rules to delete.""" deletePostalCodeRules: [ID!] - """ - Shipping method description. - """ + """Shipping method description.""" description: JSONString - """ - Inclusion type for currently assigned postal code rules. - """ + """Inclusion type for currently assigned postal code rules.""" inclusionType: PostalCodeRuleInclusionTypeEnum - """ - Maximum number of days for delivery. - """ + """Maximum number of days for delivery.""" maximumDeliveryDays: Int - """ - Maximum order weight to use this shipping method. - """ + """Maximum order weight to use this shipping method.""" maximumOrderWeight: WeightScalar - """ - Minimal number of days for delivery. - """ + """Minimal number of days for delivery.""" minimumDeliveryDays: Int - """ - Minimum order weight to use this shipping method. - """ + """Minimum order weight to use this shipping method.""" minimumOrderWeight: WeightScalar - """ - Name of the shipping method. - """ + """Name of the shipping method.""" name: String - """ - Shipping zone this method belongs to. - """ + """Shipping zone this method belongs to.""" shippingZone: ID - """ - Shipping type: price or weight based. - """ + """Shipping type: price or weight based.""" type: ShippingMethodTypeEnum } @@ -24258,12 +18943,9 @@ Requires one of the following permissions: MANAGE_SHIPPING. """ type ShippingPriceRemoveProductFromExclude { errors: [ShippingError!]! - shippingErrors: [ShippingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shippingErrors: [ShippingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - A shipping method with new list of excluded products. - """ + """A shipping method with new list of excluded products.""" shippingMethod: ShippingMethodType } @@ -24275,14 +18957,13 @@ Requires one of the following permissions: MANAGE_TRANSLATIONS. type ShippingPriceTranslate { errors: [TranslationError!]! shippingMethod: ShippingMethodType - translationErrors: [TranslationError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + translationErrors: [TranslationError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input ShippingPriceTranslationInput { """ Translated shipping method description. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString @@ -24296,63 +18977,48 @@ Requires one of the following permissions: MANAGE_SHIPPING. """ type ShippingPriceUpdate { errors: [ShippingError!]! - shippingErrors: [ShippingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shippingErrors: [ShippingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") shippingMethod: ShippingMethodType - """ - A shipping zone to which the shipping method belongs. - """ + """A shipping zone to which the shipping method belongs.""" shippingZone: ShippingZone } type ShippingPriceUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The shipping method the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ shippingMethod( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ShippingMethodType """ The shipping zone the shipping method belongs to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ shippingZone( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ShippingZone - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -24360,75 +19026,63 @@ type ShippingPriceUpdated implements Event { Represents a shipping zone in the shop. Zones are the concept used only for grouping shipping methods in the dashboard, and are never exposed to the customers directly. """ type ShippingZone implements Node & ObjectWithMetadata { - """ - List of channels for shipping zone. - """ + """List of channels for shipping zone.""" channels: [Channel!]! - """ - List of countries available for the method. - """ + """List of countries available for the method.""" countries: [CountryDisplay!]! default: Boolean! - """ - Description of a shipping zone. - """ + """Description of a shipping zone.""" description: String id: ID! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata name: String! - """ - Lowest and highest prices for the shipping. - """ + """Lowest and highest prices for the shipping.""" priceRange: MoneyRange - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata @@ -24438,9 +19092,7 @@ type ShippingZone implements Node & ObjectWithMetadata { """ shippingMethods: [ShippingMethodType!] - """ - List of warehouses for shipping zone. - """ + """List of warehouses for shipping zone.""" warehouses: [Warehouse!]! } @@ -24450,38 +19102,27 @@ Deletes shipping zones. Requires one of the following permissions: MANAGE_SHIPPING. """ type ShippingZoneBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [ShippingError!]! - shippingErrors: [ShippingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shippingErrors: [ShippingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type ShippingZoneCountableConnection { edges: [ShippingZoneCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type ShippingZoneCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: ShippingZone! } @@ -24492,25 +19133,18 @@ Requires one of the following permissions: MANAGE_SHIPPING. """ type ShippingZoneCreate { errors: [ShippingError!]! - shippingErrors: [ShippingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shippingErrors: [ShippingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") shippingZone: ShippingZone } input ShippingZoneCreateInput { - """ - List of channels to assign to the shipping zone. - """ + """List of channels to assign to the shipping zone.""" addChannels: [ID!] - """ - List of warehouses to assign to a shipping zone - """ + """List of warehouses to assign to a shipping zone""" addWarehouses: [ID!] - """ - List of countries in this shipping zone. - """ + """List of countries in this shipping zone.""" countries: [String!] """ @@ -24518,50 +19152,36 @@ input ShippingZoneCreateInput { """ default: Boolean - """ - Description of the shipping zone. - """ + """Description of the shipping zone.""" description: String - """ - Shipping zone's name. Visible only to the staff. - """ + """Shipping zone's name. Visible only to the staff.""" name: String } type ShippingZoneCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The shipping zone the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ shippingZone( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ShippingZone - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -24572,44 +19192,33 @@ Requires one of the following permissions: MANAGE_SHIPPING. """ type ShippingZoneDelete { errors: [ShippingError!]! - shippingErrors: [ShippingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shippingErrors: [ShippingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") shippingZone: ShippingZone } type ShippingZoneDeleted implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The shipping zone the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ shippingZone( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ShippingZone - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -24625,25 +19234,18 @@ Requires one of the following permissions: MANAGE_SHIPPING. """ type ShippingZoneUpdate { errors: [ShippingError!]! - shippingErrors: [ShippingError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shippingErrors: [ShippingError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") shippingZone: ShippingZone } input ShippingZoneUpdateInput { - """ - List of channels to assign to the shipping zone. - """ + """List of channels to assign to the shipping zone.""" addChannels: [ID!] - """ - List of warehouses to assign to a shipping zone - """ + """List of warehouses to assign to a shipping zone""" addWarehouses: [ID!] - """ - List of countries in this shipping zone. - """ + """List of countries in this shipping zone.""" countries: [String!] """ @@ -24651,60 +19253,42 @@ input ShippingZoneUpdateInput { """ default: Boolean - """ - Description of the shipping zone. - """ + """Description of the shipping zone.""" description: String - """ - Shipping zone's name. Visible only to the staff. - """ + """Shipping zone's name. Visible only to the staff.""" name: String - """ - List of channels to unassign from the shipping zone. - """ + """List of channels to unassign from the shipping zone.""" removeChannels: [ID!] - """ - List of warehouses to unassign from a shipping zone - """ + """List of warehouses to unassign from a shipping zone""" removeWarehouses: [ID!] } type ShippingZoneUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The shipping zone the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ shippingZone( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): ShippingZone - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -24714,247 +19298,197 @@ Represents a shop resource containing general shop data and configuration. type Shop { """ Enable automatic fulfillment for all digital products. - + Requires one of the following permissions: MANAGE_SETTINGS. """ automaticFulfillmentDigitalProducts: Boolean - """ - List of available external authentications. - """ + """List of available external authentications.""" availableExternalAuthentications: [ExternalAuthentication!]! - """ - List of available payment gateways. - """ + """List of available payment gateways.""" availablePaymentGateways( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String """ A currency for which gateways will be returned. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `channel` argument instead. """ currency: String ): [PaymentGateway!]! - """ - Shipping methods that are available for the shop. - """ + """Shipping methods that are available for the shop.""" availableShippingMethods( - """ - Address for which available shipping methods should be returned. - """ + """Address for which available shipping methods should be returned.""" address: AddressInput - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String! ): [ShippingMethod!] """ List of all currencies supported by shop's channels. - + Added in Saleor 3.1. - + Requires one of the following permissions: AUTHENTICATED_STAFF_USER, AUTHENTICATED_APP. """ channelCurrencies: [String!]! - """ - Charge taxes on shipping. - """ + """Charge taxes on shipping.""" chargeTaxesOnShipping: Boolean! - """ - Company address. - """ + """Company address.""" companyAddress: Address - """ - List of countries available in the shop. - """ + """List of countries available in the shop.""" countries( - """ - Filtering options for countries - """ + """Filtering options for countries""" filter: CountryFilterInput """ A language code to return the translation for. - + DEPRECATED: this field will be removed in Saleor 4.0. """ languageCode: LanguageCodeEnum ): [CountryDisplay!]! - """ - URL of a view where customers can set their password. - """ + """URL of a view where customers can set their password.""" customerSetPasswordUrl: String - """ - Shop's default country. - """ + """Shop's default country.""" defaultCountry: CountryDisplay """ Default number of max downloads per digital content URL. - + Requires one of the following permissions: MANAGE_SETTINGS. """ defaultDigitalMaxDownloads: Int """ Default number of days which digital content URL will be valid. - + Requires one of the following permissions: MANAGE_SETTINGS. """ defaultDigitalUrlValidDays: Int """ Default shop's email sender's address. - + Requires one of the following permissions: MANAGE_SETTINGS. """ defaultMailSenderAddress: String """ Default shop's email sender's name. - + Requires one of the following permissions: MANAGE_SETTINGS. """ defaultMailSenderName: String - """ - Default weight unit. - """ + """Default weight unit.""" defaultWeightUnit: WeightUnitsEnum - """ - Shop's description. - """ + """Shop's description.""" description: String - """ - Display prices with tax in store. - """ + """Display prices with tax in store.""" displayGrossPrices: Boolean! - """ - Shop's domain data. - """ + """Shop's domain data.""" domain: Domain! """ Allow to approve fulfillments which are unpaid. - + Added in Saleor 3.1. """ fulfillmentAllowUnpaid: Boolean! """ Automatically approve all new fulfillments. - + Added in Saleor 3.1. """ fulfillmentAutoApprove: Boolean! - """ - Header text. - """ + """Header text.""" headerText: String - """ - Include taxes in prices. - """ + """Include taxes in prices.""" includeTaxesInPrices: Boolean! - """ - List of the shops's supported languages. - """ + """List of the shops's supported languages.""" languages: [LanguageDisplay!]! """ Default number of maximum line quantity in single checkout (per single checkout line). - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. - + Requires one of the following permissions: MANAGE_SETTINGS. """ limitQuantityPerCheckout: Int """ Resource limitations and current usage if any set for a shop - + Requires one of the following permissions: AUTHENTICATED_STAFF_USER. """ limits: LimitInfo! - """ - Shop's name. - """ + """Shop's name.""" name: String! - """ - List of available permissions. - """ + """List of available permissions.""" permissions: [Permission!]! - """ - List of possible phone prefixes. - """ + """List of possible phone prefixes.""" phonePrefixes: [String!]! """ Default number of minutes stock will be reserved for anonymous checkout or null when stock reservation is disabled. - + Added in Saleor 3.1. - + Requires one of the following permissions: MANAGE_SETTINGS. """ reserveStockDurationAnonymousUser: Int """ Default number of minutes stock will be reserved for authenticated checkout or null when stock reservation is disabled. - + Added in Saleor 3.1. - + Requires one of the following permissions: MANAGE_SETTINGS. """ reserveStockDurationAuthenticatedUser: Int """ List of staff notification recipients. - + Requires one of the following permissions: MANAGE_SETTINGS. """ staffNotificationRecipients: [StaffNotificationRecipient!] - """ - Enable inventory tracking. - """ + """Enable inventory tracking.""" trackInventoryByDefault: Boolean - """ - Returns translated shop fields for the given language code. - """ + """Returns translated shop fields for the given language code.""" translation( - """ - A language code to return the translation for shop. - """ + """A language code to return the translation for shop.""" languageCode: LanguageCodeEnum! ): ShopTranslation """ Saleor API version. - + Requires one of the following permissions: AUTHENTICATED_STAFF_USER, AUTHENTICATED_APP. """ version: String! @@ -24968,12 +19502,9 @@ Requires one of the following permissions: MANAGE_SETTINGS. type ShopAddressUpdate { errors: [ShopError!]! - """ - Updated shop. - """ + """Updated shop.""" shop: Shop - shopErrors: [ShopError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shopErrors: [ShopError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -24984,18 +19515,13 @@ Requires one of the following permissions: MANAGE_SETTINGS. type ShopDomainUpdate { errors: [ShopError!]! - """ - Updated shop. - """ + """Updated shop.""" shop: Shop - shopErrors: [ShopError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shopErrors: [ShopError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type ShopError { - """ - The error code. - """ + """The error code.""" code: ShopErrorCode! """ @@ -25003,15 +19529,11 @@ type ShopError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum ShopErrorCode { ALREADY_EXISTS CANNOT_FETCH_TAX_RATES @@ -25030,115 +19552,86 @@ Requires one of the following permissions: MANAGE_SETTINGS. type ShopFetchTaxRates { errors: [ShopError!]! - """ - Updated shop. - """ + """Updated shop.""" shop: Shop - shopErrors: [ShopError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shopErrors: [ShopError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input ShopSettingsInput { - """ - Enable automatic fulfillment for all digital products. - """ + """Enable automatic fulfillment for all digital products.""" automaticFulfillmentDigitalProducts: Boolean - """ - Charge taxes on shipping. - """ + """Charge taxes on shipping.""" chargeTaxesOnShipping: Boolean - """ - URL of a view where customers can set their password. - """ + """URL of a view where customers can set their password.""" customerSetPasswordUrl: String - """ - Default number of max downloads per digital content URL. - """ + """Default number of max downloads per digital content URL.""" defaultDigitalMaxDownloads: Int - """ - Default number of days which digital content URL will be valid. - """ + """Default number of days which digital content URL will be valid.""" defaultDigitalUrlValidDays: Int - """ - Default email sender's address. - """ + """Default email sender's address.""" defaultMailSenderAddress: String - """ - Default email sender's name. - """ + """Default email sender's name.""" defaultMailSenderName: String - """ - Default weight unit. - """ + """Default weight unit.""" defaultWeightUnit: WeightUnitsEnum - """ - SEO description. - """ + """SEO description.""" description: String - """ - Display prices with tax in store. - """ + """Display prices with tax in store.""" displayGrossPrices: Boolean """ Enable ability to approve fulfillments which are unpaid. - + Added in Saleor 3.1. """ fulfillmentAllowUnpaid: Boolean """ Enable automatic approval of all new fulfillments. - + Added in Saleor 3.1. """ fulfillmentAutoApprove: Boolean - """ - Header text. - """ + """Header text.""" headerText: String - """ - Include taxes in prices. - """ + """Include taxes in prices.""" includeTaxesInPrices: Boolean """ Default number of maximum line quantity in single checkout. Minimum possible value is 1, default value is 50. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ limitQuantityPerCheckout: Int """ Default number of minutes stock will be reserved for anonymous checkout. Enter 0 or null to disable. - + Added in Saleor 3.1. """ reserveStockDurationAnonymousUser: Int """ Default number of minutes stock will be reserved for authenticated checkout. Enter 0 or null to disable. - + Added in Saleor 3.1. """ reserveStockDurationAuthenticatedUser: Int - """ - Enable inventory tracking. - """ + """Enable inventory tracking.""" trackInventoryByDefault: Boolean } @@ -25150,12 +19643,9 @@ Requires one of the following permissions: MANAGE_TRANSLATIONS. type ShopSettingsTranslate { errors: [TranslationError!]! - """ - Updated shop settings. - """ + """Updated shop settings.""" shop: Shop - translationErrors: [TranslationError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + translationErrors: [TranslationError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input ShopSettingsTranslationInput { @@ -25171,12 +19661,9 @@ Requires one of the following permissions: MANAGE_SETTINGS. type ShopSettingsUpdate { errors: [ShopError!]! - """ - Updated shop. - """ + """Updated shop.""" shop: Shop - shopErrors: [ShopError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shopErrors: [ShopError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type ShopTranslation implements Node { @@ -25184,21 +19671,15 @@ type ShopTranslation implements Node { headerText: String! id: ID! - """ - Translation language. - """ + """Translation language.""" language: LanguageDisplay! } input SiteDomainInput { - """ - Domain name for shop. - """ + """Domain name for shop.""" domain: String - """ - Shop site name. - """ + """Shop site name.""" name: String } @@ -25208,13 +19689,10 @@ Deletes staff users. Requires one of the following permissions: MANAGE_STAFF. """ type StaffBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [StaffError!]! - staffErrors: [StaffError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + staffErrors: [StaffError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -25224,40 +19702,27 @@ Requires one of the following permissions: MANAGE_STAFF. """ type StaffCreate { errors: [StaffError!]! - staffErrors: [StaffError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + staffErrors: [StaffError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") user: User } input StaffCreateInput { - """ - List of permission group IDs to which user should be assigned. - """ + """List of permission group IDs to which user should be assigned.""" addGroups: [ID!] - """ - The unique email address of the user. - """ + """The unique email address of the user.""" email: String - """ - Given name. - """ + """Given name.""" firstName: String - """ - User account is active. - """ + """User account is active.""" isActive: Boolean - """ - Family name. - """ + """Family name.""" lastName: String - """ - A note about the user. - """ + """A note about the user.""" note: String """ @@ -25273,20 +19738,15 @@ Requires one of the following permissions: MANAGE_STAFF. """ type StaffDelete { errors: [StaffError!]! - staffErrors: [StaffError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + staffErrors: [StaffError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") user: User } type StaffError { - """ - A type of address that causes the error. - """ + """A type of address that causes the error.""" addressType: AddressTypeEnum - """ - The error code. - """ + """The error code.""" code: AccountErrorCode! """ @@ -25294,36 +19754,24 @@ type StaffError { """ field: String - """ - List of permission group IDs which cause the error. - """ + """List of permission group IDs which cause the error.""" groups: [ID!] - """ - The error message. - """ + """The error message.""" message: String - """ - List of permissions which causes the error. - """ + """List of permissions which causes the error.""" permissions: [PermissionEnum!] - """ - List of user IDs which causes the error. - """ + """List of user IDs which causes the error.""" users: [ID!] } enum StaffMemberStatus { - """ - User account has been activated. - """ + """User account has been activated.""" ACTIVE - """ - User account has not been activated yet. - """ + """User account has not been activated yet.""" DEACTIVATED } @@ -25331,20 +19779,14 @@ enum StaffMemberStatus { Represents a recipient of email notifications send by Saleor, such as notifications about new orders. Notifications can be assigned to staff users or arbitrary email addresses. """ type StaffNotificationRecipient implements Node { - """ - Determines if a notification active. - """ + """Determines if a notification active.""" active: Boolean - """ - Returns email address of a user subscribed to email notifications. - """ + """Returns email address of a user subscribed to email notifications.""" email: String id: ID! - """ - Returns a user subscribed to email notifications. - """ + """Returns a user subscribed to email notifications.""" user: User } @@ -25355,8 +19797,7 @@ Requires one of the following permissions: MANAGE_SETTINGS. """ type StaffNotificationRecipientCreate { errors: [ShopError!]! - shopErrors: [ShopError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shopErrors: [ShopError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") staffNotificationRecipient: StaffNotificationRecipient } @@ -25367,25 +19808,18 @@ Requires one of the following permissions: MANAGE_SETTINGS. """ type StaffNotificationRecipientDelete { errors: [ShopError!]! - shopErrors: [ShopError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shopErrors: [ShopError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") staffNotificationRecipient: StaffNotificationRecipient } input StaffNotificationRecipientInput { - """ - Determines if a notification active. - """ + """Determines if a notification active.""" active: Boolean - """ - Email address of a user subscribed to email notifications. - """ + """Email address of a user subscribed to email notifications.""" email: String - """ - The ID of the user subscribed to email notifications.. - """ + """The ID of the user subscribed to email notifications..""" user: ID } @@ -25396,8 +19830,7 @@ Requires one of the following permissions: MANAGE_SETTINGS. """ type StaffNotificationRecipientUpdate { errors: [ShopError!]! - shopErrors: [ShopError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + shopErrors: [ShopError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") staffNotificationRecipient: StaffNotificationRecipient } @@ -25408,45 +19841,30 @@ Requires one of the following permissions: MANAGE_STAFF. """ type StaffUpdate { errors: [StaffError!]! - staffErrors: [StaffError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + staffErrors: [StaffError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") user: User } input StaffUpdateInput { - """ - List of permission group IDs to which user should be assigned. - """ + """List of permission group IDs to which user should be assigned.""" addGroups: [ID!] - """ - The unique email address of the user. - """ + """The unique email address of the user.""" email: String - """ - Given name. - """ + """Given name.""" firstName: String - """ - User account is active. - """ + """User account is active.""" isActive: Boolean - """ - Family name. - """ + """Family name.""" lastName: String - """ - A note about the user. - """ + """A note about the user.""" note: String - """ - List of permission group IDs from which user should be unassigned. - """ + """List of permission group IDs from which user should be unassigned.""" removeGroups: [ID!] } @@ -25456,30 +19874,28 @@ input StaffUserInput { status: StaffMemberStatus } -""" -Represents stock. -""" +"""Represents stock.""" type Stock implements Node { id: ID! productVariant: ProductVariant! """ Quantity of a product in the warehouse's possession, including the allocated stock that is waiting for shipment. - + Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. """ quantity: Int! """ Quantity allocated for orders. - + Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. """ quantityAllocated: Int! """ Quantity reserved for checkouts. - + Requires one of the following permissions: MANAGE_PRODUCTS, MANAGE_ORDERS. """ quantityReserved: Int! @@ -25494,33 +19910,23 @@ enum StockAvailability { type StockCountableConnection { edges: [StockCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type StockCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Stock! } type StockError { - """ - The error code. - """ + """The error code.""" code: StockErrorCode! """ @@ -25528,15 +19934,11 @@ type StockError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum StockErrorCode { ALREADY_EXISTS GRAPHQL_ERROR @@ -25547,31 +19949,22 @@ enum StockErrorCode { } input StockFilterInput { - """ - """ + """""" quantity: Float search: String } input StockInput { - """ - Quantity of items available for sell. - """ + """Quantity of items available for sell.""" quantity: Int! - """ - Warehouse in which stock is located. - """ + """Warehouse in which stock is located.""" warehouse: ID! } -""" -Enum representing the type of a payment storage in a gateway. -""" +"""Enum representing the type of a payment storage in a gateway.""" enum StorePaymentMethodEnum { - """ - Storage is disabled. The payment is not stored. - """ + """Storage is disabled. The payment is not stored.""" NONE """ @@ -25588,26 +19981,20 @@ enum StorePaymentMethodEnum { type Subscription { """ Look up subscription event. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ event: Event } -""" -Representation of tax types fetched from tax gateway. -""" +"""Representation of tax types fetched from tax gateway.""" type TaxType { - """ - Description of the tax type. - """ + """Description of the tax type.""" description: String - """ - External tax code used to identify given tax group. - """ + """External tax code used to identify given tax group.""" taxCode: String } @@ -25615,69 +20002,45 @@ type TaxType { Represents a monetary value with taxes. In cases where taxes were not applied, net and gross values will be equal. """ type TaxedMoney { - """ - Currency code. - """ + """Currency code.""" currency: String! - """ - Amount of money including taxes. - """ + """Amount of money including taxes.""" gross: Money! - """ - Amount of money without taxes. - """ + """Amount of money without taxes.""" net: Money! - """ - Amount of taxes. - """ + """Amount of taxes.""" tax: Money! } -""" -Represents a range of monetary values. -""" +"""Represents a range of monetary values.""" type TaxedMoneyRange { - """ - Lower bound of a price range. - """ + """Lower bound of a price range.""" start: TaxedMoney - """ - Upper bound of a price range. - """ + """Upper bound of a price range.""" stop: TaxedMoney } type TimePeriod { - """ - The length of the period. - """ + """The length of the period.""" amount: Int! - """ - The type of the period. - """ + """The type of the period.""" type: TimePeriodTypeEnum! } input TimePeriodInputType { - """ - The length of the period. - """ + """The length of the period.""" amount: Int! - """ - The type of the period. - """ + """The type of the period.""" type: TimePeriodTypeEnum! } -""" -An enumeration. -""" +"""An enumeration.""" enum TimePeriodTypeEnum { DAY MONTH @@ -25685,13 +20048,9 @@ enum TimePeriodTypeEnum { YEAR } -""" -An object representing a single payment. -""" +"""An object representing a single payment.""" type Transaction implements Node { - """ - Total amount of the transaction. - """ + """Total amount of the transaction.""" amount: Money created: DateTime! error: String @@ -25704,14 +20063,10 @@ type Transaction implements Node { } type TransactionAction { - """ - Determines the action type. - """ + """Determines the action type.""" actionType: TransactionActionEnum! - """ - Transaction request amount. Null when action type is VOID. - """ + """Transaction request amount. Null when action type is VOID.""" amount: PositiveDecimal } @@ -25732,40 +20087,32 @@ enum TransactionActionEnum { type TransactionActionRequest implements Event { """ Requested action data. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ action: TransactionAction! - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ Look up a transaction. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ transaction: TransactionItem - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } @@ -25782,9 +20129,7 @@ type TransactionCreate { } type TransactionCreateError { - """ - The error code. - """ + """The error code.""" code: TransactionCreateErrorCode! """ @@ -25792,15 +20137,11 @@ type TransactionCreateError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum TransactionCreateErrorCode { GRAPHQL_ERROR INCORRECT_CURRENCY @@ -25810,98 +20151,62 @@ enum TransactionCreateErrorCode { } input TransactionCreateInput { - """ - Amount authorized by this transaction. - """ + """Amount authorized by this transaction.""" amountAuthorized: MoneyInput - """ - Amount charged by this transaction. - """ + """Amount charged by this transaction.""" amountCharged: MoneyInput - """ - Amount refunded by this transaction. - """ + """Amount refunded by this transaction.""" amountRefunded: MoneyInput - """ - Amount voided by this transaction. - """ + """Amount voided by this transaction.""" amountVoided: MoneyInput - """ - List of all possible actions for the transaction - """ + """List of all possible actions for the transaction""" availableActions: [TransactionActionEnum!] - """ - Payment public metadata. - """ + """Payment public metadata.""" metadata: [MetadataInput!] - """ - Payment private metadata. - """ + """Payment private metadata.""" privateMetadata: [MetadataInput!] - """ - Reference of the transaction. - """ + """Reference of the transaction.""" reference: String - """ - Status of the transaction. - """ + """Status of the transaction.""" status: String! - """ - Payment type used for this transaction. - """ + """Payment type used for this transaction.""" type: String! } -""" -Represents transaction's event. -""" +"""Represents transaction's event.""" type TransactionEvent implements Node { createdAt: DateTime! - """ - The ID of the object. - """ + """The ID of the object.""" id: ID! - """ - Name of the transaction's event. - """ + """Name of the transaction's event.""" name: String - """ - Reference of transaction's event. - """ + """Reference of transaction's event.""" reference: String! - """ - Status of transaction's event. - """ + """Status of transaction's event.""" status: TransactionStatus! } input TransactionEventInput { - """ - Name of the transaction. - """ + """Name of the transaction.""" name: String - """ - Reference of the transaction. - """ + """Reference of the transaction.""" reference: String - """ - Current status of the payment transaction. - """ + """Current status of the payment transaction.""" status: TransactionStatus! } @@ -25918,107 +20223,83 @@ type TransactionItem implements Node & ObjectWithMetadata { """ actions: [TransactionActionEnum!]! - """ - Total amount authorized for this payment. - """ + """Total amount authorized for this payment.""" authorizedAmount: Money! - """ - Total amount charged for this payment. - """ + """Total amount charged for this payment.""" chargedAmount: Money! createdAt: DateTime! - """ - List of all transaction's events. - """ + """List of all transaction's events.""" events: [TransactionEvent!]! - """ - The ID of the object. - """ + """The ID of the object.""" id: ID! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata modifiedAt: DateTime! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata - """ - Reference of transaction. - """ + """Reference of transaction.""" reference: String! - """ - Total amount refunded for this payment. - """ + """Total amount refunded for this payment.""" refundedAmount: Money! - """ - Status of transaction. - """ + """Status of transaction.""" status: String! - """ - Type of transaction. - """ + """Type of transaction.""" type: String! - """ - Total amount voided for this payment. - """ + """Total amount voided for this payment.""" voidedAmount: Money! } -""" -An enumeration. -""" +"""An enumeration.""" enum TransactionKind { ACTION_TO_CONFIRM AUTH @@ -26047,9 +20328,7 @@ type TransactionRequestAction { } type TransactionRequestActionError { - """ - The error code. - """ + """The error code.""" code: TransactionRequestActionErrorCode! """ @@ -26057,15 +20336,11 @@ type TransactionRequestActionError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum TransactionRequestActionErrorCode { GRAPHQL_ERROR INVALID @@ -26073,9 +20348,7 @@ enum TransactionRequestActionErrorCode { NOT_FOUND } -""" -An enumeration. -""" +"""An enumeration.""" enum TransactionStatus { FAILURE PENDING @@ -26095,9 +20368,7 @@ type TransactionUpdate { } type TransactionUpdateError { - """ - The error code. - """ + """The error code.""" code: TransactionUpdateErrorCode! """ @@ -26105,15 +20376,11 @@ type TransactionUpdateError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum TransactionUpdateErrorCode { GRAPHQL_ERROR INCORRECT_CURRENCY @@ -26123,93 +20390,54 @@ enum TransactionUpdateErrorCode { } input TransactionUpdateInput { - """ - Amount authorized by this transaction. - """ + """Amount authorized by this transaction.""" amountAuthorized: MoneyInput - """ - Amount charged by this transaction. - """ + """Amount charged by this transaction.""" amountCharged: MoneyInput - """ - Amount refunded by this transaction. - """ + """Amount refunded by this transaction.""" amountRefunded: MoneyInput - """ - Amount voided by this transaction. - """ + """Amount voided by this transaction.""" amountVoided: MoneyInput - """ - List of all possible actions for the transaction - """ + """List of all possible actions for the transaction""" availableActions: [TransactionActionEnum!] - """ - Payment public metadata. - """ + """Payment public metadata.""" metadata: [MetadataInput!] - """ - Payment private metadata. - """ + """Payment private metadata.""" privateMetadata: [MetadataInput!] - """ - Reference of the transaction. - """ + """Reference of the transaction.""" reference: String - """ - Status of the transaction. - """ + """Status of the transaction.""" status: String - """ - Payment type used for this transaction. - """ + """Payment type used for this transaction.""" type: String } -union TranslatableItem = - AttributeTranslatableContent - | AttributeValueTranslatableContent - | CategoryTranslatableContent - | CollectionTranslatableContent - | MenuItemTranslatableContent - | PageTranslatableContent - | ProductTranslatableContent - | ProductVariantTranslatableContent - | SaleTranslatableContent - | ShippingMethodTranslatableContent - | VoucherTranslatableContent +union TranslatableItem = AttributeTranslatableContent | AttributeValueTranslatableContent | CategoryTranslatableContent | CollectionTranslatableContent | MenuItemTranslatableContent | PageTranslatableContent | ProductTranslatableContent | ProductVariantTranslatableContent | SaleTranslatableContent | ShippingMethodTranslatableContent | VoucherTranslatableContent type TranslatableItemConnection { edges: [TranslatableItemEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type TranslatableItemEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: TranslatableItem! } @@ -26228,40 +20456,30 @@ enum TranslatableKinds { } type TranslationCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The translation the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ translation: TranslationTypes - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } type TranslationError { - """ - The error code. - """ + """The error code.""" code: TranslationErrorCode! """ @@ -26269,15 +20487,11 @@ type TranslationError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum TranslationErrorCode { GRAPHQL_ERROR INVALID @@ -26288,7 +20502,7 @@ enum TranslationErrorCode { input TranslationInput { """ Translated description. - + Rich text format. For reference see https://editorjs.io/ """ description: JSONString @@ -26297,61 +20511,38 @@ input TranslationInput { seoTitle: String } -union TranslationTypes = - AttributeTranslation - | AttributeValueTranslation - | CategoryTranslation - | CollectionTranslation - | MenuItemTranslation - | PageTranslation - | ProductTranslation - | ProductVariantTranslation - | SaleTranslation - | ShippingMethodTranslation - | VoucherTranslation +union TranslationTypes = AttributeTranslation | AttributeValueTranslation | CategoryTranslation | CollectionTranslation | MenuItemTranslation | PageTranslation | ProductTranslation | ProductVariantTranslation | SaleTranslation | ShippingMethodTranslation | VoucherTranslation type TranslationUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App """ The translation the event relates to. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ translation: TranslationTypes - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String } scalar UUID input UpdateInvoiceInput { - """ - Invoice number - """ + """Invoice number""" number: String - """ - URL of an invoice to download. - """ + """URL of an invoice to download.""" url: String } @@ -26361,8 +20552,7 @@ Updates metadata of an object. To use it, you need to have access to the modifie type UpdateMetadata { errors: [MetadataError!]! item: ObjectWithMetadata - metadataErrors: [MetadataError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + metadataErrors: [MetadataError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -26371,8 +20561,7 @@ Updates private metadata of an object. To use it, you need to be an authenticate type UpdatePrivateMetadata { errors: [MetadataError!]! item: ObjectWithMetadata - metadataErrors: [MetadataError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + metadataErrors: [MetadataError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -26381,9 +20570,7 @@ Variables of this type must be set to null in mutations. They will be replaced w scalar Upload type UploadError { - """ - The error code. - """ + """The error code.""" code: UploadErrorCode! """ @@ -26391,143 +20578,103 @@ type UploadError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum UploadErrorCode { GRAPHQL_ERROR } -""" -Represents user data. -""" +"""Represents user data.""" type User implements Node & ObjectWithMetadata { - """ - List of all user's addresses. - """ + """List of all user's addresses.""" addresses: [Address!] avatar( - """ - Size of the avatar. - """ + """Size of the avatar.""" size: Int ): Image - """ - Returns the last open checkout of this user. - """ - checkout: Checkout - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use the `checkoutTokens` field to fetch the user checkouts." - ) + """Returns the last open checkout of this user.""" + checkout: Checkout @deprecated(reason: "This field will be removed in Saleor 4.0. Use the `checkoutTokens` field to fetch the user checkouts.") - """ - Returns the checkout ID's assigned to this user. - """ + """Returns the checkout ID's assigned to this user.""" checkoutIds( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): [ID!] - """ - Returns the checkout UUID's assigned to this user. - """ + """Returns the checkout UUID's assigned to this user.""" checkoutTokens( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String - ): [UUID!] - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `checkoutIds` instead.") + ): [UUID!] @deprecated(reason: "This field will be removed in Saleor 4.0. Use `checkoutIds` instead.") dateJoined: DateTime! defaultBillingAddress: Address defaultShippingAddress: Address - """ - List of user's permission groups which user can manage. - """ + """List of user's permission groups which user can manage.""" editableGroups: [Group!] email: String! """ List of events associated with the user. - + Requires one of the following permissions: MANAGE_USERS, MANAGE_STAFF. """ events: [CustomerEvent!] firstName: String! - """ - List of the user gift cards. - """ + """List of the user gift cards.""" giftCards( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): GiftCardCountableConnection id: ID! isActive: Boolean! isStaff: Boolean! - """ - User language code. - """ + """User language code.""" languageCode: LanguageCodeEnum! lastLogin: DateTime lastName: String! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata """ A note about the customer. - + Requires one of the following permissions: MANAGE_USERS, MANAGE_STAFF. """ note: String @@ -26536,71 +20683,53 @@ type User implements Node & ObjectWithMetadata { List of user's orders. Requires one of the following permissions: MANAGE_STAFF, OWNER. """ orders( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): OrderCountableConnection - """ - List of user's permission groups. - """ + """List of user's permission groups.""" permissionGroups: [Group!] - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata - """ - List of stored payment sources. - """ + """List of stored payment sources.""" storedPaymentSources( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): [PaymentSource!] updatedAt: DateTime! - """ - List of user's permissions. - """ + """List of user's permissions.""" userPermissions: [UserPermission!] } @@ -26610,13 +20739,10 @@ Deletes a user avatar. Only for staff members. Requires one of the following permissions: AUTHENTICATED_STAFF_USER. """ type UserAvatarDelete { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - An updated user instance. - """ + """An updated user instance.""" user: User } @@ -26626,13 +20752,10 @@ Create a user avatar. Only for staff members. This mutation must be sent as a `m Requires one of the following permissions: AUTHENTICATED_STAFF_USER. """ type UserAvatarUpdate { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - An updated user instance. - """ + """An updated user instance.""" user: User } @@ -26642,12 +20765,9 @@ Activate or deactivate users. Requires one of the following permissions: MANAGE_USERS. """ type UserBulkSetActive { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! errors: [AccountError!]! } @@ -26655,26 +20775,18 @@ type UserBulkSetActive { type UserCountableConnection { edges: [UserCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type UserCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: User! } @@ -26684,44 +20796,28 @@ input UserCreateInput { """ channel: String - """ - Billing address of the customer. - """ + """Billing address of the customer.""" defaultBillingAddress: AddressInput - """ - Shipping address of the customer. - """ + """Shipping address of the customer.""" defaultShippingAddress: AddressInput - """ - The unique email address of the user. - """ + """The unique email address of the user.""" email: String - """ - Given name. - """ + """Given name.""" firstName: String - """ - User account is active. - """ + """User account is active.""" isActive: Boolean - """ - User language code. - """ + """User language code.""" languageCode: LanguageCodeEnum - """ - Family name. - """ + """Family name.""" lastName: String - """ - A note about the user. - """ + """A note about the user.""" note: String """ @@ -26731,88 +20827,56 @@ input UserCreateInput { } type UserPermission { - """ - Internal code for permission. - """ + """Internal code for permission.""" code: PermissionEnum! - """ - Describe action(s) allowed to do by permission. - """ + """Describe action(s) allowed to do by permission.""" name: String! - """ - List of user permission groups which contains this permission. - """ + """List of user permission groups which contains this permission.""" sourcePermissionGroups( - """ - ID of user whose groups should be returned. - """ + """ID of user whose groups should be returned.""" userId: ID! ): [Group!] } enum UserSortField { - """ - Sort users by created at. - """ + """Sort users by created at.""" CREATED_AT - """ - Sort users by email. - """ + """Sort users by email.""" EMAIL - """ - Sort users by first name. - """ + """Sort users by first name.""" FIRST_NAME - """ - Sort users by last modified at. - """ + """Sort users by last modified at.""" LAST_MODIFIED_AT - """ - Sort users by last name. - """ + """Sort users by last name.""" LAST_NAME - """ - Sort users by order count. - """ + """Sort users by order count.""" ORDER_COUNT } input UserSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort users by the selected field. - """ + """Sort users by the selected field.""" field: UserSortField! } -""" -Represents a VAT rate for a country. -""" +"""Represents a VAT rate for a country.""" type VAT { - """ - Country code. - """ + """Country code.""" countryCode: String! - """ - Country's VAT rate exceptions for specific types of goods. - """ + """Country's VAT rate exceptions for specific types of goods.""" reducedRates: [ReducedRate!]! - """ - Standard VAT rate in percent. - """ + """Standard VAT rate in percent.""" standardRate: Float } @@ -26830,8 +20894,7 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type VariantMediaAssign { errors: [ProductError!]! media: ProductMedia - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") productVariant: ProductVariant } @@ -26843,73 +20906,47 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type VariantMediaUnassign { errors: [ProductError!]! media: ProductMedia - productErrors: [ProductError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + productErrors: [ProductError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") productVariant: ProductVariant } -""" -Represents availability of a variant in the storefront. -""" +"""Represents availability of a variant in the storefront.""" type VariantPricingInfo { - """ - The discount amount if in sale (null otherwise). - """ + """The discount amount if in sale (null otherwise).""" discount: TaxedMoney - """ - The discount amount in the local currency. - """ + """The discount amount in the local currency.""" discountLocalCurrency: TaxedMoney - """ - Whether it is in sale or not. - """ + """Whether it is in sale or not.""" onSale: Boolean - """ - The price, with any discount subtracted. - """ + """The price, with any discount subtracted.""" price: TaxedMoney - """ - The discounted price in the local currency. - """ + """The discounted price in the local currency.""" priceLocalCurrency: TaxedMoney - """ - The price without any discount. - """ + """The price without any discount.""" priceUndiscounted: TaxedMoney } -""" -Verify JWT token. -""" +"""Verify JWT token.""" type VerifyToken { - accountErrors: [AccountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + accountErrors: [AccountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [AccountError!]! - """ - Determine if token is valid or not. - """ + """Determine if token is valid or not.""" isValid: Boolean! - """ - JWT payload. - """ + """JWT payload.""" payload: GenericScalar - """ - User assigned to token. - """ + """User assigned to token.""" user: User } -""" -An enumeration. -""" +"""An enumeration.""" enum VolumeUnitsEnum { ACRE_FT ACRE_IN @@ -26933,34 +20970,24 @@ type Voucher implements Node & ObjectWithMetadata { applyOncePerCustomer: Boolean! applyOncePerOrder: Boolean! - """ - List of categories this voucher applies to. - """ + """List of categories this voucher applies to.""" categories( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): CategoryCountableConnection """ List of availability in channels for the voucher. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ channelListings: [VoucherChannelListing!] @@ -26968,182 +20995,138 @@ type Voucher implements Node & ObjectWithMetadata { """ List of collections this voucher applies to. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ collections( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): CollectionCountableConnection - """ - List of countries available for the shipping voucher. - """ + """List of countries available for the shipping voucher.""" countries: [CountryDisplay!] - """ - Currency code for voucher. - """ + """Currency code for voucher.""" currency: String - """ - Voucher value. - """ + """Voucher value.""" discountValue: Float - """ - Determines a type of discount for voucher - value or percentage - """ + """Determines a type of discount for voucher - value or percentage""" discountValueType: DiscountValueTypeEnum! endDate: DateTime id: ID! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata minCheckoutItemsQuantity: Int - """ - Minimum order value to apply voucher. - """ + """Minimum order value to apply voucher.""" minSpent: Money name: String onlyForStaff: Boolean! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata """ List of products this voucher applies to. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ products( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): ProductCountableConnection startDate: DateTime! - """ - Returns translated voucher fields for the given language code. - """ + """Returns translated voucher fields for the given language code.""" translation( - """ - A language code to return the translation for voucher. - """ + """A language code to return the translation for voucher.""" languageCode: LanguageCodeEnum! ): VoucherTranslation - """ - Determines a type of voucher. - """ + """Determines a type of voucher.""" type: VoucherTypeEnum! usageLimit: Int used: Int! """ List of product variants this voucher applies to. - + Added in Saleor 3.1. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ variants( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): ProductVariantCountableConnection } @@ -27154,13 +21137,10 @@ Adds products, categories, collections to a voucher. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type VoucherAddCatalogues { - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! - """ - Voucher of which catalogue IDs will be modified. - """ + """Voucher of which catalogue IDs will be modified.""" voucher: Voucher } @@ -27170,18 +21150,13 @@ Deletes vouchers. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type VoucherBulkDelete { - """ - Returns how many objects were affected. - """ + """Returns how many objects were affected.""" count: Int! - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! } -""" -Represents voucher channel listing. -""" +"""Represents voucher channel listing.""" type VoucherChannelListing implements Node { channel: Channel! currency: String! @@ -27191,31 +21166,21 @@ type VoucherChannelListing implements Node { } input VoucherChannelListingAddInput { - """ - ID of a channel. - """ + """ID of a channel.""" channelId: ID! - """ - Value of the voucher. - """ + """Value of the voucher.""" discountValue: PositiveDecimal - """ - Min purchase amount required to apply the voucher. - """ + """Min purchase amount required to apply the voucher.""" minAmountSpent: PositiveDecimal } input VoucherChannelListingInput { - """ - List of channels to which the voucher should be assigned. - """ + """List of channels to which the voucher should be assigned.""" addChannels: [VoucherChannelListingAddInput!] - """ - List of channels from which the voucher should be unassigned. - """ + """List of channels from which the voucher should be unassigned.""" removeChannels: [ID!] } @@ -27225,39 +21190,28 @@ Manage voucher's availability in channels. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type VoucherChannelListingUpdate { - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! - """ - An updated voucher instance. - """ + """An updated voucher instance.""" voucher: Voucher } type VoucherCountableConnection { edges: [VoucherCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type VoucherCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Voucher! } @@ -27267,44 +21221,33 @@ Creates a new voucher. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type VoucherCreate { - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! voucher: Voucher } type VoucherCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String """ The voucher the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ voucher( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Voucher } @@ -27315,44 +21258,33 @@ Deletes a voucher. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type VoucherDelete { - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! voucher: Voucher } type VoucherDeleted implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String """ The voucher the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ voucher( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Voucher } @@ -27373,84 +21305,54 @@ input VoucherFilterInput { } input VoucherInput { - """ - Voucher should be applied once per customer. - """ + """Voucher should be applied once per customer.""" applyOncePerCustomer: Boolean - """ - Voucher should be applied to the cheapest item or entire order. - """ + """Voucher should be applied to the cheapest item or entire order.""" applyOncePerOrder: Boolean - """ - Categories discounted by the voucher. - """ + """Categories discounted by the voucher.""" categories: [ID!] - """ - Code to use the voucher. - """ + """Code to use the voucher.""" code: String - """ - Collections discounted by the voucher. - """ + """Collections discounted by the voucher.""" collections: [ID!] - """ - Country codes that can be used with the shipping voucher. - """ + """Country codes that can be used with the shipping voucher.""" countries: [String!] - """ - Choices: fixed or percentage. - """ + """Choices: fixed or percentage.""" discountValueType: DiscountValueTypeEnum - """ - End date of the voucher in ISO 8601 format. - """ + """End date of the voucher in ISO 8601 format.""" endDate: DateTime - """ - Minimal quantity of checkout items required to apply the voucher. - """ + """Minimal quantity of checkout items required to apply the voucher.""" minCheckoutItemsQuantity: Int - """ - Voucher name. - """ + """Voucher name.""" name: String - """ - Voucher can be used only by staff user. - """ + """Voucher can be used only by staff user.""" onlyForStaff: Boolean - """ - Products discounted by the voucher. - """ + """Products discounted by the voucher.""" products: [ID!] - """ - Start date of the voucher in ISO 8601 format. - """ + """Start date of the voucher in ISO 8601 format.""" startDate: DateTime - """ - Voucher type: PRODUCT, CATEGORY SHIPPING or ENTIRE_ORDER. - """ + """Voucher type: PRODUCT, CATEGORY SHIPPING or ENTIRE_ORDER.""" type: VoucherTypeEnum - """ - Limit number of times this voucher can be used in total. - """ + """Limit number of times this voucher can be used in total.""" usageLimit: Int """ Variants discounted by the voucher. - + Added in Saleor 3.1. """ variants: [ID!] @@ -27462,52 +21364,39 @@ Removes products, categories, collections from a voucher. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type VoucherRemoveCatalogues { - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! - """ - Voucher of which catalogue IDs will be modified. - """ + """Voucher of which catalogue IDs will be modified.""" voucher: Voucher } enum VoucherSortField { - """ - Sort vouchers by code. - """ + """Sort vouchers by code.""" CODE - """ - Sort vouchers by end date. - """ + """Sort vouchers by end date.""" END_DATE """ Sort vouchers by minimum spent amount. - + This option requires a channel filter to work as the values can vary between channels. """ MINIMUM_SPENT_AMOUNT - """ - Sort vouchers by start date. - """ + """Sort vouchers by start date.""" START_DATE - """ - Sort vouchers by type. - """ + """Sort vouchers by type.""" TYPE - """ - Sort vouchers by usage limit. - """ + """Sort vouchers by usage limit.""" USAGE_LIMIT """ Sort vouchers by value. - + This option requires a channel filter to work as the values can vary between channels. """ VALUE @@ -27516,19 +21405,15 @@ enum VoucherSortField { input VoucherSortingInput { """ Specifies the channel in which to sort the data. - + DEPRECATED: this field will be removed in Saleor 4.0. Use root-level channel argument instead. """ channel: String - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort vouchers by the selected field. - """ + """Sort vouchers by the selected field.""" field: VoucherSortField! } @@ -27536,25 +21421,18 @@ type VoucherTranslatableContent implements Node { id: ID! name: String - """ - Returns translated voucher fields for the given language code. - """ + """Returns translated voucher fields for the given language code.""" translation( - """ - A language code to return the translation for voucher. - """ + """A language code to return the translation for voucher.""" languageCode: LanguageCodeEnum! ): VoucherTranslation """ Vouchers allow giving discounts to particular customers on categories, collections or specific products. They can be used during checkout by providing valid voucher codes. - + Requires one of the following permissions: MANAGE_DISCOUNTS. """ - voucher: Voucher - @deprecated( - reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries." - ) + voucher: Voucher @deprecated(reason: "This field will be removed in Saleor 4.0. Get model fields from the root level queries.") } """ @@ -27564,17 +21442,14 @@ Requires one of the following permissions: MANAGE_TRANSLATIONS. """ type VoucherTranslate { errors: [TranslationError!]! - translationErrors: [TranslationError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + translationErrors: [TranslationError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") voucher: Voucher } type VoucherTranslation implements Node { id: ID! - """ - Translation language. - """ + """Translation language.""" language: LanguageDisplay! name: String } @@ -27591,151 +21466,119 @@ Updates a voucher. Requires one of the following permissions: MANAGE_DISCOUNTS. """ type VoucherUpdate { - discountErrors: [DiscountError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + discountErrors: [DiscountError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") errors: [DiscountError!]! voucher: Voucher } type VoucherUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String """ The voucher the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ voucher( - """ - Slug of a channel for which the data should be returned. - """ + """Slug of a channel for which the data should be returned.""" channel: String ): Voucher } -""" -Represents warehouse. -""" +"""Represents warehouse.""" type Warehouse implements Node & ObjectWithMetadata { address: Address! """ Click and collect options: local, all or disabled. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ clickAndCollectOption: WarehouseClickAndCollectOptionEnum! - """ - Warehouse company name. - """ - companyName: String! - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use `Address.companyName` instead." - ) + """Warehouse company name.""" + companyName: String! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `Address.companyName` instead.") email: String! id: ID! isPrivate: Boolean! - """ - List of public metadata items. Can be accessed without permissions. - """ + """List of public metadata items. Can be accessed without permissions.""" metadata: [MetadataItem!]! """ A single key from public metadata. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafield(key: String!): String """ Public metadata. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ metafields(keys: [String!]): Metadata name: String! - """ - List of private metadata items. Requires staff permissions to access. - """ + """List of private metadata items. Requires staff permissions to access.""" privateMetadata: [MetadataItem!]! """ A single key from private metadata. Requires staff permissions to access. - + Tip: Use GraphQL aliases to fetch multiple keys. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafield(key: String!): String """ Private metadata. Requires staff permissions to access. Use `keys` to control which fields you want to include. The default is to include everything. - + Added in Saleor 3.3. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ privateMetafields(keys: [String!]): Metadata shippingZones( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int ): ShippingZoneCountableConnection! slug: String! } -""" -An enumeration. -""" +"""An enumeration.""" enum WarehouseClickAndCollectOptionEnum { ALL DISABLED @@ -27745,26 +21588,18 @@ enum WarehouseClickAndCollectOptionEnum { type WarehouseCountableConnection { edges: [WarehouseCountableEdge!]! - """ - Pagination data for this connection. - """ + """Pagination data for this connection.""" pageInfo: PageInfo! - """ - A total count of items in the collection. - """ + """A total count of items in the collection.""" totalCount: Int } type WarehouseCountableEdge { - """ - A cursor for use in pagination. - """ + """A cursor for use in pagination.""" cursor: String! - """ - The item at the end of the edge. - """ + """The item at the end of the edge.""" node: Warehouse! } @@ -27776,63 +21611,44 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type WarehouseCreate { errors: [WarehouseError!]! warehouse: Warehouse - warehouseErrors: [WarehouseError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + warehouseErrors: [WarehouseError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input WarehouseCreateInput { - """ - Address of the warehouse. - """ + """Address of the warehouse.""" address: AddressInput! - """ - The email address of the warehouse. - """ + """The email address of the warehouse.""" email: String - """ - Warehouse name. - """ + """Warehouse name.""" name: String! - """ - Shipping zones supported by the warehouse. - """ + """Shipping zones supported by the warehouse.""" shippingZones: [ID!] - """ - Warehouse slug. - """ + """Warehouse slug.""" slug: String } type WarehouseCreated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String """ The warehouse the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ warehouse: Warehouse @@ -27846,45 +21662,34 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type WarehouseDelete { errors: [WarehouseError!]! warehouse: Warehouse - warehouseErrors: [WarehouseError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + warehouseErrors: [WarehouseError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type WarehouseDeleted implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String """ The warehouse the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ warehouse: Warehouse } type WarehouseError { - """ - The error code. - """ + """The error code.""" code: WarehouseErrorCode! """ @@ -27892,15 +21697,11 @@ type WarehouseError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum WarehouseErrorCode { ALREADY_EXISTS GRAPHQL_ERROR @@ -27925,8 +21726,7 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type WarehouseShippingZoneAssign { errors: [WarehouseError!]! warehouse: Warehouse - warehouseErrors: [WarehouseError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + warehouseErrors: [WarehouseError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } """ @@ -27937,26 +21737,19 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type WarehouseShippingZoneUnassign { errors: [WarehouseError!]! warehouse: Warehouse - warehouseErrors: [WarehouseError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + warehouseErrors: [WarehouseError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } enum WarehouseSortField { - """ - Sort warehouses by name. - """ + """Sort warehouses by name.""" NAME } input WarehouseSortingInput { - """ - Specifies the direction in which to sort products. - """ + """Specifies the direction in which to sort products.""" direction: OrderDirection! - """ - Sort warehouses by the selected field. - """ + """Sort warehouses by the selected field.""" field: WarehouseSortField! } @@ -27968,160 +21761,110 @@ Requires one of the following permissions: MANAGE_PRODUCTS. type WarehouseUpdate { errors: [WarehouseError!]! warehouse: Warehouse - warehouseErrors: [WarehouseError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + warehouseErrors: [WarehouseError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input WarehouseUpdateInput { - """ - Address of the warehouse. - """ + """Address of the warehouse.""" address: AddressInput """ Click and collect options: local, all or disabled. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ clickAndCollectOption: WarehouseClickAndCollectOptionEnum - """ - The email address of the warehouse. - """ + """The email address of the warehouse.""" email: String """ Visibility of warehouse stocks. - + Added in Saleor 3.1. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ isPrivate: Boolean - """ - Warehouse name. - """ + """Warehouse name.""" name: String - """ - Warehouse slug. - """ + """Warehouse slug.""" slug: String } type WarehouseUpdated implements Event { - """ - Time of the event. - """ + """Time of the event.""" issuedAt: DateTime - """ - The user or application that triggered the event. - """ + """The user or application that triggered the event.""" issuingPrincipal: IssuingPrincipal - """ - The application receiving the webhook. - """ + """The application receiving the webhook.""" recipient: App - """ - Saleor version that triggered the event. - """ + """Saleor version that triggered the event.""" version: String """ The warehouse the event relates to. - + Added in Saleor 3.4. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ warehouse: Warehouse } -""" -Webhook. -""" +"""Webhook.""" type Webhook implements Node { app: App! - """ - List of asynchronous webhook events. - """ + """List of asynchronous webhook events.""" asyncEvents: [WebhookEventAsync!]! - """ - Event deliveries. - """ + """Event deliveries.""" eventDeliveries( - """ - Return the elements in the list that come after the specified cursor. - """ + """Return the elements in the list that come after the specified cursor.""" after: String - """ - Return the elements in the list that come before the specified cursor. - """ + """Return the elements in the list that come before the specified cursor.""" before: String - """ - Event delivery filter options. - """ + """Event delivery filter options.""" filter: EventDeliveryFilterInput - """ - Return the first n elements from the list. - """ + """Return the first n elements from the list.""" first: Int - """ - Return the last n elements from the list. - """ + """Return the last n elements from the list.""" last: Int - """ - Event delivery sorter. - """ + """Event delivery sorter.""" sortBy: EventDeliverySortingInput ): EventDeliveryCountableConnection - """ - List of webhook events. - """ - events: [WebhookEvent!]! - @deprecated( - reason: "This field will be removed in Saleor 4.0. Use `asyncEvents` or `syncEvents` instead." - ) + """List of webhook events.""" + events: [WebhookEvent!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `asyncEvents` or `syncEvents` instead.") id: ID! - """ - Informs if webhook is activated. - """ + """Informs if webhook is activated.""" isActive: Boolean! name: String! - """ - Used to create a hash signature with each payload. - """ + """Used to create a hash signature with each payload.""" secretKey: String - """ - Used to define payloads for specific events. - """ + """Used to define payloads for specific events.""" subscriptionQuery: String - """ - List of synchronous webhook events. - """ + """List of synchronous webhook events.""" syncEvents: [WebhookEventSync!]! - """ - Target URL for webhook. - """ + """Target URL for webhook.""" targetUrl: String! } @@ -28133,60 +21876,45 @@ Requires one of the following permissions: MANAGE_APPS, AUTHENTICATED_APP. type WebhookCreate { errors: [WebhookError!]! webhook: Webhook - webhookErrors: [WebhookError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + webhookErrors: [WebhookError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input WebhookCreateInput { - """ - ID of the app to which webhook belongs. - """ + """ID of the app to which webhook belongs.""" app: ID - """ - The asynchronous events that webhook wants to subscribe. - """ + """The asynchronous events that webhook wants to subscribe.""" asyncEvents: [WebhookEventTypeAsyncEnum!] """ The events that webhook wants to subscribe. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `asyncEvents` or `syncEvents` instead. """ events: [WebhookEventTypeEnum!] - """ - Determine if webhook will be set active or not. - """ + """Determine if webhook will be set active or not.""" isActive: Boolean - """ - The name of the webhook. - """ + """The name of the webhook.""" name: String """ Subscription query used to define a webhook payload. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ query: String - """ - The secret key used to create a hash signature with each payload. - """ + """The secret key used to create a hash signature with each payload.""" secretKey: String - """ - The synchronous events that webhook wants to subscribe. - """ + """The synchronous events that webhook wants to subscribe.""" syncEvents: [WebhookEventTypeSyncEnum!] - """ - The url to receive the payload. - """ + """The url to receive the payload.""" targetUrl: String } @@ -28198,14 +21926,11 @@ Requires one of the following permissions: MANAGE_APPS, AUTHENTICATED_APP. type WebhookDelete { errors: [WebhookError!]! webhook: Webhook - webhookErrors: [WebhookError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + webhookErrors: [WebhookError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } type WebhookError { - """ - The error code. - """ + """The error code.""" code: WebhookErrorCode! """ @@ -28213,15 +21938,11 @@ type WebhookError { """ field: String - """ - The error message. - """ + """The error message.""" message: String } -""" -An enumeration. -""" +"""An enumeration.""" enum WebhookErrorCode { GRAPHQL_ERROR INVALID @@ -28230,118 +21951,72 @@ enum WebhookErrorCode { UNIQUE } -""" -Webhook event. -""" +"""Webhook event.""" type WebhookEvent { - """ - Internal name of the event type. - """ + """Internal name of the event type.""" eventType: WebhookEventTypeEnum! - """ - Display name of the event. - """ + """Display name of the event.""" name: String! } -""" -Asynchronous webhook event. -""" +"""Asynchronous webhook event.""" type WebhookEventAsync { - """ - Internal name of the event type. - """ + """Internal name of the event type.""" eventType: WebhookEventTypeAsyncEnum! - """ - Display name of the event. - """ + """Display name of the event.""" name: String! } -""" -Synchronous webhook event. -""" +"""Synchronous webhook event.""" type WebhookEventSync { - """ - Internal name of the event type. - """ + """Internal name of the event type.""" eventType: WebhookEventTypeSyncEnum! - """ - Display name of the event. - """ + """Display name of the event.""" name: String! } -""" -Enum determining type of webhook. -""" +"""Enum determining type of webhook.""" enum WebhookEventTypeAsyncEnum { - """ - All the events. - """ + """All the events.""" ANY_EVENTS - """ - An app deleted. - """ + """An app deleted.""" APP_DELETED - """ - A new app installed. - """ + """A new app installed.""" APP_INSTALLED - """ - An app status is changed. - """ + """An app status is changed.""" APP_STATUS_CHANGED - """ - An app updated. - """ + """An app updated.""" APP_UPDATED - """ - A new category created. - """ + """A new category created.""" CATEGORY_CREATED - """ - A category is deleted. - """ + """A category is deleted.""" CATEGORY_DELETED - """ - A category is updated. - """ + """A category is updated.""" CATEGORY_UPDATED - """ - A new channel created. - """ + """A new channel created.""" CHANNEL_CREATED - """ - A channel is deleted. - """ + """A channel is deleted.""" CHANNEL_DELETED - """ - A channel status is changed. - """ + """A channel status is changed.""" CHANNEL_STATUS_CHANGED - """ - A channel is updated. - """ + """A channel is updated.""" CHANNEL_UPDATED - """ - A new checkout is created. - """ + """A new checkout is created.""" CHECKOUT_CREATED """ @@ -28349,122 +22024,76 @@ enum WebhookEventTypeAsyncEnum { """ CHECKOUT_UPDATED - """ - A new collection is created. - """ + """A new collection is created.""" COLLECTION_CREATED - """ - A collection is deleted. - """ + """A collection is deleted.""" COLLECTION_DELETED - """ - A collection is updated. - """ + """A collection is updated.""" COLLECTION_UPDATED - """ - A new customer account is created. - """ + """A new customer account is created.""" CUSTOMER_CREATED - """ - A customer account is updated. - """ + """A customer account is updated.""" CUSTOMER_UPDATED DRAFT_ORDER_CREATED DRAFT_ORDER_DELETED DRAFT_ORDER_UPDATED - """ - A fulfillment is cancelled. - """ + """A fulfillment is cancelled.""" FULFILLMENT_CANCELED - """ - A new fulfillment is created. - """ + """A new fulfillment is created.""" FULFILLMENT_CREATED - """ - A new gift card created. - """ + """A new gift card created.""" GIFT_CARD_CREATED - """ - A gift card is deleted. - """ + """A gift card is deleted.""" GIFT_CARD_DELETED - """ - A gift card status is changed. - """ + """A gift card status is changed.""" GIFT_CARD_STATUS_CHANGED - """ - A gift card is updated. - """ + """A gift card is updated.""" GIFT_CARD_UPDATED - """ - An invoice is deleted. - """ + """An invoice is deleted.""" INVOICE_DELETED - """ - An invoice for order requested. - """ + """An invoice for order requested.""" INVOICE_REQUESTED - """ - Invoice has been sent. - """ + """Invoice has been sent.""" INVOICE_SENT - """ - A new menu created. - """ + """A new menu created.""" MENU_CREATED - """ - A menu is deleted. - """ + """A menu is deleted.""" MENU_DELETED - """ - A new menu item created. - """ + """A new menu item created.""" MENU_ITEM_CREATED - """ - A menu item is deleted. - """ + """A menu item is deleted.""" MENU_ITEM_DELETED - """ - A menu item is updated. - """ + """A menu item is updated.""" MENU_ITEM_UPDATED - """ - A menu is updated. - """ + """A menu is updated.""" MENU_UPDATED - """ - User notification triggered. - """ + """User notification triggered.""" NOTIFY_USER - """ - An observability event is created. - """ + """An observability event is created.""" OBSERVABILITY - """ - An order is cancelled. - """ + """An order is cancelled.""" ORDER_CANCELLED """ @@ -28472,19 +22101,13 @@ enum WebhookEventTypeAsyncEnum { """ ORDER_CONFIRMED - """ - A new order is placed. - """ + """A new order is placed.""" ORDER_CREATED - """ - An order is fulfilled. - """ + """An order is fulfilled.""" ORDER_FULFILLED - """ - Payment is made and an order is fully paid. - """ + """Payment is made and an order is fully paid.""" ORDER_FULLY_PAID """ @@ -28492,187 +22115,117 @@ enum WebhookEventTypeAsyncEnum { """ ORDER_UPDATED - """ - A new page is created. - """ + """A new page is created.""" PAGE_CREATED - """ - A page is deleted. - """ + """A page is deleted.""" PAGE_DELETED - """ - A page is updated. - """ + """A page is updated.""" PAGE_UPDATED - """ - A new product is created. - """ + """A new product is created.""" PRODUCT_CREATED - """ - A product is deleted. - """ + """A product is deleted.""" PRODUCT_DELETED - """ - A product is updated. - """ + """A product is updated.""" PRODUCT_UPDATED PRODUCT_VARIANT_BACK_IN_STOCK - """ - A new product variant is created. - """ + """A new product variant is created.""" PRODUCT_VARIANT_CREATED - """ - A product variant is deleted. - """ + """A product variant is deleted.""" PRODUCT_VARIANT_DELETED PRODUCT_VARIANT_OUT_OF_STOCK - """ - A product variant is updated. - """ + """A product variant is updated.""" PRODUCT_VARIANT_UPDATED SALE_CREATED SALE_DELETED SALE_UPDATED - """ - A new shipping price is created. - """ + """A new shipping price is created.""" SHIPPING_PRICE_CREATED - """ - A shipping price is deleted. - """ + """A shipping price is deleted.""" SHIPPING_PRICE_DELETED - """ - A shipping price is updated. - """ + """A shipping price is updated.""" SHIPPING_PRICE_UPDATED - """ - A new shipping zone is created. - """ + """A new shipping zone is created.""" SHIPPING_ZONE_CREATED - """ - A shipping zone is deleted. - """ + """A shipping zone is deleted.""" SHIPPING_ZONE_DELETED - """ - A shipping zone is updated. - """ + """A shipping zone is updated.""" SHIPPING_ZONE_UPDATED TRANSACTION_ACTION_REQUEST TRANSLATION_CREATED TRANSLATION_UPDATED - """ - A new voucher created. - """ + """A new voucher created.""" VOUCHER_CREATED - """ - A voucher is deleted. - """ + """A voucher is deleted.""" VOUCHER_DELETED - """ - A voucher is updated. - """ + """A voucher is updated.""" VOUCHER_UPDATED - """ - A new warehouse created. - """ + """A new warehouse created.""" WAREHOUSE_CREATED - """ - A warehouse is deleted. - """ + """A warehouse is deleted.""" WAREHOUSE_DELETED - """ - A warehouse is updated. - """ + """A warehouse is updated.""" WAREHOUSE_UPDATED } -""" -Enum determining type of webhook. -""" +"""Enum determining type of webhook.""" enum WebhookEventTypeEnum { - """ - All the events. - """ + """All the events.""" ANY_EVENTS - """ - An app deleted. - """ + """An app deleted.""" APP_DELETED - """ - A new app installed. - """ + """A new app installed.""" APP_INSTALLED - """ - An app status is changed. - """ + """An app status is changed.""" APP_STATUS_CHANGED - """ - An app updated. - """ + """An app updated.""" APP_UPDATED - """ - A new category created. - """ + """A new category created.""" CATEGORY_CREATED - """ - A category is deleted. - """ + """A category is deleted.""" CATEGORY_DELETED - """ - A category is updated. - """ + """A category is updated.""" CATEGORY_UPDATED - """ - A new channel created. - """ + """A new channel created.""" CHANNEL_CREATED - """ - A channel is deleted. - """ + """A channel is deleted.""" CHANNEL_DELETED - """ - A channel status is changed. - """ + """A channel status is changed.""" CHANNEL_STATUS_CHANGED - """ - A channel is updated. - """ + """A channel is updated.""" CHANNEL_UPDATED - """ - A new checkout is created. - """ + """A new checkout is created.""" CHECKOUT_CREATED CHECKOUT_FILTER_SHIPPING_METHODS @@ -28681,122 +22234,76 @@ enum WebhookEventTypeEnum { """ CHECKOUT_UPDATED - """ - A new collection is created. - """ + """A new collection is created.""" COLLECTION_CREATED - """ - A collection is deleted. - """ + """A collection is deleted.""" COLLECTION_DELETED - """ - A collection is updated. - """ + """A collection is updated.""" COLLECTION_UPDATED - """ - A new customer account is created. - """ + """A new customer account is created.""" CUSTOMER_CREATED - """ - A customer account is updated. - """ + """A customer account is updated.""" CUSTOMER_UPDATED DRAFT_ORDER_CREATED DRAFT_ORDER_DELETED DRAFT_ORDER_UPDATED - """ - A fulfillment is cancelled. - """ + """A fulfillment is cancelled.""" FULFILLMENT_CANCELED - """ - A new fulfillment is created. - """ + """A new fulfillment is created.""" FULFILLMENT_CREATED - """ - A new gift card created. - """ + """A new gift card created.""" GIFT_CARD_CREATED - """ - A gift card is deleted. - """ + """A gift card is deleted.""" GIFT_CARD_DELETED - """ - A gift card status is changed. - """ + """A gift card status is changed.""" GIFT_CARD_STATUS_CHANGED - """ - A gift card is updated. - """ + """A gift card is updated.""" GIFT_CARD_UPDATED - """ - An invoice is deleted. - """ + """An invoice is deleted.""" INVOICE_DELETED - """ - An invoice for order requested. - """ + """An invoice for order requested.""" INVOICE_REQUESTED - """ - Invoice has been sent. - """ + """Invoice has been sent.""" INVOICE_SENT - """ - A new menu created. - """ + """A new menu created.""" MENU_CREATED - """ - A menu is deleted. - """ + """A menu is deleted.""" MENU_DELETED - """ - A new menu item created. - """ + """A new menu item created.""" MENU_ITEM_CREATED - """ - A menu item is deleted. - """ + """A menu item is deleted.""" MENU_ITEM_DELETED - """ - A menu item is updated. - """ + """A menu item is updated.""" MENU_ITEM_UPDATED - """ - A menu is updated. - """ + """A menu is updated.""" MENU_UPDATED - """ - User notification triggered. - """ + """User notification triggered.""" NOTIFY_USER - """ - An observability event is created. - """ + """An observability event is created.""" OBSERVABILITY - """ - An order is cancelled. - """ + """An order is cancelled.""" ORDER_CANCELLED """ @@ -28804,20 +22311,14 @@ enum WebhookEventTypeEnum { """ ORDER_CONFIRMED - """ - A new order is placed. - """ + """A new order is placed.""" ORDER_CREATED ORDER_FILTER_SHIPPING_METHODS - """ - An order is fulfilled. - """ + """An order is fulfilled.""" ORDER_FULFILLED - """ - Payment is made and an order is fully paid. - """ + """Payment is made and an order is fully paid.""" ORDER_FULLY_PAID """ @@ -28825,19 +22326,13 @@ enum WebhookEventTypeEnum { """ ORDER_UPDATED - """ - A new page is created. - """ + """A new page is created.""" PAGE_CREATED - """ - A page is deleted. - """ + """A page is deleted.""" PAGE_DELETED - """ - A page is updated. - """ + """A page is updated.""" PAGE_UPDATED PAYMENT_AUTHORIZE PAYMENT_CAPTURE @@ -28847,109 +22342,71 @@ enum WebhookEventTypeEnum { PAYMENT_REFUND PAYMENT_VOID - """ - A new product is created. - """ + """A new product is created.""" PRODUCT_CREATED - """ - A product is deleted. - """ + """A product is deleted.""" PRODUCT_DELETED - """ - A product is updated. - """ + """A product is updated.""" PRODUCT_UPDATED PRODUCT_VARIANT_BACK_IN_STOCK - """ - A new product variant is created. - """ + """A new product variant is created.""" PRODUCT_VARIANT_CREATED - """ - A product variant is deleted. - """ + """A product variant is deleted.""" PRODUCT_VARIANT_DELETED PRODUCT_VARIANT_OUT_OF_STOCK - """ - A product variant is updated. - """ + """A product variant is updated.""" PRODUCT_VARIANT_UPDATED SALE_CREATED SALE_DELETED SALE_UPDATED SHIPPING_LIST_METHODS_FOR_CHECKOUT - """ - A new shipping price is created. - """ + """A new shipping price is created.""" SHIPPING_PRICE_CREATED - """ - A shipping price is deleted. - """ + """A shipping price is deleted.""" SHIPPING_PRICE_DELETED - """ - A shipping price is updated. - """ + """A shipping price is updated.""" SHIPPING_PRICE_UPDATED - """ - A new shipping zone is created. - """ + """A new shipping zone is created.""" SHIPPING_ZONE_CREATED - """ - A shipping zone is deleted. - """ + """A shipping zone is deleted.""" SHIPPING_ZONE_DELETED - """ - A shipping zone is updated. - """ + """A shipping zone is updated.""" SHIPPING_ZONE_UPDATED TRANSACTION_ACTION_REQUEST TRANSLATION_CREATED TRANSLATION_UPDATED - """ - A new voucher created. - """ + """A new voucher created.""" VOUCHER_CREATED - """ - A voucher is deleted. - """ + """A voucher is deleted.""" VOUCHER_DELETED - """ - A voucher is updated. - """ + """A voucher is updated.""" VOUCHER_UPDATED - """ - A new warehouse created. - """ + """A new warehouse created.""" WAREHOUSE_CREATED - """ - A warehouse is deleted. - """ + """A warehouse is deleted.""" WAREHOUSE_DELETED - """ - A warehouse is updated. - """ + """A warehouse is updated.""" WAREHOUSE_UPDATED } -""" -Enum determining type of webhook. -""" +"""Enum determining type of webhook.""" enum WebhookEventTypeSyncEnum { CHECKOUT_FILTER_SHIPPING_METHODS ORDER_FILTER_SHIPPING_METHODS @@ -28963,9 +22420,7 @@ enum WebhookEventTypeSyncEnum { SHIPPING_LIST_METHODS_FOR_CHECKOUT } -""" -An enumeration. -""" +"""An enumeration.""" enum WebhookSampleEventTypeEnum { APP_DELETED APP_INSTALLED @@ -29050,83 +22505,60 @@ Requires one of the following permissions: MANAGE_APPS. type WebhookUpdate { errors: [WebhookError!]! webhook: Webhook - webhookErrors: [WebhookError!]! - @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") + webhookErrors: [WebhookError!]! @deprecated(reason: "This field will be removed in Saleor 4.0. Use `errors` field instead.") } input WebhookUpdateInput { - """ - ID of the app to which webhook belongs. - """ + """ID of the app to which webhook belongs.""" app: ID - """ - The asynchronous events that webhook wants to subscribe. - """ + """The asynchronous events that webhook wants to subscribe.""" asyncEvents: [WebhookEventTypeAsyncEnum!] """ The events that webhook wants to subscribe. - + DEPRECATED: this field will be removed in Saleor 4.0. Use `asyncEvents` or `syncEvents` instead. """ events: [WebhookEventTypeEnum!] - """ - Determine if webhook will be set active or not. - """ + """Determine if webhook will be set active or not.""" isActive: Boolean - """ - The new name of the webhook. - """ + """The new name of the webhook.""" name: String """ Subscription query used to define a webhook payload. - + Added in Saleor 3.2. - + Note: this API is currently in Feature Preview and can be subject to changes at later point. """ query: String - """ - Use to create a hash signature with each payload. - """ + """Use to create a hash signature with each payload.""" secretKey: String - """ - The synchronous events that webhook wants to subscribe. - """ + """The synchronous events that webhook wants to subscribe.""" syncEvents: [WebhookEventTypeSyncEnum!] - """ - The url to receive the payload. - """ + """The url to receive the payload.""" targetUrl: String } -""" -Represents weight value in a specific weight unit. -""" +"""Represents weight value in a specific weight unit.""" type Weight { - """ - Weight unit. - """ + """Weight unit.""" unit: WeightUnitsEnum! - """ - Weight value. - """ + """Weight value.""" value: Float! } scalar WeightScalar -""" -An enumeration. -""" +"""An enumeration.""" enum WeightUnitsEnum { G KG @@ -29135,30 +22567,13 @@ enum WeightUnitsEnum { TONNE } -""" -_Any value scalar as defined by Federation spec. -""" +"""_Any value scalar as defined by Federation spec.""" scalar _Any -""" -_Entity union as defined by Federation spec. -""" -union _Entity = - Address - | App - | Category - | Collection - | Group - | PageType - | Product - | ProductMedia - | ProductType - | ProductVariant - | User +"""_Entity union as defined by Federation spec.""" +union _Entity = Address | App | Category | Collection | Group | PageType | Product | ProductMedia | ProductType | ProductVariant | User -""" -_Service manifest as defined by Federation spec. -""" +"""_Service manifest as defined by Federation spec.""" type _Service { sdl: String -} +} \ No newline at end of file diff --git a/apps/slack/src/components/ConfigurationError/ConfigurationError.tsx b/apps/slack/src/components/ConfigurationError/ConfigurationError.tsx index 7716c83..2c0851f 100644 --- a/apps/slack/src/components/ConfigurationError/ConfigurationError.tsx +++ b/apps/slack/src/components/ConfigurationError/ConfigurationError.tsx @@ -1,34 +1,7 @@ -import { AplReadyResult } from "@saleor/app-sdk/APL"; -import { Alert } from "@saleor/macaw-ui"; - -const vercelInfo = ( -
- -

- App detected Vercel hosting. Check if Vercel is currently redeploying your app and try again - in few minutes -

-
-
-); - -export function ConfigurationError({ - isVercel, - appReady, -}: { - isVercel: boolean; - appReady: AplReadyResult; -}) { +export function ConfigurationError() { return (

⚠️ Can't connect with the App API

- {isVercel && vercelInfo} - {appReady.ready ? null : ( -
-

Environment variables validation is incorrect

-

{appReady.error.message}

-
- )} You may see this error because:
  • Internet connection has been lost
  • diff --git a/apps/slack/src/pages/configuration.tsx b/apps/slack/src/pages/configuration.tsx index 8483029..8f24459 100644 --- a/apps/slack/src/pages/configuration.tsx +++ b/apps/slack/src/pages/configuration.tsx @@ -2,25 +2,22 @@ import { Card, CardContent, CardHeader, + Link, List, ListItem, TextField, Typography, } from "@material-ui/core"; import Skeleton from "@material-ui/lab/Skeleton"; -import { AplReadyResult, VercelAPL } from "@saleor/app-sdk/APL"; import { useAppBridge, withAuthorization } from "@saleor/app-sdk/app-bridge"; import { SALEOR_API_URL_HEADER, SALEOR_AUTHORIZATION_BEARER_HEADER } from "@saleor/app-sdk/const"; import { ConfirmButton, ConfirmButtonTransitionState, makeStyles } from "@saleor/macaw-ui"; -import { GetServerSideProps } from "next"; import { ChangeEvent, ReactElement, SyntheticEvent, useEffect, useState } from "react"; import AccessWarning from "../components/AccessWarning/AccessWarning"; import { ConfigurationError } from "../components/ConfigurationError/ConfigurationError"; import useAppApi from "../hooks/useAppApi"; -import { saleorApp } from "../lib/saleor-app"; import useDashboardNotifier from "../utils/useDashboardNotifier"; -import { Link } from "@material-ui/core"; import { SlackAppMainBar } from "../components/SlackAppMainBar/SlackAppMainBar"; import { AppColumnsLayout } from "../components/AppColumnsLayout/AppColumnsLayout"; @@ -41,24 +38,7 @@ const useStyles = makeStyles((theme) => ({ }, })); -type PageProps = { - isVercel: boolean; - appReady: AplReadyResult; -}; - -export const getServerSideProps: GetServerSideProps = async () => { - const isVercel = saleorApp.apl instanceof VercelAPL; - const isAppReady = await saleorApp.isReady(); - - return { - props: { - isVercel, - appReady: isAppReady, - }, - }; -}; - -function Configuration({ isVercel, appReady }: PageProps) { +function Configuration() { const classes = useStyles(); const { appBridgeState } = useAppBridge(); const [notify] = useDashboardNotifier(); @@ -114,7 +94,7 @@ function Configuration({ isVercel, appReady }: PageProps) { if (error) { console.error("Can't establish connection with the App API: ", error); - return ; + return ; } if (configuration === undefined) {