We are using the /admin/oauth/access_token REST endpoint to obtain the access token during app installation.
In the context of migrating away from REST to GraphQL API, which GraphQL endpoint should we replace it with? Or maybe it does not need replacing?
The Offline/Online Access Token exchange API is separate from the Admin GraphQL/REST APIs.
It doesn’t even accept a version like the Admin API.
I haven’t seen an equivalent GraphQL API example in the documentation yet, but I suspect they’ll update the online/offline access token exchange guide when it’s available.