graphql-yoga
Version:
[](https://graphql.org/conf/)
5 lines (4 loc) • 324 B
text/typescript
import { GraphQLParams } from '../../types.cjs';
export declare function handleURLSearchParams(searchParams: URLSearchParams): GraphQLParams;
export declare function parseURLSearchParams(requestBody: string): GraphQLParams;
export declare function isContentTypeMatch(request: Request, expectedContentType: string): boolean;