Getting "Invalid Payload" For GraphQL Policy in Apigee

I tried to proxy the GraphQL API in APIGEE.

Followed the steps from the following document,

https://cloud.google.com/apigee/docs/api-platform/develop/graphql

Getting below error with status code : 500

 

{
"fault": {
"faultstring""steps.graphQL.InvalidPayload",
"detail": {
"errorcode""steps.graphQL.InvalidPayload"
}
}
}
0 3 371
3 REPLIES 3

Can you show the payload you are sending in? 

Hi,

I am using same setup as above mentioned. Getting invalid payload when trying to invoke the apigee service with postman graphql feature.

Using below query:

Query query_name{employee}

Facing same issue, did you resolved it??

 

I am using postman to query. My query is:

query queryname{ employee}