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
It would be great if the Skeleton template used /* GraphQL */ comments instead of #graphql, as the latter does not support formatting with Prettier (see prettier/prettier#16124).
Also, I’m not sure about the purpose of as const. It seems to break GraphQL Validation in VS Code. I removed it, and the codegen still works.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if the Skeleton template used
/* GraphQL */comments instead of#graphql, as the latter does not support formatting with Prettier (see prettier/prettier#16124).Also, I’m not sure about the purpose of
as const. It seems to break GraphQL Validation in VS Code. I removed it, and the codegen still works.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions