How to get args datatypes in resolver? #6122
Unanswered
nengkhoiba
asked this question in
General
Replies: 1 comment
-
I suggest you use We are hoping to improve the docs as part of AS4 to make them TS-native including teaching how to use codegen. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
How to get args datatypes in resolver?
Reason
I am building a SAAS application and Schema is generated dynamically at json config and same mutation can have different args and datatype base on the client.
Requirement
I want to get the datatype for the args in the resolver so that i do some custom work base on the datatype.
Beta Was this translation helpful? Give feedback.
All reactions