Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
monra
/
freegpt-webui
like
58
Running
App
Files
Files
Community
4
724f683
freegpt-webui
/
g4f
/
.v1
/
gpt4free
/
quora
/
graphql
/
StaleChatUpdateMutation.graphql
monra
Adds all providers from the original API
d4adf88
over 1 year ago
raw
Copy download link
history
blame
Safe
159 Bytes
mutation
StaleChatUpdateMutation
(
$chatId
: BigInt
!
)
{
staleChatUpdate
(
chatId
:
$chatId
)
{
message
{
...
MessageFragment
}
}
}