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

Merge pull request #51 from graphql-dotnet/unions

Union support.

6c2a27855c402e8fe90c8925e1bcac99006c10f0 authored almost 9 years ago by Joe McBride <[email protected]>
Complete Union support

* Add union and intersection introspection test
* CHANGE: only return field if source object con...

1b5f89ef000626af7cbb5f02ea916e6fe61bf6c7 authored almost 9 years ago by Joe McBride <[email protected]>
A step closer.

Returning data now, though not excluding fields that don't match
the fragment.

Issue #11

416ea3f05845d8925d67459b9b189b2d2b69065b authored almost 9 years ago by Joe McBride <[email protected]>
Beginnings of union support.

baebb99ed6fdc8ec56ac1dd890fcf94c2031776b authored almost 9 years ago by Joe McBride <[email protected]>
Bump to 0.4.1

94f46cf727a96333d71ee092456d64b19c7976fe authored about 9 years ago by Joe McBride <[email protected]>
Merge pull request #36 from graphql-dotnet/fieldcontext

Add missing fields to ResolveFieldContext.

b4cfe8aa096b561f85e4fa42fce54670626b5e6d authored about 9 years ago by Joe McBride <[email protected]>
Add missing fields to ResolveFieldContext.

Closes #35

0f374eae5f60c7f6763215476dab56cf3b5ff803 authored about 9 years ago by Joe McBride <[email protected]>
Merge pull request #32 from hudl/ImprovedInputHandlingAndFixes

Improved input handling and fixes

41e6a37048935b82a59076679344971a1f7955dc authored about 9 years ago by Joe McBride <[email protected]>
Added some unit tests for non-null graph types and input variables

b22166ebe74df39b44149a9791a7e38e44a2aba4 authored about 9 years ago by Tommy Lillehagen <[email protected]>
Release 4.0

* Switch to ILMerge instead of ILRepack.
* Remove older Antlr runtime in GraphiQL project.

4d81885edd3acf29a449b107b384be1b8c0a120f authored about 9 years ago by Joe McBride <[email protected]>
Clean up stream after use.

15f8146d861d72527b310ebe78141f659569cba9 authored about 9 years ago by Joe McBride <[email protected]>
Bumping Antlr up to 4.4.5-alpha002 again

df6c452c795c930e42b73c2a405c9c5d8c9d1094 authored about 9 years ago by Tommy Lillehagen <[email protected]>
Update sample to use a container.

* Added SimpleContainer and updated StarWars samples to use it.
* Add ISchema interface and upda...

0ba232a8f87ed4b294f6bcfc1c82ce1a6acc28de authored about 9 years ago by Joe McBride <[email protected]>
Improved handling of inputs and validation

c1428391c18d19a1775d00f8c3452e3f1f9f3ab0 authored about 9 years ago by Tommy Lillehagen <[email protected]>
Merge pull request #31 from hudl/MutationsConnectionsAndBuilders

Adds mutations, connections and builders

991d5534f9850fd6e8907806a26183cfb50c98b6 authored about 9 years ago by Joe McBride <[email protected]>
CoerceValue and CoerceValueAst is now one; fixed input and variable derivation

a7fdf38dc912b4ccf5f0e2ac82897d56aae5ed87 authored about 9 years ago by Tommy Lillehagen <[email protected]>
Updates after CR; removed duplicate traversal of args and keeping type name on exception

26ea9f816c73df7a4816407119dbd49d91958076 authored about 9 years ago by Tommy Lillehagen <[email protected]>
Getting unit tests running again (fixed type lookup and unit tests)

* Fixed self recursive issue in type lookup
* Upgraded Fixie to 0.0.33
* Updated some unit te...

4904a6d11b76f6da7294e592c395d619defe8635 authored about 9 years ago by Tommy Lillehagen <[email protected]>
Added unit tests for DateGraphType

c628923e106f26fd1c694a47f8d4364a73d6fc65 authored about 9 years ago by Tommy Lillehagen <[email protected]>
Removed IReturnsAllFields

Relying on explicit declarations of projected fields instead

900f70c67c825c69ebbb6bef7576eab493319315 authored about 9 years ago by Tommy Lillehagen <[email protected]>
Adds mutations, connections and builders

A lot going on in this commit:

* Added support for mutations and input objects, and fixed some...

