@graphql-codegen/c-sharp-common
Version:
25 lines (24 loc) • 375 B
JavaScript
export const C_SHARP_SCALARS = {
ID: 'string',
String: 'string',
Boolean: 'bool',
Int: 'int',
Float: 'double',
Date: 'DateTime',
};
export const csharpValueTypes = [
'bool',
'byte',
'sbyte',
'char',
'decimal',
'double',
'float',
'int',
'uint',
'long',
'ulong',
'short',
'ushort',
'DateTime',
];