Links

FeedbackType

The FeedbackType object includes the data for an individual insight/feedback item.

GraphQL Object Type

type FeedbackType {
id: String
text: String
type: String
sourceUrl: String
integration: String
storyId: String
status: String
createdAt: DateTime
roadmapItem: RoadmapItemType
memberContact: MembershipType
}

Fields

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

Integration

The Integration enum type shows the accepted input values for the integration field
enum Integration {
SLACK
CHROME
API
PORTAL
ADMIN
INTERCOM
}