Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harmboschloo/graphql-to-elm-package
https://github.com/harmboschloo/graphql-to-elm-package
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/harmboschloo/graphql-to-elm-package
- Owner: harmboschloo
- License: bsd-3-clause
- Created: 2018-09-01T18:49:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T14:43:15.000Z (about 2 years ago)
- Last Synced: 2024-11-23T00:57:14.392Z (about 1 month ago)
- Language: Elm
- Size: 239 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED
See [graphql-to-elm](https://github.com/harmboschloo/graphql-to-elm)
This package is no longer in use. See the link for the new version.
# OLD DESCRIPTION
## graphql-to-elm support package
This is a support package for the [graphql-to-elm](https://github.com/harmboschloo/graphql-to-elm) code generator.
**Do not install this package directly! It is bundled with the generator.**
`graphql-to-elm` validates graphql queries and converts them to elm code. For every GraqhQL query document `graphql-to-elm` will generate valid Elm _types_, _encoders_ and _decoders_ that you can use in your code. [Find out more](https://github.com/harmboschloo/graphql-to-elm).