bankingInfoCreate
mutation
Create bank account
Adds a new bank account to the company's financial configuration with IBAN, SWIFT, and bank details. Returns the created record.
mutation {
bankingInfoCreate(companyId: Int!, data: BankingInfoInsert!): BankingInfo!
}Returns: BankingInfo!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | BankingInfoInsert! |