graphqlade

    Type Alias GraphQLRequestInit

    GraphQLRequestInit: Omit<RequestInit, "headers" | "body" | "method"> & {
        errorFilter?: (err: GraphQLError) => boolean;
        headers?: Record<string, string>;
    }
    MMNEPVFCICPMFPCPTTAAATR