Skip to main content

StorefrontUpdateInput

Necessary fields to update an existing storefront. Only the fields that are not null will be updated.

input StorefrontUpdateInput {
authenticationSettings: StorefrontAuthenticationSettingsInput
authenticationType: StorefrontAuthenticationType
description: String
name: String
storefrontId: ID!
storefrontIdentities: [StorefrontIdentityInput!]
urlDomain: String
}

Fields​

StorefrontUpdateInput.authenticationSettings ● StorefrontAuthenticationSettingsInput input​

StorefrontUpdateInput.authenticationType ● StorefrontAuthenticationType enum​

StorefrontUpdateInput.description ● String scalar​

StorefrontUpdateInput.name ● String scalar​

StorefrontUpdateInput.storefrontId ● ID! non-null scalar​

StorefrontUpdateInput.storefrontIdentities ● [StorefrontIdentityInput!] list input​

StorefrontUpdateInput.urlDomain ● String scalar​

Member of​

updateStorefront mutation