Skip to main content
Glama
solution-articles.ts719 B
/** * GraphQL query for fetching solutions for a problem on LeetCode CN * `orderBy` can be one of [DEFAULT, MOST_UPVOTE, HOT, NEWEST_TO_OLDEST, OLDEST_TO_NEWEST] */ export const SOLUTION_ARTICLES_QUERY = ` query questionTopicsList( $questionSlug: String! $skip: Int $first: Int $orderBy: SolutionArticleOrderBy $userInput: String $tagSlugs: [String!] ) { questionSolutionArticles( questionSlug: $questionSlug skip: $skip first: $first orderBy: $orderBy userInput: $userInput tagSlugs: $tagSlugs ) { totalNum edges { node { slug canSee topic { id } videosInfo { coverUrl } } } } }`;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jinzcdev/leetcode-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server