We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b6498 commit dd07ed5Copy full SHA for dd07ed5
lib/idp_common_pkg/idp_common/appsync/client.py
@@ -93,7 +93,7 @@ def execute_mutation(
93
request = AWSRequest(
94
method="POST",
95
url=self.api_url,
96
- data=json.dumps(data).encode(),
+ data=json.dumps(data, default=str).encode(),
97
headers={
98
"Content-Type": "application/json",
99
"Accept": "application/json",
0 commit comments