This project was bootstrapped with Create React App.
A place for Barbie to store his favorite meals, view it in action here
yarn generate
if lambda functions are being run in dev mode, will generate hooks based on src/graphql/*.graphql
Generates files:
graphql.schema.json
src/graphql/types/index.ts
codegen.js
is only used by the script generate
, similartly, graphql.schema.json
is auto-generated via running that script.