FeedbackType
The
FeedbackType
object includes the data for an individual insight/feedback item.type FeedbackType {
id: String
text: String
type: String
sourceUrl: String
integration: String
storyId: String
status: String
createdAt: DateTime
roadmapItem: RoadmapItemType
memberContact: MembershipType
}
Field | Input Type | Description |
---|---|---|
id | String | Id of feedback item |
text | String | text associated with feedback item |
type | String | type of feedback item |
sourceUrl | String | source user associated with feedback item |
integration | String | Any integration associated with feedback item |
storyId | String | the story that is set for this feedback item |
status | String | status that is set for this feedback item |
createdAt | DateTime | Date/time that this feedback item was created |
roadmapItem | the roadmapItem associated to this feedback item | |
memberContact | the member associated to this feedback item |
The Integration enum type shows the accepted input values for the integration field
enum Integration {
SLACK
CHROME
API
PORTAL
ADMIN
INTERCOM
}
Last modified 1yr ago