OBJECT

ScrapeContextCompletePayload

Describes the final step of the scrape context.

  • type ScrapeContextCompletePayload implements ScrapeContextPayload {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The scrape context that was completed.
  • context: ScrapeContext
  • # The `jobId` of the scrape context that can be used to query or update the scrape
  • # context.
  • jobId: UUID!
  • # The game this scrape context was created for.
  • game: Game!
  • }