Current section

Files

Jump to
graphqexl lib graphqexl schema required.ex
Raw

lib/graphqexl/schema/required.ex

alias Graphqexl.Schema.Ref
defmodule Graphqexl.Schema.Required do
defstruct type: %Ref{}
@type t :: %Graphqexl.Schema.Required{type: Ref.t()}
end