@vnodes/graphql
    Preparing search index...

    Interface PersistedQueryOptions

    interface PersistedQueryOptions {
        cache?: KeyValueCache<string, KeyValueCacheSetOptions>;
        ttl?: number | null;
    }
    Index

    Properties

    Properties

    cache?: KeyValueCache<string, KeyValueCacheSetOptions>
    ttl?: number | null