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