TranslatableItemEdge
No description
type TranslatableItemEdge {
node: TranslatableItem!
cursor: String!
}
Fields
TranslatableItemEdge.node ● TranslatableItem! non-null union
The item at the end of the edge.
TranslatableItemEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member of
TranslatableItemConnection object
Was this page helpful?