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