feedbackRules
List of feedback rules
@filterable @paginatable @sortable
Arguments
after (
ID
)
before (
ID
)
filter (
FeedbackRule_filter
)
first (
Int
)
last (
Int
)
skip (
Int
)
sort (
[FeedbackRule_sort]
)
Return fields
_id (
ID!
)
Id
active (
Boolean!
)
Is the rule active
condition (
String!
)
The condition string
createdAt (
Date
)
When the rule was created
expiresAt (
Date
)
When the rule expires
name (
String!
)
Name of the rule
organizationId (
ID!
)
Organization id
organizationsMessage (
String
)
Organization specified message to show the users
updatedAt (
Date
)
When the rule was last updated
userMessage (
FeedbackRuleMessage!
)
Message shown to user