Currently, there are no unit tests for testing whether the schema we have designed indeed exists. We should use GraphQL's introspection system to add unit tests proving the schema. Then as the schema is changed the build will fail, alerting to any potential regressions.
Currently, there are no unit tests for testing whether the schema we have designed indeed exists. We should use GraphQL's introspection system to add unit tests proving the schema. Then as the schema is changed the build will fail, alerting to any potential regressions.