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

Example extended and tested - now the result is as expected

github.com/graphql-dotnet/graphql-dotnet - 1db0dfbfd2edfcc215ebfc9c816dddcedf0b506f authored over 8 years ago by Kamil Mrzygłód <[email protected]>
Updated README.md

Updated Readme file with a full example, fixed method names and usings, so there is no need to s...

github.com/graphql-dotnet/graphql-dotnet - bbe45b12b994584348fc58490975a9c602ab4363 authored over 8 years ago by Kamil Mrzygłód <[email protected]>
Merge pull request #177 from graphql-dotnet/directive-introspection

Fix defaultValue and arg on Deprecated Directive

github.com/graphql-dotnet/graphql-dotnet - 27dec31482d8c9f468785566cf474b9168e192ed authored over 8 years ago by Joe McBride <[email protected]>
Fix defaultValue and arg on Deprecated Directive

* Fix some bugs in AstFromValue
* Fix some bugs in ValueFromAst
* Fix some bugs in IsValidValue
...

github.com/graphql-dotnet/graphql-dotnet - f627edf7586b963cfcdcb3db122a6c9b80684154 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #174 from holm0563/ImprovedNameErrors

Added name to the exception.

github.com/graphql-dotnet/graphql-dotnet - 4712bb025b51906a87a1383bfba4549b6d6e1aa1 authored over 8 years ago by Joe McBride <[email protected]>
Added name to the exception.

github.com/graphql-dotnet/graphql-dotnet - 4f3d3ed4e6808e8c251794e3dc3a42db2aacda6b authored over 8 years ago by Derek Holmes <[email protected]>
Merge pull request #166 from jquense/resolution-context

Merge various `Resolve` context types

github.com/graphql-dotnet/graphql-dotnet - 4c17980d94caaa1e056a6aa4daf2ecb4cc993b74 authored over 8 years ago by Joe McBride <[email protected]>
Merge various `Resolve` context types

github.com/graphql-dotnet/graphql-dotnet - 6d974e6ca2d0017cdd02fa83370e168bfa5a44e3 authored over 8 years ago by Jason Quense <[email protected]>
Merge pull request #165 from jquense/deprecation-reason

Add DeprecationReason to Field builders

github.com/graphql-dotnet/graphql-dotnet - 222db09c4d9982fbe76372ba9083a15206d9c49a authored over 8 years ago by Joe McBride <[email protected]>
Add DeprecationReason to Field builders

github.com/graphql-dotnet/graphql-dotnet - 516707b7ff473803191e7500374bb97116dd4ee0 authored over 8 years ago by Jason Quense <[email protected]>
Merge pull request #163 from graphql-dotnet/directives-subscriptions

Update directives to latest, add Subscription

github.com/graphql-dotnet/graphql-dotnet - dc7ffff81d9263573aaea9b56194381a3a3f7751 authored over 8 years ago by Joe McBride <[email protected]>
Update directives to latest, add Subscription

github.com/graphql-dotnet/graphql-dotnet - 2f21f672e69e7cf82cc5bdce52d1fd0603474316 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #162 from graphql-dotnet/remove-antlr

Remove Antlr

github.com/graphql-dotnet/graphql-dotnet - 28d89c3703d1e6a910122c94736e62a1eafffb93 authored over 8 years ago by Joe McBride <[email protected]>
Release notes and upgrade guide.

github.com/graphql-dotnet/graphql-dotnet - 97681f8769c0acf5d5a48c6461a6021de92ef0eb authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #127 from graphql-dotnet/lexer

New Parser

github.com/graphql-dotnet/graphql-dotnet - e1cb4bf07d358976b0f890a8bfe61e36bacad82a authored over 8 years ago by Joe McBride <[email protected]>
Switch to nuget dependency

github.com/graphql-dotnet/graphql-dotnet - dce57d4685aa6999c6e794fd0a8a5b267ec774a2 authored over 8 years ago by Joe McBride <[email protected]>
Add basic caching to SpracheDocumnetBuilder

github.com/graphql-dotnet/graphql-dotnet - 37403343274d5421e82a46530612df18e0ca1012 authored over 8 years ago by Joe McBride <[email protected]>
Obsolete Antlr, update AST class namespaces

github.com/graphql-dotnet/graphql-dotnet - afd69220d8e8a9696f6169ef9bc2841482319bbc authored over 8 years ago by Joe McBride <[email protected]>
Add Language project from Marek

https://github.com/mkmarek/graphql-dotnetcore

github.com/graphql-dotnet/graphql-dotnet - 5dbc15c4f56d513c28ad158650112410c86e9f6a authored over 8 years ago by Joe McBride <[email protected]>
Handle a few more scenarios. All tests passing.

github.com/graphql-dotnet/graphql-dotnet - dd67986f2e8e4b56253ee51df97b6d71187d0fcf authored over 8 years ago by Joe McBride <[email protected]>
extract out regexes

github.com/graphql-dotnet/graphql-dotnet - a03741b22e5d448cfea78dc33194da968c21fd97 authored over 8 years ago by Randy Ridge <[email protected]>
Update to latest

github.com/graphql-dotnet/graphql-dotnet - 28dbfbc25810df71e8175088626b1f17c0a33f31 authored over 8 years ago by Joe McBride <[email protected]>
make position a struct, missed a regex

github.com/graphql-dotnet/graphql-dotnet - 1ae5a3d3e4f9eb25bda9823d47430daa8f28843c authored over 8 years ago by Randy Ridge <[email protected]>
Set Sprache as the default document builder

github.com/graphql-dotnet/graphql-dotnet - 403f03bba2ef7a1f631940b2e4819a96da77b801 authored over 8 years ago by Joe McBride <[email protected]>
StarWars tests passing with new parser

github.com/graphql-dotnet/graphql-dotnet - 61fe2bd216e359c7fdc4323e1130343575b18ae2 authored over 8 years ago by Joe McBride <[email protected]>
Spike of new lexer/parser.

github.com/graphql-dotnet/graphql-dotnet - 620151b8420d897cf83bb5c1fef5d6a2a91daea5 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #161 from graphql-dotnet/introspection

A few introspection updates

github.com/graphql-dotnet/graphql-dotnet - f128bbcb8cfac4d368cb7a89f7d9a0a88ad42d3d authored over 8 years ago by Joe McBride <[email protected]>
A few introspection updates

github.com/graphql-dotnet/graphql-dotnet - 051ca085e011096bc6df735f0dc1e75384569a0a authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #159 from graphql-dotnet/no-fragment-cycles

Add no fragment cycles validation rule

github.com/graphql-dotnet/graphql-dotnet - 183d33b7bf81193fe52b9e61897e0b94ad0df386 authored over 8 years ago by Joe McBride <[email protected]>
Add no fragment cycles validation rule

github.com/graphql-dotnet/graphql-dotnet - 169ca0e8dbaebe457c3d1ad51edb411cbb24cf9f authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #158 from graphql-dotnet/fragments-on-composite-type

Add fragments on composite type validation rule

github.com/graphql-dotnet/graphql-dotnet - 604aae361e8f18e99fcb42b305c0ae35b0c98b2f authored over 8 years ago by Joe McBride <[email protected]>
Add fragments on composite types validation rule

github.com/graphql-dotnet/graphql-dotnet - 2442e6f58f34a836fd3692e20fcdc0be0517828e authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #157 from graphql-dotnet/fields-on-correct-type

Add fields on correct type validation rule

github.com/graphql-dotnet/graphql-dotnet - 35642be653f6b56c1057104ff6fa406bee0ae6f1 authored over 8 years ago by Joe McBride <[email protected]>
Add fields on correct type validation rule

github.com/graphql-dotnet/graphql-dotnet - fb42f97b4dcb8857d867627ca709e67ab8625eb8 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #156 from graphql-dotnet/strings-and-graphiql

Support single quote in String, Upgrade GraphiQL

github.com/graphql-dotnet/graphql-dotnet - 7b8e5a1bc187419c2febf801012d571e2283b4fd authored over 8 years ago by Joe McBride <[email protected]>
Support single quote in String, Upgrade GraphiQL

github.com/graphql-dotnet/graphql-dotnet - b099a59ca106908926cd5d7ba2da175b69f41113 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #152 from graphql-dotnet/possible-fragment-spreads

Add possible fragment spreads validation rule

github.com/graphql-dotnet/graphql-dotnet - e768b6214fed676cb1532d7d564ab44f926ec27d authored over 8 years ago by Joe McBride <[email protected]>
Add possible fragment spreads validation rule

