Fix GraphQL Implementation and also UI Playground and add supports for Oracle Provider using EF Core ...
This commit is contained in:
@@ -24,6 +24,6 @@ namespace xDataService.Configuration
|
||||
/// Holds Seeding items ...
|
||||
/// nameof(TEntity) => TEntity
|
||||
/// </summary>
|
||||
public IDictionary<string, List<dynamic>> SeedItems { get; set; } = new Dictionary<string, List<dynamic>>();
|
||||
public IDictionary<string, List<object>> SeedItems { get; set; } = new Dictionary<string, List<object>>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user