Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
GitHub Projects MCP Server
Claim
by
taylor-lindores-reeves
GitHub
Version Control
Developer Tools
TypeScript
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
graphql
src/graphql/issues
src/graphql/projects
src/graphql/repositories
src/graphql/index.ts
// Export all GraphQL operations from subdirectories export * from "./issues/index.js"; export * from "./projects/index.js"; export * from "./repositories/index.js"; // users operations will be added when created