Skip to content

Commit

Permalink
Add missing definition of Absinthe.Blueprint.Input.RawValue.t() (absi…
Browse files Browse the repository at this point in the history
  • Loading branch information
vderyagin authored and benwilson512 committed Jul 29, 2018
1 parent aea13ab commit c92b3a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/absinthe/blueprint/input/raw_value.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ defmodule Absinthe.Blueprint.Input.RawValue do
defstruct [
:content
]

@type t :: %__MODULE__{
content: Absinthe.Blueprint.Input.t()
}
end

0 comments on commit c92b3a0

Please sign in to comment.