-
Notifications
You must be signed in to change notification settings - Fork 227
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)
rayvace, makmanalp, kvey, abeaclark and athal7
Metadata
Metadata
Assignees
Labels
No labels