Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing typespec for RawValue #612

Merged
merged 1 commit into from Sep 26, 2018
Merged

Add missing typespec for RawValue #612

merged 1 commit into from Sep 26, 2018

Conversation

DNNX
Copy link

@DNNX DNNX commented Sep 26, 2018

We switched from v1.4.11 to v1.4.13 and stumbled upon dialyzer error.

:0:unknown_type
Unknown type: Absinthe.Blueprint.Input.RawValue.t/0.

Absinthe.Blueprint.Input.RawValue.t() is actually used in one place, but not defined. This PR fixes the problem.

`Absinthe.Blueprint.Input.RawValue.t()` is
already used in one place, but not defined.
Let's fix this.
@benwilson512 benwilson512 merged commit 7c58750 into absinthe-graphql:v1.4 Sep 26, 2018
@benwilson512
Copy link
Contributor

Thank you!

@DNNX
Copy link
Author

DNNX commented Sep 27, 2018

@benwilson512 could you release the new version please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants