apollographql / apollographql/fullstack-tutorial
Client launch with error : no exported member 'loginVariables'
Open
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 808
- PR merge metrics
- No merged PRs in 30d
Description
fullstack-tutorial-master/final/client/src/pages/__generated__/login"' has no exported member 'loginVariables'. TS2694
12 |
13 | interface LoginFormProps {
> 14 | login: (a: { variables: LoginTypes.loginVariables }) => void;
| ^
15 | }
16 |
17 | interface LoginFormState {
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.