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

fix: exclude GQL scalar types from the name validation of object and field metadata #4467

Conversation

abusarah-tech
Copy link
Contributor

Closes #4443

I have added the basic scalar types but not sure about Query, Mutation and Subscription because they could conflict when creating an object with such names.

Copy link
Member

@magrinj magrinj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ! Thanks for your contribution 🙂

@magrinj magrinj merged commit e0dac82 into twentyhq:main Mar 14, 2024
12 checks passed
@abusarah-tech abusarah-tech deleted the fix/exclude-scalar-types-from-name-validation branch March 14, 2024 21:31
arnavsaxena17 pushed a commit to arnavsaxena17/twenty that referenced this pull request Oct 6, 2024
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.

We shouldn't allow GraphQL field types as object names
2 participants