BE-Webdesign / wp-graphql

A GraphQL API for WordPress
GNU General Public License v3.0
19 stars 4 forks source link

Add introspection tests. #155

Closed BE-Webdesign closed 7 years ago

BE-Webdesign commented 7 years ago

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.