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