Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 198 Bytes

listing-queries.md

File metadata and controls

25 lines (20 loc) · 198 Bytes

Sample Queries

Listings

GraphQl

query{
  listings(token:"<authcookie>"){
    hash
    description
  }
}

Response

{
  "data": {
    "listings": []
  }
}