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
I tried adding dgs.graphql.apq.enabled=true to the properties file, but I am getting this error back: {"errors":[{"message":"Invalid syntax with offending token 'PersistedQueryMarker' at line 1 column 1","locations":[{"line":1,"column":1}],"extensions":{"classification":"InvalidSyntax","errorType":"BAD_REQUEST"}}]}
I am testing via curl: curl -X POST -H 'Content-Type: application/json' http://localhost:3020/graphql -d '{"extensions":{"persistedQuery":{"version":1,"sha256Hash":"ecf4edb46db40b5132295c0291d62fb65d6759a9eedfa4d5d612dd5ec54a6b38"}}}'
Would someone know how to get around this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried adding
dgs.graphql.apq.enabled=true
to the properties file, but I am getting this error back:{"errors":[{"message":"Invalid syntax with offending token 'PersistedQueryMarker' at line 1 column 1","locations":[{"line":1,"column":1}],"extensions":{"classification":"InvalidSyntax","errorType":"BAD_REQUEST"}}]}
I am testing via curl:
curl -X POST -H 'Content-Type: application/json' http://localhost:3020/graphql -d '{"extensions":{"persistedQuery":{"version":1,"sha256Hash":"ecf4edb46db40b5132295c0291d62fb65d6759a9eedfa4d5d612dd5ec54a6b38"}}}'
Would someone know how to get around this?
Beta Was this translation helpful? Give feedback.
All reactions