OBJECT

InheritedStringResult

Wrapper type containing the inherited result

link GraphQL Schema definition

  • type InheritedStringResult {
  • # Unique identifier of the object (i.e., inheritance source) that is providing the
  • # inherited attribute
  • assetId: String!
  • # Name of the property that is being inherited
  • attribute: String!
  • # Inherited value
  • value: String
  • # Number of edges in between the inheritance source and inheritance target
  • distance: Int
  • # The edges between inheritance source and inheritance target
  • edges: [String!]
  • # The object (i.e., inheritance source) where the attribute was inherited from
  • asset: Node
  • }

link Require by