You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure filters are currently working anymore. Additionally there is some ambiguity on proper way to implement this. May want to revisit how the query string is built as a related issue.
The text was updated successfully, but these errors were encountered:
#29 cleans up some of the queries/params, but I do think that some (not all) of the filters have a separate problem (copied from another issue)
I think the problem is with our resolvers, not with the queries or anything we're doing here, but I believe that filters like sourceDbName on interactions are fetching all interactions for genes that have an interaction provided by that source -- rather than fetching just those interactions provided by that source. Ditto pmid and interactionTypes.
I would lean towards removing them for now for this reason -- because they aren't super helpful like this.
I'm not sure filters are currently working anymore. Additionally there is some ambiguity on proper way to implement this. May want to revisit how the query string is built as a related issue.
The text was updated successfully, but these errors were encountered: