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