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 d4b619d commit 4651c2aCopy full SHA for 4651c2a
src/content/creating-our-graphql-schema.md
@@ -12,7 +12,7 @@ Now we finally get to the core of this course! We will start building our first
12
13
So let's go into our `schema.js` file and add the necessary types to get a query running:
14
15
-```
+```javascript
16
type ListingType {
17
name: String
18
}
0 commit comments