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

Simplify running build tasks

a18b0b3e83e5413cac724360edd7328f4efa25ca authored over 8 years ago by Joe McBride <[email protected]>
Ensure AppVeyor version is set

f1ed983a0251986db0db79a790c63bbb1165dc6d authored over 8 years ago by Joe McBride <[email protected]>
Bump version in appveyor.yml

d88f906e8a0f831826e0b312c5f6ed24e5c7ce26 authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.10.0

e266d4102c191f07439314ddc9dba45185667489 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #114 from graphql-dotnet/build

New build process.

c1efb28075b2d3f79b80b81c983730c5d0573c75 authored over 8 years ago by Joe McBride <[email protected]>
Trim type name when it is registered.

7e347545e87d45a6daa354be9a2ba6d81752fa9c authored over 8 years ago by Joe McBride <[email protected]>
New build process.

1da8624a9d97fba46c6e62e933b463378113bd62 authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.9.3

a4a1c1aea1b659a9c6d9bb3059db5920da88dbde authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #112 from graphql-dotnet/validation

Clean up duplication in the validation tests

ca089afe5336901b26d82aa0552317f7357a4514 authored over 8 years ago by Joe McBride <[email protected]>
Clean up duplication in the validation tests

* Clean up duplication in the validation tests
* Rename TestAttribute to FactAttribute

74892a670823d6d79e8c733509d04f749323d216 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #111 from graphql-dotnet/validation

Add NoUndefinedVariables rule.

f6922bf8150003d1bbbe9c8d0b36afb4f8f8c70c authored over 8 years ago by Joe McBride <[email protected]>
Add NoUndefinedVariables rule.

Github Issue: #10

d2dda24f81e7112f57e36d2c50736cd86e052f29 authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.9.2

9f8c928c4695e6c3848acc24b9440a45f0fc61bf authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #110 from graphql-dotnet/arguments2

Update GetArgument<T> to use Argument<T>

d3be967aef2a305e985b9d385beb10b46124932f authored over 8 years ago by Joe McBride <[email protected]>
Update GetArgument<T> to use Argument<T>

Github: #74 #109

551d1bc1ae2c42e7cba20d5c556996a746f950a4 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #108 from graphql-dotnet/validation

Tests + VariablesInAllowedPosition Rule

bc1cc6f19938b1c61af444b88072a93a287e4966 authored over 8 years ago by Joe McBride <[email protected]>
Completed VariablesInAllowedPosition tests

Github: #10

700652346dad841f6db95a235f9f725948c23262 authored over 8 years ago by Joe McBride <[email protected]>
Beginnings of VariablesInAllowedPosition rule.

Github Issue: #10

ad241002893c15b1de1beddc9b40fa00f045a418 authored over 8 years ago by Joe McBride <[email protected]>
Tests for LoneAnonymouseOperation

Github Issue: #10

4a47b21b42f88b3d1b8328e7f9a1c35872dc7b19 authored over 8 years ago by Joe McBride <[email protected]>
Tests for UniqueOperationNames

Github Issue: #10

cc7b07bb0b5028f6042c7b92de7c82e2bac2e96f authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #107 from graphql-dotnet/validation

Finish ScalarLeaf tests

5a52923ddf97ca188c540669a107137596767a25 authored over 8 years ago by Joe McBride <[email protected]>
Finish ScalarLeaf tests

Github Issue: #10

2f0e1dfb3dcbd5ed6cd6209f6ec3ce1c785043c3 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #106 from graphql-dotnet/validation

Finish tests for ArgumentOfCorrectType validation

a5e3b313404eb49ace301333af7373195dd2becb authored over 8 years ago by Joe McBride <[email protected]>
Finish tests for ArgumentOfCorrecType validation

Github Issue: #10

b2b9b7908b8acecdad5cc6170b9e3ddb8a2f8827 authored over 8 years ago by Joe McBride <[email protected]>
Move StarWars project to src directory.

966e39980481aa1acd3ea2a24e95ec25b239f86c authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.9.1

f48d32bbe82864c717fcb1da8b6713f8810ed652 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #104 from graphql-dotnet/arguments

Fix issues with boxed value casting in Arguments

