INPUT_OBJECT

NextScrapeContextStepInput

  • input NextScrapeContextStepInput {
  • # The `jobId` of the scrape context that can be used to query or update the scrape
  • # context.
  • jobId: UUID!
  • # User-provided seeds to add to the scrape context.
  • seeds: [SeedTreeGraftInput!]
  • }