API Reference absinthe_generator v0.1.1
Modules
We can utilize this module to generate crud resource files as well as add them into the schema.ex
Implements a behaviour that each absinthe generator struct implements which enables this module to write contents to the file path defined by the structs callback
We can utilize this module to generate mutation files to be imported
into the schema.ex
We can utilize this module to generate mutation test files
We can utilize this module to generate query files to be imported
into the schema.ex
We can utilize this module to generate query test files
We can utilize this module to generate resolver files which are then used in the mutations/queries/subscriptions
We can utilize this module to generate resolver files which are then used in the mutations/queries/subscriptions
We can utilize this module to generate test files which are then used in the mutation & query tests
We can utilize this module to generate resolver files which are then used in the mutations/queries/subscriptions
Mix Tasks
Generates ABSINTHE MUTATION
Generates an Absinthe Query
Generates an Absinthe Schema
Generates an Absinthe Schema
Generates an Absinthe Type