feat(plugins/leetcode): add plugin (#1213) [skip ci]
This commit is contained in:
18
source/plugins/leetcode/queries/skills.graphql
Normal file
18
source/plugins/leetcode/queries/skills.graphql
Normal file
@@ -0,0 +1,18 @@
|
||||
query Skills ($username: String!) {
|
||||
matchedUser(username: $username) {
|
||||
tagProblemCounts {
|
||||
advanced {
|
||||
tagName
|
||||
problemsSolved
|
||||
}
|
||||
intermediate {
|
||||
tagName
|
||||
problemsSolved
|
||||
}
|
||||
fundamental {
|
||||
tagName
|
||||
problemsSolved
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user