Skip to content

Is this a bug? graphql.service.ts::buildFilterQuery fails when using directly using a complex object #1128

Closed Answered by Harsgalt86
Harsgalt86 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks, I've opened a PR request with an explanation of why "null coalescing" to undefined works
#1130

but will also address here
set(o[k] is undefined then pass undefined // this is true, but I'm also saying
set(o[k] is null then pass undefined // which makes use of the property's default property which null doesn't (null stays null)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Harsgalt86
Comment options

Answer selected by Harsgalt86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants