UNPKG

graphql-yoga

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