gpt4free-original/quora/graphql/StaleChatUpdateMutation.gra...

8 行
159 B
GraphQL
Raw 通常表示 履歴

2023-03-30 05:10:42 +09:00
mutation StaleChatUpdateMutation($chatId: BigInt!) {
staleChatUpdate(chatId: $chatId) {
message {
...MessageFragment
}
}
}