UNPKG

graphql-yoga

Version:

<div align="center"><img src="./website/public/cover.png" width="720" /></div>

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;