Skip to content

Commit

Permalink
Add missing typespec for RawValue (#612)
Browse files Browse the repository at this point in the history
`Absinthe.Blueprint.Input.RawValue.t()` is
already used in one place, but not defined.
Let's fix this.
  • Loading branch information
DNNX authored and benwilson512 committed Sep 26, 2018
1 parent 18bab75 commit 7c58750
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/absinthe/blueprint/input/raw_value.ex
Expand Up @@ -5,4 +5,8 @@ defmodule Absinthe.Blueprint.Input.RawValue do
defstruct [
:content
]

@type t :: %__MODULE__{
content: any()
}
end

0 comments on commit 7c58750

Please sign in to comment.