We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending Advanced queries with graph explorer sometimes fails because ConsistencyLevel: eventual header is not sent:
ConsistencyLevel: eventual
To Reproduce Try here: https://developer.microsoft.com/en-us/graph/graph-explorer?request=applications%3F%24search%3D%22displayName%3ABrowser%22&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d
The text was updated successfully, but these errors were encountered:
Hey @Licantrop0, could you confirm if this is also the case when you're logged in?
Sorry, something went wrong.
yes, it happens when I'm logged in.
This issue was consistent with the previous API sandbox. It is currently being planned for as a feature request
@Onokaev now it happens when I'm NOT logged in, see (missing @odata.count):
Instead, when I'm logged in I can see the count:
Before July/August, Graph Explorer was working fine with the Advanced Query Capabilities
Onokaev
No branches or pull requests
Sending Advanced queries with graph explorer sometimes fails because
ConsistencyLevel: eventual
header is not sent:To Reproduce
Try here: https://developer.microsoft.com/en-us/graph/graph-explorer?request=applications%3F%24search%3D%22displayName%3ABrowser%22&method=GET&version=v1.0&GraphUrl=https://graph.microsoft.com&headers=W3sibmFtZSI6IkNvbnNpc3RlbmN5TGV2ZWwiLCJ2YWx1ZSI6ImV2ZW50dWFsIn1d
The text was updated successfully, but these errors were encountered: