summaryrefslogtreecommitdiffstats
path: root/gpt4free/quora/graphql/DeleteHumanMessagesMutation.graphql
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-29 13:07:38 +0200
committerGitHub <noreply@github.com>2023-04-29 13:07:38 +0200
commite4aac28186318ddfe49878cacd8676bc7c62f87d (patch)
tree4a4f9315dfea90c6431e15a0db6f2af0d7832592 /gpt4free/quora/graphql/DeleteHumanMessagesMutation.graphql
parentUpdate README.md (diff)
parentrefactored code (diff)
downloadgpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.tar
gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.tar.gz
gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.tar.bz2
gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.tar.lz
gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.tar.xz
gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.tar.zst
gpt4free-e4aac28186318ddfe49878cacd8676bc7c62f87d.zip
Diffstat (limited to 'gpt4free/quora/graphql/DeleteHumanMessagesMutation.graphql')
-rw-r--r--gpt4free/quora/graphql/DeleteHumanMessagesMutation.graphql7
1 files changed, 7 insertions, 0 deletions
diff --git a/gpt4free/quora/graphql/DeleteHumanMessagesMutation.graphql b/gpt4free/quora/graphql/DeleteHumanMessagesMutation.graphql
new file mode 100644
index 00000000..42692c6e
--- /dev/null
+++ b/gpt4free/quora/graphql/DeleteHumanMessagesMutation.graphql
@@ -0,0 +1,7 @@
+mutation DeleteHumanMessagesMutation($messageIds: [BigInt!]!) {
+ messagesDelete(messageIds: $messageIds) {
+ viewer {
+ id
+ }
+ }
+}