praxis-app / praxis-ui

Deprecated project for standalone client.
GNU General Public License v3.0
9 stars 3 forks source link

Add include directives for protected fields #54

Closed forrestwilkins closed 1 year ago

forrestwilkins commented 1 year ago

Adds @include directives for any fields that can only be accessed when logged in.

This reduces Unauthorized errors and ensures we only hit the resolvers that are needed.

Merges into: https://github.com/praxis-app/praxis-ui/pull/52