@@ -25,20 +25,20 @@ adding fields using [custom queries](/postgraphile/custom-queries/),
25
25
[ makeExtendSchemaPlugin] ( /postgraphile/make-extend-schema-plugin/ ) .
26
26
27
27
You 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:
29
29
30
30
#### Filter Plugin
31
31
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
34
34
> PostGraphile) but also
35
35
> [ by Lee Byron] ( https://twitter.com/leeb/status/1004655619431731200 ) (one of
36
36
> 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.
42
42
43
43
A very popular plugin is Matt Bretl's connection-filter plugin, located at
44
44
[ https://github.com/graphile-contrib/postgraphile-plugin-connection-filter ] ( https://github.com/graphile-contrib/postgraphile-plugin-connection-filter ) .
0 commit comments