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