apollo-link-scalars
    Preparing search index...

    Interface ReviveScalarsInCacheOptions

    interface ReviveScalarsInCacheOptions {
        nullFunctions?: NullFunctions;
        schema: GraphQLSchema;
        typesMap: FunctionsMap;
    }
    Index

    Properties

    nullFunctions?: NullFunctions
    schema: GraphQLSchema
    typesMap: FunctionsMap