@envelop/immediate-introspection
Version:
## Getting Started
7 lines (6 loc) • 298 B
TypeScript
import type { Plugin } from '@envelop/types';
/**
* In case a GraphQL operation only contains introspection fields the context building can be skipped completely.
* With this plugin any further context extensions will be skipped.
*/
export declare const useImmediateIntrospection: () => Plugin;