summaryrefslogtreecommitdiffstats
path: root/g4f/.v1/gpt4free/quora/graphql/SendVerificationCodeForLoginMutation.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/.v1/gpt4free/quora/graphql/SendVerificationCodeForLoginMutation.graphql')
-rw-r--r--g4f/.v1/gpt4free/quora/graphql/SendVerificationCodeForLoginMutation.graphql12
1 files changed, 0 insertions, 12 deletions
diff --git a/g4f/.v1/gpt4free/quora/graphql/SendVerificationCodeForLoginMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/SendVerificationCodeForLoginMutation.graphql
deleted file mode 100644
index 45af4799..00000000
--- a/g4f/.v1/gpt4free/quora/graphql/SendVerificationCodeForLoginMutation.graphql
+++ /dev/null
@@ -1,12 +0,0 @@
-mutation SendVerificationCodeForLoginMutation(
- $emailAddress: String
- $phoneNumber: String
-) {
- sendVerificationCode(
- verificationReason: login
- emailAddress: $emailAddress
- phoneNumber: $phoneNumber
- ) {
- status
- }
-}