@graphql-codegen/c-sharp-common
Version:
28 lines (27 loc) • 503 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.csharpValueTypes = exports.C_SHARP_SCALARS = void 0;
exports.C_SHARP_SCALARS = {
ID: 'string',
String: 'string',
Boolean: 'bool',
Int: 'int',
Float: 'double',
Date: 'DateTime',
};
exports.csharpValueTypes = [
'bool',
'byte',
'sbyte',
'char',
'decimal',
'double',
'float',
'int',
'uint',
'long',
'ulong',
'short',
'ushort',
'DateTime',
];
;