Add Spring security with roles ('user' and 'admin'). All queries should be accessible without being authenticated. Mutations should only be allowed for those with admin access.
Add Spring security with roles ('user' and 'admin').
All queries should be accessible without being authenticated. Mutations should only be allowed for those with admin access.