capitalDepositCases
Returns the list of capital deposit cases.
Implements the Relay Connection interface, used to paginate list of element (Learn More)
This query is restricted to a Project access token (Learn More)
capitalDepositCases(
first: Int! = 50
before: String
after: String
filters: CapitalDepositCaseFiltersInput
orderBy: CapitalDepositCaseOrderByInput
): CapitalDepositCaseConnection!
Arguments
capitalDepositCases.first
● Int!
non-null scalar
the number of elements to load (maximum: 100)
capitalDepositCases.before
● String
scalar
the index (a unique reference in string form) from which you will load the preceding elements
capitalDepositCases.after
● String
scalar
the index (a unique reference in string form) from which you will load the following elements
capitalDepositCases.filters
● CapitalDepositCaseFiltersInput
input
a filtering table you can apply to your list of connections
capitalDepositCases.orderBy
● CapitalDepositCaseOrderByInput
input
an order you can apply to your list of connections
Type
CapitalDepositCaseConnection
object
Implements the Relay Connection interface, used to paginate list of elements (Learn More)