Select Page

Avaloq GraphQL Server

Intro 9 month ago I posted the vision of GraphQL for Avaloq. There I described how easy it would be to access all Avaloq data – transactional and positional – e.g. bookings, clients, contracts, portfolios, contacts, etc. – whatever is stored in the...

GraphQL for Avaloq

Wouldn’t it be nice to have a super simple data query language for your Avaloq data? I mean really simple like so: { businessPartner(id: 2711) { id name type } } which returns: { “id”: 2711 “name”: “ACME AG”...