INPUT_OBJECT

SeedTreeInput

Describes an input tree of seeds to be added to a scrape context.

  • input SeedTreeInput {
  • # The type of the seed node.
  • type: String!
  • # The value of the seed node.
  • value: String!
  • # Any children that are relevant to this node of the seed tree.
  • children: [SeedTreeInput!]
  • }