While mutating shares of a Post, I get “Variable ‘$postId’ got invalid value {‘isTrusted’: True, ‘_vts’: 1714830156331} ID cannot represent value
Using Vue 3 and Django backend using Graphql, I want to count button click shares.The problem is referring to PostId of Post model in django and graphene-django gives me error: "Variable '$postId' got invalid value {'isTrusted': True, '_vts': 1714830156331} ID cannot represent value
. How can I refer to PostId from the Django database?