GraphQL Queries
Complete list of all 76 queries available in the API.Authorization: Bearer YOUR_API_KEYX-ORGANIZATION-SLUG: your-org-slug
account
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
Account
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountType | String | Classificação da conta: CHECKING, SAVINGS, CREDIT_CARD, INVESTMENT, CASH, CRYPTO_WALLET, OTHER |
| balanceSnapshots | BalanceSnapshotConnection | Collection of balance snapshots |
| bankAccount | BankAccount | |
| company required | Company! | Associated company |
| createdAt required | ISO8601DateTime! | Created at |
| cryptoWallet | CryptoWallet | |
| currency | String | Código de moeda (ex: ‘BRL’, ‘USD’). Obrigatório, padrão ‘BRL’ |
| currentBalance | Float | |
| description | String | Detalhes ou observações adicionais da conta |
| id required | ModelId! | Id |
| initialBalance | Float | |
| lastTransactionDate | ISO8601Date | |
| name | String | Nome de exibição da conta (obrigatório) |
| status | String | Status |
| transactions | TransactionConnection | Collection of transactions |
| updatedAt required | ISO8601DateTime! | Updated at |
accounts
BankingAccountFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountType | String | |
| accountTypeContains | String | |
| accountTypeEndsWith | String | |
| accountTypeEq | String | |
| accountTypeIsNull | Boolean | |
| accountTypeNeq | String | |
| accountTypeStartsWith | String | |
| accountableId | ModelId | |
| accountableIdIsNull | Boolean | |
| accountableType | String | |
| accountableTypeContains | String | |
| accountableTypeEndsWith | String | |
| accountableTypeEq | String | |
| accountableTypeIsNull | Boolean | |
| accountableTypeNeq | String | |
| accountableTypeStartsWith | String | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| currency | String | |
| currencyContains | String | |
| currencyEndsWith | String | |
| currencyEq | String | |
| currencyIsNull | Boolean | |
| currencyNeq | String | |
| currencyStartsWith | String | |
| description | String | |
| descriptionContains | String | |
| descriptionEndsWith | String | |
| descriptionEq | String | |
| descriptionIsNull | Boolean | |
| descriptionNeq | String | |
| descriptionStartsWith | String | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| name | String | |
| nameContains | String | |
| nameEndsWith | String | |
| nameEq | String | |
| nameIsNull | Boolean | |
| nameNeq | String | |
| nameStartsWith | String | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| status | String | |
| statusContains | String | |
| statusEndsWith | String | |
| statusEq | String | |
| statusIsNull | Boolean | |
| statusNeq | String | |
| statusStartsWith | String | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
AccountConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [AccountEdge] | A list of edges. |
| nodes | [Account] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
accountsPayable
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
AccountsPayable
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountingAllocations required | [Allocation!] | |
| company required | Company! | Associated company |
| createdAt required | ISO8601DateTime! | Created at |
| currency | String | Currency |
| departments | DepartmentConnection | Collection of departments |
| description | String | Descrição da despesa ou observações da fatura |
| dueDate | ISO8601DateTime | Data de vencimento do pagamento ao fornecedor |
| id required | ModelId! | Id |
| interestAmount | Float | Multas ou juros (deve ser ≤0) |
| invoiceNumber | String | Número da fatura do fornecedor para deduplicação (único por empresa) |
| issueDate | ISO8601DateTime | Data em que a fatura foi emitida pelo fornecedor |
| netAmount | Float | Valor principal após impostos (deve ser negativo, obrigatório) |
| notaFiscal | NotaFiscal | Associated nota fiscal |
| notaFiscalId | ModelId | Nota fiscal |
| paymentApplications | PaymentApplicationConnection | Collection of payment applications |
| tags | ModelIdConnection | Collection of tags |
| taxAmount | Float | Porção de impostos: ISS, PIS, COFINS (deve ser ≤0). Fórmula: total_amount = net_amount + tax_amount |
| totalAmount | Float | Valor total da fatura (sempre armazenado como negativo para despesas). Precisão: 15 dígitos, 2 decimais. |
| updatedAt required | ISO8601DateTime! | Updated at |
| vendorProfile | VendorProfile | Associated vendor profile |
accountsPayables
AccountingAccountsPayableFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| currency | String | |
| currencyContains | String | |
| currencyEndsWith | String | |
| currencyEq | String | |
| currencyIsNull | Boolean | |
| currencyNeq | String | |
| currencyStartsWith | String | |
| description | String | |
| descriptionContains | String | |
| descriptionEndsWith | String | |
| descriptionEq | String | |
| descriptionIsNull | Boolean | |
| descriptionNeq | String | |
| descriptionStartsWith | String | |
| dueDate | ISO8601DateTime | |
| dueDateGt | ISO8601DateTime | |
| dueDateGte | ISO8601DateTime | |
| dueDateIsNull | Boolean | |
| dueDateLt | ISO8601DateTime | |
| dueDateLte | ISO8601DateTime | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| interestAmount | CoercibleFloat | |
| interestAmountEq | CoercibleFloat | |
| interestAmountGt | CoercibleFloat | |
| interestAmountGte | CoercibleFloat | |
| interestAmountIsNull | Boolean | |
| interestAmountLt | CoercibleFloat | |
| interestAmountLte | CoercibleFloat | |
| interestAmountNeq | CoercibleFloat | |
| invoiceNumber | String | |
| invoiceNumberContains | String | |
| invoiceNumberEndsWith | String | |
| invoiceNumberEq | String | |
| invoiceNumberIsNull | Boolean | |
| invoiceNumberNeq | String | |
| invoiceNumberStartsWith | String | |
| issueDate | ISO8601DateTime | |
| issueDateGt | ISO8601DateTime | |
| issueDateGte | ISO8601DateTime | |
| issueDateIsNull | Boolean | |
| issueDateLt | ISO8601DateTime | |
| issueDateLte | ISO8601DateTime | |
| netAmount | CoercibleFloat | |
| netAmountEq | CoercibleFloat | |
| netAmountGt | CoercibleFloat | |
| netAmountGte | CoercibleFloat | |
| netAmountIsNull | Boolean | |
| netAmountLt | CoercibleFloat | |
| netAmountLte | CoercibleFloat | |
| netAmountNeq | CoercibleFloat | |
| notaFiscalId | ModelId | |
| notaFiscalIdIsNull | Boolean | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| taxAmount | CoercibleFloat | |
| taxAmountEq | CoercibleFloat | |
| taxAmountGt | CoercibleFloat | |
| taxAmountGte | CoercibleFloat | |
| taxAmountIsNull | Boolean | |
| taxAmountLt | CoercibleFloat | |
| taxAmountLte | CoercibleFloat | |
| taxAmountNeq | CoercibleFloat | |
| totalAmount | CoercibleFloat | |
| totalAmountEq | CoercibleFloat | |
| totalAmountGt | CoercibleFloat | |
| totalAmountGte | CoercibleFloat | |
| totalAmountIsNull | Boolean | |
| totalAmountLt | CoercibleFloat | |
| totalAmountLte | CoercibleFloat | |
| totalAmountNeq | CoercibleFloat | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime | |
| vendorProfileId | ModelId | |
| vendorProfileIdIsNull | Boolean |
AccountsPayableConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [AccountsPayableEdge] | A list of edges. |
| nodes | [AccountsPayable] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
accountsReceivable
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
AccountsReceivable
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountingAllocations required | [Allocation!] | |
| baseTags | ModelIdConnection | Collection of tags |
| clientProfile | ClientProfile | Associated client profile |
| company required | Company! | Associated company |
| createdAt required | ISO8601DateTime! | Created at |
| currency | String | Currency |
| departments | DepartmentConnection | Collection of departments |
| description | String | Descrição da receita ou observações da fatura |
| dueDate | ISO8601DateTime | Data de vencimento do recebimento do cliente |
| id required | ModelId! | Id |
| interestAmount | Float | Multas ou juros (deve ser ≥0) |
| invoiceNumber | String | Número da fatura do cliente para deduplicação (único por empresa) |
| issueDate | ISO8601DateTime | Data em que a fatura foi emitida ao cliente |
| netAmount | Float | Valor principal após impostos (deve ser positivo, obrigatório) |
| notaFiscal | NotaFiscal | Associated nota fiscal |
| notaFiscalId | ModelId | Nota fiscal |
| paymentApplications | PaymentApplicationConnection | Collection of payment applications |
| tagTaggings | ModelIdConnection | Collection of taggings |
| taggings | ModelIdConnection | Collection of taggings |
| tags | ModelIdConnection | Collection of tags |
| taxAmount | Float | Porção de impostos: ISS, PIS, COFINS (deve ser ≥0). Fórmula: total_amount = net_amount + tax_amount |
| totalAmount | Float | Valor total da fatura (sempre armazenado como positivo para receitas). Precisão: 15 dígitos, 2 decimais. |
| updatedAt required | ISO8601DateTime! | Updated at |
accountsReceivables
AccountingAccountsReceivableFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientProfileId | ModelId | |
| clientProfileIdIsNull | Boolean | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| currency | String | |
| currencyContains | String | |
| currencyEndsWith | String | |
| currencyEq | String | |
| currencyIsNull | Boolean | |
| currencyNeq | String | |
| currencyStartsWith | String | |
| description | String | |
| descriptionContains | String | |
| descriptionEndsWith | String | |
| descriptionEq | String | |
| descriptionIsNull | Boolean | |
| descriptionNeq | String | |
| descriptionStartsWith | String | |
| dueDate | ISO8601DateTime | |
| dueDateGt | ISO8601DateTime | |
| dueDateGte | ISO8601DateTime | |
| dueDateIsNull | Boolean | |
| dueDateLt | ISO8601DateTime | |
| dueDateLte | ISO8601DateTime | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| interestAmount | CoercibleFloat | |
| interestAmountEq | CoercibleFloat | |
| interestAmountGt | CoercibleFloat | |
| interestAmountGte | CoercibleFloat | |
| interestAmountIsNull | Boolean | |
| interestAmountLt | CoercibleFloat | |
| interestAmountLte | CoercibleFloat | |
| interestAmountNeq | CoercibleFloat | |
| invoiceNumber | String | |
| invoiceNumberContains | String | |
| invoiceNumberEndsWith | String | |
| invoiceNumberEq | String | |
| invoiceNumberIsNull | Boolean | |
| invoiceNumberNeq | String | |
| invoiceNumberStartsWith | String | |
| issueDate | ISO8601DateTime | |
| issueDateGt | ISO8601DateTime | |
| issueDateGte | ISO8601DateTime | |
| issueDateIsNull | Boolean | |
| issueDateLt | ISO8601DateTime | |
| issueDateLte | ISO8601DateTime | |
| netAmount | CoercibleFloat | |
| netAmountEq | CoercibleFloat | |
| netAmountGt | CoercibleFloat | |
| netAmountGte | CoercibleFloat | |
| netAmountIsNull | Boolean | |
| netAmountLt | CoercibleFloat | |
| netAmountLte | CoercibleFloat | |
| netAmountNeq | CoercibleFloat | |
| notaFiscalId | ModelId | |
| notaFiscalIdIsNull | Boolean | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| taxAmount | CoercibleFloat | |
| taxAmountEq | CoercibleFloat | |
| taxAmountGt | CoercibleFloat | |
| taxAmountGte | CoercibleFloat | |
| taxAmountIsNull | Boolean | |
| taxAmountLt | CoercibleFloat | |
| taxAmountLte | CoercibleFloat | |
| taxAmountNeq | CoercibleFloat | |
| totalAmount | CoercibleFloat | |
| totalAmountEq | CoercibleFloat | |
| totalAmountGt | CoercibleFloat | |
| totalAmountGte | CoercibleFloat | |
| totalAmountIsNull | Boolean | |
| totalAmountLt | CoercibleFloat | |
| totalAmountLte | CoercibleFloat | |
| totalAmountNeq | CoercibleFloat | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
AccountsReceivableConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [AccountsReceivableEdge] | A list of edges. |
| nodes | [AccountsReceivable] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
agingReport
| Parameter | Type | Description |
|---|---|---|
| documentType required | String! | |
| endDate | ISO8601Date | |
| startDate | ISO8601Date |
AgingReport
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| agingValues required | [AgingValue!]! | |
| rows required | [AgingReportGroup!]! | |
| totalValue required | Float! |
agingReportDetails
| Parameter | Type | Description |
|---|---|---|
| categoryGrouping | String | |
| contactId required | ID! | |
| documentType required | String! | |
| endDate | ISO8601Date | |
| startDate | ISO8601Date |
AgingReportClient
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| agingValues required | [AgingValue!]! | |
| categoryGrouping | String | |
| contact required | Contact! |
apiKeys
List user’s API keys| Parameter | Type | Description |
|---|---|---|
| status | String | Filter by status: active or inactive |
ApiKey
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| createdAt required | ISO8601DateTime! | |
| expiresAt | ISO8601DateTime | |
| id required | ID! | |
| lastUsedAt | ISO8601DateTime | |
| name required | String! | |
| organization required | Organization! | |
| scope required | String! | Access level: read_only or read_write |
| status required | String! | |
| usageCount required | Int! | |
| user required | User! |
balanceSnapshot
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
BalanceSnapshot
Show fields
Show fields
balanceSnapshots
BankingBalanceSnapshotFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountId | ModelId | |
| accountIdIsNull | Boolean | |
| balance | CoercibleFloat | |
| balanceEq | CoercibleFloat | |
| balanceGt | CoercibleFloat | |
| balanceGte | CoercibleFloat | |
| balanceIsNull | Boolean | |
| balanceLt | CoercibleFloat | |
| balanceLte | CoercibleFloat | |
| balanceNeq | CoercibleFloat | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| date | ISO8601DateTime | |
| dateGt | ISO8601DateTime | |
| dateGte | ISO8601DateTime | |
| dateIsNull | Boolean | |
| dateLt | ISO8601DateTime | |
| dateLte | ISO8601DateTime | |
| description | String | |
| descriptionContains | String | |
| descriptionEndsWith | String | |
| descriptionEq | String | |
| descriptionIsNull | Boolean | |
| descriptionNeq | String | |
| descriptionStartsWith | String | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
BalanceSnapshotConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [BalanceSnapshotEdge] | A list of edges. |
| nodes | [BalanceSnapshot] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
bankingStatementReport
| Parameter | Type | Description |
|---|---|---|
| accountId required | ModelId! | |
| fromDate required | ISO8601Date! | |
| includeEmptyDays | Boolean | |
| toDate required | ISO8601Date! |
BankingStatementReport
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| dailyGroups required | [BankingStatementDailyGroup!]! | List of daily transaction groups. |
| finalBalance required | Float! | The final balance for the selected period. |
| initialBalance required | Float! | The initial balance for the selected period. |
| totalCredit required | Float! | The total credit amount for the selected period. |
| totalCreditTransactionsCount required | Int! | |
| totalDebit required | Float! | The total debit amount for the selected period. |
| totalDebitTransactionsCount required | Int! |
banks
| Parameter | Type | Description |
|---|---|---|
| after | String | Returns the elements in the list that come after the specified cursor. |
| before | String | Returns the elements in the list that come before the specified cursor. |
| first | Int | Returns the first n elements from the list. |
| last | Int | Returns the last n elements from the list. |
BankConnection
Show fields
Show fields
budget
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
Budget
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountingAllocations required | [Allocation!] | |
| budgetedAmount required | Float! | Valor orçado (positivo=previsão de receita, negativo=previsão de despesa). O sinal determina o tipo de orçamento. |
| budgetedDate required | ISO8601DateTime! | Data a qual o lançamento orçamentário se aplica (obrigatório) |
| company required | Company! | Associated company |
| counterparty | CounterpartyUnion | |
| counterpartyId | ModelId | Counterparty |
| createdAt required | ISO8601DateTime! | Created at |
| currency | String | Currency |
| description | String | Descrição do orçamento ou observações de planejamento |
| id required | ModelId! | Id |
| netAmount | Float | Valor principal após impostos |
| taxAmount | Float | Porção de impostos (padrão 0). Fórmula: budgeted_amount = net_amount + tax_amount |
| updatedAt required | ISO8601DateTime! | Updated at |
budgets
AccountingBudgetFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| budgetedAmount | CoercibleFloat | |
| budgetedAmountEq | CoercibleFloat | |
| budgetedAmountGt | CoercibleFloat | |
| budgetedAmountGte | CoercibleFloat | |
| budgetedAmountIsNull | Boolean | |
| budgetedAmountLt | CoercibleFloat | |
| budgetedAmountLte | CoercibleFloat | |
| budgetedAmountNeq | CoercibleFloat | |
| budgetedDate | ISO8601DateTime | |
| budgetedDateGt | ISO8601DateTime | |
| budgetedDateGte | ISO8601DateTime | |
| budgetedDateIsNull | Boolean | |
| budgetedDateLt | ISO8601DateTime | |
| budgetedDateLte | ISO8601DateTime | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| counterpartyId | ModelId | |
| counterpartyIdIsNull | Boolean | |
| counterpartyType | String | |
| counterpartyTypeContains | String | |
| counterpartyTypeEndsWith | String | |
| counterpartyTypeEq | String | |
| counterpartyTypeIsNull | Boolean | |
| counterpartyTypeNeq | String | |
| counterpartyTypeStartsWith | String | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| currency | String | |
| currencyContains | String | |
| currencyEndsWith | String | |
| currencyEq | String | |
| currencyIsNull | Boolean | |
| currencyNeq | String | |
| currencyStartsWith | String | |
| description | String | |
| descriptionContains | String | |
| descriptionEndsWith | String | |
| descriptionEq | String | |
| descriptionIsNull | Boolean | |
| descriptionNeq | String | |
| descriptionStartsWith | String | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| netAmount | CoercibleFloat | |
| netAmountEq | CoercibleFloat | |
| netAmountGt | CoercibleFloat | |
| netAmountGte | CoercibleFloat | |
| netAmountIsNull | Boolean | |
| netAmountLt | CoercibleFloat | |
| netAmountLte | CoercibleFloat | |
| netAmountNeq | CoercibleFloat | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| taxAmount | CoercibleFloat | |
| taxAmountEq | CoercibleFloat | |
| taxAmountGt | CoercibleFloat | |
| taxAmountGte | CoercibleFloat | |
| taxAmountIsNull | Boolean | |
| taxAmountLt | CoercibleFloat | |
| taxAmountLte | CoercibleFloat | |
| taxAmountNeq | CoercibleFloat | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
BudgetConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [BudgetEdge] | A list of edges. |
| nodes | [Budget] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
cashAdjustment
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
CashAdjustment
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| adjustmentDate required | ISO8601DateTime! | Data do ajuste de caixa manual (obrigatório) |
| amount required | Float! | Valor do ajuste (positivo ou negativo). Afeta apenas relatórios de fluxo de |
| caixa, não demonstrativos de resultado por competência. | ||
| cashFlowSection required | String! | Categoria de fluxo de caixa (obrigatório): operational_inflow, operational_outflow, non_operational |
| categoryGroup required | CategoryGroup! | Associated category group |
| categoryGroupId required | ModelId! | Chave estrangeira para grupo de categoria (obrigatório) |
| costCenter required | CostCenter! | Associated cost center |
| costCenterId required | ModelId! | Chave estrangeira para centro de custo (obrigatório) |
| createdAt required | ISO8601DateTime! | Created at |
| description | String | Description |
| id required | ModelId! | Id |
| importSource | String | Import source |
| supplierOrCustomer | String | Nome da contraparte (texto livre, opcional) |
| updatedAt required | ISO8601DateTime! | Updated at |
cashAdjustments
AccountingCashAdjustmentFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| adjustmentDate | ISO8601DateTime | |
| adjustmentDateGt | ISO8601DateTime | |
| adjustmentDateGte | ISO8601DateTime | |
| adjustmentDateIsNull | Boolean | |
| adjustmentDateLt | ISO8601DateTime | |
| adjustmentDateLte | ISO8601DateTime | |
| amount | CoercibleFloat | |
| amountEq | CoercibleFloat | |
| amountGt | CoercibleFloat | |
| amountGte | CoercibleFloat | |
| amountIsNull | Boolean | |
| amountLt | CoercibleFloat | |
| amountLte | CoercibleFloat | |
| amountNeq | CoercibleFloat | |
| cashFlowSection | String | |
| cashFlowSectionContains | String | |
| cashFlowSectionEndsWith | String | |
| cashFlowSectionEq | String | |
| cashFlowSectionIsNull | Boolean | |
| cashFlowSectionNeq | String | |
| cashFlowSectionStartsWith | String | |
| categoryGroupId | ModelId | |
| categoryGroupIdIsNull | Boolean | |
| categoryGroupNameContains | String | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| costCenterId | ModelId | |
| costCenterIdIsNull | Boolean | |
| costCenterNameContains | String | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| description | String | |
| descriptionContains | String | |
| descriptionEndsWith | String | |
| descriptionEq | String | |
| descriptionIsNull | Boolean | |
| descriptionNeq | String | |
| descriptionStartsWith | String | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| importSource | String | |
| importSourceContains | String | |
| importSourceEndsWith | String | |
| importSourceEq | String | |
| importSourceIsNull | Boolean | |
| importSourceNeq | String | |
| importSourceStartsWith | String | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| supplierOrCustomer | String | |
| supplierOrCustomerContains | String | |
| supplierOrCustomerEndsWith | String | |
| supplierOrCustomerEq | String | |
| supplierOrCustomerIsNull | Boolean | |
| supplierOrCustomerNeq | String | |
| supplierOrCustomerStartsWith | String | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
CashAdjustmentConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [CashAdjustmentEdge] | A list of edges. |
| nodes | [CashAdjustment] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
categories
AccountingCategoryFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| categoryGroupId | ModelId | |
| categoryGroupIdIsNull | Boolean | |
| categoryType | String | |
| categoryTypeContains | String | |
| categoryTypeEndsWith | String | |
| categoryTypeEq | String | |
| categoryTypeIsNull | Boolean | |
| categoryTypeNeq | String | |
| categoryTypeStartsWith | String | |
| code | String | |
| codeContains | String | |
| codeEndsWith | String | |
| codeEq | String | |
| codeIsNull | Boolean | |
| codeNeq | String | |
| codeStartsWith | String | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| name | String | |
| nameContains | String | |
| nameEndsWith | String | |
| nameEq | String | |
| nameIsNull | Boolean | |
| nameNeq | String | |
| nameStartsWith | String | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| parentCategoryCode | String | |
| parentCategoryCodeContains | String | |
| parentCategoryCodeEndsWith | String | |
| parentCategoryCodeEq | String | |
| parentCategoryCodeIsNull | Boolean | |
| parentCategoryCodeNeq | String | |
| parentCategoryCodeStartsWith | String | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
CategoryConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [CategoryEdge] | A list of edges. |
| nodes | [Category] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
category
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
Category
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| categoryGroup | CategoryGroup | Associated category group |
| categoryType | String | Category type |
| childCategories required | CategoryConnection! | |
| code | String | Código alfanumérico único (gerado automaticamente do nome se em branco). Formato: MAIÚSCULAS-PARAMETRIZADO |
| company required | Company! | Associated company |
| createdAt required | ISO8601DateTime! | Created at |
| id required | ModelId! | Id |
| name | String | Nome de exibição da categoria (obrigatório, usado para pesquisa durante importações) |
| parentCategory | Category | |
| parentCategoryCode | String | Código da categoria pai para classificação hierárquica (nulo para nível superior) |
| updatedAt required | ISO8601DateTime! | Updated at |
categoryGroup
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
CategoryGroup
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| categories | CategoryConnection | Collection of categories |
| company required | Company! | Associated company |
| createdAt required | ISO8601DateTime! | Created at |
| deferrals | DeferralConnection | Collection of deferrals |
| description | String | Description |
| displayOrder | Int | Display order |
| id required | ModelId! | Id |
| name required | String! | Name |
| updatedAt required | ISO8601DateTime! | Updated at |
categoryGroups
AccountingCategoryGroupFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| description | String | |
| descriptionContains | String | |
| descriptionEndsWith | String | |
| descriptionEq | String | |
| descriptionIsNull | Boolean | |
| descriptionNeq | String | |
| descriptionStartsWith | String | |
| displayOrder | Float | |
| displayOrderEq | Float | |
| displayOrderGt | Float | |
| displayOrderGte | Float | |
| displayOrderIsNull | Boolean | |
| displayOrderLt | Float | |
| displayOrderLte | Float | |
| displayOrderNeq | Float | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| name | String | |
| nameContains | String | |
| nameEndsWith | String | |
| nameEq | String | |
| nameIsNull | Boolean | |
| nameNeq | String | |
| nameStartsWith | String | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
CategoryGroupConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [CategoryGroupEdge] | A list of edges. |
| nodes | [CategoryGroup] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
chat
Fetch a specific AI chat conversation| Parameter | Type | Description |
|---|---|---|
| id required | ID! | The chat ID |
Chat
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| createdAt required | ISO8601DateTime! | |
| id required | ID! | |
| messageCount required | Int! | Total number of messages in this chat |
| messages required | [Message!]! | Messages in this chat conversation |
| modelId | String | AI model identifier |
| organizationId required | ID! | |
| preview | String | Preview of the last message |
| title | String | Chat title derived from first message |
| updatedAt required | ISO8601DateTime! | |
| user required | User! | User who owns this chat |
| userId required | ID! |
chats
List AI chat conversations for the current userChat
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| createdAt required | ISO8601DateTime! | |
| id required | ID! | |
| messageCount required | Int! | Total number of messages in this chat |
| messages required | [Message!]! | Messages in this chat conversation |
| modelId | String | AI model identifier |
| organizationId required | ID! | |
| preview | String | Preview of the last message |
| title | String | Chat title derived from first message |
| updatedAt required | ISO8601DateTime! | |
| user required | User! | User who owns this chat |
| userId required | ID! |
clientProfile
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
ClientProfile
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountsReceivables | AccountsReceivableConnection | Collection of accounts receivables |
| company required | Company! | Associated company |
| contact required | Contact! | Associated contact |
| contactId required | ModelId! | Contact |
| createdAt required | ISO8601DateTime! | Created at |
| id required | ModelId! | Id |
| updatedAt required | ISO8601DateTime! | Updated at |
clientProfiles
AccountingClientProfileFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| contactId | ModelId | |
| contactIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
ClientProfileConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [ClientProfileEdge] | A list of edges. |
| nodes | [ClientProfile] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
comments
Fetch comments for cash flow report cells| Parameter | Type | Description |
|---|---|---|
| after | String | Returns the elements in the list that come after the specified cursor. |
| before | String | Returns the elements in the list that come before the specified cursor. |
| first | Int | Returns the first n elements from the list. |
| includeReplies | Boolean | |
| last | Int | Returns the last n elements from the list. |
| month | String | |
| rowId | String | |
| search | String |
CommentConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [CommentEdge] | A list of edges. |
| nodes | [Comment] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
companies
CoreCompanyFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| cnpj | String | |
| cnpjContains | String | |
| cnpjEndsWith | String | |
| cnpjEq | String | |
| cnpjIsNull | Boolean | |
| cnpjNeq | String | |
| cnpjStartsWith | String | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| description | String | |
| descriptionContains | String | |
| descriptionEndsWith | String | |
| descriptionEq | String | |
| descriptionIsNull | Boolean | |
| descriptionNeq | String | |
| descriptionStartsWith | String | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| name | String | |
| nameContains | String | |
| nameEndsWith | String | |
| nameEq | String | |
| nameIsNull | Boolean | |
| nameNeq | String | |
| nameStartsWith | String | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| slug | String | |
| slugContains | String | |
| slugEndsWith | String | |
| slugEq | String | |
| slugIsNull | Boolean | |
| slugNeq | String | |
| slugStartsWith | String | |
| status | String | |
| statusContains | String | |
| statusEndsWith | String | |
| statusEq | String | |
| statusIsNull | Boolean | |
| statusNeq | String | |
| statusStartsWith | String | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
CompanyConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [CompanyEdge] | A list of edges. |
| nodes | [Company] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
company
| Parameter | Type | Description |
|---|---|---|
| cnpj | String | |
| id | ID | |
| slug | String |
Company
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountingEntries | ModelIdConnection | Collection of accounting entries |
| accounts | AccountConnection | Collection of accounts |
| allocations | AllocationConnection | Collection of allocations |
| budgets | BudgetConnection | Collection of budgets |
| cashAdjustments | CashAdjustmentConnection | Collection of cash adjustments |
| categoryGroups | CategoryGroupConnection | Collection of category groups |
| clients | ClientProfileConnection | Collection of client profiles |
| cnpj required | String! | Cnpj |
| costCenterGroups | CostCenterGroupConnection | Collection of cost center groups |
| createdAt required | ISO8601DateTime! | Created at |
| deferrals | DeferralConnection | Collection of deferrals |
| description | String | Description |
| financialPulses | FinancialPulseConnection | Collection of financial pulses |
| id required | ModelId! | Id |
| llmChats | ChatConnection | Collection of chats |
| llmMessageFeedbacks | MessageFeedbackConnection | Collection of message feedbacks |
| llmMessages | MessageConnection | Collection of messages |
| name required | String! | Name |
| notifications | NotificationConnection | Collection of notifications |
| organization required | Organization! | |
| settings | JSON | Settings |
| slug required | String! | Slug |
| status required | String! | Status |
| updatedAt required | ISO8601DateTime! | Updated at |
| vendors | VendorProfileConnection | Collection of vendor profiles |
contact
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
Contact
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| clientProfile | ClientProfile | Associated client profile |
| companyName | String | Razão social completa da empresa |
| contactType required | String! | Classificação de contato (ex: ‘company’, ‘individual’) |
| createdAt required | ISO8601DateTime! | Created at |
String | Endereço de e-mail de contato | |
| id required | ModelId! | Id |
| identifier | String | Identifier |
| identifierValue | String | CPF ou CNPJ (número de identificação fiscal) |
| isCustomer required | Boolean! | |
| isVendor required | Boolean! | |
| notes | String | Notes |
| phone | String | Número de telefone de contato |
| status required | String! | Status |
| tradeName required | String! | Nome comercial ou fantasia (usado para pesquisa de perfis de fornecedor/cliente) |
| transactions | TransactionConnection | Collection of transactions |
| updatedAt required | ISO8601DateTime! | Updated at |
| vendorProfile | VendorProfile | Associated vendor profile |
contacts
CoreContactFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| companyName | String | |
| companyNameContains | String | |
| companyNameEndsWith | String | |
| companyNameEq | String | |
| companyNameIsNull | Boolean | |
| companyNameNeq | String | |
| companyNameStartsWith | String | |
| contactType | String | |
| contactTypeContains | String | |
| contactTypeEndsWith | String | |
| contactTypeEq | String | |
| contactTypeIsNull | Boolean | |
| contactTypeNeq | String | |
| contactTypeStartsWith | String | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
String | ||
| emailContains | String | |
| emailEndsWith | String | |
| emailEq | String | |
| emailIsNull | Boolean | |
| emailNeq | String | |
| emailStartsWith | String | |
| hasClientProfile | Boolean | |
| hasVendorProfile | Boolean | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| identifier | String | |
| identifierContains | String | |
| identifierEndsWith | String | |
| identifierEq | String | |
| identifierIsNull | Boolean | |
| identifierNeq | String | |
| identifierStartsWith | String | |
| identifierValue | String | |
| identifierValueContains | String | |
| identifierValueEndsWith | String | |
| identifierValueEq | String | |
| identifierValueIsNull | Boolean | |
| identifierValueNeq | String | |
| identifierValueStartsWith | String | |
| notes | String | |
| notesContains | String | |
| notesEndsWith | String | |
| notesEq | String | |
| notesIsNull | Boolean | |
| notesNeq | String | |
| notesStartsWith | String | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| phone | String | |
| phoneContains | String | |
| phoneEndsWith | String | |
| phoneEq | String | |
| phoneIsNull | Boolean | |
| phoneNeq | String | |
| phoneStartsWith | String | |
| profileType | String | |
| status | String | |
| statusContains | String | |
| statusEndsWith | String | |
| statusEq | String | |
| statusIsNull | Boolean | |
| statusNeq | String | |
| statusStartsWith | String | |
| tradeName | String | |
| tradeNameContains | String | |
| tradeNameEndsWith | String | |
| tradeNameEq | String | |
| tradeNameIsNull | Boolean | |
| tradeNameNeq | String | |
| tradeNameStartsWith | String | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
ContactConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [ContactEdge] | A list of edges. |
| nodes | [Contact] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
costCenter
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
CostCenter
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| cashFlowSection | String | Classificação de fluxo de caixa: operational_inflow, operational_outflow, |
| non_operational (definido automaticamente com base no prefixo do nome) | ||
| company required | Company! | Associated company |
| costCenterGroup | CostCenterGroup | Associated cost center group |
| description | String | Detalhes adicionais ou finalidade do centro de custo |
| id required | ModelId! | Id |
| name | String | Nome do centro de custo (obrigatório, único por empresa, usado para pesquisa durante importações) |
| status | String | Status |
costCenterAllocationRules
AccountingCostCenterAllocationRuleFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| categoryId | ModelId | |
| categoryIdIsNull | Boolean | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| costCenterId | ModelId | |
| costCenterIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| departmentId | ModelId | |
| departmentIdIsNull | Boolean | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| priority | Float | |
| priorityEq | Float | |
| priorityGt | Float | |
| priorityGte | Float | |
| priorityIsNull | Boolean | |
| priorityLt | Float | |
| priorityLte | Float | |
| priorityNeq | Float | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
CostCenterAllocationRuleConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [CostCenterAllocationRuleEdge] | A list of edges. |
| nodes | [CostCenterAllocationRule] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
costCenterGroup
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
CostCenterGroup
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| company required | Company! | Associated company |
| costCenters | CostCenterConnection | Collection of cost centers |
| createdAt required | ISO8601DateTime! | Created at |
| id required | ModelId! | Id |
| name | String | Name |
| updatedAt required | ISO8601DateTime! | Updated at |
costCenterGroups
AccountingCostCenterGroupFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| name | String | |
| nameContains | String | |
| nameEndsWith | String | |
| nameEq | String | |
| nameIsNull | Boolean | |
| nameNeq | String | |
| nameStartsWith | String | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
CostCenterGroupConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [CostCenterGroupEdge] | A list of edges. |
| nodes | [CostCenterGroup] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
costCenters
AccountingCostCenterFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| cashFlowSection | String | |
| cashFlowSectionContains | String | |
| cashFlowSectionEndsWith | String | |
| cashFlowSectionEq | String | |
| cashFlowSectionIsNull | Boolean | |
| cashFlowSectionNeq | String | |
| cashFlowSectionStartsWith | String | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| costCenterGroupId | ModelId | |
| costCenterGroupIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| description | String | |
| descriptionContains | String | |
| descriptionEndsWith | String | |
| descriptionEq | String | |
| descriptionIsNull | Boolean | |
| descriptionNeq | String | |
| descriptionStartsWith | String | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| name | String | |
| nameContains | String | |
| nameEndsWith | String | |
| nameEq | String | |
| nameIsNull | Boolean | |
| nameNeq | String | |
| nameStartsWith | String | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| status | String | |
| statusContains | String | |
| statusEndsWith | String | |
| statusEq | String | |
| statusIsNull | Boolean | |
| statusNeq | String | |
| statusStartsWith | String | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
CostCenterConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [CostCenterEdge] | A list of edges. |
| nodes | [CostCenter] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
currencies
| Parameter | Type | Description |
|---|---|---|
| activeOnly | Boolean |
Currency
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| active required | Boolean! | |
| code required | String! | |
| id required | ModelId! | |
| name required | String! | |
| symbol | String |
currency
| Parameter | Type | Description |
|---|---|---|
| code | String | |
| id | ModelId |
Currency
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| active required | Boolean! | |
| code required | String! | |
| id required | ModelId! | |
| name required | String! | |
| symbol | String |
currentCompany
Company
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountingEntries | ModelIdConnection | Collection of accounting entries |
| accounts | AccountConnection | Collection of accounts |
| allocations | AllocationConnection | Collection of allocations |
| budgets | BudgetConnection | Collection of budgets |
| cashAdjustments | CashAdjustmentConnection | Collection of cash adjustments |
| categoryGroups | CategoryGroupConnection | Collection of category groups |
| clients | ClientProfileConnection | Collection of client profiles |
| cnpj required | String! | Cnpj |
| costCenterGroups | CostCenterGroupConnection | Collection of cost center groups |
| createdAt required | ISO8601DateTime! | Created at |
| deferrals | DeferralConnection | Collection of deferrals |
| description | String | Description |
| financialPulses | FinancialPulseConnection | Collection of financial pulses |
| id required | ModelId! | Id |
| llmChats | ChatConnection | Collection of chats |
| llmMessageFeedbacks | MessageFeedbackConnection | Collection of message feedbacks |
| llmMessages | MessageConnection | Collection of messages |
| name required | String! | Name |
| notifications | NotificationConnection | Collection of notifications |
| organization required | Organization! | |
| settings | JSON | Settings |
| slug required | String! | Slug |
| status required | String! | Status |
| updatedAt required | ISO8601DateTime! | Updated at |
| vendors | VendorProfileConnection | Collection of vendor profiles |
currentOrganization
Organization
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| apiKeys | ApiKeyConnection | Collection of api keys |
| companies required | [Company!]! | Companies (CNPJs) belonging to this organization |
| createdAt required | ISO8601DateTime! | Created at |
| defaultCurrency | Currency | Associated currency |
| defaultCurrencyId | ModelId | Default currency |
| financialPulses | FinancialPulseConnection | Collection of financial pulses |
| id required | ModelId! | Id |
| name | String | Name |
| notifications | NotificationConnection | Collection of notifications |
| organizationUsers required | OrganizationUserConnection! | |
| pgSearchDocuments | ModelIdConnection | Collection of documents |
| slug | String | Slug |
| status | String | Status |
| updatedAt required | ISO8601DateTime! | Updated at |
| users required | UserConnection! | Users that belong to this organisation |
deferral
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
Deferral
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accrualDate required | ISO8601DateTime! | Data em que a despesa ou receita deve ser reconhecida (obrigatório) |
| amount required | Float! | Valor do diferimento (positivo ou negativo) |
| categoryGroup required | CategoryGroup! | |
| company required | Company! | Associated company |
| costCenter required | CostCenter! | |
| createdAt required | ISO8601DateTime! | Created at |
| description | String | Description |
| id required | ModelId! | Id |
| importSource | String | Import source |
| supplierOrCustomer | String | Nome da contraparte (texto livre, opcional) |
| updatedAt required | ISO8601DateTime! | Updated at |
deferrals
AccountingDeferralFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accrualDate | ISO8601DateTime | |
| accrualDateGt | ISO8601DateTime | |
| accrualDateGte | ISO8601DateTime | |
| accrualDateIsNull | Boolean | |
| accrualDateLt | ISO8601DateTime | |
| accrualDateLte | ISO8601DateTime | |
| amount | CoercibleFloat | |
| amountEq | CoercibleFloat | |
| amountGt | CoercibleFloat | |
| amountGte | CoercibleFloat | |
| amountIsNull | Boolean | |
| amountLt | CoercibleFloat | |
| amountLte | CoercibleFloat | |
| amountNeq | CoercibleFloat | |
| categoryGroupId | ModelId | |
| categoryGroupIdIsNull | Boolean | |
| categoryGroupNameContains | String | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| costCenterId | ModelId | |
| costCenterIdIsNull | Boolean | |
| costCenterNameContains | String | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| description | String | |
| descriptionContains | String | |
| descriptionEndsWith | String | |
| descriptionEq | String | |
| descriptionIsNull | Boolean | |
| descriptionNeq | String | |
| descriptionStartsWith | String | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| importSource | String | |
| importSourceContains | String | |
| importSourceEndsWith | String | |
| importSourceEq | String | |
| importSourceIsNull | Boolean | |
| importSourceNeq | String | |
| importSourceStartsWith | String | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| supplierOrCustomer | String | |
| supplierOrCustomerContains | String | |
| supplierOrCustomerEndsWith | String | |
| supplierOrCustomerEq | String | |
| supplierOrCustomerIsNull | Boolean | |
| supplierOrCustomerNeq | String | |
| supplierOrCustomerStartsWith | String | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
DeferralConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [DeferralEdge] | A list of edges. |
| nodes | [Deferral] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
department
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
Department
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| company required | Company! | Associated company |
| createdAt required | ISO8601DateTime! | Created at |
| id required | ModelId! | Id |
| name | String | Nome do departamento (obrigatório, único por empresa, usado para pesquisa durante importações) |
| updatedAt required | ISO8601DateTime! | Updated at |
departments
AccountingDepartmentFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| name | String | |
| nameContains | String | |
| nameEndsWith | String | |
| nameEq | String | |
| nameIsNull | Boolean | |
| nameNeq | String | |
| nameStartsWith | String | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
DepartmentConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [DepartmentEdge] | A list of edges. |
| nodes | [Department] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
entityFinder
| Parameter | Type | Description |
|---|---|---|
| entityType required | String! | |
| id required | String! |
entitySearch
| Parameter | Type | Description |
|---|---|---|
| after | String | Returns the elements in the list that come after the specified cursor. |
| before | String | Returns the elements in the list that come before the specified cursor. |
| entityType required | String! | |
| first | Int | Returns the first n elements from the list. |
| last | Int | Returns the last n elements from the list. |
| searchTerm | String |
EntityOptionUnionConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [EntityOptionUnionEdge] | A list of edges. |
| nodes | [EntityOptionUnion] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
exchangeRates
| Parameter | Type | Description |
|---|---|---|
| effectiveDate | ISO8601DateTime | |
| fromCurrencyId | ModelId | |
| toCurrencyId | ModelId |
ExchangeRate
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| createdAt required | ISO8601DateTime! | Created at |
| effectiveDate required | ISO8601DateTime! | Effective date |
| fromCurrency required | ModelId! | Associated currency |
| fromCurrencyId required | ModelId! | From currency |
| id required | ModelId! | Id |
| rate required | Float! | Rate |
| toCurrency required | ModelId! | Associated currency |
| toCurrencyId required | ModelId! | To currency |
| updatedAt required | ISO8601DateTime! | Updated at |
fieldTranslations
Get field translations for internationalization| Parameter | Type | Description |
|---|---|---|
| modelName | String | Optionally filter translations for a specific model |
financialDocumentDetails
ReportsViewsFinancialDocumentDetailFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| allocatableType | String | |
| allocatableTypeContains | String | |
| allocatableTypeEndsWith | String | |
| allocatableTypeEq | String | |
| allocatableTypeIsNull | Boolean | |
| allocatableTypeNeq | String | |
| allocatableTypeStartsWith | String | |
| allocatedAmount | CoercibleFloat | |
| allocatedAmountEq | CoercibleFloat | |
| allocatedAmountGt | CoercibleFloat | |
| allocatedAmountGte | CoercibleFloat | |
| allocatedAmountIsNull | Boolean | |
| allocatedAmountLt | CoercibleFloat | |
| allocatedAmountLte | CoercibleFloat | |
| allocatedAmountNeq | CoercibleFloat | |
| allocationAmount | CoercibleFloat | |
| allocationAmountEq | CoercibleFloat | |
| allocationAmountGt | CoercibleFloat | |
| allocationAmountGte | CoercibleFloat | |
| allocationAmountIsNull | Boolean | |
| allocationAmountLt | CoercibleFloat | |
| allocationAmountLte | CoercibleFloat | |
| allocationAmountNeq | CoercibleFloat | |
| allocationTargetId | ModelId | |
| allocationTargetIdIsNull | Boolean | |
| allocationType | String | |
| allocationTypeContains | String | |
| allocationTypeEndsWith | String | |
| allocationTypeEq | String | |
| allocationTypeIsNull | Boolean | |
| allocationTypeNeq | String | |
| allocationTypeStartsWith | String | |
| baseAmount | CoercibleFloat | |
| baseAmountEq | CoercibleFloat | |
| baseAmountGt | CoercibleFloat | |
| baseAmountGte | CoercibleFloat | |
| baseAmountIsNull | Boolean | |
| baseAmountLt | CoercibleFloat | |
| baseAmountLte | CoercibleFloat | |
| baseAmountNeq | CoercibleFloat | |
| cashFlowMonth | ISO8601DateTime | |
| cashFlowMonthGt | ISO8601DateTime | |
| cashFlowMonthGte | ISO8601DateTime | |
| cashFlowMonthIsNull | Boolean | |
| cashFlowMonthLt | ISO8601DateTime | |
| cashFlowMonthLte | ISO8601DateTime | |
| categoryCode | String | |
| categoryCodeContains | String | |
| categoryCodeEndsWith | String | |
| categoryCodeEq | String | |
| categoryCodeIsNull | Boolean | |
| categoryCodeNeq | String | |
| categoryCodeStartsWith | String | |
| categoryGroupId | ModelId | |
| categoryGroupIdIsNull | Boolean | |
| categoryGroupName | String | |
| categoryGroupNameContains | String | |
| categoryGroupNameEndsWith | String | |
| categoryGroupNameEq | String | |
| categoryGroupNameIsNull | Boolean | |
| categoryGroupNameNeq | String | |
| categoryGroupNameStartsWith | String | |
| categoryId | ModelId | |
| categoryIdIsNull | Boolean | |
| categoryName | String | |
| categoryNameContains | String | |
| categoryNameEndsWith | String | |
| categoryNameEq | String | |
| categoryNameIsNull | Boolean | |
| categoryNameNeq | String | |
| categoryNameStartsWith | String | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| companyName | String | |
| companyNameContains | String | |
| companyNameEndsWith | String | |
| companyNameEq | String | |
| companyNameIsNull | Boolean | |
| companyNameNeq | String | |
| companyNameStartsWith | String | |
| costCenterGroupId | ModelId | |
| costCenterGroupIdIsNull | Boolean | |
| costCenterGroupName | String | |
| costCenterGroupNameContains | String | |
| costCenterGroupNameEndsWith | String | |
| costCenterGroupNameEq | String | |
| costCenterGroupNameIsNull | Boolean | |
| costCenterGroupNameNeq | String | |
| costCenterGroupNameStartsWith | String | |
| costCenterId | ModelId | |
| costCenterIdIsNull | Boolean | |
| costCenterName | String | |
| costCenterNameContains | String | |
| costCenterNameEndsWith | String | |
| costCenterNameEq | String | |
| costCenterNameIsNull | Boolean | |
| costCenterNameNeq | String | |
| costCenterNameStartsWith | String | |
| departmentId | ModelId | |
| departmentIdIsNull | Boolean | |
| departmentName | String | |
| departmentNameContains | String | |
| departmentNameEndsWith | String | |
| departmentNameEq | String | |
| departmentNameIsNull | Boolean | |
| departmentNameNeq | String | |
| departmentNameStartsWith | String | |
| documentId | ModelId | |
| documentIdIsNull | Boolean | |
| documentType | String | |
| documentTypeContains | String | |
| documentTypeEndsWith | String | |
| documentTypeEq | String | |
| documentTypeIsNull | Boolean | |
| documentTypeNeq | String | |
| documentTypeStartsWith | String | |
| dreMonth | ISO8601DateTime | |
| dreMonthGt | ISO8601DateTime | |
| dreMonthGte | ISO8601DateTime | |
| dreMonthIsNull | Boolean | |
| dreMonthLt | ISO8601DateTime | |
| dreMonthLte | ISO8601DateTime | |
| dueDate | ISO8601DateTime | |
| dueDateGt | ISO8601DateTime | |
| dueDateGte | ISO8601DateTime | |
| dueDateIsNull | Boolean | |
| dueDateLt | ISO8601DateTime | |
| dueDateLte | ISO8601DateTime | |
| entryType | String | |
| entryTypeContains | String | |
| entryTypeEndsWith | String | |
| entryTypeEq | String | |
| entryTypeIsNull | Boolean | |
| entryTypeNeq | String | |
| entryTypeStartsWith | String | |
| isPaid | Boolean | |
| isPaidIsNull | Boolean | |
| issueDate | ISO8601DateTime | |
| issueDateGt | ISO8601DateTime | |
| issueDateGte | ISO8601DateTime | |
| issueDateIsNull | Boolean | |
| issueDateLt | ISO8601DateTime | |
| issueDateLte | ISO8601DateTime | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| paymentDate | ISO8601DateTime | |
| paymentDateGt | ISO8601DateTime | |
| paymentDateGte | ISO8601DateTime | |
| paymentDateIsNull | Boolean | |
| paymentDateLt | ISO8601DateTime | |
| paymentDateLte | ISO8601DateTime | |
| percentage | CoercibleFloat | |
| percentageEq | CoercibleFloat | |
| percentageGt | CoercibleFloat | |
| percentageGte | CoercibleFloat | |
| percentageIsNull | Boolean | |
| percentageLt | CoercibleFloat | |
| percentageLte | CoercibleFloat | |
| percentageNeq | CoercibleFloat |
FinancialDocumentDetailConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [FinancialDocumentDetailEdge] | A list of edges. |
| nodes | [FinancialDocumentDetail] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
financialPulse
Fetch today’s financial pulse for the current company| Parameter | Type | Description |
|---|---|---|
| date | ISO8601Date | Date to fetch pulse for (defaults to today) |
FinancialPulse
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| cards required | [FinancialPulseCard!]! | Insight cards ordered by priority |
| generatedAt | ISO8601DateTime | When pulse was generated |
| id required | ID! | |
| organization required | Organization! | |
| pulseDate required | ISO8601Date! | Date for this pulse |
financialReport
| Parameter | Type | Description |
|---|---|---|
| endDate required | ISO8601Date! | |
| includeDocumentDetails | Boolean | |
| reportType required | String! | Type of report: ‘cash_flow’ or ‘income_statement’ |
| startDate required | ISO8601Date! |
FinancialReport
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| groups required | [FinancialReportGroup!]! | The hierarchical groups/sections of the financial report |
| months required | [ISO8601Date!]! | List of months included in the report period |
import
| Parameter | Type | Description |
|---|---|---|
| id required | ID! |
Import
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| completedAt | ISO8601DateTime | Data/hora em que o processamento da importação terminou (sucesso ou falha) |
| createdAt required | ISO8601DateTime! | Created at |
| entityType required | String! | Tipo de entidade da importação: TRANSACTION, ACCOUNTS_PAYABLE, |
| ACCOUNTS_RECEIVABLE, BUDGET, ACCOUNT, CATEGORY, COST_CENTER, DEPARTMENT, | ||
| CASH_ADJUSTMENT, DEFERRAL, COST_CENTER_ALLOCATION_RULE, USER | ||
| errorMessage | String | Detalhes do erro se a importação falhou |
| id required | ModelId! | Id |
| progress | Int | Porcentagem de progresso da importação (0-100) |
| records | RecordConnection | Collection of records |
| recordsCreated | Int | Número de registros criados com sucesso |
| recordsFailed | Int | Número de registros que falharam na validação ou processamento |
| recordsProcessed | Int | Número de registros processados até o momento |
| recordsTotal | Int | Número total de registros na importação |
| startedAt | ISO8601DateTime | Data/hora em que o processamento da importação começou |
| status required | String! | Status do processamento da importação: pending (não iniciado), processing (em |
| andamento), completed (concluído), failed (erro), overridden (substituído por | ||
| importação mais recente) | ||
| updatedAt required | ISO8601DateTime! | Updated at |
imports
CoreImportFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountId | ModelId | |
| accountIdIsNull | Boolean | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| completedAt | ISO8601DateTime | |
| completedAtGt | ISO8601DateTime | |
| completedAtGte | ISO8601DateTime | |
| completedAtIsNull | Boolean | |
| completedAtLt | ISO8601DateTime | |
| completedAtLte | ISO8601DateTime | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| entityType | String | |
| entityTypeContains | String | |
| entityTypeEndsWith | String | |
| entityTypeEq | String | |
| entityTypeIsNull | Boolean | |
| entityTypeNeq | String | |
| entityTypeStartsWith | String | |
| errorMessage | String | |
| errorMessageContains | String | |
| errorMessageEndsWith | String | |
| errorMessageEq | String | |
| errorMessageIsNull | Boolean | |
| errorMessageNeq | String | |
| errorMessageStartsWith | String | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| overridePreviousImports | Boolean | |
| overridePreviousImportsIsNull | Boolean | |
| progress | Float | |
| progressEq | Float | |
| progressGt | Float | |
| progressGte | Float | |
| progressIsNull | Boolean | |
| progressLt | Float | |
| progressLte | Float | |
| progressNeq | Float | |
| recordsCreated | Float | |
| recordsCreatedEq | Float | |
| recordsCreatedGt | Float | |
| recordsCreatedGte | Float | |
| recordsCreatedIsNull | Boolean | |
| recordsCreatedLt | Float | |
| recordsCreatedLte | Float | |
| recordsCreatedNeq | Float | |
| recordsFailed | Float | |
| recordsFailedEq | Float | |
| recordsFailedGt | Float | |
| recordsFailedGte | Float | |
| recordsFailedIsNull | Boolean | |
| recordsFailedLt | Float | |
| recordsFailedLte | Float | |
| recordsFailedNeq | Float | |
| recordsProcessed | Float | |
| recordsProcessedEq | Float | |
| recordsProcessedGt | Float | |
| recordsProcessedGte | Float | |
| recordsProcessedIsNull | Boolean | |
| recordsProcessedLt | Float | |
| recordsProcessedLte | Float | |
| recordsProcessedNeq | Float | |
| recordsTotal | Float | |
| recordsTotalEq | Float | |
| recordsTotalGt | Float | |
| recordsTotalGte | Float | |
| recordsTotalIsNull | Boolean | |
| recordsTotalLt | Float | |
| recordsTotalLte | Float | |
| recordsTotalNeq | Float | |
| startedAt | ISO8601DateTime | |
| startedAtGt | ISO8601DateTime | |
| startedAtGte | ISO8601DateTime | |
| startedAtIsNull | Boolean | |
| startedAtLt | ISO8601DateTime | |
| startedAtLte | ISO8601DateTime | |
| status | String | |
| statusContains | String | |
| statusEndsWith | String | |
| statusEq | String | |
| statusIsNull | Boolean | |
| statusNeq | String | |
| statusStartsWith | String | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
ImportConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [ImportEdge] | A list of edges. |
| nodes | [Import] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
me
User
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| active | Boolean | Active |
| apiKeys required | [ApiKey!]! | Active API keys owned by this user |
| createdAt required | ISO8601DateTime! | Created at |
String | ||
| firstName | String | First name |
| id required | ModelId! | Id |
| isSystemAdmin | Boolean | Is system admin |
| lastName | String | Last name |
| organizationUsers | OrganizationUserConnection | Collection of organization users |
| organizations required | [Organization!]! | Organizations this user belongs to |
| receivedNotifications | NotificationConnection | Collection of notifications |
| sentNotifications | NotificationConnection | Collection of notifications |
| updatedAt required | ISO8601DateTime! | Updated at |
notaFiscal
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
NotaFiscal
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountsPayable | AccountsPayable | Associated accounts payable |
| accountsReceivable | AccountsReceivable | Associated accounts receivable |
| baseTags | ModelIdConnection | Collection of tags |
| chaveAcesso required | String! | Chave acesso |
| codigoServico | String | Codigo servico |
| codigoTributacao | String | Codigo tributacao |
| company required | Company! | Associated company |
| createdAt required | ISO8601DateTime! | Created at |
| customer | Contact | Associated contact |
| dataCompetencia | ISO8601DateTime | Data competencia |
| dataEmissao | ISO8601DateTime | Data emissao |
| descricaoServico | String | Descricao servico |
| discriminacao | String | Discriminacao |
| id required | ModelId! | Id |
| import | Import | Associated import |
| importId | ModelId | Import |
| itemListaServico | String | Item lista servico |
| metadata | JSON | Metadata |
| municipioPrestacao | String | Municipio prestacao |
| numero | String | Numero |
| observacoes | String | Observacoes |
| prestadorId | ModelId | Prestador |
| serie | String | Serie |
| situacao | String | Situacao |
| status | String | Status |
| tagTaggings | ModelIdConnection | Collection of taggings |
| taggings | ModelIdConnection | Collection of taggings |
| tags | ModelIdConnection | Collection of tags |
| tipo required | String! | Tipo |
| tomadorId | ModelId | Tomador |
| updatedAt required | ISO8601DateTime! | Updated at |
| valorCofins | Float | Valor cofins |
| valorCsll | Float | Valor csll |
| valorDeducoes | Float | Valor deducoes |
| valorInss | Float | Valor inss |
| valorIr | Float | Valor ir |
| valorIss | Float | Valor iss |
| valorIssRetido | Float | Valor iss retido |
| valorLiquido | Float | Valor liquido |
| valorOutrasRetencoes | Float | Valor outras retencoes |
| valorPis | Float | Valor pis |
| valorServico | Float | Valor servico |
| vendor | Contact | Associated contact |
| xmlContent | String | Xml content |
notasFiscais
AccountingNotaFiscalFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| chaveAcesso | String | |
| chaveAcessoContains | String | |
| chaveAcessoEndsWith | String | |
| chaveAcessoEq | String | |
| chaveAcessoIsNull | Boolean | |
| chaveAcessoNeq | String | |
| chaveAcessoStartsWith | String | |
| codigoServico | String | |
| codigoServicoContains | String | |
| codigoServicoEndsWith | String | |
| codigoServicoEq | String | |
| codigoServicoIsNull | Boolean | |
| codigoServicoNeq | String | |
| codigoServicoStartsWith | String | |
| codigoTributacao | String | |
| codigoTributacaoContains | String | |
| codigoTributacaoEndsWith | String | |
| codigoTributacaoEq | String | |
| codigoTributacaoIsNull | Boolean | |
| codigoTributacaoNeq | String | |
| codigoTributacaoStartsWith | String | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| dataCompetencia | ISO8601DateTime | |
| dataCompetenciaGt | ISO8601DateTime | |
| dataCompetenciaGte | ISO8601DateTime | |
| dataCompetenciaIsNull | Boolean | |
| dataCompetenciaLt | ISO8601DateTime | |
| dataCompetenciaLte | ISO8601DateTime | |
| dataEmissao | ISO8601DateTime | |
| dataEmissaoGt | ISO8601DateTime | |
| dataEmissaoGte | ISO8601DateTime | |
| dataEmissaoIsNull | Boolean | |
| dataEmissaoLt | ISO8601DateTime | |
| dataEmissaoLte | ISO8601DateTime | |
| descricaoServico | String | |
| descricaoServicoContains | String | |
| descricaoServicoEndsWith | String | |
| descricaoServicoEq | String | |
| descricaoServicoIsNull | Boolean | |
| descricaoServicoNeq | String | |
| descricaoServicoStartsWith | String | |
| discriminacao | String | |
| discriminacaoContains | String | |
| discriminacaoEndsWith | String | |
| discriminacaoEq | String | |
| discriminacaoIsNull | Boolean | |
| discriminacaoNeq | String | |
| discriminacaoStartsWith | String | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| importId | ModelId | |
| importIdIsNull | Boolean | |
| itemListaServico | String | |
| itemListaServicoContains | String | |
| itemListaServicoEndsWith | String | |
| itemListaServicoEq | String | |
| itemListaServicoIsNull | Boolean | |
| itemListaServicoNeq | String | |
| itemListaServicoStartsWith | String | |
| municipioPrestacao | String | |
| municipioPrestacaoContains | String | |
| municipioPrestacaoEndsWith | String | |
| municipioPrestacaoEq | String | |
| municipioPrestacaoIsNull | Boolean | |
| municipioPrestacaoNeq | String | |
| municipioPrestacaoStartsWith | String | |
| numero | String | |
| numeroContains | String | |
| numeroEndsWith | String | |
| numeroEq | String | |
| numeroIsNull | Boolean | |
| numeroNeq | String | |
| numeroStartsWith | String | |
| observacoes | String | |
| observacoesContains | String | |
| observacoesEndsWith | String | |
| observacoesEq | String | |
| observacoesIsNull | Boolean | |
| observacoesNeq | String | |
| observacoesStartsWith | String | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| prestadorId | ModelId | |
| prestadorIdIsNull | Boolean | |
| serie | String | |
| serieContains | String | |
| serieEndsWith | String | |
| serieEq | String | |
| serieIsNull | Boolean | |
| serieNeq | String | |
| serieStartsWith | String | |
| situacao | String | |
| situacaoContains | String | |
| situacaoEndsWith | String | |
| situacaoEq | String | |
| situacaoIsNull | Boolean | |
| situacaoNeq | String | |
| situacaoStartsWith | String | |
| status | String | |
| statusContains | String | |
| statusEndsWith | String | |
| statusEq | String | |
| statusIsNull | Boolean | |
| statusNeq | String | |
| statusStartsWith | String | |
| tipo | String | |
| tipoContains | String | |
| tipoEndsWith | String | |
| tipoEq | String | |
| tipoIsNull | Boolean | |
| tipoNeq | String | |
| tipoStartsWith | String | |
| tomadorId | ModelId | |
| tomadorIdIsNull | Boolean | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime | |
| valorCofins | CoercibleFloat | |
| valorCofinsEq | CoercibleFloat | |
| valorCofinsGt | CoercibleFloat | |
| valorCofinsGte | CoercibleFloat | |
| valorCofinsIsNull | Boolean | |
| valorCofinsLt | CoercibleFloat | |
| valorCofinsLte | CoercibleFloat | |
| valorCofinsNeq | CoercibleFloat | |
| valorCsll | CoercibleFloat | |
| valorCsllEq | CoercibleFloat | |
| valorCsllGt | CoercibleFloat | |
| valorCsllGte | CoercibleFloat | |
| valorCsllIsNull | Boolean | |
| valorCsllLt | CoercibleFloat | |
| valorCsllLte | CoercibleFloat | |
| valorCsllNeq | CoercibleFloat | |
| valorDeducoes | CoercibleFloat | |
| valorDeducoesEq | CoercibleFloat | |
| valorDeducoesGt | CoercibleFloat | |
| valorDeducoesGte | CoercibleFloat | |
| valorDeducoesIsNull | Boolean | |
| valorDeducoesLt | CoercibleFloat | |
| valorDeducoesLte | CoercibleFloat | |
| valorDeducoesNeq | CoercibleFloat | |
| valorInss | CoercibleFloat | |
| valorInssEq | CoercibleFloat | |
| valorInssGt | CoercibleFloat | |
| valorInssGte | CoercibleFloat | |
| valorInssIsNull | Boolean | |
| valorInssLt | CoercibleFloat | |
| valorInssLte | CoercibleFloat | |
| valorInssNeq | CoercibleFloat | |
| valorIr | CoercibleFloat | |
| valorIrEq | CoercibleFloat | |
| valorIrGt | CoercibleFloat | |
| valorIrGte | CoercibleFloat | |
| valorIrIsNull | Boolean | |
| valorIrLt | CoercibleFloat | |
| valorIrLte | CoercibleFloat | |
| valorIrNeq | CoercibleFloat | |
| valorIss | CoercibleFloat | |
| valorIssEq | CoercibleFloat | |
| valorIssGt | CoercibleFloat | |
| valorIssGte | CoercibleFloat | |
| valorIssIsNull | Boolean | |
| valorIssLt | CoercibleFloat | |
| valorIssLte | CoercibleFloat | |
| valorIssNeq | CoercibleFloat | |
| valorIssRetido | CoercibleFloat | |
| valorIssRetidoEq | CoercibleFloat | |
| valorIssRetidoGt | CoercibleFloat | |
| valorIssRetidoGte | CoercibleFloat | |
| valorIssRetidoIsNull | Boolean | |
| valorIssRetidoLt | CoercibleFloat | |
| valorIssRetidoLte | CoercibleFloat | |
| valorIssRetidoNeq | CoercibleFloat | |
| valorLiquido | CoercibleFloat | |
| valorLiquidoEq | CoercibleFloat | |
| valorLiquidoGt | CoercibleFloat | |
| valorLiquidoGte | CoercibleFloat | |
| valorLiquidoIsNull | Boolean | |
| valorLiquidoLt | CoercibleFloat | |
| valorLiquidoLte | CoercibleFloat | |
| valorLiquidoNeq | CoercibleFloat | |
| valorOutrasRetencoes | CoercibleFloat | |
| valorOutrasRetencoesEq | CoercibleFloat | |
| valorOutrasRetencoesGt | CoercibleFloat | |
| valorOutrasRetencoesGte | CoercibleFloat | |
| valorOutrasRetencoesIsNull | Boolean | |
| valorOutrasRetencoesLt | CoercibleFloat | |
| valorOutrasRetencoesLte | CoercibleFloat | |
| valorOutrasRetencoesNeq | CoercibleFloat | |
| valorPis | CoercibleFloat | |
| valorPisEq | CoercibleFloat | |
| valorPisGt | CoercibleFloat | |
| valorPisGte | CoercibleFloat | |
| valorPisIsNull | Boolean | |
| valorPisLt | CoercibleFloat | |
| valorPisLte | CoercibleFloat | |
| valorPisNeq | CoercibleFloat | |
| valorServico | CoercibleFloat | |
| valorServicoEq | CoercibleFloat | |
| valorServicoGt | CoercibleFloat | |
| valorServicoGte | CoercibleFloat | |
| valorServicoIsNull | Boolean | |
| valorServicoLt | CoercibleFloat | |
| valorServicoLte | CoercibleFloat | |
| valorServicoNeq | CoercibleFloat | |
| xmlContent | String | |
| xmlContentContains | String | |
| xmlContentEndsWith | String | |
| xmlContentEq | String | |
| xmlContentIsNull | Boolean | |
| xmlContentNeq | String | |
| xmlContentStartsWith | String |
NotaFiscalConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [NotaFiscalEdge] | A list of edges. |
| nodes | [NotaFiscal] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
notifications
| Parameter | Type | Description |
|---|---|---|
| after | String | Returns the elements in the list that come after the specified cursor. |
| before | String | Returns the elements in the list that come before the specified cursor. |
| first | Int | Returns the first n elements from the list. |
| last | Int | Returns the last n elements from the list. |
| unreadOnly | Boolean |
NotificationConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [NotificationEdge] | A list of edges. |
| nodes | [Notification] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
organization
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
Organization
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| apiKeys | ApiKeyConnection | Collection of api keys |
| companies required | [Company!]! | Companies (CNPJs) belonging to this organization |
| createdAt required | ISO8601DateTime! | Created at |
| defaultCurrency | Currency | Associated currency |
| defaultCurrencyId | ModelId | Default currency |
| financialPulses | FinancialPulseConnection | Collection of financial pulses |
| id required | ModelId! | Id |
| name | String | Name |
| notifications | NotificationConnection | Collection of notifications |
| organizationUsers required | OrganizationUserConnection! | |
| pgSearchDocuments | ModelIdConnection | Collection of documents |
| slug | String | Slug |
| status | String | Status |
| updatedAt required | ISO8601DateTime! | Updated at |
| users required | UserConnection! | Users that belong to this organisation |
organizations
CoreOrganizationFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| defaultCurrencyId | ModelId | |
| defaultCurrencyIdIsNull | Boolean | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| name | String | |
| nameContains | String | |
| nameEndsWith | String | |
| nameEq | String | |
| nameIsNull | Boolean | |
| nameNeq | String | |
| nameStartsWith | String | |
| slug | String | |
| slugContains | String | |
| slugEndsWith | String | |
| slugEq | String | |
| slugIsNull | Boolean | |
| slugNeq | String | |
| slugStartsWith | String | |
| status | String | |
| statusContains | String | |
| statusEndsWith | String | |
| statusEq | String | |
| statusIsNull | Boolean | |
| statusNeq | String | |
| statusStartsWith | String | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
OrganizationConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [OrganizationEdge] | A list of edges. |
| nodes | [Organization] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
paymentApplication
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
PaymentApplication
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| amountApplied | Float | Amount applied |
| applicationDate | ISO8601DateTime | Application date |
| company required | Company! | Associated company |
| createdAt required | ISO8601DateTime! | Created at |
| document | DocumentUnion | |
| documentType required | String! | Document type |
| id required | ModelId! | Id |
| interestAmount | Float | Interest amount |
| payment | Transaction | Associated transaction |
| penalty | Float | Penalty |
| principalAmount | Float | Amount applied minus interest and penalty |
| updatedAt required | ISO8601DateTime! | Updated at |
paymentApplications
AccountingPaymentApplicationFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| amountApplied | CoercibleFloat | |
| amountAppliedEq | CoercibleFloat | |
| amountAppliedGt | CoercibleFloat | |
| amountAppliedGte | CoercibleFloat | |
| amountAppliedIsNull | Boolean | |
| amountAppliedLt | CoercibleFloat | |
| amountAppliedLte | CoercibleFloat | |
| amountAppliedNeq | CoercibleFloat | |
| applicationDate | ISO8601DateTime | |
| applicationDateGt | ISO8601DateTime | |
| applicationDateGte | ISO8601DateTime | |
| applicationDateIsNull | Boolean | |
| applicationDateLt | ISO8601DateTime | |
| applicationDateLte | ISO8601DateTime | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| documentId | ModelId | |
| documentIdIsNull | Boolean | |
| documentType | String | |
| documentTypeContains | String | |
| documentTypeEndsWith | String | |
| documentTypeEq | String | |
| documentTypeIsNull | Boolean | |
| documentTypeNeq | String | |
| documentTypeStartsWith | String | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| interestAmount | CoercibleFloat | |
| interestAmountEq | CoercibleFloat | |
| interestAmountGt | CoercibleFloat | |
| interestAmountGte | CoercibleFloat | |
| interestAmountIsNull | Boolean | |
| interestAmountLt | CoercibleFloat | |
| interestAmountLte | CoercibleFloat | |
| interestAmountNeq | CoercibleFloat | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| paymentId | ModelId | |
| paymentIdIsNull | Boolean | |
| penalty | CoercibleFloat | |
| penaltyEq | CoercibleFloat | |
| penaltyGt | CoercibleFloat | |
| penaltyGte | CoercibleFloat | |
| penaltyIsNull | Boolean | |
| penaltyLt | CoercibleFloat | |
| penaltyLte | CoercibleFloat | |
| penaltyNeq | CoercibleFloat | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
PaymentApplicationConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [PaymentApplicationEdge] | A list of edges. |
| nodes | [PaymentApplication] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
provider
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
Provider
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| company required | Company! | Associated company |
| createdAt required | ISO8601DateTime! | Created at |
| id required | ModelId! | Id |
| lastSyncedAt | ISO8601DateTime | Last synced at |
| name required | String! | Name |
| providerType required | String! | Provider type |
| records | IntegrationsRecordConnection | Collection of records |
| status | String | Status |
| syncDirection | String | Sync direction |
| syncEnabled | Boolean | Sync enabled |
| syncExecutions | IntegrationsSyncExecutionConnection | Collection of sync executions |
| updatedAt required | ISO8601DateTime! | Updated at |
providerCredentials
| Parameter | Type | Description |
|---|---|---|
| providerType required | String! |
ProviderCredentials
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| authUrl | String | |
| clientId | String | |
| redirectUri | String | |
| scope | String |
providers
IntegrationsProviderFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| lastSyncedAt | ISO8601DateTime | |
| lastSyncedAtGt | ISO8601DateTime | |
| lastSyncedAtGte | ISO8601DateTime | |
| lastSyncedAtIsNull | Boolean | |
| lastSyncedAtLt | ISO8601DateTime | |
| lastSyncedAtLte | ISO8601DateTime | |
| name | String | |
| nameContains | String | |
| nameEndsWith | String | |
| nameEq | String | |
| nameIsNull | Boolean | |
| nameNeq | String | |
| nameStartsWith | String | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| providerType | String | |
| providerTypeContains | String | |
| providerTypeEndsWith | String | |
| providerTypeEq | String | |
| providerTypeIsNull | Boolean | |
| providerTypeNeq | String | |
| providerTypeStartsWith | String | |
| status | String | |
| statusContains | String | |
| statusEndsWith | String | |
| statusEq | String | |
| statusIsNull | Boolean | |
| statusNeq | String | |
| statusStartsWith | String | |
| syncDirection | String | |
| syncDirectionContains | String | |
| syncDirectionEndsWith | String | |
| syncDirectionEq | String | |
| syncDirectionIsNull | Boolean | |
| syncDirectionNeq | String | |
| syncDirectionStartsWith | String | |
| syncEnabled | Boolean | |
| syncEnabledIsNull | Boolean | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
ProviderConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [ProviderEdge] | A list of edges. |
| nodes | [Provider] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
syncExecution
Get a single sync execution by ID| Parameter | Type | Description |
|---|---|---|
| id required | ID! |
IntegrationsSyncExecution
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| completedAt | ISO8601DateTime | |
| createdAt required | ISO8601DateTime! | |
| duration | Int | Duration in seconds |
| errorDetails | JSON | |
| errorMessage | String | |
| failedCount required | Int! | Failed records |
| id required | ID! | |
| provider required | Provider! | |
| recordsCount required | Int! | Total records processed |
| startedAt | ISO8601DateTime | |
| status required | IntegrationsSyncOperationStatus! | |
| successCount required | Int! | Successfully synced records |
| syncMetadata | JSON | |
| syncType required | IntegrationsSyncOperationType! | |
| triggeredBy | String | |
| updatedAt required | ISO8601DateTime! |
syncExecutions
List sync executions for a providerIntegrationsSyncOperationStatus
Show fields
Show fields
| Value | Description |
|---|---|
CANCELLED | Manually cancelled |
CLEANED | Cleaned up |
COMPLETED | Finished successfully |
FAILED | Finished with errors |
IN_PROGRESS | Currently running |
PENDING | Waiting to start |
IntegrationsSyncOperationType
Show fields
Show fields
| Value | Description |
|---|---|
FULL_SYNC | Full data synchronization |
INCREMENTAL_SYNC | Incremental updates |
SINGLE_RECORD_SYNC | Single record sync |
IntegrationsSyncExecutionConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [IntegrationsSyncExecutionEdge] | A list of edges. |
| nodes | [IntegrationsSyncExecution] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
syncRecords
List synced records for a sync execution or providerIntegrationsRecordSyncStatus
Show fields
Show fields
| Value | Description |
|---|---|
EXTRACTED | Extracted from source |
FAILED | Failed to sync |
PENDING_DEPENDENCIES | Waiting for dependencies |
REJECTED | Rejected due to validation |
SYNCED | Successfully synced |
TRANSFORMED | Transformed to local format |
IntegrationsRecordConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [IntegrationsRecordEdge] | A list of edges. |
| nodes | [IntegrationsRecord] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
transaction
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
Transaction
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| account | Account | Associated account |
| amount | Float | Valor da transação (negativo=saída, positivo=entrada). Armazenado na moeda da conta. |
| appliedAmount | Float | |
| availableAmount | Float | |
| company required | Company! | Associated company |
| createdAt required | ISO8601DateTime! | Created at |
| description | String | Descrição da transação ou observação (máx 65535 caracteres) |
| id required | ModelId! | Id |
| isFullyApplied | Boolean | |
| isPartiallyApplied | Boolean | |
| paymentApplications | PaymentApplicationConnection | Collection of payment applications |
| referenceNumber | String | Número de referência externo (número de cheque, ID de transferência, etc.) para deduplicação |
| tags | ModelIdConnection | Collection of tags |
| transactionDate | ISO8601DateTime | Data em que a transação ocorreu (não quando foi registrada) |
| updatedAt required | ISO8601DateTime! | Updated at |
transactions
BankingTransactionFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountId | ModelId | |
| accountIdIsNull | Boolean | |
| amount | CoercibleFloat | |
| amountEq | CoercibleFloat | |
| amountGt | CoercibleFloat | |
| amountGte | CoercibleFloat | |
| amountIsNull | Boolean | |
| amountLt | CoercibleFloat | |
| amountLte | CoercibleFloat | |
| amountNeq | CoercibleFloat | |
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| counterpartyId | ModelId | |
| counterpartyIdIsNull | Boolean | |
| counterpartyType | String | |
| counterpartyTypeContains | String | |
| counterpartyTypeEndsWith | String | |
| counterpartyTypeEq | String | |
| counterpartyTypeIsNull | Boolean | |
| counterpartyTypeNeq | String | |
| counterpartyTypeStartsWith | String | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| description | String | |
| descriptionContains | String | |
| descriptionEndsWith | String | |
| descriptionEq | String | |
| descriptionIsNull | Boolean | |
| descriptionNeq | String | |
| descriptionStartsWith | String | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| referenceNumber | String | |
| referenceNumberContains | String | |
| referenceNumberEndsWith | String | |
| referenceNumberEq | String | |
| referenceNumberIsNull | Boolean | |
| referenceNumberNeq | String | |
| referenceNumberStartsWith | String | |
| transactionDate | ISO8601DateTime | |
| transactionDateGt | ISO8601DateTime | |
| transactionDateGte | ISO8601DateTime | |
| transactionDateIsNull | Boolean | |
| transactionDateLt | ISO8601DateTime | |
| transactionDateLte | ISO8601DateTime | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
TransactionConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [TransactionEdge] | A list of edges. |
| nodes | [Transaction] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
unallocatedDocumentsCount
| Parameter | Type | Description |
|---|---|---|
| endDate | ISO8601Date | |
| startDate | ISO8601Date |
user
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
User
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| active | Boolean | Active |
| apiKeys required | [ApiKey!]! | Active API keys owned by this user |
| createdAt required | ISO8601DateTime! | Created at |
String | ||
| firstName | String | First name |
| id required | ModelId! | Id |
| isSystemAdmin | Boolean | Is system admin |
| lastName | String | Last name |
| organizationUsers | OrganizationUserConnection | Collection of organization users |
| organizations required | [Organization!]! | Organizations this user belongs to |
| receivedNotifications | NotificationConnection | Collection of notifications |
| sentNotifications | NotificationConnection | Collection of notifications |
| updatedAt required | ISO8601DateTime! | Updated at |
userOrganizations
| Parameter | Type | Description |
|---|---|---|
| after | String | Returns the elements in the list that come after the specified cursor. |
| before | String | Returns the elements in the list that come before the specified cursor. |
| first | Int | Returns the first n elements from the list. |
| last | Int | Returns the last n elements from the list. |
| nameContains | String |
OrganizationConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [OrganizationEdge] | A list of edges. |
| nodes | [Organization] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
vendorProfile
| Parameter | Type | Description |
|---|---|---|
| id required | ModelId! |
VendorProfile
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| accountsPayables | AccountsPayableConnection | Collection of accounts payables |
| company required | Company! | Associated company |
| contact required | Contact! | Associated contact |
| contactId required | ModelId! | Contact |
| createdAt required | ISO8601DateTime! | Created at |
| id required | ModelId! | Id |
| updatedAt required | ISO8601DateTime! | Updated at |
vendorProfiles
AccountingVendorProfileFiltersInput
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| companyId | ModelId | |
| companyIdIsNull | Boolean | |
| contactId | ModelId | |
| contactIdIsNull | Boolean | |
| createdAt | ISO8601DateTime | |
| createdAtGt | ISO8601DateTime | |
| createdAtGte | ISO8601DateTime | |
| createdAtIsNull | Boolean | |
| createdAtLt | ISO8601DateTime | |
| createdAtLte | ISO8601DateTime | |
| id | Float | |
| idEq | Float | |
| idGt | Float | |
| idGte | Float | |
| idIsNull | Boolean | |
| idLt | Float | |
| idLte | Float | |
| idNeq | Float | |
| organizationId | ModelId | |
| organizationIdIsNull | Boolean | |
| updatedAt | ISO8601DateTime | |
| updatedAtGt | ISO8601DateTime | |
| updatedAtGte | ISO8601DateTime | |
| updatedAtIsNull | Boolean | |
| updatedAtLt | ISO8601DateTime | |
| updatedAtLte | ISO8601DateTime |
VendorProfileConnection
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| edges | [VendorProfileEdge] | A list of edges. |
| nodes | [VendorProfile] | A list of nodes. |
| pageInfo required | PageInfo! | Information to aid in pagination. |
| totalCount required | Int! |
versions
| Parameter | Type | Description |
|---|---|---|
| fieldName | String | |
| itemId required | ModelId! | |
| itemType required | String! |
Version
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| actor | ActorUnion | |
| actorType | String | |
| changeset required | JSON! | |
| createdAt required | ISO8601DateTime! | |
| event required | String! | |
| fieldSummary | String | Resumo das mudanças em português |
| id required | ModelId! | |
| item required | VersionableUnion! | |
| itemType required | String! | |
| summary required | String! | Resumo das mudanças em português |
| whodunnit | String |
view
| Parameter | Type | Description |
|---|---|---|
| entityType required | String! |
View
viewData
| Parameter | Type | Description |
|---|---|---|
| entityType required | String! | |
| id required | String! |
ViewData
Show fields
Show fields
| Field | Type | Description |
|---|---|---|
| columns required | [Column!] | |
| entity | EntityOptionUnion | |
| entityType | String |
