Skip to main content

GraphQL Queries

Complete list of all 76 queries available in the API.
All queries require authentication headers:
  • Authorization: Bearer YOUR_API_KEY
  • X-ORGANIZATION-SLUG: your-org-slug

account

account(
  id: ModelId!
): Account
ParameterTypeDescription
id requiredModelId!
Returns: Account
FieldTypeDescription
accountTypeStringClassificação da conta: CHECKING, SAVINGS, CREDIT_CARD, INVESTMENT, CASH, CRYPTO_WALLET, OTHER
balanceSnapshotsBalanceSnapshotConnectionCollection of balance snapshots
bankAccountBankAccount
company requiredCompany!Associated company
createdAt requiredISO8601DateTime!Created at
cryptoWalletCryptoWallet
currencyStringCódigo de moeda (ex: ‘BRL’, ‘USD’). Obrigatório, padrão ‘BRL’
currentBalanceFloat
descriptionStringDetalhes ou observações adicionais da conta
id requiredModelId!Id
initialBalanceFloat
lastTransactionDateISO8601Date
nameStringNome de exibição da conta (obrigatório)
statusStringStatus
transactionsTransactionConnectionCollection of transactions
updatedAt requiredISO8601DateTime!Updated at

accounts

accounts(
  after: String,
  before: String,
  filters: BankingAccountFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): AccountConnection!
Input: BankingAccountFiltersInput
FieldTypeDescription
accountTypeString
accountTypeContainsString
accountTypeEndsWithString
accountTypeEqString
accountTypeIsNullBoolean
accountTypeNeqString
accountTypeStartsWithString
accountableIdModelId
accountableIdIsNullBoolean
accountableTypeString
accountableTypeContainsString
accountableTypeEndsWithString
accountableTypeEqString
accountableTypeIsNullBoolean
accountableTypeNeqString
accountableTypeStartsWithString
companyIdModelId
companyIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
currencyString
currencyContainsString
currencyEndsWithString
currencyEqString
currencyIsNullBoolean
currencyNeqString
currencyStartsWithString
descriptionString
descriptionContainsString
descriptionEndsWithString
descriptionEqString
descriptionIsNullBoolean
descriptionNeqString
descriptionStartsWithString
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
nameString
nameContainsString
nameEndsWithString
nameEqString
nameIsNullBoolean
nameNeqString
nameStartsWithString
organizationIdModelId
organizationIdIsNullBoolean
statusString
statusContainsString
statusEndsWithString
statusEqString
statusIsNullBoolean
statusNeqString
statusStartsWithString
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: AccountConnection
The connection type for Account.
FieldTypeDescription
edges[AccountEdge]A list of edges.
nodes[Account]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

accountsPayable

accountsPayable(
  id: ModelId!
): AccountsPayable
ParameterTypeDescription
id requiredModelId!
Returns: AccountsPayable
FieldTypeDescription
accountingAllocations required[Allocation!]
company requiredCompany!Associated company
createdAt requiredISO8601DateTime!Created at
currencyStringCurrency
departmentsDepartmentConnectionCollection of departments
descriptionStringDescrição da despesa ou observações da fatura
dueDateISO8601DateTimeData de vencimento do pagamento ao fornecedor
id requiredModelId!Id
interestAmountFloatMultas ou juros (deve ser ≤0)
invoiceNumberStringNúmero da fatura do fornecedor para deduplicação (único por empresa)
issueDateISO8601DateTimeData em que a fatura foi emitida pelo fornecedor
netAmountFloatValor principal após impostos (deve ser negativo, obrigatório)
notaFiscalNotaFiscalAssociated nota fiscal
notaFiscalIdModelIdNota fiscal
paymentApplicationsPaymentApplicationConnectionCollection of payment applications
tagsModelIdConnectionCollection of tags
taxAmountFloatPorção de impostos: ISS, PIS, COFINS (deve ser ≤0). Fórmula: total_amount = net_amount + tax_amount
totalAmountFloatValor total da fatura (sempre armazenado como negativo para despesas). Precisão: 15 dígitos, 2 decimais.
updatedAt requiredISO8601DateTime!Updated at
vendorProfileVendorProfileAssociated vendor profile

accountsPayables

accountsPayables(
  after: String,
  before: String,
  filters: AccountingAccountsPayableFiltersInput,
  first: Int,
  last: Int,
  overdueOnly: Boolean,
  sortBy: String,
  sortDirection: String,
  unpaidOnly: Boolean,
  vendorNameContains: String
): AccountsPayableConnection!
Input: AccountingAccountsPayableFiltersInput
FieldTypeDescription
companyIdModelId
companyIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
currencyString
currencyContainsString
currencyEndsWithString
currencyEqString
currencyIsNullBoolean
currencyNeqString
currencyStartsWithString
descriptionString
descriptionContainsString
descriptionEndsWithString
descriptionEqString
descriptionIsNullBoolean
descriptionNeqString
descriptionStartsWithString
dueDateISO8601DateTime
dueDateGtISO8601DateTime
dueDateGteISO8601DateTime
dueDateIsNullBoolean
dueDateLtISO8601DateTime
dueDateLteISO8601DateTime
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
interestAmountCoercibleFloat
interestAmountEqCoercibleFloat
interestAmountGtCoercibleFloat
interestAmountGteCoercibleFloat
interestAmountIsNullBoolean
interestAmountLtCoercibleFloat
interestAmountLteCoercibleFloat
interestAmountNeqCoercibleFloat
invoiceNumberString
invoiceNumberContainsString
invoiceNumberEndsWithString
invoiceNumberEqString
invoiceNumberIsNullBoolean
invoiceNumberNeqString
invoiceNumberStartsWithString
issueDateISO8601DateTime
issueDateGtISO8601DateTime
issueDateGteISO8601DateTime
issueDateIsNullBoolean
issueDateLtISO8601DateTime
issueDateLteISO8601DateTime
netAmountCoercibleFloat
netAmountEqCoercibleFloat
netAmountGtCoercibleFloat
netAmountGteCoercibleFloat
netAmountIsNullBoolean
netAmountLtCoercibleFloat
netAmountLteCoercibleFloat
netAmountNeqCoercibleFloat
notaFiscalIdModelId
notaFiscalIdIsNullBoolean
organizationIdModelId
organizationIdIsNullBoolean
taxAmountCoercibleFloat
taxAmountEqCoercibleFloat
taxAmountGtCoercibleFloat
taxAmountGteCoercibleFloat
taxAmountIsNullBoolean
taxAmountLtCoercibleFloat
taxAmountLteCoercibleFloat
taxAmountNeqCoercibleFloat
totalAmountCoercibleFloat
totalAmountEqCoercibleFloat
totalAmountGtCoercibleFloat
totalAmountGteCoercibleFloat
totalAmountIsNullBoolean
totalAmountLtCoercibleFloat
totalAmountLteCoercibleFloat
totalAmountNeqCoercibleFloat
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
vendorProfileIdModelId
vendorProfileIdIsNullBoolean
Returns: AccountsPayableConnection
The connection type for AccountsPayable.
FieldTypeDescription
edges[AccountsPayableEdge]A list of edges.
nodes[AccountsPayable]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

accountsReceivable

accountsReceivable(
  id: ModelId!
): AccountsReceivable
ParameterTypeDescription
id requiredModelId!
Returns: AccountsReceivable
FieldTypeDescription
accountingAllocations required[Allocation!]
baseTagsModelIdConnectionCollection of tags
clientProfileClientProfileAssociated client profile
company requiredCompany!Associated company
createdAt requiredISO8601DateTime!Created at
currencyStringCurrency
departmentsDepartmentConnectionCollection of departments
descriptionStringDescrição da receita ou observações da fatura
dueDateISO8601DateTimeData de vencimento do recebimento do cliente
id requiredModelId!Id
interestAmountFloatMultas ou juros (deve ser ≥0)
invoiceNumberStringNúmero da fatura do cliente para deduplicação (único por empresa)
issueDateISO8601DateTimeData em que a fatura foi emitida ao cliente
netAmountFloatValor principal após impostos (deve ser positivo, obrigatório)
notaFiscalNotaFiscalAssociated nota fiscal
notaFiscalIdModelIdNota fiscal
paymentApplicationsPaymentApplicationConnectionCollection of payment applications
tagTaggingsModelIdConnectionCollection of taggings
taggingsModelIdConnectionCollection of taggings
tagsModelIdConnectionCollection of tags
taxAmountFloatPorção de impostos: ISS, PIS, COFINS (deve ser ≥0). Fórmula: total_amount = net_amount + tax_amount
totalAmountFloatValor total da fatura (sempre armazenado como positivo para receitas). Precisão: 15 dígitos, 2 decimais.
updatedAt requiredISO8601DateTime!Updated at

accountsReceivables

accountsReceivables(
  after: String,
  before: String,
  filters: AccountingAccountsReceivableFiltersInput,
  first: Int,
  last: Int,
  overdueOnly: Boolean,
  sortBy: String,
  sortDirection: String,
  unpaidOnly: Boolean
): AccountsReceivableConnection!
Input: AccountingAccountsReceivableFiltersInput
FieldTypeDescription
clientProfileIdModelId
clientProfileIdIsNullBoolean
companyIdModelId
companyIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
currencyString
currencyContainsString
currencyEndsWithString
currencyEqString
currencyIsNullBoolean
currencyNeqString
currencyStartsWithString
descriptionString
descriptionContainsString
descriptionEndsWithString
descriptionEqString
descriptionIsNullBoolean
descriptionNeqString
descriptionStartsWithString
dueDateISO8601DateTime
dueDateGtISO8601DateTime
dueDateGteISO8601DateTime
dueDateIsNullBoolean
dueDateLtISO8601DateTime
dueDateLteISO8601DateTime
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
interestAmountCoercibleFloat
interestAmountEqCoercibleFloat
interestAmountGtCoercibleFloat
interestAmountGteCoercibleFloat
interestAmountIsNullBoolean
interestAmountLtCoercibleFloat
interestAmountLteCoercibleFloat
interestAmountNeqCoercibleFloat
invoiceNumberString
invoiceNumberContainsString
invoiceNumberEndsWithString
invoiceNumberEqString
invoiceNumberIsNullBoolean
invoiceNumberNeqString
invoiceNumberStartsWithString
issueDateISO8601DateTime
issueDateGtISO8601DateTime
issueDateGteISO8601DateTime
issueDateIsNullBoolean
issueDateLtISO8601DateTime
issueDateLteISO8601DateTime
netAmountCoercibleFloat
netAmountEqCoercibleFloat
netAmountGtCoercibleFloat
netAmountGteCoercibleFloat
netAmountIsNullBoolean
netAmountLtCoercibleFloat
netAmountLteCoercibleFloat
netAmountNeqCoercibleFloat
notaFiscalIdModelId
notaFiscalIdIsNullBoolean
organizationIdModelId
organizationIdIsNullBoolean
taxAmountCoercibleFloat
taxAmountEqCoercibleFloat
taxAmountGtCoercibleFloat
taxAmountGteCoercibleFloat
taxAmountIsNullBoolean
taxAmountLtCoercibleFloat
taxAmountLteCoercibleFloat
taxAmountNeqCoercibleFloat
totalAmountCoercibleFloat
totalAmountEqCoercibleFloat
totalAmountGtCoercibleFloat
totalAmountGteCoercibleFloat
totalAmountIsNullBoolean
totalAmountLtCoercibleFloat
totalAmountLteCoercibleFloat
totalAmountNeqCoercibleFloat
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: AccountsReceivableConnection
The connection type for AccountsReceivable.
FieldTypeDescription
edges[AccountsReceivableEdge]A list of edges.
nodes[AccountsReceivable]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