9235258c61bbc216463d6e88e92515543b24850b authored about 9 years ago by Tommy Lillehagen <[email protected]>
Mark input objects as available.

756507de4464f6c6cf021eab04dc7d409ba80f4f authored about 9 years ago by Joe McBride <[email protected]>
Merge pull request #30 from graphql-dotnet/input-objects

A start of input objects. #12

4df5e90d6aa8531b57671c89349b59e3dc084da1 authored about 9 years ago by Joe McBride <[email protected]>
Add tests for non/nullable scalar inputs #12

d224bf03763febfc119fd2342c171f11fe57a9f9 authored about 9 years ago by Joe McBride <[email protected]>
Ensure variable default values are used #12

* Add check that provided fields on InputObjects exist in schema.
* Add tests that verify failur...

9a57954f76587dd406e4840ac395bccabf68b149 authored about 9 years ago by Joe McBride <[email protected]>
Allow usage of InputObjects as variables #12

* Replace variables in arguments.
* Add default type name if non provided.
* Ensure InputObjects...

98c083456a9a5af2cff86b9fb2f95b9950791054 authored about 9 years ago by Joe McBride <[email protected]>
Handle IEnumerable properties in JSON to Object Convert #12

37012057f7aa1231a316a1c774c146b7e85a20c7 authored about 9 years ago by Joe McBride <[email protected]>
Check for and validate argument inputs. #12

* Fix some bugs in the IsValidValue method.
* Add input validation to Argument coersion.
* Add l...

609d6c081fc3362f50b6de68feca897131dabb2b authored about 9 years ago by Joe McBride <[email protected]>
A start of input objects. #12

* Fixed some issues with coercing Argument variables.
* Fixed some issues with coercing list obj...

211e9213523d3e5dd1c113614667d940b91c2d4b authored about 9 years ago by Joe McBride <[email protected]>
Merge pull request #29 from graphql-dotnet/mutations

Add tests to verify that mutations work. #9

c791205a3bc98ab8fbe494607d7d2d077c6f873a authored about 9 years ago by Joe McBride <[email protected]>
Add tests to verify that mutations work. #9

3760633806449dff315388087d64e09ed16c9f9a authored about 9 years ago by Joe McBride <[email protected]>
Update gitter link.

e1cca0f845d2aac466a794d172a1dec921331711 authored about 9 years ago by Joe McBride <[email protected]>
Add CI link.

d26b7cf166a6a90e2c7bdda4a1408ad5808840a0 authored about 9 years ago by Joe McBride <[email protected]>
Add AppVeyor build badge.

5c18459aedfb12c33493c390eea4eae8f472f425 authored about 9 years ago by Joe McBride <[email protected]>
Merge pull request #25 from graphql-dotnet/appveyor

Get AppVeyor building

0d3d056c629a476bf25b7d0edf9985ef224b0bf4 authored about 9 years ago by Joe McBride <[email protected]>
Add AppVeyor CI

* Get introspection tests passing.
* Powershell script for tests.

0d5cd180b1c1221adc9b67f5b11259b3a665555a authored about 9 years ago by Joe McBride <[email protected]>
Merge pull request #19 from scmccart/cancellation

Cancellation Support

b0a020c015f24f9c5d17cf9dbfda02b7603bc59a authored about 9 years ago by Joe McBride <[email protected]>
Merge pull request #24 from poobah/master

Change to constructor syntax so tests compile both in VS2013 and VS2015.

c4adba9fc498486abd51c9e3fc86179e0530fd5c authored about 9 years ago by Joe McBride <[email protected]>
Change to constructor syntax so tests compile both in VS2013 and VS2015.

9793cb4f1dcf749b879f0cf4cf6682a55c814159 authored about 9 years ago by Andy Stopford <[email protected]>
Update gitter badge.

d21a9c3cc8deba2a390986d84e97c7c1098a9f34 authored about 9 years ago by Joe McBride <[email protected]>
Do not output the 'errors' property when there are none.

* Relay currently treats an empty array as an error.

Closes #22

a62b155b5de45b78ee73485725c39a84da8eb181 authored about 9 years ago by Joe McBride <[email protected]>
Tests for cancellation.

8a52db2d3dd0dfc31ccf7a2a88bc9e926ef842c5 authored over 9 years ago by Sean McCarthy <[email protected]>
Merge pull request #18 from moserware/upgrade-fixie

