aws-samples / aws-samples/aws-appsync-resolver-samples
DISTINCT field missing
Open
- Dominant language
- JavaScript
- Stars
- 75
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
The select utility should have a field to apply DISTINCT to the query.
Right now, in the select() function I don't see any field dedicated to defining SELECT DISTINCT, and this would be a great addition the this amazing utility here.
Contributor guide
Research direction
Locate the select() utility mentioned in the issue and inspect how it builds query selections and how related behavior is tested. Done means the utility exposes a DISTINCT option and the resulting query includes DISTINCT when that option is used.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100