dadish / ProcessGraphQL

GraphQL for ProcessWire
MIT License
106 stars 14 forks source link

Query error #70

Closed mauphung closed 10 months ago

mauphung commented 1 year ago

I got the query error for following query: { skyscraper{ list { title } } } The error is: Variables are invalid JSON: Expected property name or '}' in JSON at position 4. Would you please give me some hints.image

MrSnoozles commented 1 year ago

You are putting your query into the inputfield for query variables.

grafik

Try if you can move the Query variables / Request Headers panel down.

query-variables

dadish commented 1 year ago

@mauphung Please close the issue if the issue is resolved for you.