agingReport

agingReport(
  documentType: String!,
  endDate: ISO8601Date,
  startDate: ISO8601Date
): AgingReport!
ParameterTypeDescription
documentType requiredString!
endDateISO8601Date
startDateISO8601Date
Returns: AgingReport
FieldTypeDescription
agingValues required[AgingValue!]!
rows required[AgingReportGroup!]!
totalValue requiredFloat!

agingReportDetails

agingReportDetails(
  categoryGrouping: String,
  contactId: ID!,
  documentType: String!,
  endDate: ISO8601Date,
  startDate: ISO8601Date
): AgingReportClient!
ParameterTypeDescription
categoryGroupingString
contactId requiredID!
documentType requiredString!
endDateISO8601Date
startDateISO8601Date
Returns: AgingReportClient
FieldTypeDescription
agingValues required[AgingValue!]!
categoryGroupingString
contact requiredContact!

apiKeys

List user’s API keys
apiKeys(
  status: String
): [ApiKey!]!
ParameterTypeDescription
statusStringFilter by status: active or inactive
Returns: ApiKey
FieldTypeDescription
createdAt requiredISO8601DateTime!
expiresAtISO8601DateTime
id requiredID!
lastUsedAtISO8601DateTime
name requiredString!
organization requiredOrganization!
scope requiredString!Access level: read_only or read_write
status requiredString!
usageCount requiredInt!
user requiredUser!

balanceSnapshot

balanceSnapshot(
  id: ModelId!
): BalanceSnapshot!
ParameterTypeDescription
id requiredModelId!
Returns: BalanceSnapshot
Balance snapshot for a bank account at a specific date
FieldTypeDescription
account requiredAccount!Associated account
balance requiredFloat!Balance
company requiredCompany!Associated company
createdAt requiredISO8601DateTime!Created at
dateISO8601DateTimeDate
descriptionStringDescription
id requiredModelId!Id
updatedAt requiredISO8601DateTime!Updated at

balanceSnapshots

balanceSnapshots(
  after: String,
  before: String,
  filters: BankingBalanceSnapshotFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): BalanceSnapshotConnection!
Input: BankingBalanceSnapshotFiltersInput
FieldTypeDescription
accountIdModelId
accountIdIsNullBoolean
balanceCoercibleFloat
balanceEqCoercibleFloat
balanceGtCoercibleFloat
balanceGteCoercibleFloat
balanceIsNullBoolean
balanceLtCoercibleFloat
balanceLteCoercibleFloat
balanceNeqCoercibleFloat
companyIdModelId
companyIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
dateISO8601DateTime
dateGtISO8601DateTime
dateGteISO8601DateTime
dateIsNullBoolean
dateLtISO8601DateTime
dateLteISO8601DateTime
descriptionString
descriptionContainsString
descriptionEndsWithString
descriptionEqString
descriptionIsNullBoolean
descriptionNeqString
descriptionStartsWithString
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
organizationIdModelId
organizationIdIsNullBoolean
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: BalanceSnapshotConnection
The connection type for BalanceSnapshot.
FieldTypeDescription
edges[BalanceSnapshotEdge]A list of edges.
nodes[BalanceSnapshot]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

bankingStatementReport

bankingStatementReport(
  accountId: ModelId!,
  fromDate: ISO8601Date!,
  includeEmptyDays: Boolean,
  toDate: ISO8601Date!
): BankingStatementReport
ParameterTypeDescription
accountId requiredModelId!
fromDate requiredISO8601Date!
includeEmptyDaysBoolean
toDate requiredISO8601Date!
Returns: BankingStatementReport
A banking statement report with transactions grouped by day.
FieldTypeDescription
dailyGroups required[BankingStatementDailyGroup!]!List of daily transaction groups.
finalBalance requiredFloat!The final balance for the selected period.
initialBalance requiredFloat!The initial balance for the selected period.
totalCredit requiredFloat!The total credit amount for the selected period.
totalCreditTransactionsCount requiredInt!
totalDebit requiredFloat!The total debit amount for the selected period.
totalDebitTransactionsCount requiredInt!

banks

banks(
  after: String,
  before: String,
  first: Int,
  last: Int
): BankConnection!
ParameterTypeDescription
afterStringReturns the elements in the list that come after the specified cursor.
beforeStringReturns the elements in the list that come before the specified cursor.
firstIntReturns the first n elements from the list.
lastIntReturns the last n elements from the list.
Returns: BankConnection
The connection type for Bank.
FieldTypeDescription
edges[BankEdge]A list of edges.
nodes[Bank]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

budget

budget(
  id: ModelId!
): Budget
ParameterTypeDescription
id requiredModelId!
Returns: Budget
FieldTypeDescription
accountingAllocations required[Allocation!]
budgetedAmount requiredFloat!Valor orçado (positivo=previsão de receita, negativo=previsão de despesa). O sinal determina o tipo de orçamento.
budgetedDate requiredISO8601DateTime!Data a qual o lançamento orçamentário se aplica (obrigatório)
company requiredCompany!Associated company
counterpartyCounterpartyUnion
counterpartyIdModelIdCounterparty
createdAt requiredISO8601DateTime!Created at
currencyStringCurrency
descriptionStringDescrição do orçamento ou observações de planejamento
id requiredModelId!Id
netAmountFloatValor principal após impostos
taxAmountFloatPorção de impostos (padrão 0). Fórmula: budgeted_amount = net_amount + tax_amount
updatedAt requiredISO8601DateTime!Updated at

budgets

budgets(
  after: String,
  before: String,
  companyId: ID,
  endDate: ISO8601Date,
  filters: AccountingBudgetFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String,
  startDate: ISO8601Date
): BudgetConnection!
Input: AccountingBudgetFiltersInput
FieldTypeDescription
budgetedAmountCoercibleFloat
budgetedAmountEqCoercibleFloat
budgetedAmountGtCoercibleFloat
budgetedAmountGteCoercibleFloat
budgetedAmountIsNullBoolean
budgetedAmountLtCoercibleFloat
budgetedAmountLteCoercibleFloat
budgetedAmountNeqCoercibleFloat
budgetedDateISO8601DateTime
budgetedDateGtISO8601DateTime
budgetedDateGteISO8601DateTime
budgetedDateIsNullBoolean
budgetedDateLtISO8601DateTime
budgetedDateLteISO8601DateTime
companyIdModelId
companyIdIsNullBoolean
counterpartyIdModelId
counterpartyIdIsNullBoolean
counterpartyTypeString
counterpartyTypeContainsString
counterpartyTypeEndsWithString
counterpartyTypeEqString
counterpartyTypeIsNullBoolean
counterpartyTypeNeqString
counterpartyTypeStartsWithString
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
currencyString
currencyContainsString
currencyEndsWithString
currencyEqString
currencyIsNullBoolean
currencyNeqString
currencyStartsWithString
descriptionString
descriptionContainsString
descriptionEndsWithString
descriptionEqString
descriptionIsNullBoolean
descriptionNeqString
descriptionStartsWithString
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
netAmountCoercibleFloat
netAmountEqCoercibleFloat
netAmountGtCoercibleFloat
netAmountGteCoercibleFloat
netAmountIsNullBoolean
netAmountLtCoercibleFloat
netAmountLteCoercibleFloat
netAmountNeqCoercibleFloat
organizationIdModelId
organizationIdIsNullBoolean
taxAmountCoercibleFloat
taxAmountEqCoercibleFloat
taxAmountGtCoercibleFloat
taxAmountGteCoercibleFloat
taxAmountIsNullBoolean
taxAmountLtCoercibleFloat
taxAmountLteCoercibleFloat
taxAmountNeqCoercibleFloat
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: BudgetConnection
The connection type for Budget.
FieldTypeDescription
edges[BudgetEdge]A list of edges.
nodes[Budget]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

cashAdjustment

cashAdjustment(
  id: ModelId!
): CashAdjustment
ParameterTypeDescription
id requiredModelId!
Returns: CashAdjustment
Manual adjustment to cash flow reports
FieldTypeDescription
adjustmentDate requiredISO8601DateTime!Data do ajuste de caixa manual (obrigatório)
amount requiredFloat!Valor do ajuste (positivo ou negativo). Afeta apenas relatórios de fluxo de
caixa, não demonstrativos de resultado por competência.
cashFlowSection requiredString!Categoria de fluxo de caixa (obrigatório): operational_inflow, operational_outflow, non_operational
categoryGroup requiredCategoryGroup!Associated category group
categoryGroupId requiredModelId!Chave estrangeira para grupo de categoria (obrigatório)
costCenter requiredCostCenter!Associated cost center
costCenterId requiredModelId!Chave estrangeira para centro de custo (obrigatório)
createdAt requiredISO8601DateTime!Created at
descriptionStringDescription
id requiredModelId!Id
importSourceStringImport source
supplierOrCustomerStringNome da contraparte (texto livre, opcional)
updatedAt requiredISO8601DateTime!Updated at

cashAdjustments

cashAdjustments(
  after: String,
  before: String,
  filters: AccountingCashAdjustmentFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): CashAdjustmentConnection
Input: AccountingCashAdjustmentFiltersInput
FieldTypeDescription
adjustmentDateISO8601DateTime
adjustmentDateGtISO8601DateTime
adjustmentDateGteISO8601DateTime
adjustmentDateIsNullBoolean
adjustmentDateLtISO8601DateTime
adjustmentDateLteISO8601DateTime
amountCoercibleFloat
amountEqCoercibleFloat
amountGtCoercibleFloat
amountGteCoercibleFloat
amountIsNullBoolean
amountLtCoercibleFloat
amountLteCoercibleFloat
amountNeqCoercibleFloat
cashFlowSectionString
cashFlowSectionContainsString
cashFlowSectionEndsWithString
cashFlowSectionEqString
cashFlowSectionIsNullBoolean
cashFlowSectionNeqString
cashFlowSectionStartsWithString
categoryGroupIdModelId
categoryGroupIdIsNullBoolean
categoryGroupNameContainsString
companyIdModelId
companyIdIsNullBoolean
costCenterIdModelId
costCenterIdIsNullBoolean
costCenterNameContainsString
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
descriptionString
descriptionContainsString
descriptionEndsWithString
descriptionEqString
descriptionIsNullBoolean
descriptionNeqString
descriptionStartsWithString
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
importSourceString
importSourceContainsString
importSourceEndsWithString
importSourceEqString
importSourceIsNullBoolean
importSourceNeqString
importSourceStartsWithString
organizationIdModelId
organizationIdIsNullBoolean
supplierOrCustomerString
supplierOrCustomerContainsString
supplierOrCustomerEndsWithString
supplierOrCustomerEqString
supplierOrCustomerIsNullBoolean
supplierOrCustomerNeqString
supplierOrCustomerStartsWithString
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: CashAdjustmentConnection
The connection type for CashAdjustment.
FieldTypeDescription
edges[CashAdjustmentEdge]A list of edges.
nodes[CashAdjustment]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

categories

categories(
  after: String,
  before: String,
  filters: AccountingCategoryFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): CategoryConnection!
Input: AccountingCategoryFiltersInput
FieldTypeDescription
categoryGroupIdModelId
categoryGroupIdIsNullBoolean
categoryTypeString
categoryTypeContainsString
categoryTypeEndsWithString
categoryTypeEqString
categoryTypeIsNullBoolean
categoryTypeNeqString
categoryTypeStartsWithString
codeString
codeContainsString
codeEndsWithString
codeEqString
codeIsNullBoolean
codeNeqString
codeStartsWithString
companyIdModelId
companyIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
nameString
nameContainsString
nameEndsWithString
nameEqString
nameIsNullBoolean
nameNeqString
nameStartsWithString
organizationIdModelId
organizationIdIsNullBoolean
parentCategoryCodeString
parentCategoryCodeContainsString
parentCategoryCodeEndsWithString
parentCategoryCodeEqString
parentCategoryCodeIsNullBoolean
parentCategoryCodeNeqString
parentCategoryCodeStartsWithString
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: CategoryConnection
The connection type for Category.
FieldTypeDescription
edges[CategoryEdge]A list of edges.
nodes[Category]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

category

category(
  id: ModelId!
): Category
ParameterTypeDescription
id requiredModelId!
Returns: Category
FieldTypeDescription
categoryGroupCategoryGroupAssociated category group
categoryTypeStringCategory type
childCategories requiredCategoryConnection!
codeStringCódigo alfanumérico único (gerado automaticamente do nome se em branco). Formato: MAIÚSCULAS-PARAMETRIZADO
company requiredCompany!Associated company
createdAt requiredISO8601DateTime!Created at
id requiredModelId!Id
nameStringNome de exibição da categoria (obrigatório, usado para pesquisa durante importações)
parentCategoryCategory
parentCategoryCodeStringCódigo da categoria pai para classificação hierárquica (nulo para nível superior)
updatedAt requiredISO8601DateTime!Updated at

categoryGroup

categoryGroup(
  id: ModelId!
): CategoryGroup!
ParameterTypeDescription
id requiredModelId!
Returns: CategoryGroup
FieldTypeDescription
categoriesCategoryConnectionCollection of categories
company requiredCompany!Associated company
createdAt requiredISO8601DateTime!Created at
deferralsDeferralConnectionCollection of deferrals
descriptionStringDescription
displayOrderIntDisplay order
id requiredModelId!Id
name requiredString!Name
updatedAt requiredISO8601DateTime!Updated at

categoryGroups

categoryGroups(
  after: String,
  before: String,
  filters: AccountingCategoryGroupFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): CategoryGroupConnection!
Input: AccountingCategoryGroupFiltersInput
FieldTypeDescription
companyIdModelId
companyIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
descriptionString
descriptionContainsString
descriptionEndsWithString
descriptionEqString
descriptionIsNullBoolean
descriptionNeqString
descriptionStartsWithString
displayOrderFloat
displayOrderEqFloat
displayOrderGtFloat
displayOrderGteFloat
displayOrderIsNullBoolean
displayOrderLtFloat
displayOrderLteFloat
displayOrderNeqFloat
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
nameString
nameContainsString
nameEndsWithString
nameEqString
nameIsNullBoolean
nameNeqString
nameStartsWithString
organizationIdModelId
organizationIdIsNullBoolean
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: CategoryGroupConnection
The connection type for CategoryGroup.
FieldTypeDescription
edges[CategoryGroupEdge]A list of edges.
nodes[CategoryGroup]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

chat

Fetch a specific AI chat conversation
chat(
  id: ID!
): Chat
ParameterTypeDescription
id requiredID!The chat ID
Returns: Chat
An AI chat conversation
FieldTypeDescription
createdAt requiredISO8601DateTime!
id requiredID!
messageCount requiredInt!Total number of messages in this chat
messages required[Message!]!Messages in this chat conversation
modelIdStringAI model identifier
organizationId requiredID!
previewStringPreview of the last message
titleStringChat title derived from first message
updatedAt requiredISO8601DateTime!
user requiredUser!User who owns this chat
userId requiredID!

chats

List AI chat conversations for the current user
chats: [Chat!]!
Returns: Chat
An AI chat conversation
FieldTypeDescription
createdAt requiredISO8601DateTime!
id requiredID!
messageCount requiredInt!Total number of messages in this chat
messages required[Message!]!Messages in this chat conversation
modelIdStringAI model identifier
organizationId requiredID!
previewStringPreview of the last message
titleStringChat title derived from first message
updatedAt requiredISO8601DateTime!
user requiredUser!User who owns this chat
userId requiredID!

clientProfile

clientProfile(
  id: ModelId!
): ClientProfile
ParameterTypeDescription
id requiredModelId!
Returns: ClientProfile
FieldTypeDescription
accountsReceivablesAccountsReceivableConnectionCollection of accounts receivables
company requiredCompany!Associated company
contact requiredContact!Associated contact
contactId requiredModelId!Contact
createdAt requiredISO8601DateTime!Created at
id requiredModelId!Id
updatedAt requiredISO8601DateTime!Updated at

clientProfiles

clientProfiles(
  after: String,
  before: String,
  emailContains: String,
  filters: AccountingClientProfileFiltersInput,
  first: Int,
  isActive: Boolean,
  last: Int,
  nameContains: String,
  sortBy: String,
  sortDirection: String,
  taxIdContains: String
): ClientProfileConnection!
Input: AccountingClientProfileFiltersInput
FieldTypeDescription
companyIdModelId
companyIdIsNullBoolean
contactIdModelId
contactIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
organizationIdModelId
organizationIdIsNullBoolean
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: ClientProfileConnection
The connection type for ClientProfile.
FieldTypeDescription
edges[ClientProfileEdge]A list of edges.
nodes[ClientProfile]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

comments

Fetch comments for cash flow report cells
comments(
  after: String,
  before: String,
  first: Int,
  includeReplies: Boolean,
  last: Int,
  month: String,
  rowId: String,
  search: String
): CommentConnection!
ParameterTypeDescription
afterStringReturns the elements in the list that come after the specified cursor.
beforeStringReturns the elements in the list that come before the specified cursor.
firstIntReturns the first n elements from the list.
includeRepliesBoolean
lastIntReturns the last n elements from the list.
monthString
rowIdString
searchString
Returns: CommentConnection
The connection type for Comment.
FieldTypeDescription
edges[CommentEdge]A list of edges.
nodes[Comment]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

companies

companies(
  after: String,
  before: String,
  filters: CoreCompanyFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): CompanyConnection!
Input: CoreCompanyFiltersInput
FieldTypeDescription
cnpjString
cnpjContainsString
cnpjEndsWithString
cnpjEqString
cnpjIsNullBoolean
cnpjNeqString
cnpjStartsWithString
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
descriptionString
descriptionContainsString
descriptionEndsWithString
descriptionEqString
descriptionIsNullBoolean
descriptionNeqString
descriptionStartsWithString
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
nameString
nameContainsString
nameEndsWithString
nameEqString
nameIsNullBoolean
nameNeqString
nameStartsWithString
organizationIdModelId
organizationIdIsNullBoolean
slugString
slugContainsString
slugEndsWithString
slugEqString
slugIsNullBoolean
slugNeqString
slugStartsWithString
statusString
statusContainsString
statusEndsWithString
statusEqString
statusIsNullBoolean
statusNeqString
statusStartsWithString
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: CompanyConnection
The connection type for Company.
FieldTypeDescription
edges[CompanyEdge]A list of edges.
nodes[Company]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

company

company(
  cnpj: String,
  id: ID,
  slug: String
): Company
ParameterTypeDescription
cnpjString
idID
slugString
Returns: Company
FieldTypeDescription
accountingEntriesModelIdConnectionCollection of accounting entries
accountsAccountConnectionCollection of accounts
allocationsAllocationConnectionCollection of allocations
budgetsBudgetConnectionCollection of budgets
cashAdjustmentsCashAdjustmentConnectionCollection of cash adjustments
categoryGroupsCategoryGroupConnectionCollection of category groups
clientsClientProfileConnectionCollection of client profiles
cnpj requiredString!Cnpj
costCenterGroupsCostCenterGroupConnectionCollection of cost center groups
createdAt requiredISO8601DateTime!Created at
deferralsDeferralConnectionCollection of deferrals
descriptionStringDescription
financialPulsesFinancialPulseConnectionCollection of financial pulses
id requiredModelId!Id
llmChatsChatConnectionCollection of chats
llmMessageFeedbacksMessageFeedbackConnectionCollection of message feedbacks
llmMessagesMessageConnectionCollection of messages
name requiredString!Name
notificationsNotificationConnectionCollection of notifications
organization requiredOrganization!
settingsJSONSettings
slug requiredString!Slug
status requiredString!Status
updatedAt requiredISO8601DateTime!Updated at
vendorsVendorProfileConnectionCollection of vendor profiles

contact

contact(
  id: ModelId!
): Contact!
ParameterTypeDescription
id requiredModelId!
Returns: Contact
FieldTypeDescription
clientProfileClientProfileAssociated client profile
companyNameStringRazão social completa da empresa
contactType requiredString!Classificação de contato (ex: ‘company’, ‘individual’)
createdAt requiredISO8601DateTime!Created at
emailStringEndereço de e-mail de contato
id requiredModelId!Id
identifierStringIdentifier
identifierValueStringCPF ou CNPJ (número de identificação fiscal)
isCustomer requiredBoolean!
isVendor requiredBoolean!
notesStringNotes
phoneStringNúmero de telefone de contato
status requiredString!Status
tradeName requiredString!Nome comercial ou fantasia (usado para pesquisa de perfis de fornecedor/cliente)
transactionsTransactionConnectionCollection of transactions
updatedAt requiredISO8601DateTime!Updated at
vendorProfileVendorProfileAssociated vendor profile

contacts

contacts(
  after: String,
  before: String,
  filters: CoreContactFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): ContactConnection!
Input: CoreContactFiltersInput
FieldTypeDescription
companyNameString
companyNameContainsString
companyNameEndsWithString
companyNameEqString
companyNameIsNullBoolean
companyNameNeqString
companyNameStartsWithString
contactTypeString
contactTypeContainsString
contactTypeEndsWithString
contactTypeEqString
contactTypeIsNullBoolean
contactTypeNeqString
contactTypeStartsWithString
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
emailString
emailContainsString
emailEndsWithString
emailEqString
emailIsNullBoolean
emailNeqString
emailStartsWithString
hasClientProfileBoolean
hasVendorProfileBoolean
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
identifierString
identifierContainsString
identifierEndsWithString
identifierEqString
identifierIsNullBoolean
identifierNeqString
identifierStartsWithString
identifierValueString
identifierValueContainsString
identifierValueEndsWithString
identifierValueEqString
identifierValueIsNullBoolean
identifierValueNeqString
identifierValueStartsWithString
notesString
notesContainsString
notesEndsWithString
notesEqString
notesIsNullBoolean
notesNeqString
notesStartsWithString
organizationIdModelId
organizationIdIsNullBoolean
phoneString
phoneContainsString
phoneEndsWithString
phoneEqString
phoneIsNullBoolean
phoneNeqString
phoneStartsWithString
profileTypeString
statusString
statusContainsString
statusEndsWithString
statusEqString
statusIsNullBoolean
statusNeqString
statusStartsWithString
tradeNameString
tradeNameContainsString
tradeNameEndsWithString
tradeNameEqString
tradeNameIsNullBoolean
tradeNameNeqString
tradeNameStartsWithString
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: ContactConnection
The connection type for Contact.
FieldTypeDescription
edges[ContactEdge]A list of edges.
nodes[Contact]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

costCenter

costCenter(
  id: ModelId!
): CostCenter!
ParameterTypeDescription
id requiredModelId!
Returns: CostCenter
FieldTypeDescription
cashFlowSectionStringClassificação de fluxo de caixa: operational_inflow, operational_outflow,
non_operational (definido automaticamente com base no prefixo do nome)
company requiredCompany!Associated company
costCenterGroupCostCenterGroupAssociated cost center group
descriptionStringDetalhes adicionais ou finalidade do centro de custo
id requiredModelId!Id
nameStringNome do centro de custo (obrigatório, único por empresa, usado para pesquisa durante importações)
statusStringStatus

costCenterAllocationRules

costCenterAllocationRules(
  after: String,
  before: String,
  filters: AccountingCostCenterAllocationRuleFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): CostCenterAllocationRuleConnection!
Input: AccountingCostCenterAllocationRuleFiltersInput
FieldTypeDescription
categoryIdModelId
categoryIdIsNullBoolean
companyIdModelId
companyIdIsNullBoolean
costCenterIdModelId
costCenterIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
departmentIdModelId
departmentIdIsNullBoolean
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
organizationIdModelId
organizationIdIsNullBoolean
priorityFloat
priorityEqFloat
priorityGtFloat
priorityGteFloat
priorityIsNullBoolean
priorityLtFloat
priorityLteFloat
priorityNeqFloat
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: CostCenterAllocationRuleConnection
The connection type for CostCenterAllocationRule.
FieldTypeDescription
edges[CostCenterAllocationRuleEdge]A list of edges.
nodes[CostCenterAllocationRule]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

costCenterGroup

costCenterGroup(
  id: ModelId!
): CostCenterGroup!
ParameterTypeDescription
id requiredModelId!
Returns: CostCenterGroup
FieldTypeDescription
company requiredCompany!Associated company
costCentersCostCenterConnectionCollection of cost centers
createdAt requiredISO8601DateTime!Created at
id requiredModelId!Id
nameStringName
updatedAt requiredISO8601DateTime!Updated at

costCenterGroups

costCenterGroups(
  after: String,
  before: String,
  filters: AccountingCostCenterGroupFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): CostCenterGroupConnection!
Input: AccountingCostCenterGroupFiltersInput
FieldTypeDescription
companyIdModelId
companyIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
nameString
nameContainsString
nameEndsWithString
nameEqString
nameIsNullBoolean
nameNeqString
nameStartsWithString
organizationIdModelId
organizationIdIsNullBoolean
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: CostCenterGroupConnection
The connection type for CostCenterGroup.
FieldTypeDescription
edges[CostCenterGroupEdge]A list of edges.
nodes[CostCenterGroup]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

costCenters

costCenters(
  after: String,
  before: String,
  filters: AccountingCostCenterFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): CostCenterConnection!
Input: AccountingCostCenterFiltersInput
FieldTypeDescription
cashFlowSectionString
cashFlowSectionContainsString
cashFlowSectionEndsWithString
cashFlowSectionEqString
cashFlowSectionIsNullBoolean
cashFlowSectionNeqString
cashFlowSectionStartsWithString
companyIdModelId
companyIdIsNullBoolean
costCenterGroupIdModelId
costCenterGroupIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
descriptionString
descriptionContainsString
descriptionEndsWithString
descriptionEqString
descriptionIsNullBoolean
descriptionNeqString
descriptionStartsWithString
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
nameString
nameContainsString
nameEndsWithString
nameEqString
nameIsNullBoolean
nameNeqString
nameStartsWithString
organizationIdModelId
organizationIdIsNullBoolean
statusString
statusContainsString
statusEndsWithString
statusEqString
statusIsNullBoolean
statusNeqString
statusStartsWithString
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: CostCenterConnection
The connection type for CostCenter.
FieldTypeDescription
edges[CostCenterEdge]A list of edges.
nodes[CostCenter]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

currencies

currencies(
  activeOnly: Boolean
): [Currency!]!
ParameterTypeDescription
activeOnlyBoolean
Returns: Currency
FieldTypeDescription
active requiredBoolean!
code requiredString!
id requiredModelId!
name requiredString!
symbolString

currency

currency(
  code: String,
  id: ModelId
): Currency
ParameterTypeDescription
codeString
idModelId
Returns: Currency
FieldTypeDescription
active requiredBoolean!
code requiredString!
id requiredModelId!
name requiredString!
symbolString

currentCompany

currentCompany: Company
Returns: Company
FieldTypeDescription
accountingEntriesModelIdConnectionCollection of accounting entries
accountsAccountConnectionCollection of accounts
allocationsAllocationConnectionCollection of allocations
budgetsBudgetConnectionCollection of budgets
cashAdjustmentsCashAdjustmentConnectionCollection of cash adjustments
categoryGroupsCategoryGroupConnectionCollection of category groups
clientsClientProfileConnectionCollection of client profiles
cnpj requiredString!Cnpj
costCenterGroupsCostCenterGroupConnectionCollection of cost center groups
createdAt requiredISO8601DateTime!Created at
deferralsDeferralConnectionCollection of deferrals
descriptionStringDescription
financialPulsesFinancialPulseConnectionCollection of financial pulses
id requiredModelId!Id
llmChatsChatConnectionCollection of chats
llmMessageFeedbacksMessageFeedbackConnectionCollection of message feedbacks
llmMessagesMessageConnectionCollection of messages
name requiredString!Name
notificationsNotificationConnectionCollection of notifications
organization requiredOrganization!
settingsJSONSettings
slug requiredString!Slug
status requiredString!Status
updatedAt requiredISO8601DateTime!Updated at
vendorsVendorProfileConnectionCollection of vendor profiles

currentOrganization

currentOrganization: Organization
Returns: Organization
FieldTypeDescription
apiKeysApiKeyConnectionCollection of api keys
companies required[Company!]!Companies (CNPJs) belonging to this organization
createdAt requiredISO8601DateTime!Created at
defaultCurrencyCurrencyAssociated currency
defaultCurrencyIdModelIdDefault currency
financialPulsesFinancialPulseConnectionCollection of financial pulses
id requiredModelId!Id
nameStringName
notificationsNotificationConnectionCollection of notifications
organizationUsers requiredOrganizationUserConnection!
pgSearchDocumentsModelIdConnectionCollection of documents
slugStringSlug
statusStringStatus
updatedAt requiredISO8601DateTime!Updated at
users requiredUserConnection!Users that belong to this organisation

deferral

deferral(
  id: ModelId!
): Deferral
ParameterTypeDescription
id requiredModelId!
Returns: Deferral
FieldTypeDescription
accrualDate requiredISO8601DateTime!Data em que a despesa ou receita deve ser reconhecida (obrigatório)
amount requiredFloat!Valor do diferimento (positivo ou negativo)
categoryGroup requiredCategoryGroup!
company requiredCompany!Associated company
costCenter requiredCostCenter!
createdAt requiredISO8601DateTime!Created at
descriptionStringDescription
id requiredModelId!Id
importSourceStringImport source
supplierOrCustomerStringNome da contraparte (texto livre, opcional)
updatedAt requiredISO8601DateTime!Updated at

deferrals

deferrals(
  after: String,
  before: String,
  filters: AccountingDeferralFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): DeferralConnection
Input: AccountingDeferralFiltersInput
FieldTypeDescription
accrualDateISO8601DateTime
accrualDateGtISO8601DateTime
accrualDateGteISO8601DateTime
accrualDateIsNullBoolean
accrualDateLtISO8601DateTime
accrualDateLteISO8601DateTime
amountCoercibleFloat
amountEqCoercibleFloat
amountGtCoercibleFloat
amountGteCoercibleFloat
amountIsNullBoolean
amountLtCoercibleFloat
amountLteCoercibleFloat
amountNeqCoercibleFloat
categoryGroupIdModelId
categoryGroupIdIsNullBoolean
categoryGroupNameContainsString
companyIdModelId
companyIdIsNullBoolean
costCenterIdModelId
costCenterIdIsNullBoolean
costCenterNameContainsString
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
descriptionString
descriptionContainsString
descriptionEndsWithString
descriptionEqString
descriptionIsNullBoolean
descriptionNeqString
descriptionStartsWithString
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
importSourceString
importSourceContainsString
importSourceEndsWithString
importSourceEqString
importSourceIsNullBoolean
importSourceNeqString
importSourceStartsWithString
organizationIdModelId
organizationIdIsNullBoolean
supplierOrCustomerString
supplierOrCustomerContainsString
supplierOrCustomerEndsWithString
supplierOrCustomerEqString
supplierOrCustomerIsNullBoolean
supplierOrCustomerNeqString
supplierOrCustomerStartsWithString
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: DeferralConnection
The connection type for Deferral.
FieldTypeDescription
edges[DeferralEdge]A list of edges.
nodes[Deferral]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

department

department(
  id: ModelId!
): Department!
ParameterTypeDescription
id requiredModelId!
Returns: Department
FieldTypeDescription
company requiredCompany!Associated company
createdAt requiredISO8601DateTime!Created at
id requiredModelId!Id
nameStringNome do departamento (obrigatório, único por empresa, usado para pesquisa durante importações)
updatedAt requiredISO8601DateTime!Updated at

departments

departments(
  after: String,
  before: String,
  filters: AccountingDepartmentFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): DepartmentConnection!
Input: AccountingDepartmentFiltersInput
FieldTypeDescription
companyIdModelId
companyIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
nameString
nameContainsString
nameEndsWithString
nameEqString
nameIsNullBoolean
nameNeqString
nameStartsWithString
organizationIdModelId
organizationIdIsNullBoolean
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: DepartmentConnection
The connection type for Department.
FieldTypeDescription
edges[DepartmentEdge]A list of edges.
nodes[Department]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

entityFinder

entityFinder(
  entityType: String!,
  id: String!
): EntityOptionUnion
ParameterTypeDescription
entityType requiredString!
id requiredString!

entitySearch

entitySearch(
  after: String,
  before: String,
  entityType: String!,
  first: Int,
  last: Int,
  searchTerm: String
): EntityOptionUnionConnection!
ParameterTypeDescription
afterStringReturns the elements in the list that come after the specified cursor.
beforeStringReturns the elements in the list that come before the specified cursor.
entityType requiredString!
firstIntReturns the first n elements from the list.
lastIntReturns the last n elements from the list.
searchTermString
Returns: EntityOptionUnionConnection
The connection type for EntityOptionUnion.
FieldTypeDescription
edges[EntityOptionUnionEdge]A list of edges.
nodes[EntityOptionUnion]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

exchangeRates

exchangeRates(
  effectiveDate: ISO8601DateTime,
  fromCurrencyId: ModelId,
  toCurrencyId: ModelId
): [ExchangeRate!]!
ParameterTypeDescription
effectiveDateISO8601DateTime
fromCurrencyIdModelId
toCurrencyIdModelId
Returns: ExchangeRate
FieldTypeDescription
createdAt requiredISO8601DateTime!Created at
effectiveDate requiredISO8601DateTime!Effective date
fromCurrency requiredModelId!Associated currency
fromCurrencyId requiredModelId!From currency
id requiredModelId!Id
rate requiredFloat!Rate
toCurrency requiredModelId!Associated currency
toCurrencyId requiredModelId!To currency
updatedAt requiredISO8601DateTime!Updated at

fieldTranslations

Get field translations for internationalization
fieldTranslations(
  modelName: String
): JSON!
ParameterTypeDescription
modelNameStringOptionally filter translations for a specific model

financialDocumentDetails

financialDocumentDetails(
  after: String,
  before: String,
  filters: ReportsViewsFinancialDocumentDetailFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): FinancialDocumentDetailConnection!
Input: ReportsViewsFinancialDocumentDetailFiltersInput
FieldTypeDescription
allocatableTypeString
allocatableTypeContainsString
allocatableTypeEndsWithString
allocatableTypeEqString
allocatableTypeIsNullBoolean
allocatableTypeNeqString
allocatableTypeStartsWithString
allocatedAmountCoercibleFloat
allocatedAmountEqCoercibleFloat
allocatedAmountGtCoercibleFloat
allocatedAmountGteCoercibleFloat
allocatedAmountIsNullBoolean
allocatedAmountLtCoercibleFloat
allocatedAmountLteCoercibleFloat
allocatedAmountNeqCoercibleFloat
allocationAmountCoercibleFloat
allocationAmountEqCoercibleFloat
allocationAmountGtCoercibleFloat
allocationAmountGteCoercibleFloat
allocationAmountIsNullBoolean
allocationAmountLtCoercibleFloat
allocationAmountLteCoercibleFloat
allocationAmountNeqCoercibleFloat
allocationTargetIdModelId
allocationTargetIdIsNullBoolean
allocationTypeString
allocationTypeContainsString
allocationTypeEndsWithString
allocationTypeEqString
allocationTypeIsNullBoolean
allocationTypeNeqString
allocationTypeStartsWithString
baseAmountCoercibleFloat
baseAmountEqCoercibleFloat
baseAmountGtCoercibleFloat
baseAmountGteCoercibleFloat
baseAmountIsNullBoolean
baseAmountLtCoercibleFloat
baseAmountLteCoercibleFloat
baseAmountNeqCoercibleFloat
cashFlowMonthISO8601DateTime
cashFlowMonthGtISO8601DateTime
cashFlowMonthGteISO8601DateTime
cashFlowMonthIsNullBoolean
cashFlowMonthLtISO8601DateTime
cashFlowMonthLteISO8601DateTime
categoryCodeString
categoryCodeContainsString
categoryCodeEndsWithString
categoryCodeEqString
categoryCodeIsNullBoolean
categoryCodeNeqString
categoryCodeStartsWithString
categoryGroupIdModelId
categoryGroupIdIsNullBoolean
categoryGroupNameString
categoryGroupNameContainsString
categoryGroupNameEndsWithString
categoryGroupNameEqString
categoryGroupNameIsNullBoolean
categoryGroupNameNeqString
categoryGroupNameStartsWithString
categoryIdModelId
categoryIdIsNullBoolean
categoryNameString
categoryNameContainsString
categoryNameEndsWithString
categoryNameEqString
categoryNameIsNullBoolean
categoryNameNeqString
categoryNameStartsWithString
companyIdModelId
companyIdIsNullBoolean
companyNameString
companyNameContainsString
companyNameEndsWithString
companyNameEqString
companyNameIsNullBoolean
companyNameNeqString
companyNameStartsWithString
costCenterGroupIdModelId
costCenterGroupIdIsNullBoolean
costCenterGroupNameString
costCenterGroupNameContainsString
costCenterGroupNameEndsWithString
costCenterGroupNameEqString
costCenterGroupNameIsNullBoolean
costCenterGroupNameNeqString
costCenterGroupNameStartsWithString
costCenterIdModelId
costCenterIdIsNullBoolean
costCenterNameString
costCenterNameContainsString
costCenterNameEndsWithString
costCenterNameEqString
costCenterNameIsNullBoolean
costCenterNameNeqString
costCenterNameStartsWithString
departmentIdModelId
departmentIdIsNullBoolean
departmentNameString
departmentNameContainsString
departmentNameEndsWithString
departmentNameEqString
departmentNameIsNullBoolean
departmentNameNeqString
departmentNameStartsWithString
documentIdModelId
documentIdIsNullBoolean
documentTypeString
documentTypeContainsString
documentTypeEndsWithString
documentTypeEqString
documentTypeIsNullBoolean
documentTypeNeqString
documentTypeStartsWithString
dreMonthISO8601DateTime
dreMonthGtISO8601DateTime
dreMonthGteISO8601DateTime
dreMonthIsNullBoolean
dreMonthLtISO8601DateTime
dreMonthLteISO8601DateTime
dueDateISO8601DateTime
dueDateGtISO8601DateTime
dueDateGteISO8601DateTime
dueDateIsNullBoolean
dueDateLtISO8601DateTime
dueDateLteISO8601DateTime
entryTypeString
entryTypeContainsString
entryTypeEndsWithString
entryTypeEqString
entryTypeIsNullBoolean
entryTypeNeqString
entryTypeStartsWithString
isPaidBoolean
isPaidIsNullBoolean
issueDateISO8601DateTime
issueDateGtISO8601DateTime
issueDateGteISO8601DateTime
issueDateIsNullBoolean
issueDateLtISO8601DateTime
issueDateLteISO8601DateTime
organizationIdModelId
organizationIdIsNullBoolean
paymentDateISO8601DateTime
paymentDateGtISO8601DateTime
paymentDateGteISO8601DateTime
paymentDateIsNullBoolean
paymentDateLtISO8601DateTime
paymentDateLteISO8601DateTime
percentageCoercibleFloat
percentageEqCoercibleFloat
percentageGtCoercibleFloat
percentageGteCoercibleFloat
percentageIsNullBoolean
percentageLtCoercibleFloat
percentageLteCoercibleFloat
percentageNeqCoercibleFloat
Returns: FinancialDocumentDetailConnection
The connection type for FinancialDocumentDetail.
FieldTypeDescription
edges[FinancialDocumentDetailEdge]A list of edges.
nodes[FinancialDocumentDetail]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

financialPulse

