apollo-link-scalars
    Preparing search index...

    Interface NullFunctions

    interface NullFunctions {
        parseValue(raw: any): any;
        serialize(input: any): any;
    }
    Index

    Methods