Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Jun 4, 2024
1 parent 76cfa77 commit fe8a7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/planner/mapper/select.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe8a7d4

Please sign in to comment.