Skip to main content

CapitalDepositCaseEdge

Implements the Relay Edge interface

type CapitalDepositCaseEdge implements Edge {
cursor: String!
node: CapitalDepositCase!
}

Fields

CapitalDepositCaseEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this capital deposit case node in the pagination mechanism

CapitalDepositCaseEdge.node ● CapitalDepositCase! non-null object

The CapitalDepositCase

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member Of

CapitalDepositCaseConnection object