OBJECT

CancelScrapeContextPayload

  • type CancelScrapeContextPayload {
  • # 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 cancellation was requested for.
  • context: ScrapeContext
  • # The game this scrape context was created for.
  • game: Game!
  • }