GraphQL API

If you don't want to use one of the SDKs, you can get your flags from the GraphQL API.

The GraphQL API is hosted on Hypertune Edge for low latency responses, typically < 50ms.

GraphQL queries to the API must contain all field arguments so that your flag logic can be fully reduced and evaluated into a JSON result which can be returned.

For instructions on how to query the API, see the GraphQL quickstart.

Last updated