_Entity
_Entity union as defined by Federation spec.
union _Entity =
App
| Address
| User
| Group
| ProductVariant
| Product
| ProductType
| ProductMedia
| Category
| Collection
| Order
| PageType
Possible types
_Entity.App
object
Represents app data.
_Entity.Address
object
Represents user address data.
_Entity.User
object
Represents user data.
_Entity.Group
object
Represents permission group data.
_Entity.ProductVariant
object
Represents a version of a product such as different size or color.
_Entity.Product
object
Represents an individual item for sale in the storefront.
_Entity.ProductType
object
Represents a type of product. It defines what attributes are available to products of this type.
_Entity.ProductMedia
object
Represents a product media.
_Entity.Category
object
Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront.
_Entity.Collection
object
Represents a collection of products.
_Entity.Order
object
Represents an order in the shop.
_Entity.PageType
object
Represents a type of page. It defines what attributes are available to pages of this type.
Returned by
_entities
query