PHB-CS123 / graphene

CS123 Graph Database Project
Apache License 2.0
0 stars 0 forks source link

Implement DESC TYPE command #3

Closed eugene-bulkin closed 9 years ago

eugene-bulkin commented 9 years ago

Implements DESC TYPE. Only works on one Type. Doesn't do any error checking on its own, but that should be doing somewhere else lower in abstractions.

DESC currently only accepts Types, but later we will add relations.