diff --git a/ACTIONS_AND_FILTERS.md b/ACTIONS_AND_FILTERS.md index 92cf3d2..8f3c720 100644 --- a/ACTIONS_AND_FILTERS.md +++ b/ACTIONS_AND_FILTERS.md @@ -2,17 +2,23 @@ -> [Original documentation](https://www.wpgraphql.com/docs/customizing-wpgraphiql) +_legend_ 🎉 = new + ## PHP Actions - `wpgraphqlide_enqueue_script` ([enqueue_graphiql_extension](https://www.wpgraphql.com/docs/customizing-wpgraphiql#enqueue_graphiql_extension)) ## PHP Filters -- `wpgraphqlide_capability_required` -- `wpgraphqlide_context` +- `wpgraphqlide_capability_required` 🎉 +- `wpgraphqlide_context` 🎉 - `wpgraphqlide_external_fragments` ([graphiql_external_fragments](https://www.wpgraphql.com/docs/customizing-wpgraphiql#graphiql_external_fragments)) ## JavaScript Actions -- `wpgraphqlide_destroyed` +- `wpgraphqlide_destroyed` 🎉 - `wpgraphqlide_rendered` ([graphiql_rendered](https://www.wpgraphql.com/docs/customizing-wpgraphiql#graphiql_rendered)) + +## JavaScript Filters + +...