insert relation T(a=1)-[R]->T(a=2);
TypeError: 'NoneType' object is not iterable
============================== STACK TRACE ==============================
In graphene.client.shell.default, line 61:
if not self.server.doCommands(line):
In graphene.server.server.doCommands, line 79:
cmd.execute(self.storage_manager)
In graphene.commands.insert_relation_command.execute, line 54:
rel_props = self.parse_properties(self.rel[1], rel_schema, storage_manager)
In graphene.commands.insert_relation_command.parse_properties, line 31:
for prop, schema_tt in zip(prop_list, schema):
=========================================================================
Type T (a: int). Relation R.
The following happens. Should be easy fix.