Current section

Files

Jump to
graphqexl lib graphqexl schema ref.ex
Raw

lib/graphqexl/schema/ref.ex

defmodule Graphqexl.Schema.Ref do
defstruct type: :atom, name: ""
@type t :: %Graphqexl.Schema.Ref{type: atom(), name: String.t()}
end