Closed newhouse closed 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.
nodemon
yarn test:watch
@newhouse nice work 👏🏼
some comment on the while(rue) {} pattern
while(rue) {}
@newhouse published in graphql-2-json-schema@0.9.0, thanks! ⚡
graphql-2-json-schema@0.9.0
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.