UNPKG

graphql-yoga

Version:

[![GraphQL Conf 2023](/GraphQLConf-2023-Banner.png)](https://graphql.org/conf/)

3 lines (2 loc) 190 B
export declare function getMediaTypesForRequestInOrder(request: Request): string[]; export declare function isMatchingMediaType(askedMediaType: string, processorMediaType: string): boolean;