Skip to main content

LicenseConnection

The connection type for licenses

type LicenseConnection {
totalCount: Int!
edges: [LicenseEdge!]!
pageInfo: PageInfo!
}

Fields

LicenseConnection.totalCount ● Int! non-null scalar

The total number of records for that particular query, independent of the pagination.

LicenseConnection.edges ● [LicenseEdge!]! non-null object

A list of edges.

LicenseConnection.pageInfo ● PageInfo! non-null object

The pagination information.

Returned by

activeLicenses query ● inactiveLicenses query ● licenses query

Member of

Namespace object ● Publication object