-
Hello. I have question about using Optional undefined arguments. I see this section in documentation, but if I understand correctly, this section is related only to schema generator on server side. In our project, we use both, graphql-kotlin server and client. In server side, we chose verifying nullable arguments using My question is, how to use Optional arguments on client side? Client generator always generates data classes like this:
So, when I use this data class variable in request, Instead of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hello 👋 |
Beta Was this translation helpful? Give feedback.
-
Created #1151 to track this |
Beta Was this translation helpful? Give feedback.
Created #1151 to track this