ExportEdge
Implements the Relay Edge interface
type ExportEdge implements Edge {
cursor: String!
node: Export!
}
Fields
ExportEdge.cursor
● String!
non-null scalar
Opaque identifier pointing to this export node in the pagination mechanism
ExportEdge.node
● Export!
non-null object
The export
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
ExportConnection
object