OBJECT
OptionValue
Option value for an advert's option type (e.g. 'red', 'large')
link GraphQL Schema definition
- type OptionValue implements Node {
- String! :
- ExternalID!] : [
- ID! :
- # This is the ID stored in the Marketplacer database.
- Int! :
- String! :
- OptionType :
- # In which position to put the option when displayed in a list of options.
- Int! :
- String! @deprecated( reason: "As of August 2020, deprecated in favour of 'displayName' This will be removed in January 2021." ) :
- }
link Require by
- AdvertOptionValueAdvert option value for an advert's option type supporting all field types.
- GoldenProductOptionValueGolden Product option value for a golden product's option type supporting all field types.
- GoldenProductVariantOptionValueGolden Product Variant option value for a golden product variant's option type supporting all field types.
- MapToUnionnull
- OptionalOptionValuenull
- OptionValueConnectionThe connection type for OptionValue.
- OptionValueCreateOrUpdateMutationPayloadAutogenerated return type of OptionValueCreateOrUpdateMutation.
- OptionValueDeleteMutationPayloadAutogenerated return type of OptionValueDeleteMutation.
- OptionValueEdgeAn edge in a connection.
- OptionValuesConnectionThe connection type for OptionValue.
- OptionValuesEdgeAn edge in a connection.
- SuggestionsUnionnull
- VariantOptionValueVariant option value for a variant's option type supporting all field types.