OBJECT

CleanupEmulationPayload

  • type CleanupEmulationPayload {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The instance that was cleaned up.
  • instanceId: UUID!
  • # Whether or not the cleanup was a success.
  • success: Boolean!
  • }