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