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
{{ message }}
This repository was archived by the owner on Sep 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Install it:
10
10
$ npm install graffiti --save
11
11
```
12
12
13
-
After that, the file-system is the main API. Every `.js` file becomes a Mongoose schema that gets automatically processed and converted to GraphQL API.
13
+
After that, the file-system is the main API. Every `.js` file becomes a schema definition that gets automatically processed and converted to GraphQL API.
14
14
15
15
Populate `./schema/note.js` inside your project:
16
16
@@ -34,7 +34,7 @@ exports.schema = {
34
34
35
35
and then just run `graffiti dev` and go to `http://localhost:3000/playground`
36
36
37
-
So far, we get:
37
+
So far, you get:
38
38
39
39
- Automatic creation of GraphQL APIs
40
40
- Automatic relations between types (when using `ObjectId` as type)
0 commit comments