You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ export interface UserRequest {
23
23
email:string;
24
24
}
25
25
```
26
-
3. Add a script (package.json) to generate your schema file
26
+
3. Add a script (package.json) to generate your schema file (Optional). You can generate schema file directly with this package's CLI `generate-schema`
0 commit comments