# 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](https://docs.hypertune.com/concepts/hypertune-edge) for low latency responses, typically < 25ms.

GraphQL queries to the API must contain all field arguments so that your flag logic can be fully [reduced](https://docs.hypertune.com/concepts/reduction) and evaluated into a JSON result which can be returned.

For instructions on how to query the API, see the [GraphQL quickstart](https://docs.hypertune.com/getting-started/graphql-quickstart).
