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