Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Input Object Type

ReplyToCommentInput

No description
Input Fields
id: ID!

AssetComment Id of the comment you want to reply to.

reply: String!

AssetComment reply content. Can include User mentions by wrapping an authorized Project User Id in the form of @[user:<id>] where <id> is the User integer or global identifier.