goalert icon indicating copy to clipboard operation
goalert copied to clipboard

expr: use scalar GraphQL types to handle validation

Open mastercactapus opened this issue 9 months ago • 0 comments

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.

mastercactapus avatar May 06 '24 21:05 mastercactapus