Skip to content

AssignmentEdge ​

An edge in a connection.

graphql
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

Released under the MIT License.