Closed baonguyen212002 closed 3 weeks ago
Clients are still expected to call GraphQL operations with valid values. Whereas empty strings are valid values for scalars of type String
and only handled differently internally, they are not valid enum values.
Clients are still expected to call GraphQL operations with valid values. Whereas empty strings are valid values for scalars of type
String
and only handled differently internally, they are not valid enum values.
how to fix
Do not pass empty strings where only enum values or null
are allowed. This is a client issue.
Describe the bug
Expected behavior/Solution
Steps to reproduce
1.
2.
3.
Output/Logs
Click to expand
``` # Add in log output/error messages here ```