Skip to main content

VerificationRenewalsEdge

Implements the Relay Edge interface

type VerificationRenewalsEdge implements Edge {
cursor: String!
node: VerificationRenewals!
}

Fields

VerificationRenewalsEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this onboarding node in the pagination mechanism

VerificationRenewalsEdge.node ● VerificationRenewals! non-null object

The FundingLimitSettingsChangeRequest

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

VerificationRenewalsConnection object