INPUT_OBJECT

PackageServiceMutationInput

A service in a package.

link GraphQL Schema definition

  • input PackageServiceMutationInput {
  • # The ID of a Service.
  • service_id: Int64Bit!
  • # The quantity for this service.
  • quantity: Int
  • }