TranslatableItemConnection
No description
type TranslatableItemConnection {
pageInfo: PageInfo!
edges: [TranslatableItemEdge!]!
totalCount: Int
}
Fields
TranslatableItemConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
TranslatableItemConnection.edges
● [TranslatableItemEdge!]!
non-null object miscellaneous
TranslatableItemConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
translations
query