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