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
For example, I could use two types Credentials and LoggedInUser for input and output. It would be interesting to see if I can type check these types against GraphQL specs. It must be done at run time... so unlikely... but who knows.
Uh oh!
There was an error while loading. Please reload this page.
For example, I could use two types Credentials and LoggedInUser for input and output. It would be interesting to see if I can type check these types against GraphQL specs. It must be done at run time... so unlikely... but who knows.
js const LoginForm = apolloForm<Credentials, LoggedInUser>(login, { onSubmitSuccess(result: LoggedInUser ) { // do something } });
The text was updated successfully, but these errors were encountered: