| Argument | Type | Description | Notes |
`entityType` | [String!] | Type of the Entity | For example:`ORDER``FULFILMENT``ORDER_ITEM``PRODUCT_CATALOGUE`
|
`entityId` | [ID] | Id of the Entity |
|
`entityRef` | [String] | Reference of the Entity |
|
`text` | [String!] | Comment text |
|
`createdOn` | DateRange | Date range for Comments creation |
|
`updatedOn` | DateRange | Date range for Comments last update |
|
`first` | Int | Returns the first n elements from the list |
|
`last` | Int | Returns the last n elements from the list |
|
`before` | String | Returns the elements in the list that come before the specified global Id | This is a cursor (the value is used for pagination) |
`after` | String | Returns the elements in the list that come after the specified global Id | This is a cursor (the value is used for pagination) |