OBJECT

CreateSaveProfilePayload

  • type CreateSaveProfilePayload {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The game that the new save profile was created for.
  • game: Game!
  • # The newly created save profile.
  • saveProfile: SaveProfile!
  • }