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
__eq__ is not defined on graphene.ObjectType classes
Please add it so we can compare two instances of classes which inherit from graphene.ObjectType
using self.assertEquals(obj, obj_other)
The text was updated successfully, but these errors were encountered:
spacether
changed the title
Unable to compare two instances of graphene.Object classes
Unable to compare two instances of graphene.ObjectType classes
Apr 10, 2020
__eq__
is not defined on graphene.ObjectType classesPlease add it so we can compare two instances of classes which inherit from graphene.ObjectType
using
self.assertEquals(obj, obj_other)
The text was updated successfully, but these errors were encountered: