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