OBJECT
The connection type for EmailJob.
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! }