OBJECT

AssigneeConnection

The connection type for Assignee.

link GraphQL Schema definition

  • 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!
  • }

link Require by