Skip to main content

_Entity Union

_Entity union as defined by Federation spec.

union _Entity =
| App
| PageType
| Address
| User
| Group
| ProductVariant
| Product
| ProductType
| ProductMedia
| Category
| Collection
| Order

Possible types​

App​

Represents app data.

PageType​

Represents a type of page. It defines what attributes are available to pages of this type.

Address​

Represents user address data.

User​

Represents user data.

Group​

Represents permission group data.

ProductVariant​

Represents a version of a product such as different size or color.

Product​

Represents an individual item for sale in the storefront.

ProductType​

Represents a type of product. It defines what attributes are available to products of this type.

ProductMedia​

Represents a product media.

Category​

Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront.

Collection​

Represents a collection of products.

Order​

Represents an order in the shop.

Returned By​

_entities query