OBJECT

ScrapeContext

Describes a transient context within which scraping occurs.

  • type ScrapeContext {
  • # The culler plugins that cull the resultant seed tree.
  • cullers: [Plugin!]!
  • # The scraper plugins that contribute data to the seed tree.
  • scrapers: [Plugin!]!
  • # The root seed context that contains the current state of the seed root tree.
  • rootContext: SeedRootContext!
  • }