Schema Documentation
CommentsConnectionOrderbyEnum
Description
Options for ordering the connection
Values
Enum Value | Description |
---|---|
| Order by browser user agent of the commenter. |
| Order by approval status of the comment. |
| Order by name of the comment author. |
| Order by e-mail of the comment author. |
| Order by IP address of the comment author. |
| Order by URL address of the comment author. |
| Order by the comment contents. |
| Order by date/time timestamp of the comment. |
| Order by GMT timezone date/time timestamp of the comment. |
| Order by the globally unique identifier for the comment object |
| Order by the array list of comment IDs listed in the where clause. |
| Order by the comment karma score. |
| Order by the comment parent ID. |
| Order by the post object ID. |
| Order by the the type of comment, such as 'comment', 'pingback', or 'trackback'. |
| Order by the user ID. |
Example
"COMMENT_AGENT"