StorefrontIdentity
An identity that is associated with a storefront and is assigned scopes
type StorefrontIdentity {
permissions: StorefrontPermissions!
slug: String!
}
Fields
StorefrontIdentity.permissions
● StorefrontPermissions!
non-null object
StorefrontIdentity.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
Storefront
object