canvas-lms
canvas-lms copied to clipboard
graphQL scope issue
Summary:
When I select scopes from API key graphQL API doesn't return me anything
Steps to reproduce:
1.create API key turn on "Enforce Scopes" and select scope for example "url:GET|/api/v1/courses/:id" 2.create graphQL query and call this "course(id: "courseId") {_id}"
Expected behavior:
Actual behavior:
Additional notes:
I can confirm this behavior
https://community.canvaslms.com/t5/Canvas-Developers-Group/GraphQL-stopped-working-with-scoped-tokens/td-p/466824
Any update on a fix for this?