b8ffffc7e478451e69572c4e1f4f7aa3fd84ee6a authored over 8 years ago by Joe McBride <[email protected]>
Fix issues with boxed value casting in Arguments

* Fix issues when trying to cast between int/long in Argument<T>
* Fixed an issue where long val...

481dfd4cc3398b627fe3cf904f3da34e2ca29ffa authored over 8 years ago by Joe McBride <[email protected]>
Support nested objects with ToObject

4c03a95eff0232b13e13e286cf78f12519f9607a authored over 8 years ago by Joe McBride <[email protected]>
Add test for enum as argument

939681963726a11fb6348afc962e106b18e32bf0 authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.9.0

66288162638c9090e0074714edda69cd35ccc099 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #101 from graphql-dotnet/registration

Don't register everything

6096dcaccace002154b8ec7f17bfd7f670e70c9b authored over 8 years ago by Joe McBride <[email protected]>
Don't register everything

* Change how types are registered - only register the root type, not
every permutation
* When ...

be94423e64428178fcf0361d3b1ec444f17a07b6 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #100 from cable729/remove-test-dependency

Remove test dependency

b490316ef5ff27307c2ba8226d78ffe99262714b authored over 8 years ago by Joe McBride <[email protected]>
Add assembly attribute to get rid of warnings

b1913fd6c25f8866e65de069243edd8fbe1586dc authored over 8 years ago by Caleb Jares <[email protected]>
Adjust imports and namespaces after refactor

331402ec022b99412f186aa1a3fcc782c6687517 authored over 8 years ago by Caleb Jares <[email protected]>
Move non-test files to StarWars project

4fc2afaaf82d7649c313da36db64077b983bc7e0 authored over 8 years ago by Caleb Jares <[email protected]>
Merge pull request #99 from cable729/fix-issue-96

fix #96

644c440e30feb4054df6d4993dc98d78b800a107 authored over 8 years ago by Joe McBride <[email protected]>
fix #96

997537a111ce1e1b93d231b8fce4bac33dbe063a authored over 8 years ago by Caleb Jares <[email protected]>
Bump to 0.8.2

6358bd3af57fcc55c9e9d52129f0055e772d1cad authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #98 from graphql-dotnet/validation

Add ArgumentsOfCorrectType, bug fixes

c2ca91c3673468368b7b8e4783276a624dab8aa7 authored over 8 years ago by Joe McBride <[email protected]>
Add ArgumentsOfCorrectType, bug fixes

* Fixes a bug with EnumerationGraphType and input variables
* Fixes a bug where float values wou...

6ecb3203bbb589666f40d63c097c96b109b00683 authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.8.1

03aecde3aa42627118b4aacf4261a5abdf9f5ead authored over 8 years ago by Joe McBride <[email protected]>
Trim quotes in IdGraphType

Github: closes #92

64d47112048aa8c58bb38eef932d380f2f9e7e3c authored over 8 years ago by Joe McBride <[email protected]>
Update nuspec.

060fb3f92b4a4582bdc9e93b5b35ea153a8ac580 authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.8.0

fba3f22ac8a19d34b86fbc04a0cff33c8e44259a authored over 8 years ago by Joe McBride <[email protected]>
v0.8.0 upgrade guide, debug node visitor

* Add v0.8.0 upgrade guide
* Add debug node visitor

457d153b55e7e5141edd6a63a05a0edb86ad26f9 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #90 from graphql-dotnet/validation

Validation is coming.

33c08c291f33f11755f935374cb9df47f434055b authored over 8 years ago by Joe McBride <[email protected]>
Add line numbers to validation errors.

d79955af6f0fa33a3554e12baf7d6daaf1158705 authored over 8 years ago by Joe McBride <[email protected]>
Add validation structure

3b9780130258fe6cead4807aa3164c5d72a48700 authored over 8 years ago by Bryan Rayner <[email protected]>
Get the root type

fa200d879cd520aeeb8d0fc47e8e4dcfae84988c authored over 8 years ago by Joe McBride <[email protected]>
Initial validation structure

Github: #10

802aad42fc84ac169aa603bf5aaed670f9a92e33 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #65 from graphql-dotnet/language

Language updates

97d500065e35d583bbf4a1f99a640d39da7ab8ae authored over 8 years ago by Joe McBride <[email protected]>
Add source locations to error where possible

