Skip to content

Commit 129c51c

Browse files
committed
added javascript to codeblock
1 parent 4651c2a commit 129c51c

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
@@ -53,7 +53,7 @@ What are we doing here:
5353

5454
Next up we will set up the query type :
5555

56-
```
56+
```javascript
5757
type Query {
5858
getAllListings: [Listing]
5959
}

0 commit comments

Comments
 (0)