AbsintheGenerator.Query (absinthe_generator v0.1.2) View Source

We can utilize this module to generate query files to be imported into the schema.ex

Definitions

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()
}

Link to this section Functions