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

expr: use scalar GraphQL types to handle validation #3849

Merged
merged 19 commits into from
May 7, 2024
Merged

Conversation

mastercactapus
Copy link
Member

@mastercactapus mastercactapus commented May 6, 2024

Description:
Adds validation for Expr expressions in various APIs by switching from string to scalar types with defined parsers/validators.

Describe any introduced API changes:
Type changes are breaking but JSON-compatible, all changes are behind the univ-keys experimental flag.

Additional Info:
Existing API calls will require proper expressions & syntax.

@github-actions github-actions bot added the size/l label May 6, 2024
@mastercactapus mastercactapus merged commit 5fba148 into master May 7, 2024
7 checks passed
@mastercactapus mastercactapus deleted the expr-scalar branch May 7, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants