fullstack-tutorial icon indicating copy to clipboard operation
fullstack-tutorial copied to clipboard

Client launch with error : no exported member 'loginVariables'

Open akshay-dange opened this issue 5 years ago • 0 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 {

akshay-dange avatar Dec 21 '20 22:12 akshay-dange