Concept Flow - Schema testing
Define Schema
Write Test Queries/Mutations
Run Tests Against Schema
Check Responses Match Expected
Pass or Fail Test
Fix Schema or Tests if Fail
↩Back to Write Test Queries
Schema testing means writing queries or mutations to check if the GraphQL schema works as expected, then running these tests and fixing issues if tests fail.