Absinthe Result List with Partial Errors

What should I return if I have a resolver that should return, say, a list of users -

  • but the some of the users in the list may not be valid?

(e.g. the data from the DB does not pass whatever validation rules we have set up)

I should know this.. But I cannot think of the solution : )