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

Merge remote-tracking branch 'origin/master' into performance2.0

github.com/graphql-dotnet/graphql-dotnet - b851f1fca340955db6e3ff4dcd7aae19efb832b5 authored about 7 years ago by Derek Holmes <[email protected]>
added async helper method

github.com/graphql-dotnet/graphql-dotnet - 6646d6f14303ceae1b6f1ce5f5ef075b1ba8d4c5 authored about 7 years ago by Derek Holmes <[email protected]>
Fixed failing unit tests issues

github.com/graphql-dotnet/graphql-dotnet - 2f624ec78c0eaf459ebe0f133eb54ef41d62f54c authored about 7 years ago by Derek Holmes <[email protected]>
Made performance areas logging and validating easy executor options. This should be false in most production environments. Speed up the Starwars performance tests 600 percent.

github.com/graphql-dotnet/graphql-dotnet - acad10e6c6bce9d5747c9b405f74c37516bf47e4 authored about 7 years ago by Derek Holmes <[email protected]>
Optimized resolvers

github.com/graphql-dotnet/graphql-dotnet - 6330f8fc1dbb3cae70e9c4ded8d0a65e2eef3085 authored about 7 years ago by Derek Holmes <[email protected]>
updated tests with numbers and skips

github.com/graphql-dotnet/graphql-dotnet - cea80e7123cafa2f559c5c7ea5f767acfc6dfb06 authored about 7 years ago by Derek Holmes <[email protected]>
Update numbers to reflect my machine. List performance has jumped 150% with the changes

github.com/graphql-dotnet/graphql-dotnet - 36ed46998d74b189a0ad5037be91b99a4d2d394d authored about 7 years ago by Derek Holmes <[email protected]>
Initial list optimizations

github.com/graphql-dotnet/graphql-dotnet - 29fe6b8c2f127880d4878524769a2979cb13a09d authored about 7 years ago by Derek Holmes <[email protected]>
Starwars queries are 10% faster.

Supports parallel executing queries via FieldAsync method
Supports serial mutations

github.com/graphql-dotnet/graphql-dotnet - 7a356cd5d57d62fd364d6bece61b289c1424442d authored about 7 years ago by Derek Holmes <[email protected]>
Remove warnings, switch darwin build to 2.0

github.com/graphql-dotnet/graphql-dotnet - 4351a27a1ecaafbdf469c1c9833810a60d8a82c9 authored about 7 years ago by Joe McBride <[email protected]>
Added test proving the original is always awaiting all queries, and not optimally processing individually

github.com/graphql-dotnet/graphql-dotnet - 06d13971a906afc0305c458aa807360d71625309 authored about 7 years ago by Derek Holmes <[email protected]>
initial code not showing improvements

github.com/graphql-dotnet/graphql-dotnet - 92253fd26f354e97fa649d812590a95df7ee0082 authored over 7 years ago by Derek Holmes <[email protected]>
initial concept

github.com/graphql-dotnet/graphql-dotnet - e8c7be7a2c6b2e9a12df76cfa1afa5eddd017bbf authored over 7 years ago by Derek Holmes <[email protected]>
Added performance tests

github.com/graphql-dotnet/graphql-dotnet - 3b96f84bb460602ed229691649eea02ed1b7e76c authored over 7 years ago by Derek Holmes <[email protected]>
Merge pull request #447 from graphql-dotnet/build

Remove warnings, switch darwin build to 2.0

github.com/graphql-dotnet/graphql-dotnet - 216739246c98be15f5a43f9535a40fea6d08e9fd authored over 7 years ago by Joe McBride <[email protected]>
Remove warnings, switch darwin build to 2.0

