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)