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
github.com/graphql-dotnet/graphql-dotnet - 711f380f277af4287caa69f22e38875d8784d89e authored almost 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - d976451f9d875a7d3c357bf84dc9febbfddd7203 authored almost 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 5274852df1feb0b807a80c7500a175b7a71a2c7d authored almost 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 509fa40101e7b761e1eaaa4c4873b1717c5e9662 authored almost 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 660cb7714eea0f1fe8e33952ea1502544ad26713 authored almost 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 293f6a6257f5bfc8c234e058a99eeffdc8d51464 authored almost 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 9396dbb90bdd3c1ff176090f5d539e511c10133e authored almost 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - e3f1f05bf7143795bbdd8d9a8df463fcda55244d authored almost 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - f05daf12db137c4f9e5c87b3a5474c1714dd4522 authored almost 6 years ago by maxmathews <[email protected]>
This reverts commit 7a6d95dd672f6d1b9e543f44df66bef370ad6ee4, reversing
changes made to 48692d6...
github.com/graphql-dotnet/graphql-dotnet - b2e77e5ab334c77ef394972921b7c7cb1f98afc2 authored almost 6 years ago by Simon Cropp <[email protected]>
* 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]>Optimize ParallelExecutionStrategy
github.com/graphql-dotnet/graphql-dotnet - 7a6d95dd672f6d1b9e543f44df66bef370ad6ee4 authored almost 6 years ago by Simon Cropp <[email protected]>add myget feed
github.com/graphql-dotnet/graphql-dotnet - 48692d68ad930b874cc50878a75514648d4c735f authored almost 6 years ago by Simon Cropp <[email protected]>fixes #542
github.com/graphql-dotnet/graphql-dotnet - 88f5132351c0f95d634eb5f6651c0de8ae8d6007 authored almost 6 years ago by Simon Cropp <[email protected]>* 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]>github.com/graphql-dotnet/graphql-dotnet - af289db604c17dd477983166bcf3462f8580464b authored about 6 years ago by GE, Xiaoguo <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 0226d0375faad69a8d36f8d5ff9fed4ef7b751af authored about 6 years ago by Dzmitry Safarau <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 50dc40c06a71b01b98952298cfce984cd3463faf authored about 6 years ago by Trevor Jones <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 4b924ada6db8836c0b0cbbf7854c74c27668e734 authored about 6 years ago by Joe McBride <[email protected]>
* Fix memory issue with WriteToStringAsync
* Remove global.json with choco install in appveyor....
github.com/graphql-dotnet/graphql-dotnet - f2c48cb63b56f2fcce7f0a64d306f0deef0746bc authored about 6 years ago by huysentruitw <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - c7b09e53495b9e492c1635fe2e0aef92e6b5bf6e authored about 6 years ago by Trevor Jones <[email protected]>
Add test
github.com/graphql-dotnet/graphql-dotnet - c11c49375428929381b3ed3301c1922a971b7b42 authored about 6 years ago by John Rutherford <[email protected]>github.com/graphql-dotnet/graphql-dotnet - 0917a2c8c3f7fc078ce4429f0edc3b051ef949c9 authored about 6 years ago by Rasmus John Pedersen <[email protected]>
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.
* Ad...
github.com/graphql-dotnet/graphql-dotnet - 6ecd4f0980e058eba3f086b717978747fffc4325 authored about 6 years ago by Dzmitry Safarau <[email protected]>* 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]>
* Update readme
* Metrics fix, branch name fix
* Await field instrumentation
* Always write e...
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]>github.com/graphql-dotnet/graphql-dotnet - 53b7d7f05d7af155b2b71b52fd4fd4eb85e8b33f authored about 6 years ago by samuela <[email protected]>
* 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]>* 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]>github.com/graphql-dotnet/graphql-dotnet - a06cf1d2baa13ec51d7a18672c7975812026197d authored over 6 years ago by Chad Gilbert <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - d5562871275304a64ad41fa34a4bf0865f0874bd authored over 6 years ago by Henrik Cooke <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 31c382c78cf1b12f584c406e4ab4f76aa2c5d9af authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 43b5412a8fe72b093b4f0a45e273fb1564dee691 authored over 6 years ago by darbio <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 0dc0443ffd9d21673583901d534d47e3fefc3d7e authored over 6 years ago by Joe McBride <[email protected]>
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]>github.com/graphql-dotnet/graphql-dotnet - 173efd7e4d912ace89ee1f3d864406a1e242d5c8 authored over 6 years ago by Benjamin Todts <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 93590f26ee8b052fb6b5e4128f6eb6fe677fe0a4 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - bfb23d2653f60f9a5d03a1ab6c134cd417caca69 authored over 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - aee906a5703e690f4192ad3edde077bb7a076b9d authored over 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - e3c592b3cd1169192f38cff08b60896c13a7c6fb authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 83e1ee320e20581cb98e076ca91d89524b549370 authored over 6 years ago by Simon Cropp <[email protected]>
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]>Peroid -> Period
github.com/graphql-dotnet/graphql-dotnet - 8101ad3a7181a1c5eb1204bd06a465391ea5b519 authored over 6 years ago by James Webster <[email protected]>github.com/graphql-dotnet/graphql-dotnet - d212760658396a88f366c8c34bbf91977f24881f authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 039919aadccc21c73adaf3fa61983c04a5276d73 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 214ccc124f84e15c50e95bfccb3c1463502e1dc0 authored over 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 44b6484758313579cd3df48a593882df3a6a81b8 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 9a87115d40363997e2b8db716af208b2eb1b3a54 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 43d054d45dc3de51cfd28eeccc44ee91e657f63b authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 04c022f69f990f1510f73642630517f59d853460 authored over 6 years ago by Joe McBride <[email protected]>
Fixes #607
github.com/graphql-dotnet/graphql-dotnet - 25ce8583b0d2280d26e254e7ea5441fdb92f7584 authored over 6 years ago by Joe McBride <[email protected]>github.com/graphql-dotnet/graphql-dotnet - ab81a5da67b3e7125f8ff9e9178a40987661e0ee authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 954698f21c32a8d8bf0717b88b8fac7a185feb7f authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 2ff927122906de9a3679a81ddb414294a0330f36 authored over 6 years ago by Joe McBride <[email protected]>
* 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]>github.com/graphql-dotnet/graphql-dotnet - f6098f81dee7ad041ad7ecdb5b47e07a8c5c626e authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 5d2a0319e03598670a00b56868e6e85c82750203 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 5eaf0969405693395690b950ebc8104e2ad12f46 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 5bad2ce4e1a73ad15d957b18ab338ec553ac8372 authored over 6 years ago by Joe McBride <[email protected]>
* 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]>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]>* 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]>closes #515
github.com/graphql-dotnet/graphql-dotnet - de37f63c562f1861415246608f568a18c419648a authored over 6 years ago by Joe McBride <[email protected]>github.com/graphql-dotnet/graphql-dotnet - dbd7f6dba63680240f4942e1377047801897c8a6 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 69ee6d04ea7912e7459ae2994369562f6e6100cc authored over 6 years ago by Muhammad Rehan Saeed <[email protected]>
* typos
* redundant ()
* redundant whitespace
* redundant comments
github.com/graphql-dotnet/graphql-dotnet - 54737b338115468e025eeafffc11a2e466f35ed2 authored over 6 years ago by Simon Cropp <[email protected]>github.com/graphql-dotnet/graphql-dotnet - 898bb095103bc2b2a66189e10e7af09a446d8916 authored over 6 years ago by Joe McBride <[email protected]>
fixes #750
closes #754
github.com/graphql-dotnet/graphql-dotnet - edacd65d58e69a230cf3dc9b6c3ffa2f0ea9eb86 authored over 6 years ago by Joe McBride <[email protected]>
* 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]>github.com/graphql-dotnet/graphql-dotnet - eaa49dacf806e03298319bad890ea6e518fc08a4 authored over 6 years ago by Joe McBride <[email protected]>
* 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]>github.com/graphql-dotnet/graphql-dotnet - a0a6618292278cead639619cdd58ccf638532298 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 66cf9ad66aa11000d3f141c353d1c2093956035c authored over 6 years ago by Joe McBride <[email protected]>
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]>github.com/graphql-dotnet/graphql-dotnet - 4a92faaa456daeafb989eb4c7d6ac8fc2c5a2db7 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 1402a669491484fa5dc68403817df2dadf170877 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - d90a1a4daa80dff4844c3e361b12366d25199fac authored over 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - c03dcb8ce1aeacf0f8154055ca145f762276d4d3 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - daffb0ee45d5c713c10418993338d64df9263a5b authored over 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 26ff630045b7da58985f7e2f2aa000fba4743049 authored over 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - f4f97de3f0e665e80425ba1006ee51829aa1ce06 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 2b5ad601217c66bcbfd55ba73f781d582ea0e659 authored over 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 8aafb860421de8ed0c92b0765105a9ead1b31c3e authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 05e7be334edc1e2587f43f68f9b3e5b67465e2e6 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 2a2db6ab40144c4eadd016150fbd88c98da36809 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 298a7257a298593f380bd7fbbc22980592d96092 authored over 6 years ago by Joe McBride <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 137fff1f65420a22c78a230e840ac2d533f6551d authored over 6 years ago by Joe McBride <[email protected]>
* New docs site based on Gatsby
github.com/graphql-dotnet/graphql-dotnet - 0f5b0f9c9db49f4376b02d6e8061e8a2cf91c31e authored over 6 years ago by Joe McBride <[email protected]>* 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]>fixes #744
github.com/graphql-dotnet/graphql-dotnet - f47e557ca6a58e90757633694013918864fa15a0 authored over 6 years ago by Joe McBride <[email protected]>github.com/graphql-dotnet/graphql-dotnet - 4e74411859c27c3e44c8b3751abfcb51f2f1adcf authored over 6 years ago by Simon Cropp <[email protected]>
* 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]>github.com/graphql-dotnet/graphql-dotnet - db1d68427da5a4c4b858b3b3be0dc36a96c92ebd authored over 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - b423ae34c504fde4fabbe1a024aa00122586c48b authored over 6 years ago by Simon Cropp <[email protected]>
github.com/graphql-dotnet/graphql-dotnet - 3e937ec208477affdfa22bde6bde3e54d1ffae6e authored over 6 years ago by Joe McBride <[email protected]>