Comment

Represents a text based comment. A comment can be added against an existing entity object.

Usage

Use the combination of an entity's entityType and entityId values to associate a comment against that entity.

Implements

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