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.