INPUT_OBJECT
UpdateRadiusAccountMutationInput
The input object that defines the fields for the updateRadiusAccount mutation.
link GraphQL Schema definition
- input UpdateRadiusAccountMutationInput {
- # A username, used for authentication.
- String :
- # A password.
- String :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `password` to null.
- Boolean :
- }