OBJECT

UpdateUserColorsPayload

The result of a UpdateUserColorsInput mutation.

link GraphQL Schema definition

1type UpdateUserColorsPayload {
2
3# The possible error returned.
4error: UpdateUserColorsError
5
6# The modified user.
7user: User
8
9}