OBJECT

DeleteScrapeContextPayload

  • type DeleteScrapeContextPayload {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The `jobId` of the scrape context that can be used to query or update the scrape
  • # context.
  • jobId: UUID!
  • # The scrape context that was deleted.
  • context: ScrapeContext
  • # Whether or not the job was successfully removed from the job queue.
  • success: Boolean!
  • # The game this scrape context was created for.
  • game: Game!
  • }