INPUT_OBJECT

CreateRadiusAccountMutationInput

The input object that defines the fields for the createRadiusAccount mutation.

link GraphQL Schema definition

  • input CreateRadiusAccountMutationInput {
  • # A username, used for authentication.
  • username: String!
  • # A password.
  • password: String
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by