OBJECT
UpdateUserColorsPayload
The result of a UpdateUserColorsInput mutation.
link GraphQL Schema definition
1 type UpdateUserColorsPayload { 2 3 # The possible error returned. 4 : UpdateUserColorsError 5 6 # The modified user. 7 : User 8 9 }
OBJECT
The result of a UpdateUserColorsInput mutation.
1 type UpdateUserColorsPayload { 2 3 # The possible error returned. 4 : UpdateUserColorsError 5 6 # The modified user. 7 : User 8 9 }