Thanks for your response. When using the graphiql_app it works and I see data
But when making a request via postman the very same query gives me an internal server error. Shouldn’t I be able to access this data?
"message": "Internal error. Looks like something went wrong on our end.\nRequest ID: f3186755-dc01-4f77-87b1-32fd452b77b5 (include this in support requests).",
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"requestId": "f3186755-dc01-4f77-87b1-32fd452b77b5"
}

