This is the function type that must be used when developing Hook Plugin factory functions.
const subscriptionAuthorizationHookFactory = ( buildOptions: PostGraphileOptions<Request, Response> | undefined, ): PostGraphilePlugin => { return { // returns a PostGraphilePlugin } } Copy
const subscriptionAuthorizationHookFactory = ( buildOptions: PostGraphileOptions<Request, Response> | undefined, ): PostGraphilePlugin => { return { // returns a PostGraphilePlugin } }
Generated using TypeDoc
This is the function type that must be used when developing Hook Plugin factory functions.