API Reference schema_generator v0.2.2

Mix Tasks

Task for running a generator to write query functions. All query functions are designed to be composable, as in a query is required as the first argument. The task takes command line options to control generating functions to only what is necessary. If a function already exists with the same name as a generated function, it will be skipped.

Task for removing query functions generated by this library. Will remove any code or comments added between schema_gen_tag attributes