So i’m trying to upload an image to facebook graph API whatsapp media (having a hard time with how they name things) i tried on postman first and successfully get the uploaded media ID, but when i tried this on python with request objects i got error response 400 something like this: … Param file must be a file with
Tag: facebook-graph-api
Graphene Mutation error, fields must be a mapping (dict / OrderedDict)
I’m starting to wrap my head around with GraphQl/Graphene. I’m building a schema connected to a MongoDB. All seems to work so far except mutations. I’ve been following the example here and here without luck. Can someone point me towards what I’m doing wrong? Thanks in advance. The code above generates this error: AssertionError: CreateAddress fields must be a mapping