We'll need to figure out how to pass along filterModel value (the active filter) inside a GraphQL query so we can access it inside the custom resolvers. Will require some research as filterModel can't just be passed into the where, options, or as another property inside a request
We'll also need to move the sorting and filtering client-side logic of Cohorts view to the GraphQL server as well to be consistent.
We'll need to figure out how to pass along
filterModel
value (the active filter) inside a GraphQL query so we can access it inside the custom resolvers. Will require some research asfilterModel
can't just be passed into thewhere
,options
, or as another property inside a requestWe'll also need to move the sorting and filtering client-side logic of Cohorts view to the GraphQL server as well to be consistent.