Skip to content

Instantly share code, notes, and snippets.

@JoSuzuki
Created March 31, 2021 14:01
Show Gist options
  • Save JoSuzuki/97e2fac3f1a4f83048d06c006da5a497 to your computer and use it in GitHub Desktop.
Save JoSuzuki/97e2fac3f1a4f83048d06c006da5a497 to your computer and use it in GitHub Desktop.
query CompanySettingsForFeedback
query CompanySettingsForFeedback {
company {
id
settings {
feedbackNotificationsEnabled
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment