INPUT_OBJECT
UpdatePackageMutationInput
The input object that defines the fields for the updatePackage mutation.
link GraphQL Schema definition
- input UpdatePackageMutationInput {
- # A descriptive name.
- : String
- # Whether or not this is enabled.
- : Boolean
- # The ID of the company that this entity operates under.
- : Int64Bit
- # IDs of `Service`s.
- : [PackageServiceMutationInput]
- # Setting to indicate if services in this package should be rolled up into a
- # package total when this package is displayed.
- : Boolean
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `company_id` to null.
- : Boolean
- }