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.
  • username: String
  • # A password.
  • password: String
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `password` to null.
  • unset_password: Boolean
  • }

link Require by