OBJECT
UpdateBoostSettingsPayload
The result of an updateBoostSettings mutation.
link GraphQL Schema definition
1 type UpdateBoostSettingsPayload { 2 3 # The updated channel. 4 : Channel 5 6 # The possible error returned from the service. 7 : UpdateBoostSettingsError 8 9 }