OBJECT

UpdateUserColorsError

The possible error returned.

link GraphQL Schema definition

1type UpdateUserColorsError {
2
3# The error code.
4code: UpdateUserColorsErrorCode!
5
6}