u/Intelligent-Unit1650

while researching an endpointfound this arguement though an api

{"operationName":"LoginUserViaFederator",

"variables":{"email":"dwadaw@dwa.com","password":"dwawd"},

"query":"mutation LoginUserViaFederator($email: Email!, $password: String!) {\n  loginUserViaFederator(email: $email, password: $password) {\n    ... on LoginFederatorRes {\n      flowId\n      channel\n      value\n      otpSent\n      alternateChannelValue\n      __typename\n    }\n    ... on LoginUserInfo {\n      email\n      emailStatus\n      mobile\n      mobileStatus\n      firstName\n      success\n      state\n      __typename\n    }\n    __typename\n  }\n}"}

I tried changing the input in query an it gave an graphql_validation_failed

Any advice of what I should input there?

reddit.com
u/Intelligent-Unit1650 — 13 hours ago