Upgrade Fixie to fix VS2015 Test Explorer issue

96e340c49b9f93f41417b286d9e8c0d77635459c authored over 9 years ago by Joe McBride <[email protected]>
Added CancellationToken to ResolveFieldContext.

38c56a097d01af4b3d34f998ac7975fcada2b395 authored over 9 years ago by Sean McCarthy <[email protected]>
Added cancellation to DocumentExecuter

3fe3b586f7c554ce6f3f0decf0ad0abc21605f42 authored over 9 years ago by Sean McCarthy <[email protected]>
Upgrade Fixie to fix VS2015 Test Explorer issue

I received a "Microsoft.Cci.Pdb.PdbDebugException: Unknown custom
metadata item kind: 7" error w...

9b01336031283a5d1602c902e7a371ded470b5bb authored over 9 years ago by Jeff Moser <[email protected]>
Merge pull request #17 from moserware/normalize-line-endings

Normalize line endings to "\n"

ba245bc147e9c2a79ce4136614f69c44d100930b authored over 9 years ago by Joe McBride <[email protected]>
Normalize line endings to "\n"

This repository has a ".gitattributes" file that should correctly handle
"\r\n" -> "\n" conversi...

95a12aa0aaf248678c3750dbd118703e344e83e5 authored over 9 years ago by Jeff Moser <[email protected]>
Merge pull request #7 from scmccart/async

Async field resolution support

ca18278f7e53333cb4c7196dfcda2d52a4111c05 authored over 9 years ago by Joe McBride <[email protected]>
Merge pull request #15 from moserware/ignore-comments

Ignore comments

8b6713841967538f14a195ea57dde934babbca23 authored over 9 years ago by Joe McBride <[email protected]>
Ignore comments

GraphiQL starts up with a large comment at the top of the query.
Previously, if you had typed a ...

b6221f90a0774482fc893131b443d96a5ed9e282 authored over 9 years ago by Jeff Moser <[email protected]>
Renamed IDocumentExecuter.Execute to ExecuteAsync

4255aa4b2208b6433bd54742378fd9ff8c229923 authored over 9 years ago by Sean McCarthy <[email protected]>
Adjusted tests to have some async resolves.

c08e56cd644aa5d7a99494349c03bd4a983f241c authored over 9 years ago by Sean McCarthy <[email protected]>
Removed ResolveAsync from FieldType, removed restriction that resolve needs to return Task<object>, will accept any Task<T> now.

7dab94a279a7c5e2f2fb243f1c06e9cbfbdcef15 authored over 9 years ago by Sean McCarthy <[email protected]>
Start of async field resolution support.

8f90aba841deafa683c9aab3983d5147419efbc2 authored over 9 years ago by Sean McCarthy <[email protected]>
Update README.md

a749898d238c47f0e029e44c13732d933e93090e authored over 9 years ago by Joe McBride <[email protected]>
Merge pull request #6 from wub/patch-1

Update README.md

cd187c5c722b2f4088c3e98d96247e64271605a4 authored over 9 years ago by Joe McBride <[email protected]>
Update README.md

181428697d2bb8bc9370bda46ddd9925f24c799d authored over 9 years ago by Jarrod Mosen <[email protected]>
Fix issue where an interface type would not be registred in the type lookup

if it was not used within a field.

8d67b8dbf28892f7ae97b764e2c60b10fb622aa3 authored over 9 years ago by Joe McBride <[email protected]>
* BREAKING CHANGE: The way field registration works has changed. Only Field<T>

registration is now supported. This was to support introspection.
* Added introspection suppor...

d094c649fe5da6b65c302ab9c947a0da9fde5966 authored over 9 years ago by Joe McBride <[email protected]>
Update graphiql image

1b81dcaceb43404499c5fc25c3fff48c97d07c69 authored over 9 years ago by Joe McBride <[email protected]>
Add info about running GraphiQL project.

924f7a6b928fa22250c1e02cd33b152c5415df66 authored over 9 years ago by Joe McBride <[email protected]>
Add GraphiQL screenshot

74d5859d8329e20d58daef14bc4fce481b60b15a authored over 9 years ago by Joe McBride <[email protected]>
Clean up API controller, remove generated bundle.js

