API Reference absinthe_plug v1.5.8
Modules
A plug for using Absinthe (GraphQL).
A document provider is a module that, given a GraphQL query, determines what document should be executed and how the configured pipeline should be applied to that document.
Provide pre-compiled documents for retrieval by request parameter key.
This is the default document provider, implementing the
Absinthe.Plug.DocumentProvider
behaviour.
Provides a GraphiQL interface.
Extracts the GraphQL request body.
This module provides GraphQL types that may be useful in Absinthe schema and type modules.