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

static fields shouldn't be added to Types & Inputs #700

Closed
ybroeker opened this issue Mar 21, 2021 · 1 comment
Closed

static fields shouldn't be added to Types & Inputs #700

ybroeker opened this issue Mar 21, 2021 · 1 comment

Comments

@ybroeker
Copy link
Contributor

Currently, static fields are added to the schema on types and inputs, which means constants must be explicitly ignored.
Those fields should be ignored by default.

Especially for inputs, as these field cannot be used at runtime.

@phillip-kruger
Copy link
Member

Hi @ybroeker ! Welcome back :)

This is a valid point ! Are you looking to fix this ?

ybroeker added a commit to ybroeker/smallrye-graphql that referenced this issue Mar 31, 2021
ybroeker added a commit to ybroeker/smallrye-graphql that referenced this issue Mar 31, 2021
ybroeker added a commit to ybroeker/smallrye-graphql that referenced this issue Mar 31, 2021
ybroeker added a commit to ybroeker/smallrye-graphql that referenced this issue Mar 31, 2021
…a field and/or method as a graphql field.
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

2 participants