schema.hx 149 B

123456789101112
  1. N::Entity {
  2. INDEX entity_name: String
  3. }
  4. E::Relationship {
  5. From: Entity,
  6. To: Entity,
  7. Properties: {
  8. edge_name: String
  9. }
  10. }