Tag: graphql
🪆Nested Projections With Pagination In Gql Hot Chocolate
One of the key benefits of GraphQL is the ability to control the shape of the data returned, reducing over-fetching and under-fetching. we will explore nested projections with pagination in Gql Hot Chocolate to efficiently retrieve and paginate data in a GraphQL API
☕Error Handling in GraphQL With Hot Chocolate
Simplifying error handling in GraphQL APIs with unions and custom error types, improving your API's responses and user experience using dotnet and hot chocolate