.. meta:: :description: Hasura GraphQL engine documentation :keywords: hasura, docs, manual, graphql engine .. title:: Hasura GraphQL Engine Documentation .. _core_docs: Hasura GraphQL Engine Documentation =================================== .. contents:: Table of contents :backlinks: none :depth: 1 :local: The Hasura GraphQL engine makes your data instantly accessible over a real-time GraphQL API, so you can build and ship modern apps and APIs faster. Hasura connects to your databases, REST servers, GraphQL servers, and third party APIs to provide a unified realtime GraphQL API across all your data sources. .. container:: toc-list .. container:: toc-list-section .. container:: toc-list-head Basics .. container:: toc-list-content - :ref:`getting_started` - :ref:`schema` - :ref:`queries` - :ref:`mutations` - :ref:`subscriptions` .. container:: toc-list-section .. container:: toc-list-head Business Logic .. container:: toc-list-content - :ref:`actions` - :ref:`remote_schemas` - :ref:`event_triggers` - :ref:`scheduled_triggers` .. container:: toc-list-section .. container:: toc-list-head Auth .. container:: toc-list-content - :ref:`authentication` - :ref:`Auth Using Webhooks ` - :ref:`Auth Using JWT ` - :ref:`Unauthenticated / Public Access ` - :ref:`Authorization / Access Control ` .. container:: toc-list-section .. container:: toc-list-head Migrate & Deploy .. container:: toc-list-content - :ref:`Basics ` - :ref:`Setting Up Migrations ` - :ref:`Managing Metadata ` - :ref:`Deploy Using Hasura Cloud ` - :ref:`Deploy Using Docker ` - :ref:`Deploy Using Kubernetes ` .. container:: toc-list-section .. container:: toc-list-head Reference .. container:: toc-list-content - :ref:`hasuracli_manual` - :ref:`api_reference` - :ref:`How It Works ` - :ref:`Troubleshooting ` - :ref:`security_protocol` .. container:: toc-list-section .. container:: toc-list-head Learn .. container:: toc-list-content - `30-Minute Hasura Basics Course `__ - `GraphQL & Hasura Courses `__ - :ref:`Guides & Resources ` .. toctree:: :maxdepth: 1 :titlesonly: :hidden: getting-started/index schema/index queries/index mutations/index subscriptions/index actions/index remote-schemas/index event-triggers/index scheduled-triggers/index auth/index migrations/index Deploying hasura-cli/index API Reference How It Works Troubleshooting guides/index security-disclosure/index