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