We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b4055 commit 35c2732Copy full SHA for 35c2732
content/graphql/mapped-types.md
@@ -108,18 +108,15 @@ class CreateUserInput {
108
109
@Field()
110
password: string;
111
-
112
- @Field()
113
- firstName: string;
114
}
115
116
@ObjectType()
117
export class AdditionalUserInfo {
118
119
- nickname: string;
120
+ firstName: string;
+
121
122
- avatar: string;
+ lastName: string;
123
124
```
125
0 commit comments