branch: externals/graphql commit 1026c76d30433d9189aba3df43d74580bf394ba3 Author: Sean Allred <c...@seanallred.com> Commit: Sean Allred <c...@seanallred.com>
Initial commit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 0000000000..24957432e2 --- /dev/null +++ b/README.md @@ -0,0 +1,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).