apollographql / fullstack-tutorial

🚀 The Apollo platform tutorial app

Home Page:https://www.apollographql.com/docs/tutorial/introduction.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client launch with error : no exported member 'loginVariables'

akshay-dange opened this issue · comments

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 {