Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Object type

AssetCommentReply

No description
Implemented interfaces

An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.

CommentInterface for Comment returnable types.

Type fields
id:ID!

The id of the current AssetCommentReply.

creator:User!

The User representing the creator.

createdAt:DateTime!

The DateTime of creation.

modifier:User

The User representing the last modifier.

modifiedAt:DateTime

The DateTime of the last modification.

content:String!

The content of the AssetCommentReply. Contains User mentions in the format @[user:USER_ID].

mentionedUsers:[User]!

Mentioned User list in the content field.