22bcf430212c938db32b3030790ebc8ded576f4b authored over 9 years ago by Joe McBride <[email protected]>
More fixes for introspection.

* Added top level introspection query.
* Fixed several issues.

Github Issue #4

895f003cbb15fc6f7bcda70cb43255772ca3a625 authored over 9 years ago by Joe McBride <[email protected]>
Add __Directive, fix some issues with Type vs. Instance in introspection.

Works on fixing #3, #4.

36f25002f380ae8d4c18599d95e514136ec1abf6 authored over 9 years ago by Joe McBride <[email protected]>
Update field syntax.

025025932115904bf8c0d2b9d98f57de42192327 authored over 9 years ago by Joe McBride <[email protected]>
Work at fixing registration issues. #3

* This allowed near completion of introspection feature though I'm not
fully happy with it yet...

3dcf5576319c8cd65de67ee325624aae4add746a authored over 9 years ago by Joe McBride <[email protected]>
More schema introspection and enumueration support.

8f7ddddb41afcb1be115748b4fdd9ad3ccfa397a authored over 9 years ago by Joe McBride <[email protected]>
Beginnings of introspection.

67b6dfebeac4b0d6e1bb7d1eeefcb1041a5060a1 authored over 9 years ago by Joe McBride <[email protected]>
Version++

634c7c13706b16ee03b21c89546391202ef127db authored over 9 years ago by Joe McBride <[email protected]>
Add support for @include/@skip directives and a root object.

dcfb14ac0beeccd02a69a0d180e561c86e6d51b7 authored over 9 years ago by Joe McBride <[email protected]>
Add validator to ctor.

db8d44c9987460ee1fd963649339dd0a7a0ab7d1 authored over 9 years ago by Joe McBride <[email protected]>
Explode types to files. Add interfaces.

* Explode types to files.
* Add IDocumentBuilder, IDocumentWriter, IDocumentValidation.
* Rename...

9281b4a3bf8f4ed730de52e05e7b0752bfc22141 authored over 9 years ago by Joe McBride <[email protected]>
Add fragment execution support.

88da817a5079b0b3380eb3dc3696257cb7fcc60b authored over 9 years ago by Joe McBride <[email protected]>
Add usage to readme.

93cebe3807fe21e20460bab1b7b1f2899f44180b authored over 9 years ago by Joe McBride <[email protected]>
Add variable replacement

* Added object input values
* Fix grammar for object and array variables
* Add enum to grammar

f8afe97a92e28cd5c00c3705495340cc7996aa38 authored over 9 years ago by Joe McBride <[email protected]>
Enable query arguments, upgrade directives AST

* Update to new directives format
https://github.com/graphql/graphql-js/pull/31
* Enable query...

fe9be3ad3a7638780ad7c2a4c59fb92cba00b173 authored over 9 years ago by Joe McBride <[email protected]>
Use Expect.Throws.

1b53ba15f5706b10ecdbf1b09783ccd8e3ed6b1a authored over 9 years ago by Joe McBride <[email protected]>
Simplify field registration, static NonNullGraphTypes

* Add methods for field registration.
* Add ListGraphType<T>.
* Add static common NonNullGraphTy...

5195f0e6e103ee9f5f962ce24d5fe02559898e7c authored over 9 years ago by Joe McBride <[email protected]>
Update README.md

9f90d15db70372530304cf8738cc9b43c704e22e authored over 9 years ago by Joe McBride <[email protected]>
Setup building nuget package.

4f8b8344607be98aaa36f757c839d61e56edf977 authored over 9 years ago by Joe McBride <[email protected]>
Update README.md

4ba88aadf9687ce02620cfdee3a1dd0ba4fe1ebc authored over 9 years ago by Joe McBride <[email protected]>
Merge pull request #1 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

3438035ba291b35f1d46c105c480273134d82a2f authored over 9 years ago by Joe McBride <[email protected]>
Added Gitter badge

1fdaa4f276a5386209495d177fe59ed22b841a27 authored over 9 years ago by The Gitter Badger <[email protected]>
Enable returning lists of interface-typed objects.

1ac971f13b4007d7543257844f19d91421b91550 authored over 9 years ago by Joe McBride <[email protected]>
First.

9d09c71a9c1043ee391ad191c06be1cfddd620a4 authored over 9 years ago by Joe McBride <[email protected]>