UNPKG

@dillonkearns/elm-graphql

Version:

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

34 lines 1.12 kB
{ "type": "package", "name": "dillonkearns/elm-graphql", "summary": "Type-safe GraphQL queries in Elm.", "license": "BSD-3-Clause", "version": "4.2.1", "exposed-modules": [ "Graphql.Operation", "Graphql.Http", "Graphql.SelectionSet", "Graphql.Internal.Encode", "Graphql.Document", "Graphql.Internal.Builder.Argument", "Graphql.Internal.Builder.Object", "Graphql.OptionalArgument", "Graphql.Http.GraphqlError", "Graphql.Codec" ], "elm-version": "0.19.0 <= v < 0.20.0", "dependencies": { "Skinney/murmur3": "2.0.8 <= v < 3.0.0", "elm/core": "1.0.2 <= v < 2.0.0", "elm/http": "2.0.0 <= v < 3.0.0", "elm/json": "1.1.1 <= 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" } }