UNPKG

graphql-yoga

Version:

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

5 lines (4 loc) 323 B
import { GraphQLParams } from '../../types.js'; export declare function handleURLSearchParams(searchParams: URLSearchParams): GraphQLParams; export declare function parseURLSearchParams(requestBody: string): GraphQLParams; export declare function isContentTypeMatch(request: Request, expectedContentType: string): boolean;