Tub v0.5.0 Tub.Absinthe.Notation View Source

Generate Absinthe Notation

Usage:

fields = [

f1: :string,
f2: :integer,
f3: :utc_datetime

] Tub.Absinthe.Notation.gen(Acme.Gql.Notation, [%{

name: :block,
fields: fields

}])

Link to this section Summary

Link to this section Functions

Link to this function gen(mod_name, schema, doc \\ false) View Source