INPUT_OBJECT

DeleteSaveProfileInput

  • input DeleteSaveProfileInput {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The `gameId` GUID of the game to delete a save profile for.
  • gameId: UUID!
  • # The GUID of the save profile to delete.
  • profileId: UUID!
  • }