Sample Queries Listings GraphQl query{ listings(token:"<authcookie>"){ hash description } } Response { "data": { "listings": [] } }