OBJECT

UpdateBoostSettingsPayload

The result of an updateBoostSettings mutation.

link GraphQL Schema definition

1type UpdateBoostSettingsPayload {
2
3# The updated channel.
4channel: Channel
5
6# The possible error returned from the service.
7error: UpdateBoostSettingsError
8
9}