- Preparing search index...
- The search index is not available
simple-graphql
Type alias SGHookConfig<T>
SGHook
Config
<T>: { description
?: string; filter
?: ((target
: SGHookTarget<T>) => boolean); hook
: SGHookFunc<T>; name
: string; priority
?: number; }
Type declaration
-
Optional
description?: string
-
Optional
filter?: ((target: SGHookTarget<T>) => boolean)
-
-
name: string
-
Optional
priority?: number