jeddeloh / rescript-apollo-client

ReScript bindings for the Apollo Client ecosystem
MIT License
126 stars 18 forks source link

Context make should also accept async functions. #75

Closed a-c-sreedhar-reddy closed 3 years ago

a-c-sreedhar-reddy commented 3 years ago

https://github.com/auth0/auth0-react/issues/97#issuecomment-677918755

To get the token from Auth0-React library an async function has to be called. This is not possible with the current bindings.

a-c-sreedhar-reddy commented 3 years ago

Async functions are supported using makeasync.