src/Epam.GraphQL/Builders/MutableLoader/Implementations/FromBatchEnumerableEditableBuilder.cs (8 lines): - line 30: // TODO Implement AndFromBatch method - line 38: // TODO Implement AndFromBatch method - line 47: // TODO Implement AndFromBatch method - line 56: // TODO Implement AndFromBatch method - line 64: // TODO Implement AndFromBatch method - line 72: // TODO Implement AndFromBatch method - line 81: // TODO Implement AndFromBatch method - line 90: // TODO Implement AndFromBatch method src/Epam.GraphQL/Loaders/MutableLoader.cs (3 lines): - line 279: // TODO Optimization of proxy creation - line 281: var prevEntityProxy = prevEntity; // TODO transform by calling InputObjectGraphTypeConfigurator.ProxyAccessor.CreateSelectorExpression(context.UserContext, nextItemToUpdate.Properties.Keys).Compile() - line 293: // TODO Don't create another IResolveFieldContext; reuse existing one src/Epam.GraphQL/Types/ConnectionGraphType.cs (2 lines): - line 25: // TODO Type name should be the same as an entity type name (e.g. for two loaders for the same entity and field set) - line 65: // TODO Type name should be the same as an entity type name (e.g. for two loaders for the same entity and field set) src/Epam.GraphQL/Configuration/Implementations/ProxyAccessor.cs (2 lines): - line 387: // TODO Refactor - line 414: // TODO Refactor it (should we query 'queriedFields'?) src/Epam.GraphQL/Types/SubmitInputGraphType.cs (1 line): - line 15: // TODO Type name should be taken from registry? src/Epam.GraphQL/Types/MutationResultGraphType.cs (1 line): - line 15: // TODO Type name should be taken from registry? src/Epam.GraphQL/Relay/ConnectionUtils.cs (1 line): - line 132: TotalCount = totalCount ?? -1, // TODO: Connection.TotalCount should be nullable src/Epam.GraphQL/Configuration/Implementations/Fields/UnionField.cs (1 line): - line 74: // TODO Argument build is not used there src/Epam.GraphQL/Configuration/Implementations/Fields/ChildFields/ConnectionLoaderFieldBase.cs (1 line): - line 63: // TODO Make Dummy IConnectionField implementation src/Epam.GraphQL/Filters/Implementations/InlineFilters.cs (1 line): - line 45: // TODO Checks for Not, And and Or property names and raise exception src/Epam.GraphQL/Configuration/Implementations/Fields/FieldBase.cs (1 line): - line 205: return field.Name == Name; // TODO check for actual field type equality src/Epam.GraphQL/Builders/MutableLoader/Implementations/FieldBuilder.cs (1 line): - line 152: // TODO All other methods in this class should change Field.ConfigurationContext src/Epam.GraphQL/Configuration/RelationRegistry.cs (1 line): - line 35: // TODO It seems like `RelationRegistry` is not good name for this class. Is `ConfigurationRegistry` better choice? src/Epam.GraphQL/Configuration/Implementations/BaseObjectGraphTypeConfigurator.cs (1 line): - line 485: // TODO should be generated by RelationRegistry src/Epam.GraphQL/Extensions/DictionaryExtensions.cs (1 line): - line 68: propertyList.Add(tb.DefineProperty(backingField, prop.Name)); // TODO Check if baseInterface should be passed to DefineProperty for interfaces src/Epam.GraphQL/Types/SortingOptionGraphType.cs (1 line): - line 15: // TODO Type name should be taken from registry? src/Epam.GraphQL/Helpers/ConditionExpressionRewriter.cs (1 line): - line 243: // TODO Move all this stuff to ExpressionExtensions src/Epam.GraphQL/Types/FieldNameGraphType.cs (1 line): - line 20: // TODO Type name should be taken from registry? src/Epam.GraphQL/Filters/Inputs/FilterBase.cs (1 line): - line 10: // TODO Come up with making both this and Proxy<> types internal src/Epam.GraphQL/Types/GroupConnectionGraphType.cs (1 line): - line 16: // TODO Type name should be the same as an entity type name (e.g. for two loaders for the same entity and field set) src/Epam.GraphQL/Schema/Query.cs (1 line): - line 55: // TODO Make Dummy IConnectionField implementation src/Epam.GraphQL/Configuration/Implementations/Relations/Relation.cs (1 line): - line 202: // TODO: This works only in a few cases. Make field registry for every type. src/Epam.GraphQL/Types/SubmitOutputGraphType.cs (1 line): - line 15: // TODO Type name should be taken from registry? src/Epam.GraphQL/Types/SubmitOutputItemGraphType.cs (1 line): - line 18: // TODO Type name should be taken from registry?