Select Page

How to secure your GraphQL API

Great article from Max Stoiber, CTO of Spectrum, on how to secure your GraphQL API from malicious queries. Topics include: limit the incoming query size - a first, naive approach whitelist of approved queries - using persistgraphql - but has two major tradeoffs depth...

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 Avaloq database....

Camunda GraphQL

A couple of weeks ago I started to discuss the idea of GraphQL for Camunda BPM. It all materialized quite fast in a public GitHub repo here: camunda-graphql. What is so fascinating about GraphQL? Well, check out GraphQL for Avaloq where I describe the basics of...