Skip to main content
Version: 3.x

TranslatableItemConnection

No description

type TranslatableItemConnection {
pageInfo: PageInfo!
edges: [TranslatableItemEdge!]!
totalCount: Int
}

Fields

TranslatableItemConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

TranslatableItemConnection.edges ● [TranslatableItemEdge!]! non-null object

TranslatableItemConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

translations query


Was this page helpful?