Skip to content

Commit 58de585

Browse files
committed
busy fixing the mutation in schema page
1 parent 743a1d0 commit 58de585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/creating-the-mutation-in-the-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ postnumber: 16
1010

1111
In this chapter we will be building our mutation which will allow users to be able to book for listings. First lets create the necessary Types for our mutations.
1212

13-
Open up your schema.js file and paste the following:
13+
Open up your `schema.js` file and paste the following:
1414

15-
```
15+
```javascript
1616

1717
type Booking {
1818
ID: String

0 commit comments

Comments
 (0)