graphqlade
    Preparing search index...

    Interface GraphQLHttpServerResponse<TContext>

    interface GraphQLHttpServerResponse<TContext> {
        body: ExecutionResult;
        context?: TContext;
        headers: Record<string, string>;
        status: number;
    }

    Type Parameters

    • TContext
    Index

    Properties

    body: ExecutionResult
    context?: TContext
    headers: Record<string, string>
    status: number