As of right now, if I follow the steps in
https://relay.dev/docs/getting-started/step-by-step-guide/
For this part:
If it works, your app will open at localhost:3000. Now when we write GraphQL in our app, Relay will detect it and generate code to represent our queries in your-app-name/src/generated/. We recommend checking in these generated files to source control.
For some reason, I don't see a your-app-name/src/__generated__
folder. That's even after I used yarn build
, npm run build
... I used the find
command on the Mac to try to find it but it didn't show. Is there a new location for the generated files?
ok, the code in the next section needs to be added before the __generated__
folder will exist.
As of right now, if I follow the steps in
https://relay.dev/docs/getting-started/step-by-step-guide/
For this part:
If it works, your app will open at localhost:3000. Now when we write GraphQL in our app, Relay will detect it and generate code to represent our queries in your-app-name/src/generated/. We recommend checking in these generated files to source control.
For some reason, I don't see a your-app-name/src/__generated__
folder. That's even after I used yarn build
, npm run build
... I used the find
command on the Mac to try to find it but it didn't show. Is there a new location for the generated files?
the token needs to be made accessible