Skip to content

Commit

Permalink
Fix liquid tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Oct 14, 2024
1 parent c1860ea commit c663621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/authorization/visibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ For big schemas, this can be a worthwhile speed-up.

## Migration Notes

{% "GraphQL::Schema::Visibility" | api_doc %} is a _new_ implementation of visibility in GraphQL-Ruby. It has some slight differences from the previous implementation ({% "GraphQL::Schema::Warden" | api_doc %}):
{{ "GraphQL::Schema::Visibility" | api_doc }} is a _new_ implementation of visibility in GraphQL-Ruby. It has some slight differences from the previous implementation ({{ "GraphQL::Schema::Warden" | api_doc }}):

- `Visibility` speeds up Rails app boot because it doesn't require all types to be loaded during boot and only loads types as they are used by queries.
- `Visibility` supports predefined, reusable visibility profiles which speeds up queries using complicated `visible?` checks.
Expand Down

0 comments on commit c663621

Please sign in to comment.