You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run gqty --react --no-subscriptions --target=./generated/gqty.ts --typescript --watch ../schema.graphql
Change schema.graphql
Observe gqty didn't pick up the change of schema.graphql
Typical use-case for watching schema files from parent directories is e.g. in turborepo project where api and frontend are in separate folders and schema file is in api folder.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
schema.graphql
in a parent directorygqty --react --no-subscriptions --target=./generated/gqty.ts --typescript --watch ../schema.graphql
schema.graphql
schema.graphql
Typical use-case for watching schema files from parent directories is e.g. in turborepo project where
api
andfrontend
are in separate folders and schema file is inapi
folder.The text was updated successfully, but these errors were encountered: