Graphql Mutation with multiple selector(using AND operand in where clause)

If you are passing in the id then the extra where clause shouldn’t matter as you are specifically targeting an entry in the database. I don’t believe that Mongo (our implementation of services on mongo, not mongo itself) supports passing in bulk updates, meaning you need to specifically target an entry with an ID.