Skip to main content

AccountHolderEdge

Implements the Relay Edge interface.

type AccountHolderEdge implements Edge {
cursor: String!
node: AccountHolder!
}

Fields

AccountHolderEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism.

AccountHolderEdge.node ● AccountHolder! non-null object

The account holder.

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

AccountHolderConnection object