OBJECT

EmailJobConnection

The connection type for EmailJob.

link GraphQL Schema definition

  • type EmailJobConnection {
  • cursors: [String!]!
  • # A list of edges.
  • edges: [EmailJobEdge]
  • # A list of nodes.
  • nodes: [EmailJob]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }

link Require by