github.com/graphql-dotnet/graphql-dotnet - c8eaf98d6fc32d514b1977ce4465e6d83dd02357 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #150 from graphql-dotnet/provided-non-null-arguments

Add provided non-null arguments validation rule

github.com/graphql-dotnet/graphql-dotnet - 96b0d25bbb8e14d73becadb9396e615681cd22d0 authored over 8 years ago by Joe McBride <[email protected]>
Add provided non-null arguments validation rule

github.com/graphql-dotnet/graphql-dotnet - da267895044de9309ee775299ae4ef337e86126f authored over 8 years ago by Joe McBride <[email protected]>
Little smarter nuspec creation

github.com/graphql-dotnet/graphql-dotnet - 3f1656a09c378577e74027aa3f5041e1d2961bf6 authored over 8 years ago by Joe McBride <[email protected]>
Fix nuspec task to target CDATA tags

github.com/graphql-dotnet/graphql-dotnet - a919d5acaacba1600b9a0f7c9792da2bfe00a0fd authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #149 from graphql-dotnet/known-directives

Add known directives validation rule

github.com/graphql-dotnet/graphql-dotnet - baa1465b98b75a6039838fd12b69f550b580cd5a authored over 8 years ago by Joe McBride <[email protected]>
Add known directives validation rule

github.com/graphql-dotnet/graphql-dotnet - d15c14cdf2eb44565f969a16b4a1cd3c194e5b13 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #148 from jaymitchell/master

Added no unused fragments validation rule

github.com/graphql-dotnet/graphql-dotnet - f22e48a10811d6084e4041451debfcc796ec703d authored over 8 years ago by Joe McBride <[email protected]>
Added no unused fragments validation rule

github.com/graphql-dotnet/graphql-dotnet - 6641a346a545056b2ca28bf02fe9d676b00f8926 authored over 8 years ago by Jay Mitchell <[email protected]>
Merge pull request #147 from jaymitchell/master

Added known fragment names validation rule

github.com/graphql-dotnet/graphql-dotnet - 84f706c943ff271d5aa283798efd79aa0d8b9f91 authored over 8 years ago by Joe McBride <[email protected]>
Added known fragment names validation rule

github.com/graphql-dotnet/graphql-dotnet - 35e6b88ba9401d7385895578d63d73ae4eddc17c authored over 8 years ago by Jay Mitchell <[email protected]>
Merge pull request #146 from graphql-dotnet/unnamed-fragments

Support fragments without a type name

github.com/graphql-dotnet/graphql-dotnet - 644bc53b142b7e6cafe430610af4e912de5e5e0b authored over 8 years ago by Joe McBride <[email protected]>
Support fragments without a type name

github.com/graphql-dotnet/graphql-dotnet - 05deeca2f934454c7fa94319b3921863aee65fdc authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #144 from jaymitchell/master

Match usage of $ in rule messages with graphql-js

github.com/graphql-dotnet/graphql-dotnet - 3165f8a6b6e3482abbce96abc3c429cb9a944cd9 authored over 8 years ago by Joe McBride <[email protected]>
Match usage of $ in rule messages with graphql-js

github.com/graphql-dotnet/graphql-dotnet - bc44c77a8b102e90d8d274bd29baf5a22c7734f1 authored over 8 years ago by Jay Mitchell <[email protected]>
Merge pull request #140 from alexmcmillan/master

Retain Utc/Local information in provided DateTime argument values.

github.com/graphql-dotnet/graphql-dotnet - d97b8d68ea9648e546ac2315f595ff6b665ebee5 authored over 8 years ago by Joe McBride <[email protected]>
Fixing potential null reference error

github.com/graphql-dotnet/graphql-dotnet - 1998d0951ed3af42b23c67064a2251777e3bcd7d authored over 8 years ago by Alex McMillan <[email protected]>
Ensuring `DateTimeValue`s are also coerced to UTC

github.com/graphql-dotnet/graphql-dotnet - 7f17774a717d28b62a7544484b776bea32b30666 authored over 8 years ago by Alex McMillan <[email protected]>
Update DateGraphType.cs

Consistency

