ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
Capstone: Complete ParcelHub API Quiz
Question 1 of 10
Score: 0/10
A client sends a GraphQL query requesting only the trackingNumber and price of parcels, but the resolver returns IQueryable<Parcel> with [UseProjection]. What happens at the database level?
EF Core loads all columns and HotChocolate strips the extras in memory
EF Core generates a SELECT with only the TrackingNumber and Price columns
EF Core throws an exception because the full entity is not materialized
HotChocolate ignores projections on IQueryable and loads everything
Check Answer
Previous
Finish
Capstone: Complete ParcelHub API Quiz - Anko Academy