Skip to content

Commit a5a6702

Browse files
author
Julien Neuhart
committed
Add GraphQL documentation
1 parent 6e1e2e8 commit a5a6702

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

docs/docs/06_GraphQL/1_Overview.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
---
22
title: 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/).

0 commit comments

Comments
 (0)