github.com/graphql-dotnet/graphql-dotnet - b2be50074786afa662a413bd6fa874f2271bbbfa authored over 8 years ago by Alex McMillan <[email protected]>
Adding `StringValue` and `null` support. Coercing non-UTC dates to UTC.

github.com/graphql-dotnet/graphql-dotnet - 7a4bba78a85c3d654ec46780362f45f18091b8a2 authored over 8 years ago by Alex McMillan <[email protected]>
Reverting accidental commit of hard paths

github.com/graphql-dotnet/graphql-dotnet - b2b664717876c71bb6d4f0b7990b7e3058278a53 authored over 8 years ago by Alex McMillan <[email protected]>
Merge pull request #141 from graphql-dotnet/bug-138-decimal

Switch to double.Parse for FloatValue

github.com/graphql-dotnet/graphql-dotnet - e107e0ca7524233b9dbc4b85c10f439539694e6c authored over 8 years ago by Joe McBride <[email protected]>
Switch to double.Parse for FloatValue

* When FloatValue was updated to use double the GraphQLVisitor was
not updated to match.

github.com/graphql-dotnet/graphql-dotnet - 88a0084730b75a759f60bdcbeec55a375f46c25f authored over 8 years ago by Joe McBride <[email protected]>
Retains Utc/Local information in provided DateTime argument values.

This is done by introducing a `Language\DateTimeValue` class, avoiding the need to `.ToString()`...

github.com/graphql-dotnet/graphql-dotnet - 05742f1dea202bd310ed180772b4c3d416c9421c authored over 8 years ago by Alex McMillan <[email protected]>
Merge pull request #137 from alexmcmillan/master

Specifying culture in DateGraphType.

github.com/graphql-dotnet/graphql-dotnet - ee015f23d179c5bbafc540fee507d9d45efa0058 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #135 from jaymitchell/master

Add unique argument names validation rule

github.com/graphql-dotnet/graphql-dotnet - 5f4dd0d0ff9a0791b9735fd92357d78deb6839e8 authored over 8 years ago by Joe McBride <[email protected]>
Specifying culture in DateTimeGraph. Fixes #136

github.com/graphql-dotnet/graphql-dotnet - 59a7ec67aeb81bb54b8ee20fe94d6d7ba7772e6c authored over 8 years ago by Alex McMillan <[email protected]>
Add unique argument names validation rule

github.com/graphql-dotnet/graphql-dotnet - 350ed7b7c50c0dde7223ea3a530a274be7fb64ea authored over 8 years ago by Jay Mitchell <[email protected]>
Merge pull request #134 from jaymitchell/master

Add unique fragment names validation rule

github.com/graphql-dotnet/graphql-dotnet - 17f9a6a0340265b49317d8c55c1526b9b6e24d73 authored over 8 years ago by Joe McBride <[email protected]>
Add unique fragment names validation rule

github.com/graphql-dotnet/graphql-dotnet - 0a15307103526087b871eaa029d9307259007111 authored over 8 years ago by Jay Mitchell <[email protected]>
Merge pull request #133 from jaymitchell/master

Add unique variable names validation rule

github.com/graphql-dotnet/graphql-dotnet - b6a93034b59fee06ef0b56e2c9e0cc9e5df12afc authored over 8 years ago by Joe McBride <[email protected]>
Add unique variable names validation rule

github.com/graphql-dotnet/graphql-dotnet - dd3d5489fa6c01761a7505e83ebf0c81857e5566 authored over 8 years ago by Jay Mitchell <[email protected]>
Merge pull request #131 from jaymitchell/master

Add no unused variables validation rule

github.com/graphql-dotnet/graphql-dotnet - 02024bb3c59f80a90447e3f4d5b4e30c250dbfbd authored over 8 years ago by Joe McBride <[email protected]>
Mark 'No unused variables' validation as complete, and include it in core rules

github.com/graphql-dotnet/graphql-dotnet - 651c0ee63d04eafdd27e09bb92a1a172dc25499c authored over 8 years ago by Jay Mitchell <[email protected]>
Add no unused variables validation rule

github.com/graphql-dotnet/graphql-dotnet - ab26daed4c3f1728753a317f44681f06b07d26e5 authored over 8 years ago by Jay Mitchell <[email protected]>
Merge pull request #129 from randyridge/configure-await

explicit ConfigureAwait calls

