plug_graphql v0.3.1 API Reference

Modules

This is the primary plug for mounting a GraphQL server

This module provides the functions that are used for evaluating configuration options that can be set as raw strings, or functions in the form of {ModuleName, :function} or in the syntax of &ModuleName.function/arity

This is the core plug for mounting a GraphQL server

This is the GraphiQL plug for mounting a GraphQL server

This module provides the functions for parsing out a parameter value from Plug.Conn

Parses a GraphQL request body when the content-type is set to application/graphql