OBJECT
OptionType
An advert's option type (e.g. colour, size, shape).
link GraphQL Schema definition
- type OptionType implements Node {
- AppliedToEnum! :
- PurposeEnum! @deprecated( reason: "This field is deprecated. Use appliedTo and fieldType instead." ) :
- String! :
- String! :
- ExternalID!]! : [
- FieldTypeEnum! :
- ID! :
- # This is the ID stored in the Marketplacer database.
- Int! :
- # The name of the option type, mostly for internal organisation.
- String! :
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): OptionValuesConnection ( :
- Boolean! :
- # In which position to put the option when displayed in a list of options.
- Int! :
- String :
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): PrototypesConnection! ( :
- }
link Require by
- AdvertOptionValueAdvert option value for an advert's option type supporting all field types.
- FreetextOptionValuenull
- 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.
- OptionalOptionValuenull
- OptionTypeCreateOrUpdateMutationPayloadAutogenerated return type of OptionTypeCreateOrUpdateMutation.
- OptionTypesConnectionThe connection type for OptionType.
- OptionTypesEdgeAn edge in a connection.
- OptionValueOption value for an advert's option type (e.g. 'red', 'large')
- OptionValueFilterOptionMinimal subset of OptionValue type which can be used as a value of an option type filter for advert search
- VariantOptionValueVariant option value for a variant's option type supporting all field types.