graphqlade

    Interface GraphQLHttpServerRequest

    interface GraphQLHttpServerRequest {
        body?: unknown;
        headers: IncomingHttpHeaders;
        method: string;
        query?: ParsedQs;
    }
    Index

    Properties

    body?: unknown
    headers: IncomingHttpHeaders
    method: string
    query?: ParsedQs
    MMNEPVFCICPMFPCPTTAAATR