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