-
|
Hi all, I am using React with Apollo Client, and my After running codegen, I successfully get all After running the In CreateJob.tsx: The problem is, I can not find the How can I do it correctly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
you want to pass the document so try |
Beta Was this translation helpful? Give feedback.
you want to pass the document so try
JobQueryDocument? It always is a great idea to include a minimal reproduction. You can either use StackBlitz, CodeSandbox or a public GitHub repo.