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

Upgrade to faker 8 #168

Closed bmulholland closed 1 month ago

bmulholland commented 1 month ago

I just spent 15 minutes trying to debug because person.fullName wasn't working. It's only available in v8, and v9 is coming along.

See also https://github.com/ardeois/graphql-codegen-typescript-mock-data/pull/134

ardeois commented 1 month ago

Fixed in major version bump 4.0.0 https://github.com/ardeois/graphql-codegen-typescript-mock-data/pull/169

bmulholland commented 1 month ago

Wow that was fast! Thank you <3 <3

bmulholland commented 1 month ago

You gotta laugh hahaha: https://github.com/faker-js/faker/releases/tag/v9.0.0