diff --git a/internal/planner/mapper/select.go b/internal/planner/mapper/select.go index eebb4033f2..5d9e8d39f0 100644 --- a/internal/planner/mapper/select.go +++ b/internal/planner/mapper/select.go @@ -39,7 +39,7 @@ type Select struct { // Selects. Fields []Requestable - // SkipResolve is a flag that indicates that the fields in this Select don't need to be resolved, + // SkipResolve is a flag that indicates that the fields in this Select don't need to be resolved, // i.e. it's value doesn't need to be fetched and provided to the user. // It is used to avoid resolving related objects if they are used only in a filter and not requested in a response. SkipResolve bool