Skip to main content

ConsentConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type ConsentConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [ConsentEdge!]!
}

Fields

ConsentConnection.totalCount ● Int! non-null scalar

Total number of element in the list

ConsentConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

ConsentConnection.edges ● [ConsentEdge!]! non-null object

ConsentEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

consents query