Schema Documentation
Commenter
Description
The author of a comment
Fields
Field Name | Description |
---|---|
avatar -
Avatar | Avatar object for user. The avatar object can be retrieved in different sizes by specifying the size argument. |
databaseId -
Int! | Identifies the primary key from the database. |
email -
String | The email address of the author of a comment. |
id -
ID! | The globally unique identifier for the comment author. |
isRestricted -
Boolean | Whether the author information is considered restricted. (not fully public) |
name -
String | The name of the author of a comment. |
url -
String | The url of the author of a comment. |
Possible Types
Commenter Types |
---|
Example
{"avatar":Avatar,"databaseId":987,"email":"xyz789","id":4,"isRestricted":false,"name":"abc123","url":"abc123"}