OBJECT
The connection type for Assignee.
type AssigneeConnection {cursors: [String!]! # A list of edges.edges: [AssigneeEdge] # A list of nodes.nodes: [Assignee] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }