Financial Data
7.1. Data Queries
This chapter will go through a few example queries. These queries should illustrate common use cases and also some advanced features of GraphQL.
Accounts
This query retrieves all bank accounts for the user, including the account names, numbers and types
Identity
This query retrieves the account holders for all bank accounts
Balances
This query retrieves balances for all accounts
Transactions
This query retrieves transactions for a given bank account. It also optionally includes paging
Debit Orders Payments
This query retrieves debit orders payments for a given bank account and optionally includes paging