PublicStorefront
A Storefront is the parent-most entity in the Storefront API, and represents the entire site.
type PublicStorefront {
demandHqId: ID!
description: String
name: String!
storefrontId: ID!
urlDomain: String!
}
Fields
PublicStorefront.demandHqId ● ID! non-null scalar
PublicStorefront.description ● String scalar
PublicStorefront.name ● String! non-null scalar
PublicStorefront.storefrontId ● ID! non-null scalar
PublicStorefront.urlDomain ● String! non-null scalar
Returned by
storefront query