I have developed an LTI that I am using at several schools. I am trying to convert to GraphQL for my queries. Also, some of the API calls I am using require includes.
Many of the schools I work with are asking if they can scope my developer token, and I'd prefer to switch to global token which also requires a scoped token.
But, my understanding from about a year ago is that scoping does not work with GraphGL and includes in API calls
So, this is really a two part question.
Thanks so much for your help!
I also have the same question/problem. The problem I need to solve is retrieving all courses and sections. So far I am retrieving a course and then looping through each school to retrieve the sections. I would like to only make a single request and trim down the field set to minimize the network overhead. GraphQL is the perfect solution but not at the expense of permissions.