Tags: Milad2017/graphql-dotnet
Tags
Fix memory issue with WriteToStringAsync (graphql-dotnet#909) * Fix memory issue with WriteToStringAsync * Remove global.json with choco install in appveyor.yml * Throw errors on invalid arguments
Await metrics middleware, fix time converter (graphql-dotnet#865) * Update readme * Metrics fix, branch name fix * Await field instrumentation * Always write extensions * Enable metrics in Harness * Include metrics with errors * Bump version to 2.2.0
Fix issue with Date as variable (graphql-dotnet#745) fixes graphql-dotnet#744
Added Date, DateTime, DateTimeOffset and TimeSpan Scalar Types (graph… …ql-dotnet#665) * Use default DateFormatString & IsoDateFormat is already the default. * Add TimeSpanMillisecondsGraphType & TimeSpanMillisecondsGraphType * Fix TimeSpanSecondsGraphType serialize * Fix DateTime to DateTimeOffset conversion * Add TimeSpanSecondsGraphType and TimeSpanMillisecondsGraphType to GraphTypesLookup * Fix SchemaPrinterTests tests * Fix RegisteredInstanceTests tests * Fix MutationTests * Fix SchemaIntrospectionTests * Fix StarWarsIntrospectionTests * Add TimeSpanMillisecondsGraphTypeTests and fix * Fix TimeSpanMillisecondsGraphType TimeSpan parsing * Add DateGraphTypeTests * Remove skipped test * Add DateTimeOffsetGraphTypeTests * Add TimeSpanSecondsGraphTypeTests * Remove tests no longer needed
graphql-dotnet#529 adding support for IEnumerable type arguments othe… …r than generic lists (graphql-dotnet#533)
485 - wrap resolve result data Wrap resolve result value data into dictionary
Fix index issues in MethodModelBinderResolver * Add ability to include UserContext Fixes graphql-dotnet#455
PreviousNext