@stonecrop/rockfoil 0.7.0 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,7 @@ import type { PlanWrapperRule } from 'postgraphile/utils';
6
6
 
7
7
  /**
8
8
  * Creates a PostGraphile plugin that wraps GraphQL query and mutation plans with before/after hooks
9
+ * @param hookMap - Configuration mapping field names to before/after hook functions
9
10
  * @public
10
11
  */
11
12
  export declare const createPglRockfoilPlugin: (hookMap: HookConfig) => GraphileConfig.Plugin;