AppStorefrontIntegrationCreate
Result of app storefront integration create mutation.
type AppStorefrontIntegrationCreate {
appStorefrontIntegration: AppStorefrontIntegration
appErrors: [AppError!]!
}
Fields
AppStorefrontIntegrationCreate.appStorefrontIntegration ● AppStorefrontIntegration object
The created storefront integration.
AppStorefrontIntegrationCreate.appErrors ● [AppError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
appStorefrontIntegrationCreate mutation