@vnodes/graphql
    Preparing search index...

    Interface GraphQLRequestMetrics

    interface GraphQLRequestMetrics {
        captureTraces?: boolean;
        forbiddenOperation?: boolean;
        nonFtv1ErrorPaths?: NonFtv1ErrorPath[];
        persistedQueryHit?: boolean;
        persistedQueryRegister?: boolean;
        queryPlanTrace?: QueryPlanNode;
        registeredOperation?: boolean;
        responseCacheHit?: boolean;
        startHrTime?: [number, number];
    }
    Index

    Properties

    captureTraces?: boolean
    forbiddenOperation?: boolean
    nonFtv1ErrorPaths?: NonFtv1ErrorPath[]
    persistedQueryHit?: boolean
    persistedQueryRegister?: boolean
    queryPlanTrace?: QueryPlanNode
    registeredOperation?: boolean
    responseCacheHit?: boolean
    startHrTime?: [number, number]