INPUT_OBJECT

LinkInventoryModelToAccountServicesMutationInput

The input object that defines the fields for the linkInventoryModelToAccountServices mutation.

link GraphQL Schema definition

  • input LinkInventoryModelToAccountServicesMutationInput {
  • # The ID of an `InventoryModel`.
  • inventory_model_id: Int64Bit!
  • # The ID of a Service.
  • service_ids: [Int64Bit]!
  • # Whether or not to overwrite existing links.
  • overwrite_existing_links: Boolean!
  • }

link Require by