charlypoly / graphql-to-json-schema

GraphQL Schema to JSON Schema
MIT License
202 stars 25 forks source link

Enum default value bug #41

Closed newhouse closed 3 years ago

newhouse commented 3 years ago

Fixes https://github.com/charlypoly/graphql-to-json-schema/issues/40

Also adds nodemon for developer experience: yarn test:watch can be running while you develop so you just watch how you're doing.

charlypoly commented 3 years ago

@newhouse nice work 👏🏼

some comment on the while(rue) {} pattern

charlypoly commented 3 years ago

@newhouse published in graphql-2-json-schema@0.9.0, thanks! ⚡