apollographql / apollographql/fullstack-tutorial

Client launch with error : no exported member 'loginVariables'

未关闭
#190 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
1.2k
派生
808
PR 合并指标
30 天内没有已合并 PR

描述

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 {

贡献指南

这个仓库没有索引到贡献指南

调研方向

首先检查 client/src/pages/__generated__/login 以及错误中显示的 LoginFormProps 接口,以比较生成的导出与引用的 loginVariables 类型。解决不匹配后,确认 client 可以在没有 TS2694 的情况下启动。

由索引模型根据 Issue 内容生成。

评估

技术栈
graphql, react, typescript
领域
frontend
Issue 类型
缺陷
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。