OBJECT

UpdateChannelHomePreferencesPayload

The result of an update to the category shelf.

link GraphQL Schema definition

1type UpdateChannelHomePreferencesPayload {
2
3# The channel with the modified category shelf.
4channel: Channel
5
6# The possible error returned.
7error: UpdateChannelCategoryShelfError
8
9}