Applesauce
    Preparing search index...

    The minimal pool interface the sync loader needs (structurally satisfied by applesauce-relay's RelayPool)

    interface SyncLoaderPool {
        relay(url: string): SyncLoaderRelay;
    }
    Index

    Methods

    Methods