AssignmentEdge
An edge in a connection.
type AssignmentEdge {
  cursor: String!
  node: Assignment!
}
Fields
AssignmentEdge.cursor ● String! non-null scalar
A cursor used in pagination.
AssignmentEdge.node ● Assignment! non-null object
The item at the end of the edge.
Member of
AssignmentConnection  object