INPUT_OBJECT

CreateValidationInput

  • input CreateValidationInput {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The `gameId` GUID of the game to validate.
  • gameId: UUID!
  • # The name of the orchestrator plugin that will run the validation.
  • orchestrator: [String!]!
  • }