feat(plugins/leetcode): add plugin (#1213) [skip ci]
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
query Languages ($username: String!) {
|
||||
matchedUser(username: $username) {
|
||||
languageProblemCount {
|
||||
languageName
|
||||
problemsSolved
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user