Closed forrestwilkins closed 1 year ago
Adds @include directives for any fields that can only be accessed when logged in.
@include
This reduces Unauthorized errors and ensures we only hit the resolvers that are needed.
Unauthorized
Merges into: https://github.com/praxis-app/praxis-ui/pull/52
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