The Test Bed offers support for projects using GraphQL through the GraphQL validator that can be used to validate queries against their target schemas. The validator is based on the GraphQL reference implementation and expects as input the query to validate as well as the schema to validate against. Both can be provided directly or as remote URI references, with the schema also being able to be pre-configured to provide a fixed validator for a specific project’s API. The validator is accessible…
Read more