editor-backend
editor-backend copied to clipboard
Make backend stateless
We could probably just pass the auth token to the editor frontend and make the backend stateless. This would mean that we could do the graphql queries from the frontend directly.