UNPKG

@envelop/immediate-introspection

Version:
7 lines (6 loc) 298 B
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;