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.