summaryrefslogtreecommitdiffstats
path: root/g4f/.v1/gpt4free/quora/graphql/LoginWithVerificationCodeMutation.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/.v1/gpt4free/quora/graphql/LoginWithVerificationCodeMutation.graphql')
-rw-r--r--g4f/.v1/gpt4free/quora/graphql/LoginWithVerificationCodeMutation.graphql13
1 files changed, 0 insertions, 13 deletions
diff --git a/g4f/.v1/gpt4free/quora/graphql/LoginWithVerificationCodeMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/LoginWithVerificationCodeMutation.graphql
deleted file mode 100644
index 723b1f44..00000000
--- a/g4f/.v1/gpt4free/quora/graphql/LoginWithVerificationCodeMutation.graphql
+++ /dev/null
@@ -1,13 +0,0 @@
-mutation LoginWithVerificationCodeMutation(
- $verificationCode: String!
- $emailAddress: String
- $phoneNumber: String
-) {
- loginWithVerificationCode(
- verificationCode: $verificationCode
- emailAddress: $emailAddress
- phoneNumber: $phoneNumber
- ) {
- status
- }
-}