INPUT_OBJECT

UpdateUserEmailReusableInput

The required input for a updateUserEmailReuseable mutation.

link GraphQL Schema definition

1input UpdateUserEmailReusableInput {
4
2# The email reusable boolean to set onto the user.
3IsEmailReusable: Boolean!
7
5# The ID of the user whose broadcast setting is being updated.
6userID: ID!
8}