graphqlade

    Interface TypeMapping

    interface TypeMapping {
        from?: string;
        gqlType: string;
        tsInputType?: string;
        tsType: string;
    }
    Index

    Properties

    from?: string
    gqlType: string
    tsInputType?: string
    tsType: string
    MMNEPVFCICPMFPCPTTAAATR