@lambda hook function not called unless ID field is queried

Actually, after additional observations, I see the parent object passed to the lambda function only contains the fields that were queried in graphql. However the docs here says:

The parent receives all immediate fields of that object, whether or not they were actually queried.

1 Like