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