Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

graphql-dotnet

We are on a mission to provide an easy to use GraphQL server implementation for .NET.
Collective - Host: opensource - https://opencollective.com/graphql-net - Code: https://github.com/graphql-dotnet/graphql-dotnet

Add possibility to set Data in ExecutionErrors ctor (#734)

* add possibility to set data in ExecutionError ctor
* foreach on empty collection wouldn't add...

github.com/graphql-dotnet/graphql-dotnet - 4828e84483145ce145ad65ddf4848b54b5962dba authored over 6 years ago by Michał Niegrzybowski <[email protected]>
generate Apollo Tracing report from execution metrics. fixes #381 (#722)

* generate Apollo Tracing report from execution metrics. fixes #381
* fix using statement place...

github.com/graphql-dotnet/graphql-dotnet - fbfc8c3ebe86fbeed7ca5ccb378252cb9e994ae9 authored over 6 years ago by csboling <[email protected]>
#475 when registering a field throw an error if the name doesn't match the spec (#717)

* Add field name validator as stated in spec.
* null is allowed for now
* Use field name valid...

github.com/graphql-dotnet/graphql-dotnet - d4717ba0978d4f424d692295a9239c3f49b42687 authored over 6 years ago by Vedant Koditkar <[email protected]>
#472 add UriGraphType (#706)

* #472 add UriGraphType

* #472 add tests to serialize method

* #472 a couple of changes af...

github.com/graphql-dotnet/graphql-dotnet - 45c5fae4c6a40e979878645322e560c1725d913a authored over 6 years ago by Michał Niegrzybowski <[email protected]>
#625 rename GraphTypeRegistries and move them to the same location (#711)

github.com/graphql-dotnet/graphql-dotnet - d7f27f7f1286333b0cccba8b4b597e30741961ef authored over 6 years ago by Michał Niegrzybowski <[email protected]>
#587 inputobjectgraphtype referencing an objectgraphyype should throw specific error (#720)

* Change AddField method in ComplexGraphType to be virtual

* Override AddField method in Inpu...

github.com/graphql-dotnet/graphql-dotnet - ba812e71b8ed438a41693ca64dbe54a9c1903144 authored over 6 years ago by Vedant Koditkar <[email protected]>
#606 boolean graph type not converting numerical string (#701)

* #606 Add support for converting "1" and "0" to boolean

* #606 Change BooleanGraphType Seria...

github.com/graphql-dotnet/graphql-dotnet - 53d1602a36c6df05cc52d0744966228c464fc8d6 authored over 6 years ago by Vedant Koditkar <[email protected]>
Make complexity analysis pass threadsafe (#707)

* Rework analyzer to put result, fragment map and complexity result into a single context object...

github.com/graphql-dotnet/graphql-dotnet - e171159baad657d8ee8fb601b51d518bcea0e474 authored over 6 years ago by Alex Henderson <[email protected]>
fix(AstPrinter): adds inline fragment to config (#710)

github.com/graphql-dotnet/graphql-dotnet - ad86133fe335eee1c7275b5190b5145d0e0023e3 authored over 6 years ago by PascalSenn <[email protected]>
Change return type of DataLoader batches to IDictionary instead of Dictionary (#709)

github.com/graphql-dotnet/graphql-dotnet - 0eb4f431e22c947e2f54d33e4d5a90dd884d90f7 authored over 6 years ago by Mathias Vestergaard <[email protected]>
Fix issue with graphql-dotnet where multiple interfaces would correctly register from a .graphqls. (#704)

github.com/graphql-dotnet/graphql-dotnet - 80689ba735032076831e4f9a1a952e12a37f8171 authored over 6 years ago by Noah Shipley <[email protected]>
IsTypeOfFunc may be specified through GraphQLMetadata (#698)

* IsTypeOfFunc may be specified through GraphQLMetadata when schema language is employed to gene...

github.com/graphql-dotnet/graphql-dotnet - 68789f54a523acbd2522936259b2273bfb762688 authored over 6 years ago by Eugen Paval <[email protected]>
#696 reset counter (#699)

github.com/graphql-dotnet/graphql-dotnet - eac803b8e2882092ec0c6f5c207004483752ade3 authored over 6 years ago by Michał Niegrzybowski <[email protected]>
Add support to return IEnumerable as a ListGraphType (#700)

* Add support to return IEnumerable, ICollection, IReadOnlyCollection, IReadOnlyList as a ListGr...

github.com/graphql-dotnet/graphql-dotnet - 7c4a441c690d7285cbd062b9ca78d19e0fec1f87 authored over 6 years ago by Michał Niegrzybowski <[email protected]>
Fix Typos (#697)

change contet to context

github.com/graphql-dotnet/graphql-dotnet - 5ac7bce368eb6690ed52f8473115faa10d0ce467 authored over 6 years ago by Vedant Koditkar <[email protected]>
Add link to documentation in README

github.com/graphql-dotnet/graphql-dotnet - 96fed2562e41bb2344b7cd43c03fdc430d078b18 authored over 6 years ago by Joe McBride <[email protected]>
default data property in ExecutionError to empty dictionary (#689)

* default data property in ExecutionError to empty dictionary

* override Data field instead o...

github.com/graphql-dotnet/graphql-dotnet - 3f2355aacd6cfd8e080dba1d802b2fa00f958f85 authored over 6 years ago by Alexander Rose <[email protected]>
Generic return type for TryAsyncResolve (#634)

* Generic return type for TryAsyncResolve

* Fixes for try_resolve_async_invokes_error_handler...

github.com/graphql-dotnet/graphql-dotnet - c66b6c0b4cde1cdd7b93d025c60b169f9a0c81d4 authored over 6 years ago by Antão Almada <[email protected]>
Add int to double conversion (#686)

github.com/graphql-dotnet/graphql-dotnet - d8f2d5f1eec6ec85a273337e4e49c9b0441bcaee authored over 6 years ago by Evgeny Grebenyuk <[email protected]>
Allow before and after to be used together and with first or last (#681)

github.com/graphql-dotnet/graphql-dotnet - c8433270d5f226427396989bd8c4710b6f19ecc6 authored over 6 years ago by Muhammad Rehan Saeed <[email protected]>
Add ConnectionBuilder.ResolveAsync (#680)

github.com/graphql-dotnet/graphql-dotnet - 594e78fd57581f3de9082639d8ddfa23674ba377 authored over 6 years ago by Muhammad Rehan Saeed <[email protected]>
First Should Return DefaultPageSize (#677)

* First Should Return DefaultPageSize

If the `first` and `last` properties are not set, `firs...

github.com/graphql-dotnet/graphql-dotnet - 82416fcb945d0e1be9c9285491a077b982fe4f3e authored over 6 years ago by Muhammad Rehan Saeed <[email protected]>
Add unique directive per location validation rule to default list (#660)

* Add unique directive per location validation rule to default list
* AppVeyor tweaks

github.com/graphql-dotnet/graphql-dotnet - d1e83672044e554b6e3c0de2c5386eaae8ffb6a1 authored over 6 years ago by Joe McBride <[email protected]>
Support for arrays conversions #404 (#601)

* Support for arrays conversions

* Removed unnecessary else

* Unit tests for array convers...

github.com/graphql-dotnet/graphql-dotnet - 915b63ab4a7abc319bbaae7c34f5987f2948612e authored over 6 years ago by wiktor-golonka <[email protected]>
Use IGraphType interce with QueryArgument (#657)

Closes #630

github.com/graphql-dotnet/graphql-dotnet - 6385f2b9a7ecf9a1f4c89bfc14e29fa06652c565 authored over 6 years ago by Joe McBride <[email protected]>
Update getting-started.md

github.com/graphql-dotnet/graphql-dotnet - 2775a9ab16934cc744fd94b9fc75d6e21134f03e authored over 6 years ago by Joe McBride <[email protected]>
Update LICENSE.md

github.com/graphql-dotnet/graphql-dotnet - 78f670f125fc8ac6f15cdf18fe5431aa5c54aeff authored over 6 years ago by Joe McBride <[email protected]>
Update README.md

github.com/graphql-dotnet/graphql-dotnet - 4da9b6465c1956533687781f46f8a56c799fd921 authored over 6 years ago by Joe McBride <[email protected]>
Remove examples, add harness (#652)

* Moved all examples to their own repo
* Added test harness with Alba setup

github.com/graphql-dotnet/graphql-dotnet - 63685265f97d0ebcd9a688d13a49104c4366a440 authored over 6 years ago by Joe McBride <[email protected]>
Adds extension type support for SchemaBuilder (#635)

* add handling for extension type
* split build_extension_type test into two

github.com/graphql-dotnet/graphql-dotnet - 036cced93f515d724fff050552684cd93c03b7c8 authored over 6 years ago by wingsking <[email protected]>
Refactor value conversion logic into ValueConverter (#646)

* All tests green
* Fix doubles
* Use ValueConverter

github.com/graphql-dotnet/graphql-dotnet - 29f4d7b2a669973c9706ec7c285f32bbae794545 authored over 6 years ago by Pekka Heikura <[email protected]>
Order fields alphabetically in introspection types (#645)

* Order fields alphabetically in introspection types
* Update tests to account for ordered fiel...

github.com/graphql-dotnet/graphql-dotnet - c333b75446716a4a793d29323b291ab676984cee authored over 6 years ago by Mathias Vestergaard <[email protected]>
Add [Serializable] attribute to all exceptions. (#641)

* Add [Serializable] attribute to all exceptions.

Newtonsoft.Json 11.0.1 [release notes](http...

github.com/graphql-dotnet/graphql-dotnet - 1842756f1ef4b190c19994fb53f92fb80701968b authored over 6 years ago by Anatoly Popov <[email protected]>
(#573) fix test and use culture test helper (#642)

github.com/graphql-dotnet/graphql-dotnet - 27213ce857483882ed322a4dcb4395054faea6ec authored over 6 years ago by Pekka Heikura <[email protected]>
fix appveyor install order (#644)

install node before npm

github.com/graphql-dotnet/graphql-dotnet - 5be7978c34474ecbde875150a865e0bce4f2edc3 authored over 6 years ago by Daniel Gut <[email protected]>
Remove .NET Core Sample from root project

github.com/graphql-dotnet/graphql-dotnet - 58ba1ea0b769a3fc88c7e8daad45c1c1515f36cf authored over 6 years ago by Joe McBride <[email protected]>
Add request inputs to ValidationContext (#633)

github.com/graphql-dotnet/graphql-dotnet - 1fa0c2e42f4c8ced7c9df5fc542939951167a259 authored over 6 years ago by Mike Lewis <[email protected]>
Fix SchemaPrinter bug + optional print options (#628)

* Fix SchemaPrinter bug + optional print options

* Fix printing of default input values of e...

github.com/graphql-dotnet/graphql-dotnet - 23b955e8f83403189b2fd3655dd0a740b80cd631 authored over 6 years ago by Tommy Lillehagen <[email protected]>
Add error code and data to ExecutionError (#627)

- The error code is derived from the exception name; e.g.,
DatabaseQueryException results in...

github.com/graphql-dotnet/graphql-dotnet - d89d4d96482b0f6aa751973ea84c5bfd8a892460 authored over 6 years ago by Tommy Lillehagen <[email protected]>
Bug fix - handle null list inputs (#626)

Handle issue raised by @amay in the graphql-dotnet/conventions
repository - null literals not t...

github.com/graphql-dotnet/graphql-dotnet - 7ce273848cb9bafdcc4b6e6b0901138d7159802d authored over 6 years ago by Tommy Lillehagen <[email protected]>
Add link to authorization project

github.com/graphql-dotnet/graphql-dotnet - 8bdef0b133bfab4715575e06a824701af3d9fe4a authored almost 7 years ago by Joe McBride <[email protected]>
Add symbol server

github.com/graphql-dotnet/graphql-dotnet - cb41b5051dd2cd67a4a510fe40c8fd37ae10a427 authored almost 7 years ago by Joe McBride <[email protected]>
Include symbols for the nuget packages (#603)

* add --include-symblos to the main nuget package in order to get pdbs and source available via ...

github.com/graphql-dotnet/graphql-dotnet - aad955d293daf0c7cbf7c8fa6650071726bfaa5d authored almost 7 years ago by Denys Zhuravel <[email protected]>
Cancel executions before calling ExecuteNodeAsync (#605)

github.com/graphql-dotnet/graphql-dotnet - 11d61de4e0250bc75763f0d6c57c5e4996cae604 authored almost 7 years ago by Denys Zhuravel <[email protected]>
Fix an issue causing unspecified optional arguments to have value null, when they should not be there at all (#595)

github.com/graphql-dotnet/graphql-dotnet - 41c516a9f4be08d9b338b94c9da39c4c3f35ee7a authored almost 7 years ago by Mathias Vestergaard <[email protected]>
DataLoader fixes (#599)

* Improve DataLoader exception handling/bubbling

* Make sure that data loaders de-dupe keys #571

github.com/graphql-dotnet/graphql-dotnet - 60cf458ce45c1372caff33b7bf398cdd80b50c3d authored almost 7 years ago by John Rutherford <[email protected]>
Add documentation for the DataLoader implementation (#598)

github.com/graphql-dotnet/graphql-dotnet - d2d53cca1be9d68b0d3bf5d9222ea9ebbda48f5c authored almost 7 years ago by John Rutherford <[email protected]>
Fix Typo in GetProperyValue method name (#591)

github.com/graphql-dotnet/graphql-dotnet - ea0a324eb659c309fa70adced3aac5c5922c6a30 authored almost 7 years ago by Lucas <[email protected]>
Adds flexible type registry (#586)

* Adds flexible type registry
* Use a Dictionary for lookup

github.com/graphql-dotnet/graphql-dotnet - 9d8d124b63833637bb9d557906338dd1f9396cd6 authored almost 7 years ago by Jon Phenow <[email protected]>
Have AccessorFieldResolver use context.Source when appropriate (#580)

* Alter SchemaBuilderExecutionTests.can_execute_complex_schema to include Blog.title, thus to fa...

github.com/graphql-dotnet/graphql-dotnet - 4a49ad44ed08c07278a58e9d646b97920eb69847 authored almost 7 years ago by Sean McCarthy <[email protected]>
Ensure field/location on errors (#578)

* Ensure field/location on errors

* Exception test updates

github.com/graphql-dotnet/graphql-dotnet - cc5d15fe68563b206e713d2144e6af9217860630 authored almost 7 years ago by Joe McBride <[email protected]>
Async subscription resolver (#574)

* Add AsyncEventStreamResolver
* Async event stream resolver
* Add field helpers

github.com/graphql-dotnet/graphql-dotnet - d3a6eb91b944d32aaa785c816b0ab7320f02ab1a authored almost 7 years ago by Pekka Heikura <[email protected]>
Schemabuilder updates (#562)

* Add failing test for supporting fields
* Allow TypeConfig to resolve properties in addition t...

github.com/graphql-dotnet/graphql-dotnet - 58b39a97c9c2d87293be6c4c9dc8b4f13ceccd47 authored almost 7 years ago by Joe McBride <[email protected]>
Refactor and optimize execution strategies (#540)

github.com/graphql-dotnet/graphql-dotnet - 514fa76063c05cf3e4d60514c1b6eedb5ac69722 authored almost 7 years ago by John Rutherford <[email protected]>
XML Docs first pass (#544)

github.com/graphql-dotnet/graphql-dotnet - df857ae4c3cb2c4903ec887a3d9b2823b807a426 authored almost 7 years ago by Jonathan Allen <[email protected]>
Fix issues with the DataLoaders if a requested key is not included in the results returned by the fetch delegate (#550)

github.com/graphql-dotnet/graphql-dotnet - ab067221880c8f180feb27fdf6aa64252c6fd75c authored almost 7 years ago by John Rutherford <[email protected]>
Populate subfields for all graph types that have a SelectionSet. #547 (#548)

* Populate subfields for all graph types that have a SelectionSet. #547

* Added tests for Int...

github.com/graphql-dotnet/graphql-dotnet - 9e96e7ec78cf8e0f2ec020d1f42f890919879de7 authored almost 7 years ago by Bronley Plumb <[email protected]>
DataLoader implementation (#539)

* Add DataLoader and GraphQL.DataLoader projects
* Add DataLoader unit tests
* Add IsFetchNeed...

github.com/graphql-dotnet/graphql-dotnet - 575bdf98a73b1737bb71455144d28aeed8bb6e24 authored almost 7 years ago by John Rutherford <[email protected]>
Refactor test execution task

github.com/graphql-dotnet/graphql-dotnet - 8dc9227b616eba8bd186e39844c650a5b1832f8a authored almost 7 years ago by Joe McBride <[email protected]>
Corrected type for $droidId (#538)

github.com/graphql-dotnet/graphql-dotnet - 23e4d0239094a39d0fcae48115fe211a318ab635 authored almost 7 years ago by Mark Andrews <[email protected]>
Throw exception when resolve delegate return null (#341)

github.com/graphql-dotnet/graphql-dotnet - bef9e5046ee532328609b2a86486e5cfc89be4aa authored almost 7 years ago by Sergey <[email protected]>
Skip flaky CI test

github.com/graphql-dotnet/graphql-dotnet - c0df7f9eb6a50f2362ce0c3fcb5cecc5ce773b02 authored almost 7 years ago by Joe McBride <[email protected]>
Removed blocking of main thread. Passed CancellationToken into spawned threads (#525)

* Removed blocking of main thread. Passed cancellation token into spawned threads.
* remove une...

github.com/graphql-dotnet/graphql-dotnet - b9772ae72bad47b52f011f5a6e60b633d2891079 authored almost 7 years ago by Derek Holmes <[email protected]>
Fix #508 (#536)

Make sure all tasks are awaited properly

github.com/graphql-dotnet/graphql-dotnet - 1a9e1f25193d230ffd7a56acffa901cdd837242a authored almost 7 years ago by John Rutherford <[email protected]>
Add ability to support things like apollo tracing (#531)

* Change metric measurements to be more precise

This is needed in order to measure in nanosec...

github.com/graphql-dotnet/graphql-dotnet - fc9e60254d2f3420287b9ea79b59d0af323ed1fa authored almost 7 years ago by Mathias Vestergaard <[email protected]>
#529 adding support for IEnumerable type arguments other than generic lists (#533)

github.com/graphql-dotnet/graphql-dotnet - f22b2ae9f53a0ed5b9227c555445c1bf76fe487c authored almost 7 years ago by Aleks <[email protected]>
Use JObject so GraphQLQuery can be deserializable passing object as variables. (#530)

Since GraphQL tool pass query parameter as an object, somehow this makes deserialization of quer...

github.com/graphql-dotnet/graphql-dotnet - a3fe5685a0bcb8241adbc5f985f757f6800c2f3b authored almost 7 years ago by Ruxo <[email protected]>
Add converter for DateTimeOffset type (#504)

* Add DateTimeOffsetConverter
* Register DateTimeOffsetConverter
* Add DateTimeOffset type con...

github.com/graphql-dotnet/graphql-dotnet - 602254ec4c3b56aa1484ffa42b07c3bc9d58190d authored almost 7 years ago by roman-kozachenko <[email protected]>
Add @deprecated support (#528)

* Add @deprecated support

GH: #498

github.com/graphql-dotnet/graphql-dotnet - c87c3554293461b6edcd629129fcc243fbd01ec6 authored almost 7 years ago by Joe McBride <[email protected]>
New Documentation Site (#520)

* Update documentation setup

github.com/graphql-dotnet/graphql-dotnet - 272cb4f9bc166cd5c8b3a19655d3e327d7b04635 authored about 7 years ago by Joe McBride <[email protected]>
Merge pull request #513 from glennblock/TryResolveAsync

Adding TryResolveAsync helper method

github.com/graphql-dotnet/graphql-dotnet - 8159ad6001d077c792eb720c73b30d8d4ca99480 authored about 7 years ago by Joe McBride <[email protected]>
Adding setting inner exception and adding back global.json

github.com/graphql-dotnet/graphql-dotnet - ba652ec804a07fc16d019708d3e633537747f8bd authored about 7 years ago by Glenn Block <[email protected]>
Removing wrapping of result before returning

github.com/graphql-dotnet/graphql-dotnet - d2c679c77903068d0a1e92d56d25895e1380c5b0 authored about 7 years ago by Glenn Block <[email protected]>
Fix for non-Exception case and adding additional test

github.com/graphql-dotnet/graphql-dotnet - cf361cb3f7aa1522b3751a047d9043390e7065dd authored about 7 years ago by Glenn Block <[email protected]>
Adding TryResolveAsync helper method

github.com/graphql-dotnet/graphql-dotnet - 48ce9728fe5b446c8e85319363ddb6e0a27fae11 authored about 7 years ago by Glenn Block <[email protected]>
Merge pull request #509 from graphql-dotnet/uniquedirectives

Unique Directive Per Location Rule

github.com/graphql-dotnet/graphql-dotnet - bb0ef2845c5deccb7fc63bd18583a3afc325f8fd authored about 7 years ago by Joe McBride <[email protected]>
Unique Directive Per Location Rule

Closes #231

github.com/graphql-dotnet/graphql-dotnet - 6a48c6e66869b1f248bf2c4aee4045b2c4ebd108 authored about 7 years ago by Joe McBride <[email protected]>
Merge pull request #505 from graphql-dotnet/starwars

Pack StarWars

github.com/graphql-dotnet/graphql-dotnet - 4d4f59dfe61a168352f714faaec4c10e12873e5f authored about 7 years ago by Joe McBride <[email protected]>
485 - wrap resolve result data

Wrap resolve result value data into dictionary

github.com/graphql-dotnet/graphql-dotnet - 9ec880761ec5785ff1473c3fe638bf53455f442c authored about 7 years ago by Pekka Heikura <[email protected]>
Wrap inner exception during resolving

If inner exception is thrown at this point - the original stack trace is lost.
By wrapping it i...

github.com/graphql-dotnet/graphql-dotnet - c30216d8d00a11011ce92b7a4346131719553b58 authored about 7 years ago by kirill-chilingarashvili <[email protected]>
trying to pass the build

github.com/graphql-dotnet/graphql-dotnet - eef478468caaa23f80eb8adb9256dd3674b33cd7 authored about 7 years ago by kirill-chilingarashvili <[email protected]>
Update FieldMiddlewareBuilder.cs

github.com/graphql-dotnet/graphql-dotnet - c733e48fe38fb22d2360af35379cfbd6bbca8a36 authored about 7 years ago by kirill-chilingarashvili <[email protected]>
Fix index issues in MethodModelBinderResolver

* Add ability to include UserContext

Fixes #455

github.com/graphql-dotnet/graphql-dotnet - e173a61b9e8d77f55f4a007f5f7081bae622cb1f authored about 7 years ago by Joe McBride <[email protected]>
Fix potential null ref with unknown variable types

github.com/graphql-dotnet/graphql-dotnet - eefc942b0573fbb0149b016085a3ca4567e9f195 authored about 7 years ago by Joe McBride <[email protected]>
Added support for custom scalar types such as byte or short.

github.com/graphql-dotnet/graphql-dotnet - 4cf56f2d2ceb6c7ba958a1b62e0270993e2fd751 authored about 7 years ago by Craig Jensen <[email protected]>
packages upgraded (#470)

* packages upgraded

github.com/graphql-dotnet/graphql-dotnet - bb6405acaccae0aa0bc80a917c378825a94aeeb7 authored about 7 years ago by Raul Hidalgo Caballero <[email protected]>
Update README.md

github.com/graphql-dotnet/graphql-dotnet - f5881f3b3e369b8a63e89dd84edc23a1834d331f authored about 7 years ago by Joe McBride <[email protected]>
Merge pull request #465 from atbamparo/master

Wrong error message while referencing a unknown fragment

github.com/graphql-dotnet/graphql-dotnet - 85bc995e2bc8246592feca86a045fbed0913ad68 authored about 7 years ago by Joe McBride <[email protected]>
Merge pull request #452 from holm0563/performance2.0

Performance2.0

github.com/graphql-dotnet/graphql-dotnet - e531025ba6039c720aff4ac74884b1790c5c9e65 authored about 7 years ago by Joe McBride <[email protected]>
Unknown fragment fix

github.com/graphql-dotnet/graphql-dotnet - 3376766910cb14698539ed799371715621785b17 authored about 7 years ago by Anderson Bragiatto <[email protected]>
Added unknown fragment test case

github.com/graphql-dotnet/graphql-dotnet - b5a644a039f9c1285d6a3073275c7bb3e7eb00aa authored about 7 years ago by Anderson Bragiatto <[email protected]>
Updated README.md

github.com/graphql-dotnet/graphql-dotnet - 29e9f81ad4ee4d2b582eb5b6737a2757e484efec authored about 7 years ago by Derek Holmes <[email protected]>
Removing the EnableDocumentValidation option. The preferred way will be to implement a custom implementation of the IDocumentValidator class.

github.com/graphql-dotnet/graphql-dotnet - e28f03882e5966e9d770b196c4f4f82acc0fb090 authored about 7 years ago by Derek Holmes <[email protected]>
partially implemented suggestions of initial review

github.com/graphql-dotnet/graphql-dotnet - 719af5e6124dabafb1fbd1c124e91a9b03ef84e6 authored about 7 years ago by Derek Holmes <[email protected]>
skipping one additional test

github.com/graphql-dotnet/graphql-dotnet - a5ccff924ed37a5d27e15a78746e3bbd6bfd97f6 authored over 7 years ago by Derek Holmes <[email protected]>
added back skipped keyword on tests

github.com/graphql-dotnet/graphql-dotnet - 8f2b2f5a94fb5ef05f9c22295af21cd532784c86 authored over 7 years ago by Derek Holmes <[email protected]>