close
Schema
Query
Scalars
BankBic
BankIban
BigInt
Boolean
CountryCode
CreatedTime
CurrencyCode
Cursor
Date
Datetime
EmailAddr
EmailAlias
Float
ID
Int
LanguageCode
String
UpdatedTime
UUID
VatId
Enums
AccountingCompaniesOrderBy
BankAccountsOrderBy
BankAccountType
BanksOrderBy
BankTransactionsOrderBy
BankTransactionType
ClientCompaniesOrderBy
CompaniesOrderBy
CompanyCostCentersOrderBy
CompanyTagsOrderBy
CurrencyRatesOrderBy
DeliveryNoteItemsOrderBy
DeliveryNotesOrderBy
DocumentBankTransactionsOrderBy
DocumentCategoriesOrderBy
DocumentCategoryProcessor
DocumentsOrderBy
DocumentTagsOrderBy
DocumentType
DocumentVersionFilesOrderBy
DocumentVersionsOrderBy
DocumentWorkflowsOrderBy
DocumentWorkflowStepsOrderBy
GeneralLedgerAccountsOrderBy
InvoiceCostCentersOrderBy
InvoiceItemsOrderBy
InvoicePaymentStatus
InvoicesOrderBy
LegalForm
ProcessingFrequency
UsersOrderBy
VatDeclarationFrequency
__DirectiveLocation
__TypeKind
Interfaces
Node
Objects
AccountingCompaniesConnection
AccountingCompaniesEdge
AccountingCompany
Bank
BankAccount
BankAccountsConnection
BankAccountsEdge
BanksConnection
BanksEdge
BankTransaction
BankTransactionsConnection
BankTransactionsEdge
ClientCompaniesConnection
ClientCompaniesEdge
ClientCompany
CompaniesConnection
CompaniesEdge
Company
CompanyCostCenter
CompanyCostCentersConnection
CompanyCostCentersEdge
CompanyTag
CompanyTagsConnection
CompanyTagsEdge
CurrencyRate
CurrencyRatesConnection
CurrencyRatesEdge
DeliveryNote
DeliveryNoteItem
DeliveryNoteItemsConnection
DeliveryNoteItemsEdge
DeliveryNotesConnection
DeliveryNotesEdge
Document
DocumentBankTransaction
DocumentBankTransactionsConnection
DocumentBankTransactionsEdge
DocumentCategoriesConnection
DocumentCategoriesEdge
DocumentCategory
DocumentsConnection
DocumentsEdge
DocumentTag
DocumentTagsConnection
DocumentTagsEdge
DocumentVersion
DocumentVersionFile
DocumentVersionFilesConnection
DocumentVersionFilesEdge
DocumentVersionsConnection
DocumentVersionsEdge
DocumentWorkflow
DocumentWorkflowsConnection
DocumentWorkflowsEdge
DocumentWorkflowStep
DocumentWorkflowStepsConnection
DocumentWorkflowStepsEdge
GeneralLedgerAccount
GeneralLedgerAccountsConnection
GeneralLedgerAccountsEdge
Invoice
InvoiceCostCenter
InvoiceCostCentersConnection
InvoiceCostCentersEdge
InvoiceItem
InvoiceItemsConnection
InvoiceItemsEdge
InvoicesConnection
InvoicesEdge
PageInfo
User
UsersConnection
UsersEdge
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type
Input Objects
AccountingCompanyCondition
BankAccountCondition
BankCondition
BankTransactionCondition
ClientCompanyCondition
CompanyCondition
CompanyCostCenterCondition
CompanyTagCondition
CurrencyRateCondition
DeliveryNoteCondition
DeliveryNoteItemCondition
DocumentBankTransactionCondition
DocumentCategoryCondition
DocumentCondition
DocumentTagCondition
DocumentVersionCondition
DocumentVersionFileCondition
DocumentWorkflowCondition
DocumentWorkflowStepCondition
GeneralLedgerAccountCondition
InvoiceCondition
InvoiceCostCenterCondition
InvoiceItemCondition
UserCondition
Directives
deprecated
include
skip
menu
Types
ENUM
BankAccountType
Bank account type
link
GraphQL Schema definition
enum
BankAccountType
{
CURRENT
SAVINGS
}
link
Require by
BankAccount
null
BankAccountCondition
A condition to be used against `BankAccount` object types. All fields are tested for equality and combined with a logical ‘and.’