Skip to content

Commit

Permalink
provide prefilter inputs to resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Jun 6, 2022
1 parent 7e21ed6 commit 2a4b8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphqlProtocol/filter.ts
Expand Up @@ -445,7 +445,7 @@ export const transformFilterLevel = async (
}

const preFilterFn = preFilter.resolve;
const preFilterAttributes = value[preFilter];
const preFilterAttributes = value[usedPreFilter];

const resolvedList = await preFilterFn(
context,
Expand Down

0 comments on commit 2a4b8cb

Please sign in to comment.