INPUT_OBJECT

IntegrationServiceMappingInput

The input object that defines the fields for the mutation.

link GraphQL Schema definition

  • input IntegrationServiceMappingInput {
  • # The ID of a Service.
  • service_id: Int64Bit!
  • # The service name in vendor system this mapping refers to.
  • service_template_name: String!
  • # Policy Map.
  • policy_map: String
  • }