Schema Documentation
CommentAuthor
Description
A Comment Author object
Fields
Field Name | Description |
---|---|
avatar - Avatar | Avatar object for user. The avatar object can be retrieved in different sizes by specifying the size argument. |
Arguments
| |
databaseId - Int! | The unique identifier stored in the database |
email - String | The email for the comment author |
id - ID! | The globally unique identifier for the comment author object |
isRestricted - Boolean | Whether the object is restricted from the current viewer |
name - String | The name for the comment author. |
url - String | The url the comment author. |
Example
{"avatar":Avatar,"databaseId":123,"email":"abc123","id":"4","isRestricted":true,"name":"xyz789","url":"xyz789"}