We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36e55c commit e05cfc7Copy full SHA for e05cfc7
src/index.ts
@@ -39,7 +39,6 @@ const plugin: PostGraphilePlugin = {
39
};
40
return {
41
...options,
42
- appendPlugins: [...(options.appendPlugins || []), OperationHooksPlugin],
43
operationMessages,
44
operationMessagesPreflight,
45
@@ -52,6 +51,7 @@ const plugin: PostGraphilePlugin = {
52
51
const { operationMessages, operationMessagesPreflight } = options;
53
54
+ appendPlugins: [...(options.appendPlugins || []), OperationHooksPlugin],
55
graphileBuildOptions: {
56
...options.graphileBuildOptions,
57
0 commit comments