Skip to content

Commit 3ff2be2

Browse files
committed
done with complete get a listing
1 parent afdcc4e commit 3ff2be2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/content/complete-get-a-listing-query.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,22 @@ try {
7979
Next up we can run this query in Playground:
8080

8181
```javascript
82+
{
83+
getAListing(listingId:"a114dded-ddef-4052-a106-bb18b94e6b51"){
84+
listingId
85+
listingName
86+
listingType{
87+
name
88+
}
89+
listingActivities{
90+
name
91+
}
92+
}
93+
}
8294
```
8395

96+
The query above should get you the same output as shown in the screenshot:
97+
8498
![playground](/uploads/get-a-listing.png)
8599

86100
Now that we have the query working we can start on the mutation.

0 commit comments

Comments
 (0)