How to Query All Users with GraphQL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2021
03:46 PM
I am extremely new to the world of graphql (it's my weekend project to start learning it). I was poking around the API and found the /graphiql route in my canvas instance.
With the REST API, I can easily query all users in my instance. Unfortunately, I can't find a way to do this (yet) with the graphql API. If someone could assist with this query it would be a huge help and a great example for me to work off of this weekend as I study. Thanks!