INTERFACE

ScrapeContextPayload

  • interface ScrapeContextPayload {
  • clientMutationId: String
  • # The scrape context that was updated.
  • context: ScrapeContext
  • # The `jobId` of the scrape context that can be used to query or update the scrape
  • # context.
  • jobId: UUID!
  • # The game the scrape context was created for.
  • game: Game!
  • }