Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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