Skip to main content

IdentificationEdge

Implements the Relay Edge interface

type IdentificationEdge implements Edge {
node: Identification!
cursor: String!
}

Fields

IdentificationEdge.node ● Identification! non-null object

The identification entry

IdentificationEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

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

IdentificationConnection object