graphqexl v0.1.0-alpha-rc.25 Graphqexl.Server.Plug
Server Plug
to handle parsing and executing GraphQL queries, which can be given as
application/json
or application/graphql
TODO: Error handling/rendering
Link to this section Summary
Link to this section Types
Link to this section Functions
Call callback invoked when a request matching a route including this Plug.t/0
is handled.
Returns: Plug.Conn.t/0
Init callback invoked when a request matching a route including this Plug.t/0
is being
prepared for handled.
Returns: t:list(term.t/0)