Schema Documentation

CommentAuthor

Description

A Comment Author object

Fields
Field NameDescription
avatar - Avatar Avatar object for user. The avatar object can be retrieved in different sizes by specifying the size argument.
Arguments
size - Int

The size attribute of the avatar field can be used to fetch avatars of different sizes. The value corresponds to the dimension in pixels to fetch. The default is 96 pixels.

forceDefault - Boolean

Whether to always show the default image, never the Gravatar. Default false

rating - AvatarRatingEnum

The rating level of the avatar.

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"}