OBJECT

CreateScrapeContextPayload

  • type CreateScrapeContextPayload {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The subfield of the `job` Query that this job can be accessed from.
  • jobContextField: String
  • # The `jobId` of the scrape context that can be used to query or update the scrape
  • # context.
  • jobId: UUID!
  • # The scrape context that was created.
  • context: ScrapeContext!
  • # The game this scrape context was created for.
  • game: Game!
  • }