SCALAR
Int
The Int
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
link GraphQL Schema definition
- scalar Int
link Require by
- AccountingCompaniesConnectionA connection to a list of `AccountingCompany` values.
- BankAccountsConnectionA connection to a list of `BankAccount` values.
- BanksConnectionA connection to a list of `Bank` values.
- BankTransactionsConnectionA connection to a list of `BankTransaction` values.
- ClientCompaniesConnectionA connection to a list of `ClientCompany` values.
- ClientCompanynull
- ClientCompanyConditionA condition to be used against `ClientCompany` object types. All fields are tested for equality and combined with a logical ‘and.’
- CompaniesConnectionA connection to a list of `Company` values.
- Companynull
- CompanyCostCenternull
- CompanyCostCenterConditionA condition to be used against `CompanyCostCenter` object types. All fields are tested for equality and combined with a logical ‘and.’
- CompanyCostCentersConnectionA connection to a list of `CompanyCostCenter` values.
- CompanyTagsConnectionA connection to a list of `CompanyTag` values.
- CurrencyRatesConnectionA connection to a list of `CurrencyRate` values.
- DeliveryNotenull
- DeliveryNoteItemsConnectionA connection to a list of `DeliveryNoteItem` values.
- DeliveryNotesConnectionA connection to a list of `DeliveryNote` values.
- Documentnull
- DocumentBankTransactionsConnectionA connection to a list of `DocumentBankTransaction` values.
- DocumentCategoriesConnectionA connection to a list of `DocumentCategory` values.
- DocumentConditionA condition to be used against `Document` object types. All fields are tested for equality and combined with a logical ‘and.’
- DocumentsConnectionA connection to a list of `Document` values.
- DocumentTagnull
- DocumentTagConditionA condition to be used against `DocumentTag` object types. All fields are tested for equality and combined with a logical ‘and.’
- DocumentTagsConnectionA connection to a list of `DocumentTag` values.
- DocumentVersionFilesConnectionA connection to a list of `DocumentVersionFile` values.
- DocumentVersionsConnectionA connection to a list of `DocumentVersion` values.
- DocumentWorkflownull
- DocumentWorkflowsConnectionA connection to a list of `DocumentWorkflow` values.
- DocumentWorkflowStepsConnectionA connection to a list of `DocumentWorkflowStep` values.
- GeneralLedgerAccountsConnectionA connection to a list of `GeneralLedgerAccount` values.
- Invoicenull
- InvoiceCostCenternull
- InvoiceCostCenterConditionA condition to be used against `InvoiceCostCenter` object types. All fields are tested for equality and combined with a logical ‘and.’
- InvoiceCostCentersConnectionA connection to a list of `InvoiceCostCenter` values.
- InvoiceItemsConnectionA connection to a list of `InvoiceItem` values.
- InvoicesConnectionA connection to a list of `Invoice` values.
- QueryThe root query type which gives access points into the data universe.
- UsersConnectionA connection to a list of `User` values.