Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisalmeida/graphqelm
A simple Elm API for composing GraphQL queries and making requests.
https://github.com/chrisalmeida/graphqelm
composing-graphql-queries elm elm-api elm-lang frontend graphqelm graphql javascript
Last synced: about 1 month ago
JSON representation
A simple Elm API for composing GraphQL queries and making requests.
- Host: GitHub
- URL: https://github.com/chrisalmeida/graphqelm
- Owner: chrisalmeida
- License: bsd-3-clause
- Created: 2017-07-04T08:21:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T16:09:48.000Z (about 6 years ago)
- Last Synced: 2024-09-30T05:23:00.689Z (about 2 months ago)
- Topics: composing-graphql-queries, elm, elm-api, elm-lang, frontend, graphqelm, graphql, javascript
- Language: Elm
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQElm
GraphQElm exposes a simple Elm API for composing GraphQL queries and making requests to a GraphQL endpoint.
## Getting Started
```
elm-package install chrisalmeida/graphqelm
```and then check out the [Documentation](http://package.elm-lang.org/packages/chrisalmeida/graphqelm/1.0.0/GraphQElm)
### Prerequisites
A general understanding of Elm and GraphQL.
## Built With
* [Elm](http://elm-lang.org/) - A delightful language for reliable webapps.
## License
This project is licensed under the BSD3 License - see the [LICENSE](LICENSE) file for details