UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.rawgit.com/martimatix/logo-graphqelm/master/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

34 lines (33 loc) 973 B
{ "type": "package", "name": "dillonkearns/elm-graphql", "summary": "Type-safe GraphQL queries in Elm.", "license": "BSD-3-Clause", "version": "1.0.0", "exposed-modules": [ "Graphql.Operation", "Graphql.Http", "Graphql.SelectionSet", "Graphql.Internal.Encode", "Graphql.Document", "Graphql.Field", "Graphql.Internal.Builder.Argument", "Graphql.Internal.Builder.Object", "Graphql.OptionalArgument", "Graphql.Http.GraphqlError" ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": { "elm/core": "1.0.0 <= v < 2.0.0", "elm/http": "1.0.0 <= v < 2.0.0", "elm/json": "1.0.0 <= v < 2.0.0", "elm/time": "1.0.0 <= v < 2.0.0", "elm/url": "1.0.0 <= v < 2.0.0", "elm-community/list-extra": "8.0.0 <= v < 9.0.0", "lukewestby/elm-string-interpolate": "1.0.3 <= v < 2.0.0" }, "test-dependencies": { "elm/html": "1.0.0 <= v < 2.0.0", "elm-explorations/test": "1.0.0 <= v < 2.0.0" } }