Schema Documentation

CommentsConnectionOrderbyEnum

Description

Options for ordering the connection

Values
Enum ValueDescription

COMMENT_AGENT

Order by browser user agent of the commenter.

COMMENT_APPROVED

Order by approval status of the comment.

COMMENT_AUTHOR

Order by name of the comment author.

COMMENT_AUTHOR_EMAIL

Order by e-mail of the comment author.

COMMENT_AUTHOR_IP

Order by IP address of the comment author.

COMMENT_AUTHOR_URL

Order by URL address of the comment author.

COMMENT_CONTENT

Order by the comment contents.

COMMENT_DATE

Order by date/time timestamp of the comment.

COMMENT_DATE_GMT

Order by GMT timezone date/time timestamp of the comment.

COMMENT_ID

Order by the globally unique identifier for the comment object

COMMENT_IN

Order by the array list of comment IDs listed in the where clause.

COMMENT_KARMA

Order by the comment karma score.

COMMENT_PARENT

Order by the comment parent ID.

COMMENT_POST_ID

Order by the post object ID.

COMMENT_TYPE

Order by the the type of comment, such as 'comment', 'pingback', or 'trackback'.

USER_ID

Order by the user ID.
Example
"COMMENT_AGENT"