You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm getting an unexpected validation rule error from giving an array of desired validators as per instructions. I had no issues with this configuration for [email protected] and [email protected] but don't see why it wouldn't work for the following package versions either.
Configuration for rule "graphql/template-strings" is invalid:
Value "FieldsOnCorrectType" should be equal to one of the allowed values.
Value ["FieldsOnCorrectType"] should be equal to one of the allowed values.
Value ["FieldsOnCorrectType"] should match exactly one schema in oneOf.
Since you're using graphql 15, I believe that you have to add "Rule" suffix to your validators. So FieldsOnCorrectType should become FieldsOnCorrectTypeRule
Hi, I'm getting an unexpected validation rule error from giving an array of desired validators as per instructions. I had no issues with this configuration for
[email protected]
and[email protected]
but don't see why it wouldn't work for the following package versions either.is giving the following error
Versions
[email protected]
[email protected]
The text was updated successfully, but these errors were encountered: