Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache/hash is not busted when using #import statements #644

Closed
comp615 opened this issue Jan 25, 2023 · 0 comments
Closed

Cache/hash is not busted when using #import statements #644

comp615 opened this issue Jan 25, 2023 · 0 comments

Comments

@comp615
Copy link
Contributor

comp615 commented Jan 25, 2023

You have a schema file like the following:

#import Post from "posts.graphql"
 
type Query {
  posts: [Post]
}

Making a change to posts.graphql will not result in a different hash, meaning that those changes will never get built unless you manually remove the generated .d.ts files.

@comp615 comp615 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant