zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

fragment.ex (200B)


      1 defmodule Absinthe.Blueprint.Document.Fragment do
      2   @moduledoc false
      3 
      4   alias __MODULE__
      5 
      6   @type t ::
      7           Fragment.Inline.t()
      8           | Fragment.Named.t()
      9           | Fragment.Spread.t()
     10 end