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
I'm having a hard time generating TypedDocumentNodes in mesh. I have had lots of success with the graphql-codegen and the typed DocNodes are generated properly. I can see the document files being ingested at build time, but I dont know where they're going or what mesh is doing with them.
A string search reveals that my client query name is within a getter called rawSDL() but I have no idea how to use it.
The text was updated successfully, but these errors were encountered:
In the SDK example, my only option is to execute. This doesn't help me generate TypedDocumentNodes to feed to an Apollo Client query hook in React.
I'm trying to replace/replicate (or even trigger) the client-preset we've been using in codegen (https://the-guild.dev/graphql/codegen/plugins/presets/preset-client)
Is this possible or do I need to manually trigger it in some custom extension?
I'm having a hard time generating
TypedDocumentNode
s in mesh. I have had lots of success with the graphql-codegen and the typed DocNodes are generated properly. I can see the document files being ingested at build time, but I dont know where they're going or what mesh is doing with them.A string search reveals that my client query name is within a getter called
rawSDL()
but I have no idea how to use it.The text was updated successfully, but these errors were encountered: