wormwood v0.1.0 API Reference
Modules
This module defines a few helpful macros when testing against an Absinthe GraphQL schema. It essentially registers an Absinthe schema and a GQL document to the module they're called in.
Exceptions
An exception raised by Wormwood when it cannot find a file imported via an
#import "some_file.gql"
statement
An exception that is raised when Wormwood can't find or access a file
An exception that is raised when Wormwood gets a bad result from Absinthe's Parse phase. It should provide some useful information as to where the error lays in the document.
An exception that is raised when Wormwood is called improperly