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