Replies: 1 comment 1 reply
-
Interesting. @kitten @JoviDeCroock can you please share an overview of how this works? Just spread the entire selection set? how does it works? Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
URQL can automatically populate mutations using the
@populate
directive:but it breaks our codegen setup:
GraphQLDocumentError: Field "product" of type "Product!" must have a selection of subfields. Did you mean "product { ... }"?
Is it possible to ignore fields with the
@populate
directive? We still wish to generate typescript types for mutation inputs.Beta Was this translation helpful? Give feedback.
All reactions