ENUM

DepositWithdrawal

入金・出金または両方のEnum型

link GraphQL Schema definition

  • enum DepositWithdrawal {
  • # 入金
  • deposit
  • # 出金
  • withdrawal
  • # 入出金両方
  • both
  • }

link Require by