All activity
Vaibhav Singhleft a comment
@dhruvparmar Hi, I am facing a problem with pagination when I query "posts" ordered by votes , where "hasNextPage" field is always false. My query is { posts (order:VOTES, after:"MjA=") { edges{ node{ id name votesCount } } pageInfo { endCursor hasNextPage } } } For this query "hasNextPage" field is always coming as false. Also the order of nodes I am getting is not exactly in order for...
API Support
Dhruv ParmarJoin the discussion
Vaibhav Singhleft a comment
The new google integrations are amazing, loved it.

SlackBe less busy. Real-time messaging, archiving & search.
Vaibhav Singhleft a comment
@dhruvparmar While trying to retrieve list of product hunt 'Posts' all the 'media' objects are coming as null even though the products have videos or images or both. More Details :-- Here is the query which I fire. Query : To retrieve posts order by votes. { posts (order: VOTES) { edges{ node{ id, name, media{ type, videoUrl } } } } } Result : Trimmed part the the corresponding response. {...
API Support
Dhruv ParmarJoin the discussion
