AbsintheGenerator.Query (absinthe_generator v0.1.0) View Source
We can utilize this module to generate query files to be imported
into the schema.ex
Definitions
:app_name- Required. Application name you're generating the code under:query_name- Required. The query or mutation namespace to organize the code under:moduledoc- Moduledoc message can be injected into the resulting output code:queries- List of %AbsintheGenerator.Schema.Field{}
Link to this section Summary
Link to this section Types
Specs
t() :: %AbsintheGenerator.Query{
app_name: String.t(),
moduledoc: String.t(),
queries: [AbsintheGenerator.TestDescribe.t()],
query_name: String.t()
}