updateComment
Updates a Comment
Input fields
input (
UpdateCommentInput
)
Return fields
id (
ID!
)
ID of the object
createdOn (
DateTime
)
Time of creation
updatedOn (
DateTime
)
Time of last update
entityType (
String!
)
Type of the entity. For example ORDER
, FULFILMENT
, ORDERITEM
, PRODUCTCATALOGUE
etc.
entityId (
ID
)
ID of the entity
entityRef (
String
)
Entity reference
text (
String!
)
Comment text
user (
User
)
The author of the comment