Does DAML support graphql?

Ed: Split out from DAML support for Azure, Vuejs, Graphql, QLDB & Canton

1 Like

At the moment, we do not provide a graphQL API, the two supported options are the gRPC Ledger API and the HTTP JSON API.

Navigator technically uses graphQL internally but that is more of an implementation detail than a supported API. What would be possible is to build your own query store similar to the JSON API but use graphQL as a query language.

1 Like