Closed
Description
Hello,
I am trying to use hybrid_property as a property on a GraphQL response. However, when I execute the GraphQL request, I am receiving an error stating the property cannot be found.
Are SQlAlchemy hybrid_property attributes currently supported?
Thanks,
G
@hybrid_property
def document_count(self):
return len(self.linked_documents)
Metadata
Metadata
Assignees
Labels
No labels