Skip to content

Instantly share code, notes, and snippets.

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