Hello,
We have a login
mutation on our GraphQL schema to retrieve an access token, but it seems pretty cumbersome to use that in the custom auth flow. I have to use an API request and then raw as the body, but I feel that could be better supported as it seems as a pretty normal use case.