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

fix broken comments

github.com/graphql-dotnet/graphql-dotnet - 711f380f277af4287caa69f22e38875d8784d89e authored almost 6 years ago by Simon Cropp <[email protected]>
remove redundant type specifications

github.com/graphql-dotnet/graphql-dotnet - d976451f9d875a7d3c357bf84dc9febbfddd7203 authored almost 6 years ago by Simon Cropp <[email protected]>
remove redundant type specifications

github.com/graphql-dotnet/graphql-dotnet - 5274852df1feb0b807a80c7500a175b7a71a2c7d authored almost 6 years ago by Simon Cropp <[email protected]>
remove redundant trailing spaces

github.com/graphql-dotnet/graphql-dotnet - 509fa40101e7b761e1eaaa4c4873b1717c5e9662 authored almost 6 years ago by Simon Cropp <[email protected]>
Fix argument name param order

github.com/graphql-dotnet/graphql-dotnet - 660cb7714eea0f1fe8e33952ea1502544ad26713 authored almost 6 years ago by Simon Cropp <[email protected]>
redundant braces

github.com/graphql-dotnet/graphql-dotnet - 293f6a6257f5bfc8c234e058a99eeffdc8d51464 authored almost 6 years ago by Simon Cropp <[email protected]>
remove redundant usings

