GraphQL testing

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
 
Back
Top