Igor Cesar
Igor Cesar
Did you managed to get self-hoseted fonts working? Fonts keep FOUTing even when reloading from changes...
I am trying to fix this on the new branch "fix/graphql-error-messages". I am still thinking what should be the right approach, prevent graphql errors on console or filter them in...
I think that's the right approach too. Request data without authentication is already implemented, I used directives for that. You can see this on `server/graphql/schemas/user.js`, `@auth` requires the user to...