Fetch today’s financial pulse for the current company
financialPulse(
  date: ISO8601Date
): FinancialPulse
ParameterTypeDescription
dateISO8601DateDate to fetch pulse for (defaults to today)
Returns: FinancialPulse
Daily financial pulse with insight cards
FieldTypeDescription
cards required[FinancialPulseCard!]!Insight cards ordered by priority
generatedAtISO8601DateTimeWhen pulse was generated
id requiredID!
organization requiredOrganization!
pulseDate requiredISO8601Date!Date for this pulse

financialReport

financialReport(
  endDate: ISO8601Date!,
  includeDocumentDetails: Boolean,
  reportType: String!,
  startDate: ISO8601Date!
): FinancialReport!
ParameterTypeDescription
endDate requiredISO8601Date!
includeDocumentDetailsBoolean
reportType requiredString!Type of report: ‘cash_flow’ or ‘income_statement’
startDate requiredISO8601Date!
Returns: FinancialReport
A unified financial report (Cash Flow or Income Statement/DRE)
FieldTypeDescription
groups required[FinancialReportGroup!]!The hierarchical groups/sections of the financial report
months required[ISO8601Date!]!List of months included in the report period

import

import(
  id: ID!
): Import
ParameterTypeDescription
id requiredID!
Returns: Import
FieldTypeDescription
completedAtISO8601DateTimeData/hora em que o processamento da importação terminou (sucesso ou falha)
createdAt requiredISO8601DateTime!Created at
entityType requiredString!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
errorMessageStringDetalhes do erro se a importação falhou
id requiredModelId!Id
progressIntPorcentagem de progresso da importação (0-100)
recordsRecordConnectionCollection of records
recordsCreatedIntNúmero de registros criados com sucesso
recordsFailedIntNúmero de registros que falharam na validação ou processamento
recordsProcessedIntNúmero de registros processados até o momento
recordsTotalIntNúmero total de registros na importação
startedAtISO8601DateTimeData/hora em que o processamento da importação começou
status requiredString!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 requiredISO8601DateTime!Updated at

imports

imports(
  after: String,
  before: String,
  filters: CoreImportFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): ImportConnection!
Input: CoreImportFiltersInput
FieldTypeDescription
accountIdModelId
accountIdIsNullBoolean
companyIdModelId
companyIdIsNullBoolean
completedAtISO8601DateTime
completedAtGtISO8601DateTime
completedAtGteISO8601DateTime
completedAtIsNullBoolean
completedAtLtISO8601DateTime
completedAtLteISO8601DateTime
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
entityTypeString
entityTypeContainsString
entityTypeEndsWithString
entityTypeEqString
entityTypeIsNullBoolean
entityTypeNeqString
entityTypeStartsWithString
errorMessageString
errorMessageContainsString
errorMessageEndsWithString
errorMessageEqString
errorMessageIsNullBoolean
errorMessageNeqString
errorMessageStartsWithString
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
organizationIdModelId
organizationIdIsNullBoolean
overridePreviousImportsBoolean
overridePreviousImportsIsNullBoolean
progressFloat
progressEqFloat
progressGtFloat
progressGteFloat
progressIsNullBoolean
progressLtFloat
progressLteFloat
progressNeqFloat
recordsCreatedFloat
recordsCreatedEqFloat
recordsCreatedGtFloat
recordsCreatedGteFloat
recordsCreatedIsNullBoolean
recordsCreatedLtFloat
recordsCreatedLteFloat
recordsCreatedNeqFloat
recordsFailedFloat
recordsFailedEqFloat
recordsFailedGtFloat
recordsFailedGteFloat
recordsFailedIsNullBoolean
recordsFailedLtFloat
recordsFailedLteFloat
recordsFailedNeqFloat
recordsProcessedFloat
recordsProcessedEqFloat
recordsProcessedGtFloat
recordsProcessedGteFloat
recordsProcessedIsNullBoolean
recordsProcessedLtFloat
recordsProcessedLteFloat
recordsProcessedNeqFloat
recordsTotalFloat
recordsTotalEqFloat
recordsTotalGtFloat
recordsTotalGteFloat
recordsTotalIsNullBoolean
recordsTotalLtFloat
recordsTotalLteFloat
recordsTotalNeqFloat
startedAtISO8601DateTime
startedAtGtISO8601DateTime
startedAtGteISO8601DateTime
startedAtIsNullBoolean
startedAtLtISO8601DateTime
startedAtLteISO8601DateTime
statusString
statusContainsString
statusEndsWithString
statusEqString
statusIsNullBoolean
statusNeqString
statusStartsWithString
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: ImportConnection
The connection type for Import.
FieldTypeDescription
edges[ImportEdge]A list of edges.
nodes[Import]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

me

me: User
Returns: User
FieldTypeDescription
activeBooleanActive
apiKeys required[ApiKey!]!Active API keys owned by this user
createdAt requiredISO8601DateTime!Created at
emailStringEmail
firstNameStringFirst name
id requiredModelId!Id
isSystemAdminBooleanIs system admin
lastNameStringLast name
organizationUsersOrganizationUserConnectionCollection of organization users
organizations required[Organization!]!Organizations this user belongs to
receivedNotificationsNotificationConnectionCollection of notifications
sentNotificationsNotificationConnectionCollection of notifications
updatedAt requiredISO8601DateTime!Updated at

notaFiscal

notaFiscal(
  id: ModelId!
): NotaFiscal!
ParameterTypeDescription
id requiredModelId!
Returns: NotaFiscal
FieldTypeDescription
accountsPayableAccountsPayableAssociated accounts payable
accountsReceivableAccountsReceivableAssociated accounts receivable
baseTagsModelIdConnectionCollection of tags
chaveAcesso requiredString!Chave acesso
codigoServicoStringCodigo servico
codigoTributacaoStringCodigo tributacao
company requiredCompany!Associated company
createdAt requiredISO8601DateTime!Created at
customerContactAssociated contact
dataCompetenciaISO8601DateTimeData competencia
dataEmissaoISO8601DateTimeData emissao
descricaoServicoStringDescricao servico
discriminacaoStringDiscriminacao
id requiredModelId!Id
importImportAssociated import
importIdModelIdImport
itemListaServicoStringItem lista servico
metadataJSONMetadata
municipioPrestacaoStringMunicipio prestacao
numeroStringNumero
observacoesStringObservacoes
prestadorIdModelIdPrestador
serieStringSerie
situacaoStringSituacao
statusStringStatus
tagTaggingsModelIdConnectionCollection of taggings
taggingsModelIdConnectionCollection of taggings
tagsModelIdConnectionCollection of tags
tipo requiredString!Tipo
tomadorIdModelIdTomador
updatedAt requiredISO8601DateTime!Updated at
valorCofinsFloatValor cofins
valorCsllFloatValor csll
valorDeducoesFloatValor deducoes
valorInssFloatValor inss
valorIrFloatValor ir
valorIssFloatValor iss
valorIssRetidoFloatValor iss retido
valorLiquidoFloatValor liquido
valorOutrasRetencoesFloatValor outras retencoes
valorPisFloatValor pis
valorServicoFloatValor servico
vendorContactAssociated contact
xmlContentStringXml content

notasFiscais

notasFiscais(
  after: String,
  before: String,
  filters: AccountingNotaFiscalFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): NotaFiscalConnection!
