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