Replies: 1 comment
-
Hi, I added examples for |
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
-
I want to pass a json ocject as input parameter to a gql api. I can't any test examples that deal with a more complex input parameter than a simple flat data structure.
The json parameter could be
HashMap<String, HashMap<String, Value>>
. For instance,HashMap<EmpId, HashMap<Key, Value>>
i.e., properties of employees. Or something like:Please suggest.
Beta Was this translation helpful? Give feedback.
All reactions