You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It took me a little bit of time to figure out that when using models, you need to ensure that you set a unique element_type member to return that model when querying the graph.
Is there a reason why Model.element_type defaults to none and not something like .__class__.__name__?
Thanks for the great library.
The text was updated successfully, but these errors were encountered:
It took me a little bit of time to figure out that when using models, you need to ensure that you set a unique
element_type
member to return that model when querying the graph.Is there a reason why
Model.element_type
defaults to none and not something like.__class__.__name__
?Thanks for the great library.
The text was updated successfully, but these errors were encountered: