UNPKG

graphql-yoga

Version:
4 lines (3 loc) 194 B
import type { Plugin } from '../types.js'; export declare function isValidMethodForGraphQL(method: string): method is 'GET' | 'POST'; export declare function useCheckMethodForGraphQL(): Plugin;