paleobot / pbot-dev

Codebase and initial design documents for pbot client
MIT License
2 stars 2 forks source link

Add schema property to Description nodes #31

Closed NoisyFlowers closed 2 years ago

NoisyFlowers commented 3 years ago

Right now, the only way to find out what Schema a description complex uses is through the Character nodes. It would facilitate graph navigation to add a property to Description nodes for this. To be clear: I mean a relationship between Description nodes and Schema nodes (working with graphql has me thinking in terms of properties).

aazaff commented 2 years ago

I have no opinion on this and defer to your judgment.

aazaff commented 2 years ago

I'm pretty sure we did implement something for this, but @NoisyFlowers will close this when confirmed.

NoisyFlowers commented 2 years ago

This is now handled by the APPLICATION_OF relationship between Description and Schema nodes