The MatchOn method (https://github.com/corstian/Boerman.GraphQL.Contrib/blob/master/Boerman.GraphQL.Contrib/DataLoaders/GenericEntityFrameworkDataLoader.cs) does not produce queries which work properly with EF Core 3.0 because it uses the ICollection interface.
Change this to IList to make it work properly again.