absinthe

v1.2.0-alpha.1

  • Pages
  • Modules
  • Exceptions
  • Protocols

    absinthe v1.2.0-alpha.1 Absinthe.Blueprint.Input

    Summary

    Types

    collection()
    leaf()
    t()

    Functions

    inspect(node)
    parse(value)

    Types

    collection ::
      Absinthe.Blueprint.Input.List.t |
      Absinthe.Blueprint.Input.Object.t
    leaf ::
      Absinthe.Blueprint.Input.Integer.t |
      Absinthe.Blueprint.Input.Float.t |
      Absinthe.Blueprint.Input.Enum.t |
      Absinthe.Blueprint.Input.String.t |
      Absinthe.Blueprint.Input.Variable.t |
      Absinthe.Blueprint.Input.Boolean.t
    t :: leaf | collection

    Functions

    inspect(node)

    Specs

    inspect(t) :: String.t
    parse(value)

    Specs

    parse(any) :: nil | t

    Built using ExDoc (v0.11.2), designed by Friedel Ziegelmayer.