Skip to main content

OnboardingEdge

Implements the Relay Edge interface

type OnboardingEdge implements Edge {
cursor: String!
node: Onboarding!
}

Fields

OnboardingEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this onboarding node in the pagination mechanism

OnboardingEdge.node ● Onboarding! non-null object

The Onboarding

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

OnboardingConnection object