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 47 forks source link

Fixes broken dependency `toPascalCase` #7

Closed keesvanlierop closed 4 years ago

keesvanlierop commented 4 years ago

Because toPascalCase was dropped in GraphQL Codegen > 1.11.0, this plugin just crashes when used. This quick fix implements the removed toPascalCase helper into the codebase.

bohdanbirdie commented 4 years ago

@ardeois Hi! any chance merging this PR?

bohdanbirdie commented 4 years ago

@ardeois thanks! I think I'm also gonna make a PR soon (haven't updated the tests) for the pascal case and upper case support of the enums Spotted the issue today