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
graphene_mongo.converter.MongoEngineConversionError: Don't know how to convert the MongoEngine field <mongoengine.fields.BinaryField object at 0x000001B649C00250> (<class 'mongoengine.fields.BinaryField'>)
This is what I am getting, Please Help.!
Thanks
The text was updated successfully, but these errors were encountered:
@bansalnaman15 Can you give a bit more context here on the type of data stored in the binary and which Graphql scalar you expect the field to be converted into?
As a workaround for now, you may exclude the field from the MongoEngineObjectType to prevent getting this error. If you expect the BinaryField to be converted to a string, you can then define a custom resolver and convert the data explicitly inside the resolver.
This is what I am getting, Please Help.!
Thanks
The text was updated successfully, but these errors were encountered: