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