OBJECT

DerivedDataResponse

link GraphQL Schema definition

  • type DerivedDataResponse {
  • # Output of running the processing rules over the response from the embedded
  • # entity query
  • derivedData: JSON
  • # This field provides a strongly-typed embedded entityQuery to execute. Use this
  • # or the graphqlQuery input parameter but not both.
  • # This field will always be null in the response, if provided, it is used as an
  • # input parameter.
  • entityQuery: EntityQuery
  • }