Skip to content

Commit ebeb934

Browse files
committed
laravel: better GraphQL link
1 parent c548638 commit ebeb934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ With API Platform, you can:
99

1010
* [expose your Eloquent](#exposing-a-model) models in minutes as:
1111
* a REST API implementing the industry-leading standards, formats and best practices: [JSON-LD](https://en.wikipedia.org/wiki/JSON-LD)/[RDF](https://en.wikipedia.org/wiki/Resource_Description_Framework), [JSON:API](https://jsonapi.org), [HAL](https://stateless.group/hal_specification.html), and many RFCs...
12-
* a [GraphQL](https://graphql.org/) API
12+
* a [GraphQL](#enabling-graphql) API
1313
* or both at the same time, with the same code!
1414
* automatically expose an [OpenAPI](https://www.openapis.org) specification (formerly Swagger), dynamically generated from your Eloquent models and always up to date
1515
* automatically expose nice UIs and playgrounds to develop using your API ([Swagger UI](https://swagger.io/tools/swagger-ui/) and [GraphiQL](https://github.com/graphql/graphiql))

0 commit comments

Comments
 (0)