Current section

Files

Jump to
absinthe lib absinthe schema notation definition.ex
Raw

lib/absinthe/schema/notation/definition.ex

defmodule Absinthe.Schema.Notation.Definition do
@moduledoc false
defstruct category: nil,
source: nil,
identifier: nil,
builder: nil,
attrs: [],
opts: [],
file: nil,
line: nil
end