OBJECT

SeedContent

The contents of a scraping seed.

  • type SeedContent {
  • # The string value of the scraping result.
  • value: String!
  • # The semantic type of the scraping result.
  • type: String!
  • }