AssignmentConnection
The connection type for Assignment.
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