Closed aonomike closed 5 years ago
The number of causes returned for both Trending Causes and Campaigns Ending soon should be limited to 2 records.
All records for existing causes are returned.
Add limit: 2 argument to the gql dataloader resolver
Add args as part of causes query and have the front pass limit it to 2
Expected Behavior
The number of causes returned for both Trending Causes and Campaigns Ending soon should be limited to 2 records.
Current Behavior
All records for existing causes are returned.
Possible Solution
Add limit: 2 argument to the gql dataloader resolver
Possible Implementation
Add args as part of causes query and have the front pass limit it to 2