@rcsb/rcsb-saguaro-app
    Preparing search index...

    Interface RcsbCoreQueryInterface<Q, R>

    interface RcsbCoreQueryInterface<Q, R> {
        getClient: () => GraphQLRequest;
        request(requestConfig: Q): Promise<R>;
    }

    Type Parameters

    • Q
    • R

    Implemented by

    Index

    Properties

    Methods

    Properties

    getClient: () => GraphQLRequest

    Methods

    • Parameters

      • requestConfig: Q

      Returns Promise<R>