All activity
![Vaibhav Singh](https://ph-avatars.imgix.net/1884261/original.jpeg?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=48&h=48&fit=crop&frame=1)
Vaibhav Singh
left 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...
API Support
Dhruv Parmar
Join the discussion
![Vaibhav Singh](https://ph-avatars.imgix.net/1884261/original.jpeg?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=48&h=48&fit=crop&frame=1)
Vaibhav Singh
left a comment
The new google integrations are amazing, loved it.
![Slack](https://ph-files.imgix.net/a1a7887b-04ad-4d69-b395-f2d58443f836.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=48&h=48&fit=crop&frame=1)
Slack
Be less busy. Real-time messaging, archiving & search.
![Vaibhav Singh](https://ph-avatars.imgix.net/1884261/original.jpeg?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=48&h=48&fit=crop&frame=1)
Vaibhav Singh
left 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,
...
API Support
Dhruv Parmar
Join the discussion