primitiveGraphQLToDart top-level constant

Map<String, String> const primitiveGraphQLToDart

Implementation

const primitiveGraphQLToDart = {
  'String': 'String',
  'Boolean': 'bool',
  'ID': 'String',
  'Int': 'int',
  'Float': 'double',
  'Date': 'DateTime',
  'Uri': 'Uri',
  'Json': 'Json',
};