P praveen_raj_srivastav New member Feb 2, 2026 #1 should i test my graphQL test cases and files in graphiQL or in terminal only?
Piyush-Goenka New member Feb 2, 2026 #2 GraphQL test cases can be run in the terminal using "pnpm vitest /path/to/testFile" GraphiQL can be used for manual testing in the browser. It is not for running the test suite
GraphQL test cases can be run in the terminal using "pnpm vitest /path/to/testFile" GraphiQL can be used for manual testing in the browser. It is not for running the test suite