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