You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a graphql endpoint whose schema introspection needs an auth token in the header. I'm handling it locally by manually putting the token in my ENV. This is a terrible solution, as the token expires every 90 minutes.
How do I tell mesh to fetch a new token BEFORE any interactions with this endpoint?
The text was updated successfully, but these errors were encountered:
I love this tool!
I have a graphql endpoint whose schema introspection needs an auth token in the header. I'm handling it locally by manually putting the token in my ENV. This is a terrible solution, as the token expires every 90 minutes.
How do I tell mesh to fetch a new token BEFORE any interactions with this endpoint?
The text was updated successfully, but these errors were encountered: