API Reference GqlCase v#0.2.0
View SourceModules
This module defines helper macros to work with Graphql and Guardian
Defines the functions used to load GQL documents based on the document path.
Exception raised when we can't find a file imported via an
#import "some_file.gql"
statement
Exception raised when we can't find or access a file
Exception raised when we get a bad result from Absinthe's Parse phase. It should provide some useful information as to where the error lays in the document.
Exception that is raised when GqlCase is called improperly