AbsintheGenerator.Schema (absinthe_generator v0.1.2) View Source

We can utilize this module to generate resolver files which are then used in the mutations/queries/subscriptions

Definitions

Link to this section Summary

Link to this section Types

Specs

t() :: %AbsintheGenerator.Schema{
  app_name: String.t(),
  data_sources: [AbsintheGenerator.Schema.DataSource.t()],
  moduledoc: term(),
  mutations: [String.t()],
  post_middleware: [String.t()],
  pre_middleware: [String.t()],
  queries: [String.t()],
  subscriptions: [String.t()],
  types: [String.t()]
}

Link to this section Functions