Input: AccountingNotaFiscalFiltersInput
FieldTypeDescription
chaveAcessoString
chaveAcessoContainsString
chaveAcessoEndsWithString
chaveAcessoEqString
chaveAcessoIsNullBoolean
chaveAcessoNeqString
chaveAcessoStartsWithString
codigoServicoString
codigoServicoContainsString
codigoServicoEndsWithString
codigoServicoEqString
codigoServicoIsNullBoolean
codigoServicoNeqString
codigoServicoStartsWithString
codigoTributacaoString
codigoTributacaoContainsString
codigoTributacaoEndsWithString
codigoTributacaoEqString
codigoTributacaoIsNullBoolean
codigoTributacaoNeqString
codigoTributacaoStartsWithString
companyIdModelId
companyIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
dataCompetenciaISO8601DateTime
dataCompetenciaGtISO8601DateTime
dataCompetenciaGteISO8601DateTime
dataCompetenciaIsNullBoolean
dataCompetenciaLtISO8601DateTime
dataCompetenciaLteISO8601DateTime
dataEmissaoISO8601DateTime
dataEmissaoGtISO8601DateTime
dataEmissaoGteISO8601DateTime
dataEmissaoIsNullBoolean
dataEmissaoLtISO8601DateTime
dataEmissaoLteISO8601DateTime
descricaoServicoString
descricaoServicoContainsString
descricaoServicoEndsWithString
descricaoServicoEqString
descricaoServicoIsNullBoolean
descricaoServicoNeqString
descricaoServicoStartsWithString
discriminacaoString
discriminacaoContainsString
discriminacaoEndsWithString
discriminacaoEqString
discriminacaoIsNullBoolean
discriminacaoNeqString
discriminacaoStartsWithString
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
importIdModelId
importIdIsNullBoolean
itemListaServicoString
itemListaServicoContainsString
itemListaServicoEndsWithString
itemListaServicoEqString
itemListaServicoIsNullBoolean
itemListaServicoNeqString
itemListaServicoStartsWithString
municipioPrestacaoString
municipioPrestacaoContainsString
municipioPrestacaoEndsWithString
municipioPrestacaoEqString
municipioPrestacaoIsNullBoolean
municipioPrestacaoNeqString
municipioPrestacaoStartsWithString
numeroString
numeroContainsString
numeroEndsWithString
numeroEqString
numeroIsNullBoolean
numeroNeqString
numeroStartsWithString
observacoesString
observacoesContainsString
observacoesEndsWithString
observacoesEqString
observacoesIsNullBoolean
observacoesNeqString
observacoesStartsWithString
organizationIdModelId
organizationIdIsNullBoolean
prestadorIdModelId
prestadorIdIsNullBoolean
serieString
serieContainsString
serieEndsWithString
serieEqString
serieIsNullBoolean
serieNeqString
serieStartsWithString
situacaoString
situacaoContainsString
situacaoEndsWithString
situacaoEqString
situacaoIsNullBoolean
situacaoNeqString
situacaoStartsWithString
statusString
statusContainsString
statusEndsWithString
statusEqString
statusIsNullBoolean
statusNeqString
statusStartsWithString
tipoString
tipoContainsString
tipoEndsWithString
tipoEqString
tipoIsNullBoolean
tipoNeqString
tipoStartsWithString
tomadorIdModelId
tomadorIdIsNullBoolean
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
valorCofinsCoercibleFloat
valorCofinsEqCoercibleFloat
valorCofinsGtCoercibleFloat
valorCofinsGteCoercibleFloat
valorCofinsIsNullBoolean
valorCofinsLtCoercibleFloat
valorCofinsLteCoercibleFloat
valorCofinsNeqCoercibleFloat
valorCsllCoercibleFloat
valorCsllEqCoercibleFloat
valorCsllGtCoercibleFloat
valorCsllGteCoercibleFloat
valorCsllIsNullBoolean
valorCsllLtCoercibleFloat
valorCsllLteCoercibleFloat
valorCsllNeqCoercibleFloat
valorDeducoesCoercibleFloat
valorDeducoesEqCoercibleFloat
valorDeducoesGtCoercibleFloat
valorDeducoesGteCoercibleFloat
valorDeducoesIsNullBoolean
valorDeducoesLtCoercibleFloat
valorDeducoesLteCoercibleFloat
valorDeducoesNeqCoercibleFloat
valorInssCoercibleFloat
valorInssEqCoercibleFloat
valorInssGtCoercibleFloat
valorInssGteCoercibleFloat
valorInssIsNullBoolean
valorInssLtCoercibleFloat
valorInssLteCoercibleFloat
valorInssNeqCoercibleFloat
valorIrCoercibleFloat
valorIrEqCoercibleFloat
valorIrGtCoercibleFloat
valorIrGteCoercibleFloat
valorIrIsNullBoolean
valorIrLtCoercibleFloat
valorIrLteCoercibleFloat
valorIrNeqCoercibleFloat
valorIssCoercibleFloat
valorIssEqCoercibleFloat
valorIssGtCoercibleFloat
valorIssGteCoercibleFloat
valorIssIsNullBoolean
valorIssLtCoercibleFloat
valorIssLteCoercibleFloat
valorIssNeqCoercibleFloat
valorIssRetidoCoercibleFloat
valorIssRetidoEqCoercibleFloat
valorIssRetidoGtCoercibleFloat
valorIssRetidoGteCoercibleFloat
valorIssRetidoIsNullBoolean
valorIssRetidoLtCoercibleFloat
valorIssRetidoLteCoercibleFloat
valorIssRetidoNeqCoercibleFloat
valorLiquidoCoercibleFloat
valorLiquidoEqCoercibleFloat
valorLiquidoGtCoercibleFloat
valorLiquidoGteCoercibleFloat
valorLiquidoIsNullBoolean
valorLiquidoLtCoercibleFloat
valorLiquidoLteCoercibleFloat
valorLiquidoNeqCoercibleFloat
valorOutrasRetencoesCoercibleFloat
valorOutrasRetencoesEqCoercibleFloat
valorOutrasRetencoesGtCoercibleFloat
valorOutrasRetencoesGteCoercibleFloat
valorOutrasRetencoesIsNullBoolean
valorOutrasRetencoesLtCoercibleFloat
valorOutrasRetencoesLteCoercibleFloat
valorOutrasRetencoesNeqCoercibleFloat
valorPisCoercibleFloat
valorPisEqCoercibleFloat
valorPisGtCoercibleFloat
valorPisGteCoercibleFloat
valorPisIsNullBoolean
valorPisLtCoercibleFloat
valorPisLteCoercibleFloat
valorPisNeqCoercibleFloat
valorServicoCoercibleFloat
valorServicoEqCoercibleFloat
valorServicoGtCoercibleFloat
valorServicoGteCoercibleFloat
valorServicoIsNullBoolean
valorServicoLtCoercibleFloat
valorServicoLteCoercibleFloat
valorServicoNeqCoercibleFloat
xmlContentString
xmlContentContainsString
xmlContentEndsWithString
xmlContentEqString
xmlContentIsNullBoolean
xmlContentNeqString
xmlContentStartsWithString
Returns: NotaFiscalConnection
The connection type for NotaFiscal.
FieldTypeDescription
edges[NotaFiscalEdge]A list of edges.
nodes[NotaFiscal]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

notifications

notifications(
  after: String,
  before: String,
  first: Int,
  last: Int,
  unreadOnly: Boolean
): NotificationConnection!
ParameterTypeDescription
afterStringReturns the elements in the list that come after the specified cursor.
beforeStringReturns the elements in the list that come before the specified cursor.
firstIntReturns the first n elements from the list.
lastIntReturns the last n elements from the list.
unreadOnlyBoolean
Returns: NotificationConnection
The connection type for Notification.
FieldTypeDescription
edges[NotificationEdge]A list of edges.
nodes[Notification]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

organization

organization(
  id: ModelId!
): Organization
ParameterTypeDescription
id requiredModelId!
Returns: Organization
FieldTypeDescription
apiKeysApiKeyConnectionCollection of api keys
companies required[Company!]!Companies (CNPJs) belonging to this organization
createdAt requiredISO8601DateTime!Created at
defaultCurrencyCurrencyAssociated currency
defaultCurrencyIdModelIdDefault currency
financialPulsesFinancialPulseConnectionCollection of financial pulses
id requiredModelId!Id
nameStringName
notificationsNotificationConnectionCollection of notifications
organizationUsers requiredOrganizationUserConnection!
pgSearchDocumentsModelIdConnectionCollection of documents
slugStringSlug
statusStringStatus
updatedAt requiredISO8601DateTime!Updated at
users requiredUserConnection!Users that belong to this organisation

organizations

organizations(
  after: String,
  before: String,
  filters: CoreOrganizationFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): OrganizationConnection!
Input: CoreOrganizationFiltersInput
FieldTypeDescription
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
defaultCurrencyIdModelId
defaultCurrencyIdIsNullBoolean
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
nameString
nameContainsString
nameEndsWithString
nameEqString
nameIsNullBoolean
nameNeqString
nameStartsWithString
slugString
slugContainsString
slugEndsWithString
slugEqString
slugIsNullBoolean
slugNeqString
slugStartsWithString
statusString
statusContainsString
statusEndsWithString
statusEqString
statusIsNullBoolean
statusNeqString
statusStartsWithString
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: OrganizationConnection
The connection type for Organization.
FieldTypeDescription
edges[OrganizationEdge]A list of edges.
nodes[Organization]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

paymentApplication

paymentApplication(
  id: ModelId!
): PaymentApplication!
ParameterTypeDescription
id requiredModelId!
Returns: PaymentApplication
FieldTypeDescription
amountAppliedFloatAmount applied
applicationDateISO8601DateTimeApplication date
company requiredCompany!Associated company
createdAt requiredISO8601DateTime!Created at
documentDocumentUnion
documentType requiredString!Document type
id requiredModelId!Id
interestAmountFloatInterest amount
paymentTransactionAssociated transaction
penaltyFloatPenalty
principalAmountFloatAmount applied minus interest and penalty
updatedAt requiredISO8601DateTime!Updated at

paymentApplications

paymentApplications(
  after: String,
  before: String,
  filters: AccountingPaymentApplicationFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): PaymentApplicationConnection!
Input: AccountingPaymentApplicationFiltersInput
FieldTypeDescription
amountAppliedCoercibleFloat
amountAppliedEqCoercibleFloat
amountAppliedGtCoercibleFloat
amountAppliedGteCoercibleFloat
amountAppliedIsNullBoolean
amountAppliedLtCoercibleFloat
amountAppliedLteCoercibleFloat
amountAppliedNeqCoercibleFloat
applicationDateISO8601DateTime
applicationDateGtISO8601DateTime
applicationDateGteISO8601DateTime
applicationDateIsNullBoolean
applicationDateLtISO8601DateTime
applicationDateLteISO8601DateTime
companyIdModelId
companyIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
documentIdModelId
documentIdIsNullBoolean
documentTypeString
documentTypeContainsString
documentTypeEndsWithString
documentTypeEqString
documentTypeIsNullBoolean
documentTypeNeqString
documentTypeStartsWithString
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
interestAmountCoercibleFloat
interestAmountEqCoercibleFloat
interestAmountGtCoercibleFloat
interestAmountGteCoercibleFloat
interestAmountIsNullBoolean
interestAmountLtCoercibleFloat
interestAmountLteCoercibleFloat
interestAmountNeqCoercibleFloat
organizationIdModelId
organizationIdIsNullBoolean
paymentIdModelId
paymentIdIsNullBoolean
penaltyCoercibleFloat
penaltyEqCoercibleFloat
penaltyGtCoercibleFloat
penaltyGteCoercibleFloat
penaltyIsNullBoolean
penaltyLtCoercibleFloat
penaltyLteCoercibleFloat
penaltyNeqCoercibleFloat
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: PaymentApplicationConnection
The connection type for PaymentApplication.
FieldTypeDescription
edges[PaymentApplicationEdge]A list of edges.
nodes[PaymentApplication]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

provider

provider(
  id: ModelId!
): Provider
ParameterTypeDescription
id requiredModelId!
Returns: Provider
FieldTypeDescription
company requiredCompany!Associated company
createdAt requiredISO8601DateTime!Created at
id requiredModelId!Id
lastSyncedAtISO8601DateTimeLast synced at
name requiredString!Name
providerType requiredString!Provider type
recordsIntegrationsRecordConnectionCollection of records
statusStringStatus
syncDirectionStringSync direction
syncEnabledBooleanSync enabled
syncExecutionsIntegrationsSyncExecutionConnectionCollection of sync executions
updatedAt requiredISO8601DateTime!Updated at

providerCredentials

providerCredentials(
  providerType: String!
): ProviderCredentials!
ParameterTypeDescription
providerType requiredString!
Returns: ProviderCredentials
FieldTypeDescription
authUrlString
clientIdString
redirectUriString
scopeString

providers

providers(
  after: String,
  before: String,
  filters: IntegrationsProviderFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): ProviderConnection!
