GraphQL Engine

The GraphQL Engine is implementing support for the GraphQL query language in TopBraid.

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 TopBraid 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 TopBraid