Ecosyste.ms: OpenCollective

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

github.com/graphql-dotnet/graphql-dotnet

GraphQL for .NET
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...

4828e84483145ce145ad65ddf4848b54b5962dba authored over 6 years ago
generate Apollo Tracing report from execution metrics. fixes #381 (#722)

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

fbfc8c3ebe86fbeed7ca5ccb378252cb9e994ae9 authored over 6 years ago
#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...

d4717ba0978d4f424d692295a9239c3f49b42687 authored over 6 years ago
#472 add UriGraphType (#706)

* #472 add UriGraphType

* #472 add tests to serialize method

* #472 a couple of changes af...

45c5fae4c6a40e979878645322e560c1725d913a authored over 6 years ago
#625 rename GraphTypeRegistries and move them to the same location (#711)

d7f27f7f1286333b0cccba8b4b597e30741961ef authored over 6 years ago
#587 inputobjectgraphtype referencing an objectgraphyype should throw specific error (#720)

* Change AddField method in ComplexGraphType to be virtual

* Override AddField method in Inpu...

ba812e71b8ed438a41693ca64dbe54a9c1903144 authored over 6 years ago
#606 boolean graph type not converting numerical string (#701)

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

* #606 Change BooleanGraphType Seria...

53d1602a36c6df05cc52d0744966228c464fc8d6 authored over 6 years ago
Make complexity analysis pass threadsafe (#707)

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

e171159baad657d8ee8fb601b51d518bcea0e474 authored over 6 years ago
fix(AstPrinter): adds inline fragment to config (#710)

ad86133fe335eee1c7275b5190b5145d0e0023e3 authored over 6 years ago
Change return type of DataLoader batches to IDictionary instead of Dictionary (#709)

0eb4f431e22c947e2f54d33e4d5a90dd884d90f7 authored over 6 years ago
Fix issue with graphql-dotnet where multiple interfaces would correctly register from a .graphqls. (#704)

80689ba735032076831e4f9a1a952e12a37f8171 authored over 6 years ago
IsTypeOfFunc may be specified through GraphQLMetadata (#698)

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

68789f54a523acbd2522936259b2273bfb762688 authored over 6 years ago
#696 reset counter (#699)

eac803b8e2882092ec0c6f5c207004483752ade3 authored over 6 years ago
Add support to return IEnumerable as a ListGraphType (#700)

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

7c4a441c690d7285cbd062b9ca78d19e0fec1f87 authored over 6 years ago
Fix Typos (#697)

change contet to context

5ac7bce368eb6690ed52f8473115faa10d0ce467 authored over 6 years ago
Add link to documentation in README

96fed2562e41bb2344b7cd43c03fdc430d078b18 authored over 6 years ago
default data property in ExecutionError to empty dictionary (#689)

* default data property in ExecutionError to empty dictionary

* override Data field instead o...

3f2355aacd6cfd8e080dba1d802b2fa00f958f85 authored over 6 years ago
Generic return type for TryAsyncResolve (#634)

* Generic return type for TryAsyncResolve

* Fixes for try_resolve_async_invokes_error_handler...

c66b6c0b4cde1cdd7b93d025c60b169f9a0c81d4 authored over 6 years ago
Add int to double conversion (#686)

d8f2d5f1eec6ec85a273337e4e49c9b0441bcaee authored over 6 years ago
Allow before and after to be used together and with first or last (#681)

c8433270d5f226427396989bd8c4710b6f19ecc6 authored over 6 years ago
Add ConnectionBuilder.ResolveAsync (#680)

594e78fd57581f3de9082639d8ddfa23674ba377 authored over 6 years ago
First Should Return DefaultPageSize (#677)

* First Should Return DefaultPageSize

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

82416fcb945d0e1be9c9285491a077b982fe4f3e authored over 6 years ago
Add unique directive per location validation rule to default list (#660)

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

d1e83672044e554b6e3c0de2c5386eaae8ffb6a1 authored over 6 years ago
Support for arrays conversions #404 (#601)

* Support for arrays conversions

* Removed unnecessary else

* Unit tests for array convers...

915b63ab4a7abc319bbaae7c34f5987f2948612e authored over 6 years ago
Use IGraphType interce with QueryArgument (#657)

Closes #630

6385f2b9a7ecf9a1f4c89bfc14e29fa06652c565 authored over 6 years ago
Update getting-started.md

2775a9ab16934cc744fd94b9fc75d6e21134f03e authored over 6 years ago
Update LICENSE.md

78f670f125fc8ac6f15cdf18fe5431aa5c54aeff authored over 6 years ago
Update README.md

4da9b6465c1956533687781f46f8a56c799fd921 authored over 6 years ago
Remove examples, add harness (#652)

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

63685265f97d0ebcd9a688d13a49104c4366a440 authored over 6 years ago
Adds extension type support for SchemaBuilder (#635)

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

036cced93f515d724fff050552684cd93c03b7c8 authored over 6 years ago
Refactor value conversion logic into ValueConverter (#646)

* All tests green
* Fix doubles
* Use ValueConverter

29f4d7b2a669973c9706ec7c285f32bbae794545 authored over 6 years ago
Order fields alphabetically in introspection types (#645)

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

c333b75446716a4a793d29323b291ab676984cee authored over 6 years ago
Add [Serializable] attribute to all exceptions. (#641)

* Add [Serializable] attribute to all exceptions.

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

1842756f1ef4b190c19994fb53f92fb80701968b authored over 6 years ago
(#573) fix test and use culture test helper (#642)

27213ce857483882ed322a4dcb4395054faea6ec authored over 6 years ago
fix appveyor install order (#644)

install node before npm

5be7978c34474ecbde875150a865e0bce4f2edc3 authored over 6 years ago
Remove .NET Core Sample from root project

58ba1ea0b769a3fc88c7e8daad45c1c1515f36cf authored almost 7 years ago
Add request inputs to ValidationContext (#633)

1fa0c2e42f4c8ced7c9df5fc542939951167a259 authored almost 7 years ago
Fix SchemaPrinter bug + optional print options (#628)

* Fix SchemaPrinter bug + optional print options

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

23b955e8f83403189b2fd3655dd0a740b80cd631 authored almost 7 years ago
Add error code and data to ExecutionError (#627)

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

d89d4d96482b0f6aa751973ea84c5bfd8a892460 authored almost 7 years ago
Bug fix - handle null list inputs (#626)

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

7ce273848cb9bafdcc4b6e6b0901138d7159802d authored almost 7 years ago
Add link to authorization project

8bdef0b133bfab4715575e06a824701af3d9fe4a authored almost 7 years ago
Add symbol server

cb41b5051dd2cd67a4a510fe40c8fd37ae10a427 authored almost 7 years ago
Include symbols for the nuget packages (#603)

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

aad955d293daf0c7cbf7c8fa6650071726bfaa5d authored almost 7 years ago
Cancel executions before calling ExecuteNodeAsync (#605)

11d61de4e0250bc75763f0d6c57c5e4996cae604 authored almost 7 years ago
Fix an issue causing unspecified optional arguments to have value null, when they should not be there at all (#595)

41c516a9f4be08d9b338b94c9da39c4c3f35ee7a authored almost 7 years ago
DataLoader fixes (#599)

* Improve DataLoader exception handling/bubbling

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

60cf458ce45c1372caff33b7bf398cdd80b50c3d authored almost 7 years ago
Add documentation for the DataLoader implementation (#598)

d2d53cca1be9d68b0d3bf5d9222ea9ebbda48f5c authored almost 7 years ago
Fix Typo in GetProperyValue method name (#591)

ea0a324eb659c309fa70adced3aac5c5922c6a30 authored almost 7 years ago
Adds flexible type registry (#586)

* Adds flexible type registry
* Use a Dictionary for lookup

9d8d124b63833637bb9d557906338dd1f9396cd6 authored almost 7 years ago
Have AccessorFieldResolver use context.Source when appropriate (#580)

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

4a49ad44ed08c07278a58e9d646b97920eb69847 authored almost 7 years ago
Ensure field/location on errors (#578)

* Ensure field/location on errors

* Exception test updates

cc5d15fe68563b206e713d2144e6af9217860630 authored almost 7 years ago
Async subscription resolver (#574)

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

d3a6eb91b944d32aaa785c816b0ab7320f02ab1a authored almost 7 years ago
Schemabuilder updates (#562)

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

58b39a97c9c2d87293be6c4c9dc8b4f13ceccd47 authored almost 7 years ago
Refactor and optimize execution strategies (#540)

514fa76063c05cf3e4d60514c1b6eedb5ac69722 authored almost 7 years ago
XML Docs first pass (#544)

df857ae4c3cb2c4903ec887a3d9b2823b807a426 authored almost 7 years ago
Fix issues with the DataLoaders if a requested key is not included in the results returned by the fetch delegate (#550)

ab067221880c8f180feb27fdf6aa64252c6fd75c authored almost 7 years ago
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...

9e96e7ec78cf8e0f2ec020d1f42f890919879de7 authored almost 7 years ago
DataLoader implementation (#539)

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

575bdf98a73b1737bb71455144d28aeed8bb6e24 authored almost 7 years ago
Refactor test execution task

8dc9227b616eba8bd186e39844c650a5b1832f8a authored almost 7 years ago
Docs update

d4b71223b4a86963cd2ee62ab004546d4fb3fb83 authored almost 7 years ago
Corrected type for $droidId (#538)

23e4d0239094a39d0fcae48115fe211a318ab635 authored almost 7 years ago
Throw exception when resolve delegate return null (#341)

bef9e5046ee532328609b2a86486e5cfc89be4aa authored almost 7 years ago
Skip flaky CI test

c0df7f9eb6a50f2362ce0c3fcb5cecc5ce773b02 authored almost 7 years ago
Removed blocking of main thread. Passed CancellationToken into spawned threads (#525)

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

b9772ae72bad47b52f011f5a6e60b633d2891079 authored almost 7 years ago
Fix #508 (#536)

Make sure all tasks are awaited properly

1a9e1f25193d230ffd7a56acffa901cdd837242a authored almost 7 years ago
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...

fc9e60254d2f3420287b9ea79b59d0af323ed1fa authored about 7 years ago
#529 adding support for IEnumerable type arguments other than generic lists (#533)

f22b2ae9f53a0ed5b9227c555445c1bf76fe487c authored about 7 years ago
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...

a3fe5685a0bcb8241adbc5f985f757f6800c2f3b authored about 7 years ago
Add converter for DateTimeOffset type (#504)

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

602254ec4c3b56aa1484ffa42b07c3bc9d58190d authored about 7 years ago
Add @deprecated support (#528)

* Add @deprecated support

GH: #498

c87c3554293461b6edcd629129fcc243fbd01ec6 authored about 7 years ago
New Documentation Site (#520)

* Update documentation setup

272cb4f9bc166cd5c8b3a19655d3e327d7b04635 authored about 7 years ago
Merge pull request #513 from glennblock/TryResolveAsync

Adding TryResolveAsync helper method

8159ad6001d077c792eb720c73b30d8d4ca99480 authored about 7 years ago
remove space

fd0d696d689b42c512e9900169537f5968f10503 authored about 7 years ago
Adding setting inner exception and adding back global.json

ba652ec804a07fc16d019708d3e633537747f8bd authored about 7 years ago
Removing wrapping of result before returning

d2c679c77903068d0a1e92d56d25895e1380c5b0 authored about 7 years ago
Fix for non-Exception case and adding additional test

cf361cb3f7aa1522b3751a047d9043390e7065dd authored about 7 years ago
Adding TryResolveAsync helper method

48ce9728fe5b446c8e85319363ddb6e0a27fae11 authored about 7 years ago
Merge pull request #509 from graphql-dotnet/uniquedirectives

Unique Directive Per Location Rule

bb0ef2845c5deccb7fc63bd18583a3afc325f8fd authored about 7 years ago
Unique Directive Per Location Rule

Closes #231

6a48c6e66869b1f248bf2c4aee4045b2c4ebd108 authored about 7 years ago
Merge pull request #505 from graphql-dotnet/starwars

Pack StarWars

4d4f59dfe61a168352f714faaec4c10e12873e5f authored about 7 years ago
Pack StarWars

6384209debbb888076a2c69af89d0ac630730d81 authored about 7 years ago
485 - wrap resolve result data

Wrap resolve result value data into dictionary

9ec880761ec5785ff1473c3fe638bf53455f442c authored about 7 years ago
Wrap inner exception during resolving

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

c30216d8d00a11011ce92b7a4346131719553b58 authored about 7 years ago
trying to pass the build

eef478468caaa23f80eb8adb9256dd3674b33cd7 authored about 7 years ago
Update FieldMiddlewareBuilder.cs

c733e48fe38fb22d2360af35379cfbd6bbca8a36 authored about 7 years ago
Fix index issues in MethodModelBinderResolver

* Add ability to include UserContext

Fixes #455

e173a61b9e8d77f55f4a007f5f7081bae622cb1f authored about 7 years ago
Fix potential null ref with unknown variable types

eefc942b0573fbb0149b016085a3ca4567e9f195 authored about 7 years ago
Cleanup IValue

2d1ca76fbe4ec07c22c35922002839491d372995 authored about 7 years ago
Added support for custom scalar types such as byte or short.

4cf56f2d2ceb6c7ba958a1b62e0270993e2fd751 authored about 7 years ago
packages upgraded (#470)

* packages upgraded

bb6405acaccae0aa0bc80a917c378825a94aeeb7 authored about 7 years ago
Update README.md

f5881f3b3e369b8a63e89dd84edc23a1834d331f authored about 7 years ago
Merge pull request #465 from atbamparo/master

Wrong error message while referencing a unknown fragment

85bc995e2bc8246592feca86a045fbed0913ad68 authored about 7 years ago
Merge pull request #452 from holm0563/performance2.0

Performance2.0

e531025ba6039c720aff4ac74884b1790c5c9e65 authored about 7 years ago
Unknown fragment fix

3376766910cb14698539ed799371715621785b17 authored about 7 years ago
Added unknown fragment test case

b5a644a039f9c1285d6a3073275c7bb3e7eb00aa authored about 7 years ago
Updated README.md

29e9f81ad4ee4d2b582eb5b6737a2757e484efec authored over 7 years ago
Removing the EnableDocumentValidation option. The preferred way will be to implement a custom implementation of the IDocumentValidator class.

e28f03882e5966e9d770b196c4f4f82acc0fb090 authored over 7 years ago
partially implemented suggestions of initial review

719af5e6124dabafb1fbd1c124e91a9b03ef84e6 authored over 7 years ago
skipping one additional test

a5ccff924ed37a5d27e15a78746e3bbd6bfd97f6 authored over 7 years ago
added back skipped keyword on tests

8f2b2f5a94fb5ef05f9c22295af21cd532784c86 authored over 7 years ago