Input: IntegrationsProviderFiltersInput
FieldTypeDescription
companyIdModelId
companyIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
lastSyncedAtISO8601DateTime
lastSyncedAtGtISO8601DateTime
lastSyncedAtGteISO8601DateTime
lastSyncedAtIsNullBoolean
lastSyncedAtLtISO8601DateTime
lastSyncedAtLteISO8601DateTime
nameString
nameContainsString
nameEndsWithString
nameEqString
nameIsNullBoolean
nameNeqString
nameStartsWithString
organizationIdModelId
organizationIdIsNullBoolean
providerTypeString
providerTypeContainsString
providerTypeEndsWithString
providerTypeEqString
providerTypeIsNullBoolean
providerTypeNeqString
providerTypeStartsWithString
statusString
statusContainsString
statusEndsWithString
statusEqString
statusIsNullBoolean
statusNeqString
statusStartsWithString
syncDirectionString
syncDirectionContainsString
syncDirectionEndsWithString
syncDirectionEqString
syncDirectionIsNullBoolean
syncDirectionNeqString
syncDirectionStartsWithString
syncEnabledBoolean
syncEnabledIsNullBoolean
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: ProviderConnection
The connection type for Provider.
FieldTypeDescription
edges[ProviderEdge]A list of edges.
nodes[Provider]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

syncExecution

Get a single sync execution by ID
syncExecution(
  id: ID!
): IntegrationsSyncExecution
ParameterTypeDescription
id requiredID!
Returns: IntegrationsSyncExecution
A sync operation execution for an integration provider
FieldTypeDescription
completedAtISO8601DateTime
createdAt requiredISO8601DateTime!
durationIntDuration in seconds
errorDetailsJSON
errorMessageString
failedCount requiredInt!Failed records
id requiredID!
provider requiredProvider!
recordsCount requiredInt!Total records processed
startedAtISO8601DateTime
status requiredIntegrationsSyncOperationStatus!
successCount requiredInt!Successfully synced records
syncMetadataJSON
syncType requiredIntegrationsSyncOperationType!
triggeredByString
updatedAt requiredISO8601DateTime!

syncExecutions

List sync executions for a provider
syncExecutions(
  after: String,
  before: String,
  first: Int,
  last: Int,
  providerId: ID!,
  status: IntegrationsSyncOperationStatus,
  syncType: IntegrationsSyncOperationType
): IntegrationsSyncExecutionConnection!
Input: IntegrationsSyncOperationStatus
Possible values:
ValueDescription
CANCELLEDManually cancelled
CLEANEDCleaned up
COMPLETEDFinished successfully
FAILEDFinished with errors
IN_PROGRESSCurrently running
PENDINGWaiting to start
Input: IntegrationsSyncOperationType
Possible values:
ValueDescription
FULL_SYNCFull data synchronization
INCREMENTAL_SYNCIncremental updates
SINGLE_RECORD_SYNCSingle record sync
Returns: IntegrationsSyncExecutionConnection
The connection type for IntegrationsSyncExecution.
FieldTypeDescription
edges[IntegrationsSyncExecutionEdge]A list of edges.
nodes[IntegrationsSyncExecution]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

syncRecords

List synced records for a sync execution or provider
syncRecords(
  after: String,
  before: String,
  first: Int,
  last: Int,
  providerId: ID,
  recordType: String,
  syncExecutionId: ID,
  syncStatus: IntegrationsRecordSyncStatus
): IntegrationsRecordConnection!
Input: IntegrationsRecordSyncStatus
Possible values:
ValueDescription
EXTRACTEDExtracted from source
FAILEDFailed to sync
PENDING_DEPENDENCIESWaiting for dependencies
REJECTEDRejected due to validation
SYNCEDSuccessfully synced
TRANSFORMEDTransformed to local format
Returns: IntegrationsRecordConnection
The connection type for IntegrationsRecord.
FieldTypeDescription
edges[IntegrationsRecordEdge]A list of edges.
nodes[IntegrationsRecord]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

transaction

transaction(
  id: ModelId!
): Transaction
ParameterTypeDescription
id requiredModelId!
Returns: Transaction
FieldTypeDescription
accountAccountAssociated account
amountFloatValor da transação (negativo=saída, positivo=entrada). Armazenado na moeda da conta.
appliedAmountFloat
availableAmountFloat
company requiredCompany!Associated company
createdAt requiredISO8601DateTime!Created at
descriptionStringDescrição da transação ou observação (máx 65535 caracteres)
id requiredModelId!Id
isFullyAppliedBoolean
isPartiallyAppliedBoolean
paymentApplicationsPaymentApplicationConnectionCollection of payment applications
referenceNumberStringNúmero de referência externo (número de cheque, ID de transferência, etc.) para deduplicação
tagsModelIdConnectionCollection of tags
transactionDateISO8601DateTimeData em que a transação ocorreu (não quando foi registrada)
updatedAt requiredISO8601DateTime!Updated at

transactions

transactions(
  after: String,
  before: String,
  filters: BankingTransactionFiltersInput,
  first: Int,
  last: Int,
  sortBy: String,
  sortDirection: String
): TransactionConnection!
Input: BankingTransactionFiltersInput
FieldTypeDescription
accountIdModelId
accountIdIsNullBoolean
amountCoercibleFloat
amountEqCoercibleFloat
amountGtCoercibleFloat
amountGteCoercibleFloat
amountIsNullBoolean
amountLtCoercibleFloat
amountLteCoercibleFloat
amountNeqCoercibleFloat
companyIdModelId
companyIdIsNullBoolean
counterpartyIdModelId
counterpartyIdIsNullBoolean
counterpartyTypeString
counterpartyTypeContainsString
counterpartyTypeEndsWithString
counterpartyTypeEqString
counterpartyTypeIsNullBoolean
counterpartyTypeNeqString
counterpartyTypeStartsWithString
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
descriptionString
descriptionContainsString
descriptionEndsWithString
descriptionEqString
descriptionIsNullBoolean
descriptionNeqString
descriptionStartsWithString
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
organizationIdModelId
organizationIdIsNullBoolean
referenceNumberString
referenceNumberContainsString
referenceNumberEndsWithString
referenceNumberEqString
referenceNumberIsNullBoolean
referenceNumberNeqString
referenceNumberStartsWithString
transactionDateISO8601DateTime
transactionDateGtISO8601DateTime
transactionDateGteISO8601DateTime
transactionDateIsNullBoolean
transactionDateLtISO8601DateTime
transactionDateLteISO8601DateTime
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: TransactionConnection
The connection type for Transaction.
FieldTypeDescription
edges[TransactionEdge]A list of edges.
nodes[Transaction]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

unallocatedDocumentsCount

unallocatedDocumentsCount(
  endDate: ISO8601Date,
  startDate: ISO8601Date
): Int!
ParameterTypeDescription
endDateISO8601Date
startDateISO8601Date

user

user(
  id: ModelId!
): User!
ParameterTypeDescription
id requiredModelId!
Returns: User
FieldTypeDescription
activeBooleanActive
apiKeys required[ApiKey!]!Active API keys owned by this user
createdAt requiredISO8601DateTime!Created at
emailStringEmail
firstNameStringFirst name
id requiredModelId!Id
isSystemAdminBooleanIs system admin
lastNameStringLast name
organizationUsersOrganizationUserConnectionCollection of organization users
organizations required[Organization!]!Organizations this user belongs to
receivedNotificationsNotificationConnectionCollection of notifications
sentNotificationsNotificationConnectionCollection of notifications
updatedAt requiredISO8601DateTime!Updated at

userOrganizations

userOrganizations(
  after: String,
  before: String,
  first: Int,
  last: Int,
  nameContains: String
): OrganizationConnection!
ParameterTypeDescription
afterStringReturns the elements in the list that come after the specified cursor.
beforeStringReturns the elements in the list that come before the specified cursor.
firstIntReturns the first n elements from the list.
lastIntReturns the last n elements from the list.
nameContainsString
Returns: OrganizationConnection
The connection type for Organization.
FieldTypeDescription
edges[OrganizationEdge]A list of edges.
nodes[Organization]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

vendorProfile

vendorProfile(
  id: ModelId!
): VendorProfile
ParameterTypeDescription
id requiredModelId!
Returns: VendorProfile
FieldTypeDescription
accountsPayablesAccountsPayableConnectionCollection of accounts payables
company requiredCompany!Associated company
contact requiredContact!Associated contact
contactId requiredModelId!Contact
createdAt requiredISO8601DateTime!Created at
id requiredModelId!Id
updatedAt requiredISO8601DateTime!Updated at

vendorProfiles

vendorProfiles(
  after: String,
  before: String,
  emailContains: String,
  filters: AccountingVendorProfileFiltersInput,
  first: Int,
  isActive: Boolean,
  last: Int,
  nameContains: String,
  sortBy: String,
  sortDirection: String,
  taxIdContains: String
): VendorProfileConnection!
Input: AccountingVendorProfileFiltersInput
FieldTypeDescription
companyIdModelId
companyIdIsNullBoolean
contactIdModelId
contactIdIsNullBoolean
createdAtISO8601DateTime
createdAtGtISO8601DateTime
createdAtGteISO8601DateTime
createdAtIsNullBoolean
createdAtLtISO8601DateTime
createdAtLteISO8601DateTime
idFloat
idEqFloat
idGtFloat
idGteFloat
idIsNullBoolean
idLtFloat
idLteFloat
idNeqFloat
organizationIdModelId
organizationIdIsNullBoolean
updatedAtISO8601DateTime
updatedAtGtISO8601DateTime
updatedAtGteISO8601DateTime
updatedAtIsNullBoolean
updatedAtLtISO8601DateTime
updatedAtLteISO8601DateTime
Returns: VendorProfileConnection
The connection type for VendorProfile.
FieldTypeDescription
edges[VendorProfileEdge]A list of edges.
nodes[VendorProfile]A list of nodes.
pageInfo requiredPageInfo!Information to aid in pagination.
totalCount requiredInt!

versions

versions(
  fieldName: String,
  itemId: ModelId!,
  itemType: String!
): [Version!]!
ParameterTypeDescription
fieldNameString
itemId requiredModelId!
itemType requiredString!
Returns: Version
FieldTypeDescription
actorActorUnion
actorTypeString
changeset requiredJSON!
createdAt requiredISO8601DateTime!
event requiredString!
fieldSummaryStringResumo das mudanças em português
id requiredModelId!
item requiredVersionableUnion!
itemType requiredString!
summary requiredString!Resumo das mudanças em português
whodunnitString

view

view(
  entityType: String!
): View!
ParameterTypeDescription
entityType requiredString!
Returns: View
FieldTypeDescription
columns required[Column!]
entityTypeString
filters required[Filter!]

viewData

viewData(
  entityType: String!,
  id: String!
): ViewData!
ParameterTypeDescription
entityType requiredString!
id requiredString!
Returns: ViewData
FieldTypeDescription
columns required[Column!]
entityEntityOptionUnion
entityTypeString