PeriodicalConnection
No description
type PeriodicalConnection {
edges: [PeriodicalEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
PeriodicalConnection.edges
● [PeriodicalEdge!]!
non-null object
PeriodicalConnection.pageInfo
● PageInfo!
non-null object
PeriodicalConnection.totalCount
● Int!
non-null scalar
The total number of records for that particular query, independent of the pagination.
Returned by
periodicals
query