Skip to main content
The Fluz API is a single GraphQL endpoint per environment. This page is the reference companion to How the GraphQL API works.

Endpoints

Headers

Response envelope

  • data — the successful payload (may be partial on error).
  • errors — array of failures, each with code, message, and path.

Schema

Staging exposes introspection so you can point tooling (Apollo Studio, GraphiQL, codegen) at it directly. In live, request the current SDL from your account team.