github.com/graphql-dotnet/graphql-dotnet - 4e00f8c25ba1cce64d1d4caafb5f2a8cd00fd449 authored over 7 years ago by Joe McBride <[email protected]>
Add netstandard2.0 as target while keeping the old ones (#441)

* Add netstandard2.0 as target to Tests

* Add netstandard2.0 to GraphQL

* Add TypeExtensio...

github.com/graphql-dotnet/graphql-dotnet - bf29b17e7f0225add7bc175cfcbc956be9ec0e1c authored over 7 years ago by Pekka Heikura <[email protected]>
Merge pull request #439 from graphql-dotnet/issuefixes

2.0 Issue Fixes

github.com/graphql-dotnet/graphql-dotnet - 63d758ba38cc02450b8cb75a4f41f4c67ae01634 authored over 7 years ago by Joe McBride <[email protected]>
First take on adding path to errors

Fixes #415

github.com/graphql-dotnet/graphql-dotnet - 661bc31f159e7e98852618ba808d1df677d276a5 authored over 7 years ago by Joe McBride <[email protected]>
Remove input/output interfaces for now

Fixes #335

github.com/graphql-dotnet/graphql-dotnet - b00a8cb069fc72cb33b6e4ccd42c8bdda9d5cbf7 authored over 7 years ago by Joe McBride <[email protected]>
Remove Date/Decimal scalars from SchemaPrinter

Fixes #378

github.com/graphql-dotnet/graphql-dotnet - 2fab1e1851cb3bcdbcfceac662c22f70d6954809 authored over 7 years ago by Joe McBride <[email protected]>
Make metrics more thread safe

Fixes #390

github.com/graphql-dotnet/graphql-dotnet - 22a9653c3cefda8cbfc49965384107da6d89f387 authored over 7 years ago by Joe McBride <[email protected]>
Allow generic InputObjectGraphType for strongly-typed field definition (#436)

* Add generic InputObjectGraphType to enable defining fields in a strongly typed way
* Added II...

github.com/graphql-dotnet/graphql-dotnet - e40db5d60a1af95a676500962da612bc33ea3984 authored over 7 years ago by Jason Kingsmill <[email protected]>
Merge pull request #434 from graphql-dotnet/bugs/doubles

Another attempt at fixing the decimal number parsing/printing

github.com/graphql-dotnet/graphql-dotnet - fd864e25f607eae60916ff75937c2b98eb67c28d authored over 7 years ago by Joe McBride <[email protected]>
Use CultureTestHelper instead of theory and CultureList

github.com/graphql-dotnet/graphql-dotnet - 6bf00db9a7a4ae5fcb6f2173bf87383441f20624 authored over 7 years ago by Pekka Heikura <[email protected]>
ObjectExtensions fix with tests

github.com/graphql-dotnet/graphql-dotnet - 5ac8d696facce315a89eee933e219da4a8157f8d authored over 7 years ago by Pekka Heikura <[email protected]>
FloatGraphType and more tests

github.com/graphql-dotnet/graphql-dotnet - 7670399592a957367fbacd321f9cf28dd4a2b538 authored over 7 years ago by Pekka Heikura <[email protected]>
Restore one test

github.com/graphql-dotnet/graphql-dotnet - f5cb6554c221a8c17d7c1bbc38ff8e9acb1c29c9 authored over 7 years ago by Pekka Heikura <[email protected]>
Some theories on cultures

github.com/graphql-dotnet/graphql-dotnet - 6bc6c0d48fbb11f055b664ffa2bee738084dda16 authored over 7 years ago by Pekka Heikura <[email protected]>
Fix AstPrinter

github.com/graphql-dotnet/graphql-dotnet - 59c2cef63248da057685690d6bc63ef89f7bca09 authored over 7 years ago by Pekka Heikura <[email protected]>
Fix the missing string.Empty on null

github.com/graphql-dotnet/graphql-dotnet - 015bf9ee0fdab50857ce435ac9e9729147b2b828 authored over 7 years ago by Pekka Heikura <[email protected]>
Use NumberFormatInfo.InvariantInfo

- Use when parsing values
- Use when printing values

github.com/graphql-dotnet/graphql-dotnet - 88850b36b0349c1092880e694352f9d50c2fb3d5 authored over 7 years ago by Pekka Heikura <[email protected]>
Fix usage of obsolete method

github.com/graphql-dotnet/graphql-dotnet - bc3bb870e62ea7ac9e8b7dc5ace40d50c1b535af authored over 7 years ago by Joe McBride <[email protected]>
Merge pull request #362 from graphql-dotnet/instance

Initial work for supporting a schema builder

github.com/graphql-dotnet/graphql-dotnet - b5dfa69fc08ed7f1d35e00e89693458662345c97 authored over 7 years ago by Joe McBride <[email protected]>
Updates with rebase.

github.com/graphql-dotnet/graphql-dotnet - 23cde1f224ade548405bde5f207b15ef08263837 authored over 7 years ago by Joe McBride <[email protected]>
TypedSchemaBuilder

github.com/graphql-dotnet/graphql-dotnet - 6afbb7dcc35eb8f6f813608bba51005dc769fa57 authored over 7 years ago by Joe McBride <[email protected]>
Support input types

github.com/graphql-dotnet/graphql-dotnet - b45c154290431a9584df8f193bb73aa82a6f1d9d authored over 7 years ago by Joe McBride <[email protected]>
Move SchemaBuilder back to core project

github.com/graphql-dotnet/graphql-dotnet - 21423b21f84b6cbff8b82145f08115566417a118 authored over 7 years ago by Joe McBride <[email protected]>
Clean up attribute usage

github.com/graphql-dotnet/graphql-dotnet - 7903067612682609b7c098bf02d80c0e5e755e26 authored over 7 years ago by Joe McBride <[email protected]>
Remove TypedSchemaBuilder

github.com/graphql-dotnet/graphql-dotnet - d88e4d5969875aba4055c21ce2cf84a577608ce5 authored over 7 years ago by Joe McBride <[email protected]>
Fix after rebase

github.com/graphql-dotnet/graphql-dotnet - e0e688b9bcc9ac2138bd2376783a2174e299444a authored over 7 years ago by Joe McBride <[email protected]>
Refactor how parameters are checked

github.com/graphql-dotnet/graphql-dotnet - 8e5be3c86dfafd434f3aeb807e366f694f2c8af9 authored over 7 years ago by Joe McBride <[email protected]>
Obsolete ResolveType

github.com/graphql-dotnet/graphql-dotnet - 43a0160fa86110ca884fe86885a764e1daa40bd0 authored over 7 years ago by Joe McBride <[email protected]>
Change DependencyResolver method to Property

github.com/graphql-dotnet/graphql-dotnet - 8146ab679d1c4f6e53d6f97764330cac55a0a052 authored over 7 years ago by Joe McBride <[email protected]>
Add support for directives, remove Authorization

github.com/graphql-dotnet/graphql-dotnet - 877662dd571f5f4621c3d49baf55a9ed8c51f470 authored over 7 years ago by Joe McBride <[email protected]>
Add error when determined Object Type null

* A valid ObjectGraphType should always be returned when working with
AbstractTypes

github.com/graphql-dotnet/graphql-dotnet - 0b55d0ab6222fa76114aef81de57c8a6b3b2999b authored over 7 years ago by Joe McBride <[email protected]>
Unions, Metadata, Auth

github.com/graphql-dotnet/graphql-dotnet - e8f484f98e1fd8763fa0ff673e453c66e8dffb47 authored over 7 years ago by Joe McBride <[email protected]>
Add interface references

github.com/graphql-dotnet/graphql-dotnet - aec93d59885636da27d931b6fe8085fdd3f18e0a authored over 7 years ago by Joe McBride <[email protected]>
Initial work for supporting a schema builder

* Add GraphQLTypeReference
* Add ctor to QueryArgument which accepts IGraphType instance

github.com/graphql-dotnet/graphql-dotnet - 879efb7357eb0475dbc3ea5fe1125045439eca52 authored over 7 years ago by Joe McBride <[email protected]>
Support enums and interfaces

github.com/graphql-dotnet/graphql-dotnet - b2ae4cd424054a4660833efe08d36b995314fa44 authored over 7 years ago by Joe McBride <[email protected]>
Merge pull request #431 from graphql-dotnet/subscriptions2

Add additional subscription support

github.com/graphql-dotnet/graphql-dotnet - ded31b42557c3ba28df00756fc0f0fba65df5c6e authored over 7 years ago by Joe McBride <[email protected]>
Add additional subscription support

github.com/graphql-dotnet/graphql-dotnet - 08e4cd2806c9f2a8a813f3445cd88887bd2e05ae authored over 7 years ago by Joe McBride <[email protected]>
Merge pull request #428 from pekkah/features/subscription

Subscription Executer

github.com/graphql-dotnet/graphql-dotnet - da0854214d9be4d3b325c99c2e359a4c7ba363cf authored over 7 years ago by Joe McBride <[email protected]>
Use SelectMany to async/await resolving the field value after subscribe

github.com/graphql-dotnet/graphql-dotnet - 4e73c741c23936ebbe9b05bd7ea914d9c9b5e16f authored over 7 years ago by Pekka Heikura <[email protected]>
Hide the implementation details

- Do not inherit ISubscriptionExecuter from DocumentExecuter

github.com/graphql-dotnet/graphql-dotnet - 6efecc45ee7cf420f86e62823b2b791995d0b673 authored over 7 years ago by Pekka Heikura <[email protected]>
Change GetOperation to protected

- Remove GetOperation from SubscriptionExecuter

github.com/graphql-dotnet/graphql-dotnet - 2e013b66dd53464bb1c63a87d72f64d496936038 authored over 7 years ago by Pekka Heikura <[email protected]>
Use Shouldly in tests

github.com/graphql-dotnet/graphql-dotnet - 1f1d578c2bd57f40ceef9e6fb62bbfc7600f6c5a authored over 7 years ago by Pekka Heikura <[email protected]>
Subscription Executer

github.com/graphql-dotnet/graphql-dotnet - 56d7fb81a67baa19c015872b873a66bfe1127ac8 authored over 7 years ago by Pekka Heikura <[email protected]>
support variables for types that return custom objects (#425)

* support variables for types that return custom objects
* use standard construction of Inputs
...

github.com/graphql-dotnet/graphql-dotnet - 4eb82993b5548af67d9f6f7678c9f2b505741f0a authored over 7 years ago by Chris Santero <[email protected]>
Merge pull request #421 from graphql-dotnet/parser

Support null keyword

github.com/graphql-dotnet/graphql-dotnet - 60f0b77600103a9199c0304b0a7ed876204d9d69 authored over 7 years ago by Joe McBride <[email protected]>
Bump parser version

github.com/graphql-dotnet/graphql-dotnet - 1075ac8ed8ce0c251d42bf24d27c28164f664f08 authored over 7 years ago by Joe McBride <[email protected]>
Added support for null input arguments (Improved)

github.com/graphql-dotnet/graphql-dotnet - 53973ba8358578d922d997a78e94948bd3b5a6f9 authored over 7 years ago by Andrew Banyard <[email protected]>
Merge pull request #417 from tugberkugurlu/patch-1

[Docs] Return Task and Wait on it

github.com/graphql-dotnet/graphql-dotnet - a9671c19472db7f12f49e56ee4c8ce99ddfd5303 authored over 7 years ago by Joe McBride <[email protected]>
return Task and Wait on it

Otherwise, you have a chance to exit without finishing the entire execution, depending what `Doc...

github.com/graphql-dotnet/graphql-dotnet - 8d3a19a73e5c2c452ecec03a4b5390790122ff04 authored over 7 years ago by Tugberk Ugurlu <[email protected]>
Merge pull request #414 from mrdezzods/patch-1

Fix typo

github.com/graphql-dotnet/graphql-dotnet - c2bca452d829753eeb9833f8cc9a3f66d6cd96ee authored over 7 years ago by Joe McBride <[email protected]>
Merge pull request #396 from glennblock/netcore-readme

Netcore readme

github.com/graphql-dotnet/graphql-dotnet - 4da2d8af548b4f0d9cd620da2504781861cf6e37 authored over 7 years ago by Joe McBride <[email protected]>
Adding .netcore instructions

github.com/graphql-dotnet/graphql-dotnet - b0ab6ec04c8f7ae5687eb475931e176b4fcf69c1 authored over 7 years ago by Glenn Block <[email protected]>
Added AutoRegisteringObjectGraphType (#386)

* Added AutoRegisteringObjectGraphType which registers scalar properties automatically.

* Cal...

github.com/graphql-dotnet/graphql-dotnet - fc6dd5fa707b0cb8fe249a7b8a1583154ad2d199 authored over 7 years ago by Giorgi <[email protected]>
Merge pull request #395 from glennblock/graphiql-editor-core

Graphiql editor core

github.com/graphql-dotnet/graphql-dotnet - 61e5926ee8eebbe6ae96c1b2a81ee3246917b52d authored over 7 years ago by Joe McBride <[email protected]>
Merge pull request #1 from joemcbride/graphiql-editor-core2

Bump JS Dependencies

github.com/graphql-dotnet/graphql-dotnet - 223cb9caedcebaf72abafe22756f605a8d8aa588 authored over 7 years ago by Glenn Block <[email protected]>
Bump JS dependencies, switch to axios

github.com/graphql-dotnet/graphql-dotnet - 81b0219bc3ef5c38a2323afc63f1d0fc9cbd3ad1 authored over 7 years ago by Joe McBride <[email protected]>
Adding opening index.html

github.com/graphql-dotnet/graphql-dotnet - 7d7c5f16589d4af635455aa25f2e90d1f5483ce4 authored over 7 years ago by Glenn Block <[email protected]>
Adding index.html

github.com/graphql-dotnet/graphql-dotnet - f091dbc538e7cb5128eec217054b164952f0b923 authored over 7 years ago by Glenn Block <[email protected]>
Adding graphiql editor

github.com/graphql-dotnet/graphql-dotnet - 7718a873ddf5a4a3768600eeb95b0a5f49e0e589 authored over 7 years ago by Glenn Block <[email protected]>
Merge pull request #392 from mahald/master

added support for ExposeExceptions

github.com/graphql-dotnet/graphql-dotnet - 895db281a3dddd627ddd86ae3d6712c1fc55801e authored over 7 years ago by Joe McBride <[email protected]>
set ExposeExceptions to property

github.com/graphql-dotnet/graphql-dotnet - fa58687d6ad93439b4eac100913271c11ceeded3 authored over 7 years ago by mahald <[email protected]>
added support for ExposeExceptions

added support for ExposeExceptions

github.com/graphql-dotnet/graphql-dotnet - 23ea0f78a1f84b8d33d879546876484e83320780 authored over 7 years ago by mahald <[email protected]>
Merge pull request #380 from Giorgi/master

[WIP ] Automatically extract and pass parameters from context to resolver

github.com/graphql-dotnet/graphql-dotnet - 7b31bb1b8beb7a987089edabc0920baeb92a66cb authored over 7 years ago by Joe McBride <[email protected]>
Make DelegateFieldModelBinderResolver non generic.

github.com/graphql-dotnet/graphql-dotnet - f595acd448454d5b3149ef6d19c387cc91e01447 authored over 7 years ago by Giorgi <[email protected]>
Added non generic overload of GetArgument

github.com/graphql-dotnet/graphql-dotnet - 1387637e88be1d4fe26847974436edb9ddb74ad3 authored over 7 years ago by Giorgi <[email protected]>
Rename FuncFieldModelBinderResolver to DelegateFieldModelBinderResolver

github.com/graphql-dotnet/graphql-dotnet - 49c8b1d8f3041db41af3560dae29e6e7be78f222 authored over 7 years ago by Giorgi <[email protected]>
Check if resolver method has any parameters or not.

github.com/graphql-dotnet/graphql-dotnet - 2b85b02ecec65047fa0d0125ee32e6745fe9a790 authored over 7 years ago by Giorgi <[email protected]>
Added IFieldResolver which automatically passes parameters to resolver function.

github.com/graphql-dotnet/graphql-dotnet - 59a0a323cd60fd631544f89d258a8ad9cd14cb10 authored over 7 years ago by Giorgi <[email protected]>
Update variable docs

github.com/graphql-dotnet/graphql-dotnet - b2e9a1c61058cb8c80606aea5108e23c8416e254 authored over 7 years ago by Joe McBride <[email protected]>
Update variable docs

github.com/graphql-dotnet/graphql-dotnet - a04d64ecef5834e8e97f5477348583988bb5076f authored over 7 years ago by Joe McBride <[email protected]>
Merge pull request #373 from graphql-dotnet/mutations

Add an example mutation to StarWars

github.com/graphql-dotnet/graphql-dotnet - d7264a9ad3b0be88638a72ff4e4cc318eae41ef0 authored over 7 years ago by Joe McBride <[email protected]>