apollographql / apollographql/fullstack-tutorial

login-form.tsx references a lower case non-existent interface

Open
#197 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.2k
Forks
808
PR merge metrics
No merged PRs in 30d

Description

Hello everybody,

`/final/client/src/components/login-forms.tsx` references `LoginTypes.loginVariables` from `login.ts` which does not exist. It needs to be `LoginTypes.LoginVariables` instead.

Currently, it is not possible to start the final client because of this bug.

I already prepared a commit for this fix but can't push it to a new branch because I have no push permission for this repo. How can I get the push permission for new branches?

Thanks a lot and best regards,
Jonas

Contributor guide

No contributing guide indexed for this repository

Research direction

Open /final/client/src/components/login-forms.tsx and compare the referenced LoginTypes member with the interface defined in login.ts. Verify that the final client can start successfully after the reference matches the existing interface name.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.