graphql-to-elm-package

Support package for graphql-to-elm, which generates Elm types, encoders and decoders from GraphQL queries

BSD-3-CLAUSE License

Downloads
3
Stars
0
Committers
1

DEPRECATED

See 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 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.