OBJECT

ScrapeContextStepPayload

Describes one step of the payload job.

  • type ScrapeContextStepPayload implements ScrapeContextPayload {
  • # The Relay Classic Client Mutation ID.
  • 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 currently enumerated seeds yielded by this step of the scrape context.
  • current: [Seed]
  • # The game this scrape context was created for.
  • game: Game!
  • }