Menu
Symfony Boilerplate LogoSymfony Boilerplate LogoSymfony BoilerplateDocs
GitHub
Symfony Boilerplate LogoSymfony Boilerplate LogoSymfony Boilerplate
  • Docs
  • GitHub
  • Get Started
    • Overview
    • Installation
  • Development Environment
    • Docker Compose
    • Vagrant
    • Housekeeping
  • API
    • Overview
    • Configuration
    • Composer
    • Housekeeping
  • Web Application
    • Overview
    • Configuration
    • Yarn
    • Housekeeping
  • Database
    • ORM
    • Doctrine Migrations
    • Models
    • DAOs
    • Development Data
  • GraphQL
    • Overview
    • API
    • Web Application
    • Tools
  • i18n
    • Default Locale
    • API
    • Web Application
    • API and Web Application Interactions
    • Disable i18n
  • Security
    • Overview
    • Authentication
    • Access Control
    • CORS
  • Files
    • Assets
    • Temporary Files
    • Uploads
  • Validation
    • Overview
    • Models
    • Use Cases
    • GraphQL
    • Forms
  • Lists
    • Overview
    • Database
    • GraphQL
    • Web Application
  • Emails
    • Overview
    • Configuration
    • Send Emails
    • Templates
  • Static Analysis
    • API
    • Web Application
  • Tests
    • API
    • Web Application
  • Theme
    • Customization
    • Layouts
  • Deployments
    • Overview
    • Docker Images
    • CI/CD
    • Run
    • LogRocket
  • CHANGELOG

Overview

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

-- graphql.org

If you're new to GraphQL, consider reading the official documentation for a better understanding of the concepts.

Edit this page
Previous
« Development Data
Next
API »
Copyright © 2023 TheCodingMachine, Inc. Built with Docusaurus.