OBJECT

UpdateCheerPartnerSettingsPayload

Result of mutation is the updated UserSettings object.

link GraphQL Schema definition

1type UpdateCheerPartnerSettingsPayload {
2
3# The updated user settings object.
4cheer: CheerPartnerSettings!
5
6}