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