Tub v0.3.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
}])
Generate Absinthe Notation
Usage:
fields = [
f1: :string,
f2: :integer,
f3: :utc_datetime
] Tub.Absinthe.Notation.gen(Acme.Gql.Notation, [%{
name: :block,
fields: fields
}])