INPUT_OBJECT
The input object that defines the fields for the mutation.
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}