githubEdit

Ottergram

Level: Easy Points: 10 Type: Daily Challenge

After sign-up / login flow. There is a POST request to /graphql which fetch the analytics.

Viewing it in proper format

We can edit the userId field and get analytics of another user. admin's userid is 2

Dumping the ENTIRE Schema

explaination

Key Findings

There are 2 queries and the User type has juicy fields:

Query
Returns

analytics(userId)

Analytics

user(???)

User with email, password, role

Lets get the username and password data.

Last updated