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
Case sensitive identifiers can match. Either globalGqlIdentifierName shouldn't be converted to lower case or identifiers in the code should be. Changing the comparison to be case insensitive should not break backward compatibility whereas changing it to be case sensitive may.
Environment:
OS: MacOs
@graphql-tools/...: 8.3
NodeJS: 18
Additional context
The text was updated successfully, but these errors were encountered:
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
globalGqlIdentifierName are set to be lower case in tag-pluck but when the visitor uses them it does a case sensitive compare
To Reproduce Steps to reproduce the behavior:
Expected behavior
Case sensitive identifiers can match. Either globalGqlIdentifierName shouldn't be converted to lower case or identifiers in the code should be. Changing the comparison to be case insensitive should not break backward compatibility whereas changing it to be case sensitive may.
Environment:
@graphql-tools/...
: 8.3Additional context
The text was updated successfully, but these errors were encountered: