INPUT_OBJECT
UpdateAccountStatusMutationInput
The input object that defines the fields for the updateAccountStatus mutation.
link GraphQL Schema definition
- input UpdateAccountStatusMutationInput {
- # A descriptive name.
- String :
- # Whether or not this status activates the account.
- Boolean :
- # A 6 character hexadecimal string, representing a color used in HTML.
- HtmlHexColor :
- # An icon.
- Icon :
- # A note about this entity.
- NoteMutationInput :
- }