Last update:
December 2, 2024
canLeaveFeedback query¶
This query checks if a user is eligible to leave feedback for a specific entity, such as a product or service.
Arguments¶
Argument | Description |
---|---|
storeId String! |
The Id of the store associated with the entity. |
entityId String! |
The Id of the entity to leave feedback for. |
entityType String! |
The type of entity the feedback would be associated with. |
Possible Returns¶
Possible Return | Description |
---|---|
Boolean |
Returns true if feedback can be left, otherwise false . |