@@ -25,20 +25,20 @@ adding fields using [custom queries](/postgraphile/custom-queries/),
2525[ makeExtendSchemaPlugin] ( /postgraphile/make-extend-schema-plugin/ ) .
2626
2727You can also augment PostGraphile's existing connections using custom
28- [ Graphile Engine plugins] ( /postgraphile/extending-raw/ ) , such as the following:
28+ [ Graphile Engine plugins] ( /postgraphile/extending-raw/ ) , such as the following:
2929
3030#### Filter Plugin
3131
32- > 🚨** BEWARE** 🚨: adding powerful generic filtering capabilities to your
33- > GraphQL API is strongly discouraged, not just by Benjie (the maintainer of
32+ > 🚨** BEWARE** 🚨: adding powerful generic filtering capabilities to your GraphQL
33+ > API is strongly discouraged, not just by Benjie (the maintainer of
3434> PostGraphile) but also
3535> [ by Lee Byron] ( https://twitter.com/leeb/status/1004655619431731200 ) (one of
3636> the inventors of GraphQL) and various other experts in the GraphQL ecosystem.
37- > It is ** strongly advised** that you add only very specific filters using one of
38- > the techniques above (and that you make their inputs as simple as possible)
39- > rather than using a generic filtering plugin like this. Not heeding this advice
40- > may lead to very significant performance issues down the line that are very
41- > hard for you to dig your way out of.
37+ > It is ** strongly advised** that you add only very specific filters using one
38+ > of the techniques above (and that you make their inputs as simple as possible)
39+ > rather than using a generic filtering plugin like this. Not heeding this
40+ > advice may lead to very significant performance issues down the line that are
41+ > very hard for you to dig your way out of.
4242
4343A very popular plugin is Matt Bretl's connection-filter plugin, located at
4444[ https://github.com/graphile-contrib/postgraphile-plugin-connection-filter ] ( https://github.com/graphile-contrib/postgraphile-plugin-connection-filter ) .
0 commit comments