Skip to content

Commit e77e5e9

Browse files
committed
added code
1 parent 5f9ae50 commit e77e5e9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/content/complete-listing-query.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,20 @@ try {
8383

8484
Next lets now go to Playground and test the query by executing the following query:
8585

86+
```javascript
87+
{
88+
getAllListings{
89+
listingId
90+
listingName
91+
listingLocation
92+
rating
93+
listingType{
94+
name
95+
}
96+
}
97+
}
98+
```
99+
86100
[ADD PLAYGROUND IMAGE]
87101

88102
Now the function returns our data as we have shaped it.

0 commit comments

Comments
 (0)