Skip to content

Commit ce06dc1

Browse files
authored
Fix links
Fixed link to GraphQL mutations documentation and added https to the query documentation link.
1 parent 3b66c81 commit ce06dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ UI that is shipped with API Platform:
661661

662662
![GraphQL endpoint](images/api-platform-2.2-graphql.png)
663663

664-
The GraphQL implementation supports [queries](http://graphql.org/learn/queries/), [mutations](http://graphql.org/learn/queries/),
664+
The GraphQL implementation supports [queries](https://graphql.org/learn/queries/), [mutations](https://graphql.org/learn/queries/#mutations),
665665
[100% of the Relay server specification](https://facebook.github.io/relay/docs/en/graphql-server-specification.html), pagination,
666666
[filters](../core/filters.md) and [access control rules](../core/security.md).
667667
You can use it with the popular [RelayJS](https://facebook.github.io/relay/) and [Apollo](https://www.apollographql.com/docs/react/)

0 commit comments

Comments
 (0)