Is it possible to use operation kind as the suffix for typed-document-node? #9750
Unanswered
alexeyr-ci
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given
the
typed-document-node
plugin generatesCan I name the const
XQuery
as well? And of courseXMutation
etc. for the other cases. I found how to make it justX
by settingdocumentVariableSuffix
.The reason I want this is because I'm using it as a replacement for
import XQuery from '.../XQuery.gql'
and it would be nice to be able to minimize changes.Beta Was this translation helpful? Give feedback.
All reactions