zf

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

generated.ex (414B)


      1 defmodule Absinthe.Blueprint.Input.Generated do
      2   @enforce_keys [:by]
      3   defstruct [:by]
      4 
      5   @moduledoc false
      6 
      7   # A number of phases need to check for `nil` normalized values. This is problematic
      8   # for situations where a value has been generated from a default value. This struct
      9   # can be placed on the normalized value to indicate that it is not null, but also
     10   # that it is not a proper blueprint input.
     11 end