Hi, first off I want to say I love flutterflow and I'm sure I'm going to be using it for a while!
since my back-end has a GraphQL API, i have added a custom action for talking to that API. I'm able to sign up/sign in through this and return the values and use them for auth by chaining actions, however I would like to do it directly in the custom action code.
Is there a way to access authManager, CustomAuthManager or authenticated user or something?
I am able to access FFAppState() and would like to be able to do the same with the auth manager.
Thanks in advance!