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