Skip to main content

GraphQL Schema Overview

The NovaGestão API provides a GraphQL interface for managing financial data.

Statistics

  • Queries: 76
  • Mutations: 92
  • Types: 384

Authentication

All API requests require:
Authorization: Bearer YOUR_API_KEY
X-ORGANIZATION-SLUG: your-organization-slug
See the Authentication Guide for more details.

GraphQL Endpoint

POST https://api.novagestao.xyz/graphql

Interactive Explorer

For testing and exploring the API interactively, use GraphiQL.