Skip to main content
Glama
solution-articles.ts857 B
/** * GraphQL query for fetching solutions for a problem on LeetCode Global * `orderBy` can be one of [HOT, MOST_RECENT, MOST_VOTES] */ export const SOLUTION_ARTICLES_QUERY = ` query ugcArticleSolutionArticles( $questionSlug: String! $orderBy: ArticleOrderByEnum $userInput: String $tagSlugs: [String!] $skip: Int $before: String $after: String $first: Int $last: Int $isMine: Boolean ) { ugcArticleSolutionArticles( questionSlug: $questionSlug orderBy: $orderBy userInput: $userInput tagSlugs: $tagSlugs skip: $skip first: $first before: $before after: $after last: $last isMine: $isMine ) { totalNum pageInfo { hasNextPage } edges { node { title topicId summary slug canSee hasVideoArticle } } } }`;

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