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
@moduledoc """
Wrapper struct indicating the wrapped type is required on its parent
"""
defstruct type: %Ref{}
end