Applesauce
    Preparing search index...

    Type Alias SyncLoaderMethods

    The per-relay functional methods the sync loader uses internally

    type SyncLoaderMethods = {
        getSupported: SyncSupportedMethod;
        request: SyncRequestMethod;
        sync: SyncSyncMethod;
    }
    Index

    Properties

    getSupported: SyncSupportedMethod