Skip to main content

ContractConnection

No description

type ContractConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [ContractEdge]
}

Fields​

ContractConnection.count ● Int scalar​

ContractConnection.offset ● Int scalar​

ContractConnection.pagesize ● Int scalar​

ContractConnection.first ● ID scalar​

ContractConnection.previous ● ID scalar​

ContractConnection.next ● ID scalar​

ContractConnection.last ● ID scalar​

ContractConnection.edges ● [ContractEdge] list object​

Returned By​

ContractConection query

Member Of​

ContractConnectionType object