OBJECT

UpdateAutohostSettingsPayload

UpdateAutohostSettingsPayload returns the user whose settings had been updated.

link GraphQL Schema definition

1type UpdateAutohostSettingsPayload {
2
3# User whose autohost settings has been updated.
4user: User
5
6}