BlueBrain / nexus-forge

Building and Using Knowledge Graphs made easy
https://nexus-forge.readthedocs.io
GNU Lesser General Public License v3.0
39 stars 19 forks source link

Add support for returning resolvers as an array #208

Closed kplatis closed 2 years ago

kplatis commented 2 years ago

The current implementation of forge.resolvers() only prints the available resolvers. It would be more useful code-wise to also be able to return the available resolvers as an array.

MFSY commented 2 years ago

Fixed in #210