Current section

Files

Jump to
absinthe lib absinthe blueprint document fragment.ex
Raw

lib/absinthe/blueprint/document/fragment.ex

defmodule Absinthe.Blueprint.Document.Fragment do
@moduledoc false
alias __MODULE__
@type t ::
Fragment.Inline.t
| Fragment.Named.t
| Fragment.Spread.t
end