Skip to main content

_entities Query

No description

_entities(
representations: [_Any!]!
): [_Entity]
Details
union _Entity =
| App
| PageType
| Address
| User
| Group
| ProductVariant
| Product
| ProductType
| ProductMedia
| Category
| Collection
| Order

Arguments

representations ● [_Any!]!

Type

_Entity

_Entity union as defined by Federation spec.