8c1e8cd26742e11a50b37336333b1df2a909fe7b authored over 8 years ago by Joe McBride <[email protected]>
Add serialize to Scalar types.

8f2aea3395d5dfb39b02e1aec8fc02bd97d62808 authored over 8 years ago by Joe McBride <[email protected]>
Fix using enums in input values.

1393ae215eb7af8be9da3be4fb6c01d64c2eea57 authored over 8 years ago by Joe McBride <[email protected]>
Language updates

* ParseLiteral and ParseValue for scalar types (serialize to be added)
* Add SourceLocation to A...

5f19232815c8334608634d287ba444b71aa6bfe1 authored over 8 years ago by Joe McBride <[email protected]>
Update README.md

2d25c037687576d3e8a0585de1fdb27b1e593907 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #88 from graphql-dotnet/errors2

Updates for error handling, GraphiQL sample

51c4c6aa3f1123659c68b8ae54b23d038c01f209 authored over 8 years ago by Joe McBride <[email protected]>
Updates for error handling, GraphiQL sample

* Attempt to catch all errors instead of letting them propagate
* Updated GraphiQL sample to use...

7f518a2bd582db49501a344f5c8a91a288d04e43 authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.7.1

c3233e23405ec49e4887620c07d3358ce8abe14d authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.7.0

21c1aa9ca1185a840a2146daddff3fa9a231c0d6 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #86 from tlil87/feature-add-interface-by-type

Added ObjectGraphType.Interface(Type)

583002fc67224a759c6ec08d83c7fa1b73d8ff65 authored over 8 years ago by Joe McBride <[email protected]>
Added ObjectGraphType.Interface(Type)

59cbe49a21490779c4adf723e491cab55959ca34 authored over 8 years ago by Tommy Lillehagen <[email protected]>
Merge pull request #84 from graphql-dotnet/errors

Add serialization strategy for ExecutionResult

8c5c2a5b239435435a35e4377be5e7e73d94cb01 authored over 8 years ago by Joe McBride <[email protected]>
Add serialization strategy for ExecutionResult

* Added a serialization strategy to ExecutionResult to conform to
error spec
* Updated sample ...

7e03e73c25ccc4342c3b52cce414bfe902968417 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #83 from graphql-dotnet/graphiql

Update GraphiQL sample

91bfc64544ad34a7626a4b4cb1cdb25eda1c2d5c authored over 8 years ago by Joe McBride <[email protected]>
Update GraphiQL sample

* Update to latest GraphiQL and React 15
* Update controller to handle operationName and variables

175290f1cda1173d25c296ab5b6a831f1a563752 authored over 8 years ago by Joe McBride <[email protected]>
Add RegisterType and AdditionalTypes to ISchema

542d747fd1fea887e8d1b89b2ab4f2103871df90 authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.6.6

c70db05f9d3cd5c56e66a60df26b295b96ccdf82 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #77 from graphql-dotnet/additional-types

Provide a way to register additional types.

e267795ed5498ff45aceb1309eca75efdab1849c authored over 8 years ago by Joe McBride <[email protected]>
Provide a way to register additional types.

Github Issue: #76

491b532a112d913eff2a1691ef728e82e0ab7243 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #78 from tprzepiorka/floatType

Make GraphQLFloat type correspond to double

274f4c79d3756d77dd413d1967f2b5d0b9200bac authored over 8 years ago by Joe McBride <[email protected]>
Make GraphQLFloat type correspond to double

According to the GraphQL specification a Float type is a double precision floating point, so...

ec304e1276fea3ded12e9956c3191c3d4060b6af authored over 8 years ago by Thomas Przepiorka <[email protected]>
Bump to 0.6.5

c7808c575da5fe5e60524c4ef1a8396e4c2a3b8e authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #71 from graphql-dotnet/introspection-fix

Add back checking for List/NonNull types in ofType.

34f596197907827ea28aad0bea80b8c4ac4eb6ac authored over 8 years ago by Joe McBride <[email protected]>
Add back checking for List/NonNull types in ofType.

2fa16b5e8941bc4d66b7296da54ed41eda296e6f authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.6.4

7474c7690e87daf12bc211f5aed1a24624d62da3 authored over 8 years ago by Joe McBride <[email protected]>
Merge pull request #69 from graphql-dotnet/introspection

