AssignmentTypeConnection
The connection type for AssignmentType.
type AssignmentTypeConnection {
  edges: [AssignmentTypeEdge!]!
  nodes: [AssignmentType!]!
  pageInfo: PageInfo!
  totalCount: Int!
}
Fields
AssignmentTypeConnection.edges ● [AssignmentTypeEdge!]! non-null object
A list of all edges of the current page.
AssignmentTypeConnection.nodes ● [AssignmentType!]! non-null object
A list of all nodes of the current page.
AssignmentTypeConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
AssignmentTypeConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Member of
IssueTemplate  object