Open
Description
Steps to reproduce
- Install phpcs
- Configure Magento2 coding standard
- run any module which contains graphql
Expected result
1.It should run the command and shows the result. But actually, it's giving below error
PHP Fatal error: Uncaught Error: Class 'GraphQL\Language\Token' not found in /usr/share/php/PHP/CodeSniffer/src/Files/File.php:556 Stack trace:
Actual result
- It should successfully scan code against Magento2 coding standard and return warnings and errors.