ENUM

InheritanceType

Method of selecting the objects (i.e., inheritance sources) to inherit from

link GraphQL Schema definition

  • enum InheritanceType {
  • # Inherit from the closest unambiguous upstream object
  • FIRST
  • }

link Require by