VerificationRenewalsConnection
Implements the Relay Connection interface, used to paginate lists of elements. (Learn More)
type VerificationRenewalsConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [VerificationRenewalsEdge!]!
}
Fields
VerificationRenewalsConnection.totalCount ● Int! non-null scalar
Total number of element in the list
VerificationRenewalsConnection.pageInfo ● PageInfo! non-null object
Information about the current, the previous and the next page
VerificationRenewalsConnection.edges ● [VerificationRenewalsEdge!]! non-null object
VerificationRenewalsEdge list
Interfaces
Connection interface
Relay Connection type, used to paginate list of element (Learn More)