Skip to main content

CreateFeedbackEventInput

Input for creating a feedback event.

input CreateFeedbackEventInput {
accountId: ID
answers: JSONString!
formName: String!
formVersion: String!
metadata: JSONString
}

Fields

CreateFeedbackEventInput.accountId ● ID scalar

Optional account ID this feedback relates to

CreateFeedbackEventInput.answers ● JSONString! non-null scalar

User's answers to the feedback form

CreateFeedbackEventInput.formName ● String! non-null scalar

Name of the feedback form

CreateFeedbackEventInput.formVersion ● String! non-null scalar

Version of the feedback form schema

CreateFeedbackEventInput.metadata ● JSONString scalar

Additional metadata (app version, device info, etc.)

Member Of

createFeedbackEvent mutation