INPUT_OBJECT

DeleteUserColorsInput

Inputs for the DeleteUserColors mutation.

link GraphQL Schema definition

1input DeleteUserColorsInput {
4
2# The ID of the user whose creator color is being deleted.
3userID: ID!
5}