LicenseConnection
The connection type for licenses
type LicenseConnection {
edges: [LicenseEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
LicenseConnection.edges ● [LicenseEdge!]! non-null object
A list of edges.
LicenseConnection.pageInfo ● PageInfo! non-null object
The pagination information.
LicenseConnection.totalCount ● Int! non-null scalar
The total number of records for that particular query, independent of the pagination.
Returned by
activeLicenses query ● inactiveLicenses query ● licenses query
Member of
Namespace object ● Publication object