From f3609e6f97c190ddaff92da71e161b2c7f510bdc Mon Sep 17 00:00:00 2001 From: Kaif Date: Wed, 3 Jun 2026 03:21:08 +0530 Subject: [PATCH] refactor: update query for leetcode (#2727) --- maigret/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index 446b5dad..ac39323f 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -6284,7 +6284,7 @@ "checkType": "message", "requestMethod": "POST", "requestPayload": { - "query": "{{ matchedUser(username: \"{username}\") {{ username }} }}" + "query": "{{ matchedUser(username: \"{username}\") {{ username profile {{ realName aboutMe userAvatar countryName company school ranking }} }} }}" }, "headers": { "Content-Type": "application/json"