Interface TypeMapping

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

Properties

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