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
{{ message }}
This repository has been archived by the owner on May 21, 2022. It is now read-only.
Hey @deepnirmal -- this repository hasn't been updated for quite some time -- I think the go graphql ecosystem has moved on since I authored this. That said, could you share what error/issue you're seeing and maybe I could help?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to pass this string and get it parse, can someone help please?
{ "operationName":"myOperation", "variables":{ "var1":216 }, "query":"query myOperation($var1: Int!) {\n myOperation(var1: $var1) {\n basic_info {\n id\n name\n mobile\n alt_mobile\n image_url\n language\n __typename\n }\n profile_details {\n employee_type\n __typename\n }\n __typename\n }\n}\n" }
The text was updated successfully, but these errors were encountered: