This module contains types used to annotate top-level queries which can be built up using functions in code generated by the `
Type for top-level mutations which can be sent using functions
from Graphql.Http
.
Type for top-level queries which can be sent using functions
from Graphql.Http
.
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.