-
Notifications
You must be signed in to change notification settings - Fork 35
[Backend] Implement GraphQL API #183
Copy link
Copy link
Closed
Labels
BackendGrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardOfficial CampaignCampaign: Official CampaignCampaign: Official Campaignapigraphql
Metadata
Metadata
Assignees
Labels
BackendGrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardOfficial CampaignCampaign: Official CampaignCampaign: Official Campaignapigraphql
Type
Fields
Give feedbackNo fields configured for issues without a type.
Overview
Implement a GraphQL API alongside the REST API for flexible data fetching.
Current State
Requirements
GraphQL Features
GraphQL Tools
Integration
Performance
Technical Details
Files to Create/Modify
backend/src/graphql/(create)backend/src/graphql/schema.ts(create)backend/src/graphql/resolvers/(create)backend/src/graphql/dataloaders.ts(create)backend/src/index.ts(add GraphQL server)Acceptance Criteria
References