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