dillonkearns / elm-graphql / Graphql.Operation

This module contains types used to annotate top-level queries which can be built up using functions in code generated by the `


type RootMutation

Type for top-level mutations which can be sent using functions from Graphql.Http.


type RootQuery

Type for top-level queries which can be sent using functions from Graphql.Http.


type RootSubscription

Type for top-level subscriptions. Subscriptions use WebSockets, for which Elm needs ports. See https://github.com/dillonkearns/elm-graphql/blob/master/examples/subscription/Main.elm for an example of using elm-graphql subscriptions with ports.