INPUT_OBJECT
CreatePackageMutationInput
The input object that defines the fields for the createPackage mutation.
link GraphQL Schema definition
- input CreatePackageMutationInput {
- # A descriptive name.
- : String!
- # Whether or not this is enabled.
- : Boolean!
- # The ID of the company that this entity operates under.
- : Int64Bit
- # The services in this package.
- : [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
- }