INPUT_OBJECT
UpdateStockKeepingUnitMutationInput
The input object that defines the fields for the updateStockKeepingUnit mutation.
link GraphQL Schema definition
- input UpdateStockKeepingUnitMutationInput {
- # A Stock Keeping Unit (SKU) identifier.
- : String
- # A human readable description.
- : Text
- # The ID of a Service.
- : Int64Bit
- # The ID of a `Package`.
- : Int64Bit
- # Setting this value to `true` will set `description` to null.
- : Boolean
- # Setting this value to `true` will set `service_id` to null.
- : Boolean
- # Setting this value to `true` will set `package_id` to null.
- : Boolean
- }