Simpler handling of ofType in introspection

050a32a53207e9bae63f12fc675eb1bc91fe8200 authored over 8 years ago by Joe McBride <[email protected]>
Simpler handling of ofType in introspection

a87208e4ca0e7e61943f8cac47faede4a33719c5 authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.6.3

437e5d9b7dda2a14a4bb3ba7cfb38a8ba551e969 authored over 8 years ago by Joe McBride <[email protected]>
Wrap creation of GraphTypesLookup in Lazy.

Fixes #67

f0dd8fb8f6ff3cc9d3de441ce221d42429e4530d authored over 8 years ago by Joe McBride <[email protected]>
Bump to 0.6.2

622cb5c685cd0c20f2853048491a8eb2b4c51f3f authored almost 9 years ago by Joe McBride <[email protected]>
Merge pull request #62 from graphql-dotnet/schema-printer

Add SchemaPrinter

3125e1252d6b4dbf21c384d79b5fcc11cfe6d85a authored almost 9 years ago by Joe McBride <[email protected]>
Add SchemaPrinter

66f4edc4d0bde8ae59e997d75882252361efb8f1 authored almost 9 years ago by Joe McBride <[email protected]>
Bump to 0.6.1

6515f93503ccca01f4909c8feee6d044b2096f15 authored almost 9 years ago by Joe McBride <[email protected]>
Merge pull request #64 from graphql-dotnet/documentwriter

Internalize Newtonsoft types on DocumentWriter

68c13e6c67846f29b179acfd67e3d6ff9456f220 authored almost 9 years ago by Joe McBride <[email protected]>
Internalize Newtonsoft types on DocumentWriter

0f1c2bf8c54ccdc0b8a695c76ff32fc365100d85 authored almost 9 years ago by Joe McBride <[email protected]>
Bump to 0.6.0

4e65200680d38f8a57f1cec9572f84d41cceb430 authored almost 9 years ago by Joe McBride <[email protected]>
Merge pull request #61 from tlil87/NoNewConstraintForConnections

Remove new() constraint on GraphType.Connection<T>()

6e4f615dade9cc9c83524c9b0aaa1276add7ee41 authored almost 9 years ago by Joe McBride <[email protected]>
Remove new() constraint on GraphType.Connection<T>()

309204c364bebf9c138b7e89dc545f93189eb234 authored almost 9 years ago by Tommy Lillehagen <[email protected]>
Merge pull request #53 from tlil87/ConventionsPrep

Clean-up and refactoring for code transitioning over to graphql-dotnet/conventions

dafc75796f1180eda7f18a1aa060273edca666fd authored almost 9 years ago by Joe McBride <[email protected]>
Updates from CR

5075de599c29214c3e72051df3fa4699230de1fc authored almost 9 years ago by Tommy Lillehagen <[email protected]>
Merge pull request #56 from graphql-dotnet/fixie

Check exit code and throw error if > 0.

b8cbc710ca8c263e0bd477026faea528de46c869 authored almost 9 years ago by Joe McBride <[email protected]>
Check exit code and throw error if > 0.

bc9687a8353e94575bfa434d161453d1987d87c6 authored almost 9 years ago by Joe McBride <[email protected]>
Clean-up and refactoring for code transitioning over to graphql-dotnet/conventions

09e95eaca61627939fdb4f40f093f9b7ab998800 authored almost 9 years ago by Tommy Lillehagen <[email protected]>
Bump to 0.5.1

dd0c22bdc0b7d0c00d8e0102653b0f90bce60d84 authored almost 9 years ago by Joe McBride <[email protected]>
Merge pull request #52 from graphql-dotnet/istypeof

Add IsTypeOf

3a7f694a4d2ba7be417426668591b99a4ded3b71 authored almost 9 years ago by Joe McBride <[email protected]>
Add IsTypeOf

* IsTypeOf allows you to replace usages of ResolveType

48cb506491336fd3d50d6a7ff024b38094b6e3f7 authored almost 9 years ago by Joe McBride <[email protected]>
Bump to 0.5.0

047b6efc9a61a6eb7af203828a70f964b297218f authored almost 9 years ago by Joe McBride <[email protected]>