- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for parse_obj (0.05 sec)
-
.github/actions/notify-translations/app/main.py
) response = AddCommentResponse.parse_obj(data) return response.data.addDiscussionComment.comment def update_comment(*, settings: Settings, comment_id: str, body: str): data = get_graphql_response( settings=settings, query=update_comment_mutation, comment_id=comment_id, body=body, ) response = UpdateCommentResponse.parse_obj(data)
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Jul 29 23:35:07 UTC 2024 - 12.4K bytes - Viewed (0)