ExportEdge
An edge in a connection.
type ExportEdge {
cursor: String!
node: Export
}
Fields
ExportEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
ExportEdge.node ● Export object common
The item at the end of the edge.
Member of
ExportConnection object