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

Bug: v0.17.53 and v0.17.54 break Any pointers #3310

Open
RobinKamps opened this issue Sep 30, 2024 · 0 comments
Open

Bug: v0.17.53 and v0.17.54 break Any pointers #3310

RobinKamps opened this issue Sep 30, 2024 · 0 comments

Comments

@RobinKamps
Copy link

What happened?

generation of e.g.

type Test {
    value: Any
}

(without ! -> value: Any!)

is broken in v0.17.53 and v0.17.54

leads to error:

invalid operation: cannot indirect res (variable of type any)

What did you expect?

it works well with e.g. v0.17.52

Minimal graphql.schema and models to reproduce

type Test {
    value: Any
}

versions

  • go run github.com/99designs/gqlgen version? -> v0.17.53 and v0.17.54
  • go version?
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

No branches or pull requests

1 participant