OBJECT
SelectOptionConnection
The connection type for SelectOption.
link GraphQL Schema definition
- type SelectOptionConnection {
- : [String!]!
- # A list of edges.
- : [SelectOptionEdge]
- # A list of nodes.
- : [SelectOption]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }