ConsentConnection
No description
type ConsentConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [ConsentEdge]
}
Fields
ConsentConnection.count ● Int scalar
ConsentConnection.offset ● Int scalar
ConsentConnection.pagesize ● Int scalar
ConsentConnection.first ● ID scalar
ConsentConnection.previous ● ID scalar
ConsentConnection.next ● ID scalar
ConsentConnection.last ● ID scalar
ConsentConnection.edges ● [ConsentEdge] list object
Returned By
ConsentConection query
Member Of
ConsentConnectionType object