github.com/graphql-dotnet/graphql-dotnet - 7b3aa6dd6a67c499907ba47a1ac65c9be84be98d authored over 8 years ago by Joe McBride <[email protected]>
normalize async suffix

github.com/graphql-dotnet/graphql-dotnet - c3ad2222d6758bbf1aacf42b43848cd125167eae authored over 8 years ago by Randy Ridge <[email protected]>
remove unneeded awaits

github.com/graphql-dotnet/graphql-dotnet - a5df6c17233ae8eb546423f8c2b509a5bbd6ffcb authored over 8 years ago by Randy Ridge <[email protected]>
explicit ConfigureAwait calls

github.com/graphql-dotnet/graphql-dotnet - a4bf5a5ea935c8ff95a352e5278560f5e7c3ba8a authored over 8 years ago by Randy Ridge <[email protected]>
Merge pull request #128 from edlund-as/inject-list-input

Inject list input variables from query to field

github.com/graphql-dotnet/graphql-dotnet - cd1ca72b2749610390effef4352d1147c4d19d38 authored over 8 years ago by Joe McBride <[email protected]>
Inject list input variables from query to field

In DocumentExecuter.GetVariableValue the variables type's name was
retrieved. This stripped list...

github.com/graphql-dotnet/graphql-dotnet - 8df047a630d3151f36e30f92594f9e4a61eccc77 authored over 8 years ago by Lasse Nisted <[email protected]>
Merge pull request #126 from graphql-dotnet/known-argument-names

add Known argument names validation rule

github.com/graphql-dotnet/graphql-dotnet - 3c053869a5c4414af762d734226c2ad87413ac4e authored over 8 years ago by Joe McBride <[email protected]>
add Known argument names validation rule

github.com/graphql-dotnet/graphql-dotnet - 6155e13cf61f3967a642a9f5a6fd09cd46e04250 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #125 from graphql-dotnet/default-values-of-correct-type

Default values of correct type validation rule

github.com/graphql-dotnet/graphql-dotnet - 1fbedbeb60ef0cc4c851f70ee278e4474c4c10bd authored over 8 years ago by Joe McBride <[email protected]>
Default values of correct type validation rule

github.com/graphql-dotnet/graphql-dotnet - 15996e4fb12bd8c5917128c96c7f8d240fe1b1d5 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #120 from graphql-dotnet/nullable_inputs

Fix validation check for non-null Input values

github.com/graphql-dotnet/graphql-dotnet - 63901cf77e212891703f99b3624bd899e08925a2 authored over 8 years ago by Joe McBride <[email protected]>
Fix validation check for non-null Input values

github.com/graphql-dotnet/graphql-dotnet - 01381274bd69eb905df843b98181cd8eb4c69fbf authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #123 from graphql-dotnet/known-type-names

KnownTypeNames validation rule

github.com/graphql-dotnet/graphql-dotnet - d1402859a42c514762bf40723a54f966fd1c8d52 authored over 8 years ago by Joe McBride <[email protected]>
KnownTypeNames validation rule

* Re-order validation rules based on presidence
* Add StringUtils which includes a QuotedOrList ...

github.com/graphql-dotnet/graphql-dotnet - 52c9406d63936442668b171ba3ce881876326812 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #122 from graphql-dotnet/unique-input-field-names

UniqueInputFieldNames validation rule

github.com/graphql-dotnet/graphql-dotnet - c4670e96df0c2a3ca5d17e0ea151a3431182b610 authored over 8 years ago by Joe McBride <[email protected]>
UniqueInputFieldNames validation rule

github.com/graphql-dotnet/graphql-dotnet - 33ee1927068ea4ca1f68dcac30469d791a447f54 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #121 from graphql-dotnet/variable-are-input-types

Variables are input types validation rule

github.com/graphql-dotnet/graphql-dotnet - 81d294320e4ce1cfe6a7b3cfa5e7991882ce397c authored over 8 years ago by Joe McBride <[email protected]>
Variables are input types validation rule

github.com/graphql-dotnet/graphql-dotnet - 20649694376536a838e523101949b67c31bc7b04 authored over 8 years ago by Joe McBride <[email protected]>
Move release notes to a markdown file

github.com/graphql-dotnet/graphql-dotnet - f4dcbaa19253130566e03060098c6311c1173966 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #119 from graphql-dotnet/build2

Simplify running build tasks

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