-
|
Hello community, I'm wondering if it's possible to explicitly generate a type for the "data" property in a query type. For example:
is it possible, to tell the generator to explicitly generate a type for Thank you very much in advance :) |
Beta Was this translation helpful? Give feedback.
Answered by
n1ru4l
May 30, 2023
Replies: 1 comment 1 reply
-
|
You can use GraphQL fragments for generating and composing operation partials. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DaveFz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use GraphQL fragments for generating and composing operation partials.