poe api gpt-4
This commit is contained in:
7
poe/graphql/StaleChatUpdateMutation.graphql
Normal file
7
poe/graphql/StaleChatUpdateMutation.graphql
Normal file
@@ -0,0 +1,7 @@
|
||||
mutation StaleChatUpdateMutation($chatId: BigInt!) {
|
||||
staleChatUpdate(chatId: $chatId) {
|
||||
message {
|
||||
...MessageFragment
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user