OBJECT
ScrapeContextStepPayload
Describes one step of the payload job.
- type ScrapeContextStepPayload implements ScrapeContextPayload {
- # The Relay Classic Client Mutation ID.
- : String
- # The scrape context that was updated.
- : ScrapeContext
- # The `jobId` of the scrape context that can be used to query or update the scrape
- # context.
- : UUID!
- # The currently enumerated seeds yielded by this step of the scrape context.
- : [Seed]
- # The game this scrape context was created for.
- : Game!
- }