StorefrontIdentityInput
Necessary fields to create a Storefront Identity.
input StorefrontIdentityInput {
permissions: StorefrontPermissionsInput!
slug: String!
}
Fields
StorefrontIdentityInput.permissions ● StorefrontPermissionsInput! non-null input
StorefrontIdentityInput.slug ● String! non-null scalar
Human-readable way to categorize the use of this identity, must be unique to this storefront, all lowercase, and contain no spaces, limit 32 characters.
Member of
StorefrontCreateInput input ● StorefrontUpdateInput input