branch: externals/graphql commit 6afdd2c8c8f7de2e3c722031878bfac12de06465 Author: Sean Allred <c...@seanallred.com> Commit: Sean Allred <c...@seanallred.com>
Update resources --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac7e446cf6..19113d139c 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,7 @@ GraphQL.el GraphQL.el provides a set of generic functions for interacting with GraphQL web services. -See also [`graphql-mode`](https://github.com/davazp/graphql-mode) and -[this brief overview](http://graphql.org/learn/) on GraphQL syntax. +See also the following resources: +- [GraphQL language service](https://github.com/graphql/graphql-language-service) and [`lsp-mode`](https://github.com/emacs-lsp/lsp-mode) +- [`graphql-mode`](https://github.com/davazp/graphql-mode) +- [This brief overview of GraphQL syntax](http://graphql.org/learn)