GraphQL Engine
The GraphQL Engine is implementing support for the GraphQL query language in TQ Data Foundation.
While GraphQL is an open standard, the standard is mostly about the syntax of queries, and each implementation is left to its own choice of semantics. The design choices and features supported by Data Foundation are mostly based on (SHACL) ontologies and return values by traversing the asset collections and other graphs that are being queried.
Further Reading on GraphQL
Further Reading on TQ Data Foundation