INPUT_OBJECT
The input object that defines the fields for the createServiceMetadata mutation.
input CreateServiceMetadataMutationInput {# A descriptive name.name: String!# The ID of a Service.service_id: Int64Bit!}