INPUT_OBJECT

CreateServiceMetadataMutationInput

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

link GraphQL Schema definition

  • input CreateServiceMetadataMutationInput {
  • # A descriptive name.
  • name: String!
  • # The ID of a Service.
  • service_id: Int64Bit!
  • }

link Require by