github.com/graphql-dotnet/graphql-dotnet - 9396dbb90bdd3c1ff176090f5d539e511c10133e authored almost 6 years ago by Simon Cropp <[email protected]>
move to only netstandard2.0 (#969)

github.com/graphql-dotnet/graphql-dotnet - e3f1f05bf7143795bbdd8d9a8df463fcda55244d authored almost 6 years ago by Simon Cropp <[email protected]>
Fixed minor spelling error (#974)

github.com/graphql-dotnet/graphql-dotnet - f05daf12db137c4f9e5c87b3a5474c1714dd4522 authored almost 6 years ago by maxmathews <[email protected]>
Revert "Merge pull request #891 from johnrutherford/parallel-execution-optimization" (#975)

This reverts commit 7a6d95dd672f6d1b9e543f44df66bef370ad6ee4, reversing
changes made to 48692d6...

github.com/graphql-dotnet/graphql-dotnet - d286b3fadf808e3a533b206dc6a1f5694ae3a9e6 authored almost 6 years ago by Simon Cropp <[email protected]>
add some padding to Operation_Can_Be_Cancelled (#970)

github.com/graphql-dotnet/graphql-dotnet - b2e77e5ab334c77ef394972921b7c7cb1f98afc2 authored almost 6 years ago by Simon Cropp <[email protected]>
Improve error message when type is missing (#786)

* Improve error message when type is missing

Otherwise you get a null reference exception.

...

github.com/graphql-dotnet/graphql-dotnet - 237c355678de65038ea7b2556e6a4ead250f4299 authored almost 6 years ago by Chad Gilbert <[email protected]>
Merge pull request #891 from johnrutherford/parallel-execution-optimization

Optimize ParallelExecutionStrategy

github.com/graphql-dotnet/graphql-dotnet - 7a6d95dd672f6d1b9e543f44df66bef370ad6ee4 authored almost 6 years ago by Simon Cropp <[email protected]>
Merge pull request #968 from graphql-dotnet/addMyget

add myget feed

github.com/graphql-dotnet/graphql-dotnet - 48692d68ad930b874cc50878a75514648d4c735f authored almost 6 years ago by Simon Cropp <[email protected]>
add myget feed

fixes #542

github.com/graphql-dotnet/graphql-dotnet - 88f5132351c0f95d634eb5f6651c0de8ae8d6007 authored almost 6 years ago by Simon Cropp <[email protected]>
Convert from StringValue in GuidGraphType (#952)

* Convert from StringValue to GuidGraphType

* Variable renaming and removal of unnecessary pa...

github.com/graphql-dotnet/graphql-dotnet - 670116674c27c6c92e50b46e979cb7f0fdbdbd35 authored about 6 years ago by Rensvind <[email protected]>
Update introduction.md (#936)

github.com/graphql-dotnet/graphql-dotnet - af289db604c17dd477983166bcf3462f8580464b authored about 6 years ago by GE, Xiaoguo <[email protected]>
Marked the no longer used methods as obsolete. (#928)

github.com/graphql-dotnet/graphql-dotnet - 0226d0375faad69a8d36f8d5ff9fed4ef7b751af authored about 6 years ago by Dzmitry Safarau <[email protected]>
Fix Guid not mapped correctly to IdGraphyType when AutoGenerating Object Graph (#918)

github.com/graphql-dotnet/graphql-dotnet - 50dc40c06a71b01b98952298cfce984cd3463faf authored about 6 years ago by Trevor Jones <[email protected]>
Bump asp.net core version (#911)

github.com/graphql-dotnet/graphql-dotnet - 4b924ada6db8836c0b0cbbf7854c74c27668e734 authored about 6 years ago by Joe McBride <[email protected]>
Fix memory issue with WriteToStringAsync (#909)

* Fix memory issue with WriteToStringAsync
* Remove global.json with choco install in appveyor....

github.com/graphql-dotnet/graphql-dotnet - 142a43ce24f8d4d4286a440eb2c47c8dda773845 authored about 6 years ago by Joe McBride <[email protected]>
Add support for float/long to double/decimal conversion (fixes #840) (#893)

github.com/graphql-dotnet/graphql-dotnet - f2c48cb63b56f2fcce7f0a64d306f0deef0746bc authored about 6 years ago by huysentruitw <[email protected]>
add Generic Version of Register and Get Method (#908)

github.com/graphql-dotnet/graphql-dotnet - c7b09e53495b9e492c1635fe2e0aef92e6b5bf6e authored about 6 years ago by Trevor Jones <[email protected]>
Optimize ParallelExecutionStrategy

Add test

github.com/graphql-dotnet/graphql-dotnet - c11c49375428929381b3ed3301c1922a971b7b42 authored about 6 years ago by John Rutherford <[email protected]>
Fix input types not being registered when ResolvedType is specified (#873)

github.com/graphql-dotnet/graphql-dotnet - 0917a2c8c3f7fc078ce4429f0edc3b051ef949c9 authored about 6 years ago by Rasmus John Pedersen <[email protected]>
Bump version to 2.3.0

github.com/graphql-dotnet/graphql-dotnet - 0d513bc1feaf2da349483ddeded4eb4c02774695 authored about 6 years ago by Joe McBride <[email protected]>
Implemented #798: IDocumentWriter - added support writing to response stream directly. (#809)

* Implemented #798: IDocumentWriter - added support writing to response stream directly.

* Ad...

github.com/graphql-dotnet/graphql-dotnet - 6ecd4f0980e058eba3f086b717978747fffc4325 authored about 6 years ago by Dzmitry Safarau <[email protected]>
741 more scalar types (#812)

* Add Short ScalarType

* Add UShort ScalarType

* Add UInt ScalarGraphType

* Add ULong S...

github.com/graphql-dotnet/graphql-dotnet - 0395663a51a1f5aa53a5ef0729899834c98c1b06 authored about 6 years ago by Vedant Koditkar <[email protected]>
Await metrics middleware, fix time converter (#865)

* Update readme
* Metrics fix, branch name fix
* Await field instrumentation
* Always write e...

github.com/graphql-dotnet/graphql-dotnet - ea99068b7c50cf25d741ffad063feec815d246c5 authored about 6 years ago by Joe McBride <[email protected]>
Notify listeners during subscription execution (#852)

This should resolve graphql-dotnet/server#162

github.com/graphql-dotnet/graphql-dotnet - bb608f66408b53dc6ed06864e5f0ef6449031428 authored about 6 years ago by Erik Gävert <[email protected]>
Fix README example code (#853)

github.com/graphql-dotnet/graphql-dotnet - 53b7d7f05d7af155b2b71b52fd4fd4eb85e8b33f authored about 6 years ago by samuela <[email protected]>
Performance improvements (#805)

* Performance optimizations

* Optimize Task unwrapping

* Improve performance of NameFieldR...

github.com/graphql-dotnet/graphql-dotnet - 952b4ef6950e51bbfe009354f0520180c343e8d4 authored over 6 years ago by John Rutherford <[email protected]>
Dataloader optimizations (#808)

* Improve DataLoader unit tests with mocks and fake data

* Add big complex DataLoader query t...

github.com/graphql-dotnet/graphql-dotnet - 3c7bd27dbd00c3971a7b7bfef4f277946e716e25 authored over 6 years ago by John Rutherford <[email protected]>
Allow custom casing on inferred enum graph types (#841)

github.com/graphql-dotnet/graphql-dotnet - a06cf1d2baa13ec51d7a18672c7975812026197d authored over 6 years ago by Chad Gilbert <[email protected]>
Fixed support for list with nulls (#838) (#839)

github.com/graphql-dotnet/graphql-dotnet - d5562871275304a64ad41fa34a4bf0865f0874bd authored over 6 years ago by Henrik Cooke <[email protected]>
Bump version to 2.1

github.com/graphql-dotnet/graphql-dotnet - 31c382c78cf1b12f584c406e4ab4f76aa2c5d9af authored over 6 years ago by Joe McBride <[email protected]>
Add test for query organization and update docs (#833)

github.com/graphql-dotnet/graphql-dotnet - 0dc0443ffd9d21673583901d534d47e3fefc3d7e authored over 6 years ago by Joe McBride <[email protected]>
Fixed issue in execution node for subscriptions (#815)

Not having the parent becomes an issue further down the chain, causing a NullRefException in Ins...

github.com/graphql-dotnet/graphql-dotnet - dcb7b664a57b45e21885789280ea2b60aca782af authored over 6 years ago by BenjaBobs <[email protected]>
Small typos or grammar mistakes. (#819)

github.com/graphql-dotnet/graphql-dotnet - 173efd7e4d912ace89ee1f3d864406a1e242d5c8 authored over 6 years ago by Benjamin Todts <[email protected]>
Some AST cleanup (#804)

github.com/graphql-dotnet/graphql-dotnet - 93590f26ee8b052fb6b5e4128f6eb6fe677fe0a4 authored over 6 years ago by Joe McBride <[email protected]>
split the huge intvalue file (#789)

github.com/graphql-dotnet/graphql-dotnet - bfb23d2653f60f9a5d03a1ab6c134cd417caca69 authored over 6 years ago by Simon Cropp <[email protected]>
use pattern matching (#785)

github.com/graphql-dotnet/graphql-dotnet - aee906a5703e690f4192ad3edde077bb7a076b9d authored over 6 years ago by Simon Cropp <[email protected]>
Add revision when on branch (#802)

github.com/graphql-dotnet/graphql-dotnet - e3c592b3cd1169192f38cff08b60896c13a7c6fb authored over 6 years ago by Joe McBride <[email protected]>
add package icon (#801)

github.com/graphql-dotnet/graphql-dotnet - 83e1ee320e20581cb98e076ca91d89524b549370 authored over 6 years ago by Simon Cropp <[email protected]>
Remove pre release installation instruction (#794)

Not needed IMO since the latest release is the stable one

github.com/graphql-dotnet/graphql-dotnet - 677c30642617d9dc66e3e454269002d4b10940cd authored over 6 years ago by nilzen <[email protected]>
Fix spelling mistake in migration.md (#793)

Peroid -> Period

github.com/graphql-dotnet/graphql-dotnet - 8101ad3a7181a1c5eb1204bd06a465391ea5b519 authored over 6 years ago by James Webster <[email protected]>
Fix typo & link to spec

github.com/graphql-dotnet/graphql-dotnet - d212760658396a88f366c8c34bbf91977f24881f authored over 6 years ago by Joe McBride <[email protected]>
Add link to Glenn's course

github.com/graphql-dotnet/graphql-dotnet - 039919aadccc21c73adaf3fa61983c04a5276d73 authored over 6 years ago by Joe McBride <[email protected]>
wrap Activator.CreateInstance exception to provide more info (#780)

github.com/graphql-dotnet/graphql-dotnet - 214ccc124f84e15c50e95bfccb3c1463502e1dc0 authored over 6 years ago by Simon Cropp <[email protected]>
Official 2.0 release

github.com/graphql-dotnet/graphql-dotnet - 44b6484758313579cd3df48a593882df3a6a81b8 authored over 6 years ago by Joe McBride <[email protected]>
Add ability to drop revision

github.com/graphql-dotnet/graphql-dotnet - 9a87115d40363997e2b8db716af208b2eb1b3a54 authored over 6 years ago by Joe McBride <[email protected]>
Documentation updates

github.com/graphql-dotnet/graphql-dotnet - 43d054d45dc3de51cfd28eeccc44ee91e657f63b authored over 6 years ago by Joe McBride <[email protected]>
Update feature list

github.com/graphql-dotnet/graphql-dotnet - 04c022f69f990f1510f73642630517f59d853460 authored over 6 years ago by Joe McBride <[email protected]>
Add flag for throwing on unhandled exceptions (#776)

Fixes #607

github.com/graphql-dotnet/graphql-dotnet - 25ce8583b0d2280d26e254e7ea5441fdb92f7584 authored over 6 years ago by Joe McBride <[email protected]>
Add the ability to return a GraphQLTypeReference from ResolveType (#775)

github.com/graphql-dotnet/graphql-dotnet - ab81a5da67b3e7125f8ff9e9178a40987661e0ee authored over 6 years ago by Joe McBride <[email protected]>
Rename handler/endpoints to schema first

github.com/graphql-dotnet/graphql-dotnet - 954698f21c32a8d8bf0717b88b8fac7a185feb7f authored over 6 years ago by Joe McBride <[email protected]>
Nested types tests (#774)

github.com/graphql-dotnet/graphql-dotnet - 2ff927122906de9a3679a81ddb414294a0330f36 authored over 6 years ago by Joe McBride <[email protected]>
update to netcoreapp2.1 (#763)

* update to netcoreapp2.1

* update sdk

* multi target tests

* missing save

github.com/graphql-dotnet/graphql-dotnet - d82a21e1e473083443caf95dc218d387bf388d02 authored over 6 years ago by Simon Cropp <[email protected]>
Another branch check. (#773)

github.com/graphql-dotnet/graphql-dotnet - f6098f81dee7ad041ad7ecdb5b47e07a8c5c626e authored over 6 years ago by Joe McBride <[email protected]>
Update lock file

github.com/graphql-dotnet/graphql-dotnet - 5d2a0319e03598670a00b56868e6e85c82750203 authored over 6 years ago by Joe McBride <[email protected]>
Remove superagent and unused task

github.com/graphql-dotnet/graphql-dotnet - 5eaf0969405693395690b950ebc8104e2ad12f46 authored over 6 years ago by Joe McBride <[email protected]>
Update how build sets version (#767)

github.com/graphql-dotnet/graphql-dotnet - 5bad2ce4e1a73ad15d957b18ab338ec553ac8372 authored over 6 years ago by Joe McBride <[email protected]>
add test for long conversion (#769)

* add test for long conversion

* long to int should throw for overlow

github.com/graphql-dotnet/graphql-dotnet - 4b02f6e2628d3f8e02829c60938616cea6a54fee authored over 6 years ago by Simon Cropp <[email protected]>
Getting error with the existing query structure (#768)

The Query property has the string without the curly braces, which does not work and leads to an ...

github.com/graphql-dotnet/graphql-dotnet - 28af3bbc43d9606dd2e15a8700e9db5e9b2c2877 authored over 6 years ago by EmmanuelPonnudurai <[email protected]>
#732 validation error errocode not serialized in response (#748)

* Fix: using different Code property in ValidationError.

* Update ExecutiionResultJsonConvert...

github.com/graphql-dotnet/graphql-dotnet - 788fb705c4476e565a4964b295c0b4b0b616ff14 authored over 6 years ago by Vedant Koditkar <[email protected]>
Additional documentation

closes #515

github.com/graphql-dotnet/graphql-dotnet - de37f63c562f1861415246608f568a18c419648a authored over 6 years ago by Joe McBride <[email protected]>
Update links.md (#765)

github.com/graphql-dotnet/graphql-dotnet - 69ee6d04ea7912e7459ae2994369562f6e6100cc authored over 6 years ago by Muhammad Rehan Saeed <[email protected]>
Minor cleanup (#761)

* typos

* redundant ()

* redundant whitespace

* redundant comments

github.com/graphql-dotnet/graphql-dotnet - 54737b338115468e025eeafffc11a2e466f35ed2 authored over 6 years ago by Simon Cropp <[email protected]>
Github issue templates

github.com/graphql-dotnet/graphql-dotnet - 898bb095103bc2b2a66189e10e7af09a446d8916 authored over 6 years ago by Joe McBride <[email protected]>
validate enumeration name

fixes #750
closes #754

github.com/graphql-dotnet/graphql-dotnet - acc373999d67ee0fd2f0c7bd14c943d6341f98e0 authored over 6 years ago by Michal Niegrzybowski <[email protected]>
Add missing namespace

github.com/graphql-dotnet/graphql-dotnet - edacd65d58e69a230cf3dc9b6c3ffa2f0ea9eb86 authored over 6 years ago by Joe McBride <[email protected]>
Subscription with reflection (#647)

* add handling for extension type

* in progress

* split build_extension_type test into two...

github.com/graphql-dotnet/graphql-dotnet - 8a9f8e71c0e1368123c19083db26ee2c4e27a07d authored over 6 years ago by wingsking <[email protected]>
Add DataLoader as new feature

github.com/graphql-dotnet/graphql-dotnet - eaa49dacf806e03298319bad890ea6e518fc08a4 authored over 6 years ago by Joe McBride <[email protected]>
Convert argument names on initialize (#757)

* Convert argument names on initialize
* Validate query argument name

fixes #609

github.com/graphql-dotnet/graphql-dotnet - 144d81214c4ae3aa5a506afa77a8f22e288460a5 authored over 6 years ago by Joe McBride <[email protected]>
Add link to 0.17.x migration guide

github.com/graphql-dotnet/graphql-dotnet - a0a6618292278cead639619cdd58ccf638532298 authored over 6 years ago by Joe McBride <[email protected]>
Add version migration guide

github.com/graphql-dotnet/graphql-dotnet - 66cf9ad66aa11000d3f141c353d1c2093956035c authored over 6 years ago by Joe McBride <[email protected]>
Add repeated subfields functionality. Fixes #602

Allows to merge subselections of equivalent fields during execution.

github.com/graphql-dotnet/graphql-dotnet - 0e1b3e578cab9ee680e2349f92474a6973f50632 authored over 6 years ago by mrtes <[email protected]>
Add integration test, minor code changes

github.com/graphql-dotnet/graphql-dotnet - 4a92faaa456daeafb989eb4c7d6ac8fc2c5a2db7 authored over 6 years ago by Joe McBride <[email protected]>
use pattern matching (#753)

github.com/graphql-dotnet/graphql-dotnet - d90a1a4daa80dff4844c3e361b12366d25199fac authored over 6 years ago by Simon Cropp <[email protected]>
Updated docs and layout

github.com/graphql-dotnet/graphql-dotnet - c03dcb8ce1aeacf0f8154055ca145f762276d4d3 authored over 6 years ago by Joe McBride <[email protected]>
fix spelling (#751)

github.com/graphql-dotnet/graphql-dotnet - daffb0ee45d5c713c10418993338d64df9263a5b authored over 6 years ago by Simon Cropp <[email protected]>
Add name to ArgumentNullExceptions (#752)

github.com/graphql-dotnet/graphql-dotnet - 26ff630045b7da58985f7e2f2aa000fba4743049 authored over 6 years ago by Simon Cropp <[email protected]>
add link to GraphQL.EntityFramework (#749)

github.com/graphql-dotnet/graphql-dotnet - 2b5ad601217c66bcbfd55ba73f781d582ea0e659 authored over 6 years ago by Simon Cropp <[email protected]>
Update metrics docs for Apollo Tracing

github.com/graphql-dotnet/graphql-dotnet - 8aafb860421de8ed0c92b0765105a9ead1b31c3e authored over 6 years ago by Joe McBride <[email protected]>
More documentation

github.com/graphql-dotnet/graphql-dotnet - 2a2db6ab40144c4eadd016150fbd88c98da36809 authored over 6 years ago by Joe McBride <[email protected]>
Docs2 (#747)

* New docs site based on Gatsby

github.com/graphql-dotnet/graphql-dotnet - 0f5b0f9c9db49f4376b02d6e8061e8a2cf91c31e authored over 6 years ago by Joe McBride <[email protected]>
Performance enhancements (#746)

* Use cached compiled regex (where possible in non-netstandard1.1 environments) for tight loop p...

github.com/graphql-dotnet/graphql-dotnet - 9d5c87e50dd4ab4e55f9ef4b80184a446d83815f authored over 6 years ago by Kam Figy <[email protected]>
Fix issue with Date as variable (#745)

fixes #744

github.com/graphql-dotnet/graphql-dotnet - f47e557ca6a58e90757633694013918864fa15a0 authored over 6 years ago by Joe McBride <[email protected]>
inline out variables (#742)

github.com/graphql-dotnet/graphql-dotnet - 4e74411859c27c3e44c8b3751abfcb51f2f1adcf authored over 6 years ago by Simon Cropp <[email protected]>
Added Date, DateTime, DateTimeOffset and TimeSpan Scalar Types (#665)

* Use default DateFormatString & IsoDateFormat is already the default.

* Add TimeSpanMillisec...

github.com/graphql-dotnet/graphql-dotnet - ad9c5c8523dde84dd040755a80d829b1f74ede9e authored over 6 years ago by Muhammad Rehan Saeed <[email protected]>
remove redundant usings (#740)

github.com/graphql-dotnet/graphql-dotnet - db1d68427da5a4c4b858b3b3be0dc36a96c92ebd authored over 6 years ago by Simon Cropp <[email protected]>
remove Reflection.TypeExtensions from netstandard2 (#738)

github.com/graphql-dotnet/graphql-dotnet - b423ae34c504fde4fabbe1a024aa00122586c48b authored over 6 years ago by Simon Cropp <[email protected]>
Update build (#736)

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