GraphQL Reference
Operations
Query
Mutation
Queries
collection
collections
comment
post
posts
topic
topics
user
viewer
Mutations
userFollow
userFollowUndo
Objects
Collection
CollectionConnection
CollectionEdge
Comment
CommentConnection
CommentEdge
Error
Media
PageInfo
Post
PostConnection
PostEdge
ProductLink
Topic
TopicConnection
TopicEdge
User
UserConnection
UserEdge
UserFollowPayload
UserFollowUndoPayload
Viewer
Vote
VoteConnection
VoteEdge
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type
Interfaces
TopicableInterface
VotableInterface
Enums
CollectionsOrder
CommentsOrder
PostsOrder
TopicsOrder
__DirectiveLocation
__TypeKind
Unions
Input Objects
UserFollowInput
UserFollowUndoInput
Scalars
Boolean
DateTime
Float
ID
Int
String
Directives
deprecated
include
oneOf
skip
specifiedBy
CommentsOrder
Values
NEWEST
Returns Comments in descending order of creation date.
VOTES_COUNT
Returns Comments in descending order of votes count.