ardeois / graphql-codegen-typescript-mock-data

[GraphQL Codegen Plugin](https://github.com/dotansimha/graphql-code-generator) for building mock data based on the schema.
MIT License
134 stars 46 forks source link

feat: remove eslint-disable line #68

Closed ardeois closed 2 years ago

ardeois commented 2 years ago

BREAKING CHANGE: eslint-disable line is not added anymore. If you need it, use add plugin

fixes #67