Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
leurez
/
Adam
like
0
Build error
App
Files
Files
Community
9f9deb3
Adam
/
poe
/
graphql
/
DeleteHumanMessagesMutation.graphql
t.me/xtekky
poe api gpt-4
1396122
over 1 year ago
raw
Copy download link
history
blame
Safe
160 Bytes
mutation
DeleteHumanMessagesMutation
(
$messageIds
:
[
BigInt
!
]
!
)
{
messagesDelete
(
messageIds
:
$messageIds
)
{
viewer
{
id
}
}
}