Grapix
This utility library implements a few helper modules for the Grapix framework:
Grapix.ApiModuledefines behavior for a plug-in API moduleGrapix.GraphqlOpsexports utility functions for manipulating GraphQL documentsGrapix.QuerySpecdefines an encapsulating structure for GraphQL executable documentsGrapix.SchemaBuilderprovides a macro to programmatically assemble an Absinthe schema from multiple API modules, at compile time
Installation
If available in Hex, the package can be installed
by adding grapix to your list of dependencies in mix.exs:
def deps do
[
{:grapix, "~> 0.2"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/grapix.