File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 11---
22title : Overview
3- slug : /lists
3+ slug : /graphql
44---
55
6- 🚧
6+ > GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
7+ > GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask
8+ > for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful
9+ > developer tools.
10+ >
11+ > -- <cite >[ graphql.org] ( https://graphql.org/ ) </cite >
12+
13+ The Symfony Boilerplate uses [ GraphQLite] ( https://graphqlite.thecodingmachine.io/ ) to quickly build a GraphQL API based
14+ on your models and use cases.
15+
16+ As the documentation of this PHP library covers a lot of aspects, we invite you to read it to have a better understanding
17+ of its functionalities.
18+
19+ ## Tools
20+
21+ The API provides the endpoint ` /graphiql ` (in development) so that you may quickly test a query or a mutation.
22+
23+ You may also use the [ Altair GraphQL Client] ( https://altair.sirmuel.design/ ) .
You can’t perform that action at this time.
0 commit comments