graphql-test-suite
v0.0.2
Published
GraphQL Parsing Test Suite.
Readme
graphql-test-suite
GraphQL Parsing Test Suite.
Install
yarn add graphql-test-suiteUsage
import graphqlTestSuite from 'graphql-test-suite'
console.log(graphqlTestSuite)
// =>
// [
// {
// name: 'apollo-rs/lexer/err/0001_unterminated_spread_operator_with_one.graphql',
// error: true,
// input: '.'
// },
// ...,
// ]Acknowledgments
Currently, test cases comes from apollo-rs project.
