Open
Description
Ran the following query against Microsoft Graph Endpoint:
query getSubscriptions {
subscriptions {
id
applicationId
}
}
The response:
{
"errors": [
{
"message": "The query specified in the URI is not valid. Query option 'Select' is not allowed. To allow it, set the 'AllowedQueryOptions' property on EnableQueryAttribute or QueryValidationSettings.",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"subscriptions"
],
"extensions": {
"code": "",
"message": "The query specified in the URI is not valid. Query option 'Select' is not allowed. To allow it, set the 'AllowedQueryOptions' property on EnableQueryAttribute or QueryValidationSettings.",
"innerError": {
"date": "2020-07-30T08:14:49",
"request-id": "36350489-a989-4b22-b2d5-fc1acea0b312"
}
}
}
],
"data": {
"subscriptions": null
}
}