Skip to content

feat(graphql): integrate all resolvers into unified GraphQL schema (#109)#145

Open
ritik4ever wants to merge 1 commit intoNFTopia-Foundation:mainfrom
ritik4ever:feature/unified-graphql-schema
Open

feat(graphql): integrate all resolvers into unified GraphQL schema (#109)#145
ritik4ever wants to merge 1 commit intoNFTopia-Foundation:mainfrom
ritik4ever:feature/unified-graphql-schema

Conversation

@ritik4ever
Copy link
Copy Markdown

Adds ListingResolver, AuctionResolver, OrderResolver, and UserResolver to the GraphQL gateway, completing the unified schema for all core entities.

New GraphQL types for Listing, Auction, Order, and User with enum registration
New input types for filtering and mutations (create listing/auction, place bid, order filters)
Full CRUD-style resolvers wired to existing service layer with auth guards on write operations
Unit specs for all four new resolvers (query, mutation, auth rejection, not-found cases)
ListingModule and AuctionModule now export their services for consumption by the GraphQL module
GraphqlGatewayModule imports all four feature modules
Closes #109

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 28, 2026

@ritik4ever Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@ritik4ever
Copy link
Copy Markdown
Author

@Oluwaseyi89 please reveiw my PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integrate all implemented resolvers (NFT, Collection, Listing, Auction, Order) into a unified GraphQL schema

1 participant