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