Skip to content

Tags: Milad2017/graphql-dotnet

Tags

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v2.3.0

Toggle v2.3.0's commit message
Bump version to 2.3.0

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v2.0

Toggle v2.0's commit message
Official 2.0 release

v2.0.0-alpha-951

Toggle v2.0.0-alpha-951's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue with Date as variable (graphql-dotnet#745)

fixes graphql-dotnet#744

v2.0.0-alpha-947

Toggle v2.0.0-alpha-947's commit message
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

v2.0.0-alpha-839

Toggle v2.0.0-alpha-839's commit message
graphql-dotnet#529 adding support for IEnumerable type arguments othe…

…r than generic lists (graphql-dotnet#533)

v2.0.0-alpha-820

Toggle v2.0.0-alpha-820's commit message
485 - wrap resolve result data

Wrap resolve result value data into dictionary

v2.0.0-alpha-817

Toggle v2.0.0-alpha-817's commit message
Fix index issues in MethodModelBinderResolver

* Add ability to include UserContext

Fixes graphql-dotnet#455

v2.0.0-alpha-811

Toggle v2.0.0-alpha-811's commit message
Cleanup IValue