Type Alias HookPluginFactory
HookPluginFactory: (
buildOptions: PostGraphileOptions<Request, Response> | undefined,
) => PostGraphilePlugin
Type Declaration
- (
buildOptions: PostGraphileOptions<Request, Response> | undefined,
): PostGraphilePlugin Parameters
- buildOptions: PostGraphileOptions<Request, Response> | undefined
Returns PostGraphilePlugin
This is the function type that must be used when developing Hook Plugin factory functions.