Skip to content

looking for help setting up simple first time Postman query #6430

Answered by virtualbis
virtualbis asked this question in General
Discussion options

You must be logged in to vote

I found this that works with help but how do you convert from this:
query MyQuery { t_user(where: {id: {_eq: "2"}}) { name id } }
To this?
{"query":"query MyQuery {\n  t_user(where: {id: {_eq: \"2\"}}) {\n    name\n    id\n  }\n}\n","variables":null,"operationName":"MyQuery"}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@virtualbis
Comment options

Answer selected by virtualbis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
General
Labels
None yet
1 participant