roschaefer b0d20ede71 Fix #2294
Ideally we would not have this inconsistent edge case that we filter
through the user type. Much better would be a graphql query like:

```graphql
{
  User(filter: { primary_email: { email: "something@example.org" } }) {
    id
    name
    slug
  }
}
```
2019-11-19 21:24:58 +01:00
..
2019-10-11 15:22:59 +02:00
2019-10-14 16:42:11 +02:00
2019-11-05 00:06:15 +01:00
2019-11-06 18:32:25 +01:00
2019-11-12 13:26:30 +01:00
2019-11-05 00:06:15 +01:00
2019-11-16 20:21:27 +01:00
2019-09-20 16:52:12 +03:00
2019-05-31 19:31:39 +02:00
2019-05-31 19:31:39 +02:00
2019-11-11 08:52:04 +01:00
2019-11-15 11:04:07 +01:00
2019-11-05 18:06:10 +01:00
2019-08-02 14:26:06 +02:00
2019-10-14 15:17:49 -04:00
2019-10-03 16:39:32 +02:00
2019-11-19 21:24:58 +01:00
2019-11-19 21:24:58 +01:00