post

Look up a Post.

Arguments

id (ID)

ID for the object.

slug (String)

URL friendly slug for the object.

Return fields

commentsCount (Int!)

Number of comments made on the Post.

createdAt (DateTime!)

Identifies the date and time when the Post was created.

description (String)

Description of the Post in plain text.

featuredAt (DateTime)

Identifies the date and time when the Post was featured.

id (ID!)

ID of the Post.

isCollected (Boolean!)

Whether the viewer has added the Post to one of their collections.

isVoted (Boolean!)

Whether the Viewer has voted for the object or not.

makers ([User!]!)

Users who are marked as makers of the Post.

media ([Media!]!)

Media items for the Post.

name (String!)

Name of the Post.

productLinks ([ProductLink!]!)

Additional product links

reviewsCount (Int!)

Count of review for the Post

reviewsRating (Float!)

Aggregate review rating for the Post.

slug (String!)

URL friendly slug of the Post.

tagline (String!)

Tagline of the Post.

thumbnail (Media)

Thumbnail media object of the Post.

url (String!)

URL of the Post on Product Hunt.

user (User!)

User who created the Post.

userId (ID!)

ID of User who created the Post.

votesCount (Int!)

Number of votes that the object has currently.

website (String!)

URL that redirects to the Post's website.