Skip to content

AssignmentConnection ​

The connection type for Assignment.

graphql
type AssignmentConnection {
  edges: [AssignmentEdge!]!
  nodes: [Assignment!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields ​

AssignmentConnection.edges ● [AssignmentEdge!]! non-null object ​

A list of all edges of the current page.

AssignmentConnection.nodes ● [Assignment!]! non-null object ​

A list of all nodes of the current page.

AssignmentConnection.pageInfo ● PageInfo! non-null object ​

Information to aid in pagination.

AssignmentConnection.totalCount ● Int! non-null scalar ​

Identifies the total count of items in the connection.

Member Of ​

AssignmentType object ● GropiusUser object ● IMSUser object ● Issue object ● User interface

Released under the MIT License.