Skip to content

Commit 4651c2a

Browse files
committed
added js to codeblock
1 parent d4b619d commit 4651c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/creating-our-graphql-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Now we finally get to the core of this course! We will start building our first
1212

1313
So let's go into our `schema.js` file and add the necessary types to get a query running:
1414

15-
```
15+
```javascript
1616
type ListingType {
1717
name: String
1818
}

0 commit comments

Comments
 (0)