AssignmentTypeEdge
An edge in a connection.
graphql
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