INPUT_OBJECT
The input object that defines the fields for the createRadiusAccount mutation.
input CreateRadiusAccountMutationInput {# A username, used for authentication.username: String!# A password.password: String# The ID of an Account.account_id: Int64Bit!# The ID of an AccountService.account_service_id: Int64Bit# A note about this entity.note: NoteMutationInput}