Skip to main content

StorefrontCreateInput

Necessary fields to create a storefront.

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

Fields​

StorefrontCreateInput.authenticationSettings ● StorefrontAuthenticationSettingsInput input​

StorefrontCreateInput.authenticationType ● StorefrontAuthenticationType enum​

StorefrontCreateInput.demandHqId ● ID! non-null scalar​

StorefrontCreateInput.description ● String scalar​

StorefrontCreateInput.name ● String! non-null scalar​

StorefrontCreateInput.storefrontIdentities ● [StorefrontIdentityInput!] list input​

StorefrontCreateInput.urlDomain ● String! non-null scalar​

Member of​

createStorefront mutation