Post
A post.
Implements
Connections
CollectionConnection!
)
Lookup collections which the Post is part of.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
CommentConnection!
)
Lookup comments on the Post.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
order |
CommentsOrder
|
Define order for the Comments. The default value is |
TopicConnection!
)
Look up topics that are associated with the object.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
VoteConnection!
)
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
createdAfter |
DateTime
|
Select Votes which were created after the given date and time. |
createdBefore |
DateTime
|
Select Votes which were created before the given date and time. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
Fields
Int!
)
Number of comments made on the Post.
DateTime!
)
Identifies the date and time when the Post was created.
String
)
Description of the Post in plain text.
DateTime
)
Identifies the date and time when the Post was featured.
ID!
)
ID of the Post.
Boolean!
)
Whether the viewer has added the Post to one of their collections.
Boolean!
)
Whether the Viewer has voted for the object or not.
[User!]!
)
Users who are marked as makers of the Post.
[Media!]!
)
Media items for the Post.
String!
)
Name of the Post.
[ProductLink!]!
)
Additional product links
Int!
)
Count of review for the Post
Float!
)
Aggregate review rating for the Post.
String!
)
URL friendly slug of the Post.
String!
)
Tagline of the Post.
Media
)
Thumbnail media object of the Post.
String!
)
URL of the Post on Product Hunt.
User!
)
User who created the Post.
ID!
)
ID of User who created the Post.
Int!
)
Number of votes that the object has currently.
String!
)
URL that redirects to the Post's website.