INPUT_OBJECT

SeedTreeGraftInput

Describes a graft onto a seed tree.

  • input SeedTreeGraftInput {
  • # The GUID of the seed on which to graft the provided tree as a child.
  • seedId: UUID!
  • # The tree of seeds to graft as a child onto the specified seed.
  • tree: SeedTreeInput!
  • }