_Entity Union
_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 apps​
Represents app data.
_Entity.Address object users​
Represents user address data.
_Entity.User object users​
Represents user data.
_Entity.Group object users​
Represents permission group data.
_Entity.ProductVariant object products​
Represents a version of a product such as different size or color.
_Entity.Product object products​
Represents an individual item for sale in the storefront.
_Entity.ProductType object products​
Represents a type of product. It defines what attributes are available to products of this type.
_Entity.ProductMedia object products​
Represents a product media.
_Entity.Category object products​
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 products​
Represents a collection of products.
_Entity.Order object orders​
Represents an order in the shop.
_Entity.PageType object pages​
Represents a type of page. It defines what attributes are available to pages of this type.
Returned By​
_entities query