Goldorin v0.39.0 Goldorin.Absinthe.Notation View Source

Generate Absinthe Notation

Usage:

fields = [

{:f1, :string, %{}},
{:f2, :integer, %{}},
{:f3, :utc_datetime, %{}}

] Goldorin.Absinthe.Notation.gen(Acme.Gql.Notation, [{:block, type, fields, doc}])

Link to this section Summary

Link to this section Functions

Link to this function

gen(app, mod_name, schema, opts \\ []) View Source