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

feat: use `indefinite` to find the correct article #26

Closed ardeois closed 4 years ago

ardeois commented 4 years ago

indefinite is able to find the correct indefinite article (a or an) for a given word. It contains a list of irregular words for exceptions

BREAKING CHANGE: mock names for irregular words might change. Example:

ardeois commented 4 years ago

FYI @3nvi

3nvi commented 4 years ago

Perfect! Thanks for that :D

3nvi commented 4 years ago

@ardeois The example in the docs needs an update with regards to that. Still says aUpdate...

ardeois commented 4 years ago

@ardeois The example in the docs needs an update with regards to that. Still says aUpdate...

Oops thanks