Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

GraphQL Java

GraphQL Implementation for Java
Collective - Host: opensource - https://opencollective.com/graphql-java - Website: https://graphql-java.com - Code: https://github.com/graphql-java

Fixes the copying of schemas and also the fact you cant set field visibility on IDL schema creation runtime wiring (#702)

github.com/graphql-java/graphql-java - 12120e9d85a85d80d0127aa0bbb15248a629157c authored over 7 years ago
Make sure BatchedExecutionStrategy instruments dataFetcher

Same as ExecutionStrategy

github.com/graphql-java/graphql-java - 69dab6bb988a4781ae86846e58195da33604e8c5 authored over 7 years ago
162 pluggable field validation (#690)

* Refactored to bring the operation parsing out of the builder and into Execution

* Renamed m...

github.com/graphql-java/graphql-java - 2f8f3de1d722ec0128b960c5e565405057fa76ff authored over 7 years ago
Removing graphql dependency from dataloader

github.com/graphql-java/java-dataloader - 25047ce2a7285370a76687cad9bab4cb3e9f51e3 authored over 7 years ago
Now with Try support in data loaders and way more doco (#9)

* Now with Try support in data loaders and way more doco

* More Try code and Java doc

github.com/graphql-java/java-dataloader - fbb35ef0337afbadce416214e3a455528ed635ba authored over 7 years ago
Made the registry using a key pattern so they can be looked up by name in reverse

github.com/graphql-java/java-dataloader - 232a21a22638a4f449e264f37911712607bc5cbc authored over 7 years ago
SchemaPrinter: print implemented interfaces for types (#693)

* print the interfaces that a type implements

* fix tests

github.com/graphql-java/graphql-java - 90315e982f19b4266044827ba6929773a8f29493 authored over 7 years ago
Now handles CompletableFuture coming back from an un batched DF (#696)

* Now handles CompletableFuture coming back from an un batched DF

* Made it return the signat...

github.com/graphql-java/graphql-java - 43eac34791bb941a0dbffd6364e8557364e495b2 authored over 7 years ago
fix batched execution (#695)

fix handling of non batched data fetchers returning CompletableFuture

github.com/graphql-java/graphql-java - 5b5a30f84c24d9940bf8850910aa8a491814c23a authored over 7 years ago
Adds Iterable support to returned values (#679)

* Adds Iterable support to returned values

* Now with primitive and object array support

*...

github.com/graphql-java/graphql-java - 7a5baa17a7720e98e5b32ea58465c9a9764a7ce1 authored over 7 years ago
this fixes two bugs: (#682)

- Introspection fields were not recognized at all
- NonNull/List types were not handled properly

github.com/graphql-java/graphql-java - 233bd223fc09f1689de5596beea48c07c91f3619 authored over 7 years ago
This fixes BatchedExecutionStrategy so that it maintains the correct type info as it processes th fields (#677)

github.com/graphql-java/graphql-java - 0e55910e6ab7f5c6ca9c8cf6e9eceabd1b8baeea authored over 7 years ago
Adds Optional support to BatchedES (#678)

github.com/graphql-java/graphql-java - b31319de2c8520ed8e7c8f352a12955ad4fa58ea authored over 7 years ago
Primitive array support (#681)

github.com/graphql-java/graphql-java - 97593b71d3416af999539d68b28679bb7a7e0807 authored over 7 years ago
686 variable coercion to spec (#687)

* Refactored to bring the operation parsing out of the builder and into Execution

* Renamed m...

github.com/graphql-java/graphql-java - b9feb49ab0830b055a34dd74ef7332b9bf8dd1b3 authored over 7 years ago
added readme link (#680)

github.com/graphql-java/graphql-java - e2b4e58811ddc00b0578ead30f588ba98e069dfa authored over 7 years ago
fix instrumentation error handling

MaxQueryDepth/MaxComplexity instrumentations must check
for errors before doing anything

github.com/graphql-java/graphql-java - c7118c4494e39cf1a9603d4876c1492ddd0c2c9c authored over 7 years ago
Merge pull request #5 from graphql-java/3-instrumentation-dispatcher

3 instrumentation dispatcher

github.com/graphql-java/java-dataloader - 6b6eb737dc03ee33f5a1e327765fccb8e7186d69 authored over 7 years ago
A registry and a dispatcher for graphql with tests and readme

github.com/graphql-java/java-dataloader - d862eeb51acb1b8d386a097bf2b473591fdb7137 authored over 7 years ago
A registry and a dispatcher for graphql

github.com/graphql-java/java-dataloader - 6c3388da68fc9f33275548f29dba9f5a174bedf3 authored over 7 years ago
test query traversal for unions and interfaces

github.com/graphql-java/graphql-java - 1542362307adb22022890332e3181c170be5b545 authored over 7 years ago
bugfix: querytraversal should also work with mutations and subscriptions

github.com/graphql-java/graphql-java - 499b37c301317efc36602bb1b8c84d3d4a0ab93b authored over 7 years ago
ValuesResolver is an internal class

github.com/graphql-java/graphql-java - 5c5300d3a9bb227f43346f8086d6cb6eca15ccd2 authored over 7 years ago
rename VisitPath -> QueryPath

add field arguments to the VisitorEnvironment

github.com/graphql-java/graphql-java - c4e0fdcf975536bf4d6ecaa2280fcaf00f66c15f authored over 7 years ago
add postOrder traversal, make it explicit

github.com/graphql-java/graphql-java - 0372bfb11fa82c23bba361bbf96c53504ad0134f authored over 7 years ago
refactoring, better test

github.com/graphql-java/graphql-java - 9c47bacbb1947b56cfdb6c55135c966b695da40a authored over 7 years ago
add test for correct order

github.com/graphql-java/graphql-java - e0d26bfd90c34bc848f13a4e67b012b9526e5d27 authored over 7 years ago
refactoring of QueryTraversal constructor

github.com/graphql-java/graphql-java - c2fa95ded3f12d83f98a262d4033e9ee8bbc24b9 authored over 7 years ago
explicit pre/postOrder traversal

github.com/graphql-java/graphql-java - 1ea366d069c7d3476795e3a76d5032ddc1380102 authored over 7 years ago
improve reduce type signature

github.com/graphql-java/graphql-java - 7d39dafbc40d65d46ef409b5a671158ce9559df1 authored over 7 years ago
add parentType, more tests

github.com/graphql-java/graphql-java - 7210e4a05c5a9fc81b505ae098daf7ad3053c44f authored over 7 years ago
add maximum query depth instrumentation

github.com/graphql-java/graphql-java - 2a31bd7b21cd94f6e2c4f7d773358cf3d3e25236 authored over 7 years ago
add max query complexity instrumentation poc

github.com/graphql-java/graphql-java - e4d458574a9f69b043c0f7eb3ee2a67dcdd4db09 authored over 7 years ago
introduce FieldComplexityCalculator

refactoring

github.com/graphql-java/graphql-java - bf429c999f02ec02250889faf3e58a68f75bebc5 authored over 7 years ago
add path to visit method

github.com/graphql-java/graphql-java - 7556cc86b76fca4566f26a4193cab0d9aabfc56f authored over 7 years ago
remove semver reference

github.com/graphql-java/graphql-java - c5a5917d92cf0bfa8b272e0fa54201f3ffd4d231 authored over 7 years ago
Relay deprecation removal and documentation (#660)

github.com/graphql-java/graphql-java - 513d6e3c7e2ee8cbaef6feb48d680317d6fd7706 authored over 7 years ago
Fixed nullablity in DefaultEdge (#658)

github.com/graphql-java/graphql-java - 6011fd3b4dc76d162a47b466f9daac42c46e639f authored over 7 years ago
Merge pull request #2 from graphql-java/1-better-generics

Better generics

github.com/graphql-java/java-dataloader - 0331945f2a589c039ea25b4d36a0c1805f5a2abf authored over 7 years ago
Pr 600 michaelplavnik schema printer improvments (#648)

* Allow subclasses of the types to be printed.

* Replace '-' character with one from cp1252
...

github.com/graphql-java/graphql-java - 465271bb2effbc0048bcd1b981ab84ccfa88cf9a authored over 7 years ago
A root and branch review of error messages. (#650)

* A root and branch review of error messages.

Now with toSpecification and extensions defined...

github.com/graphql-java/graphql-java - bb8c54cb041b73c2f92f3d8c42409c9ee07aba8b authored over 7 years ago
rename exception (#653)

github.com/graphql-java/graphql-java - 02f34e6f870395332bb3c1819b0f3914f76e0a3a authored over 7 years ago
Field visibility (#641)

* Field visibility initial commit

* removed enum and added a blacklist implementation

* ad...

github.com/graphql-java/graphql-java - 67607750b121c07d1f3e5e87eb15b5f33eef32b2 authored over 7 years ago
Fixed ctor bug (#643)

github.com/graphql-java/graphql-java - 6a4dc9d48f1a8e022d72e0c87bcacbeda068b2ca authored over 7 years ago
Fixed instrumentation calls in BatchedExecutionStrategy (#642)

github.com/graphql-java/graphql-java - d0f78ac327c33f124f1818484e8a2b4adbef8d39 authored over 7 years ago
refactoring: use putIfAbsent

github.com/graphql-java/graphql-java - b2e4a70cdd01aaf6dab431bc55315d6b42ae82f1 authored over 7 years ago
Improve error messages for arguments that fail validation (#616)

github.com/graphql-java/graphql-java - 1b39c9884441a9e6bdb4b337370122a4d3831d82 authored over 7 years ago
one error per field (#632)

* Fixed bug around double errors

* Now with ordering of errors in place

github.com/graphql-java/graphql-java - 9d3fa8c9e05104cea22c6ae7044f41615b847cef authored over 7 years ago
make list completion not sequential, but fully async

github.com/graphql-java/graphql-java - 0ff4424c9a19243177a975ee45fc26bc6ceb4f0d authored over 7 years ago
make exception handling a bit more consistent

github.com/graphql-java/graphql-java - e9699925aef3e24c6cbad4f5667a438445780753 authored over 7 years ago
Replace '-' character with one from cp1252

Documentaiton build on windows failed as '-' character was not from cp1252 code page (first 127 ...

github.com/graphql-java/graphql-java - 086957c44842957d1fde0580ef33162954beb5e0 authored over 7 years ago
615 execution strategy entry exit instrumentation (#618)

* Allows for Instrumentation to be called each time an execution strategy is called

* Tweaked...

github.com/graphql-java/graphql-java - 065e2d63c6fd2c95d9c34386487ec4a3bd19ba8d authored over 7 years ago
Better exceptions in relay cursors plus some code tweaks

github.com/graphql-java/graphql-java - 2829e3665504dcc4c0f428a70f9ee60708548f95 authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - f93600f32910c2d018c28bc8cbabc196393c5388 authored over 7 years ago
Ignore directory based idea project files

github.com/graphql-java/graphql-java - c0c8aef88648bc2557c096a27583fbdb680183be authored over 7 years ago
Batch refactoring/async (#631)

This refactors the batch execution strategy and adds async (CompletableFuture) support.

github.com/graphql-java/graphql-java - 517f2dfd76b628510a5113da922ca50876b4acbd authored over 7 years ago
delete no longer used SerialExecutionStrategy

github.com/graphql-java/graphql-java - 031f4dbb5e7b5cae520aa73bf87ffdd155da5b32 authored over 7 years ago
More doco about data fetchers

github.com/graphql-java/graphql-java - d3f0e6764cac9267905d35b31cd0aacce03e152c authored over 7 years ago
Merge pull request #10 from nilshartmann/patch-1

Add spring-petclinic-graphql example

github.com/graphql-java/awesome-graphql-java - c1f87821e264285ee809eef45eccc5a5b90f6a02 authored over 7 years ago
more doco on concerns tweaks

github.com/graphql-java/graphql-java - b26f2f96e6fdf20e1e85404ea8773ca20a9921c1 authored over 7 years ago
more doco on concerns

github.com/graphql-java/graphql-java - 6e523cfbdae3a66af99446cd29c67e6fbe99d4c7 authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - e23eb6bd48b2df5da5ad9cd5e4207c0e2a152cc6 authored over 7 years ago
Need to do this direct from master (#626)

* Fixed javadoc warning

* Created documentation for execution and instrumentation

* Tweaks...

github.com/graphql-java/graphql-java - a7764ae81294b2c53948dc98be47b2f27533a9c3 authored over 7 years ago
Add spring-petclinic-graphql example

github.com/graphql-java/awesome-graphql-java - 7ef41e318d09cf754fed7d834eb53790ac87be9b authored over 7 years ago
Better type resolver documentation

github.com/graphql-java/graphql-java - e69c78f73d8c88a5ee6d3d769c369503639ef9ab authored over 7 years ago
Created documentation for execution and instrumentation

github.com/graphql-java/graphql-java - 3b85c586c01a5252b74fb623906333b44a019dea authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - a1bfbf9abcc464bc9cc0d5b00ead334f017ae914 authored over 7 years ago
Add link to releases (#620)

github.com/graphql-java/graphql-java - e38a3c6ac711a39e93cd5c7e10a5a79a79f2fbba authored over 7 years ago
Merge pull request #9 from jameskleeh/patch-1

Add GORM GraphQL

github.com/graphql-java/awesome-graphql-java - 4f7e5f9667a50a3da3b0dd8f87c3284a44dbdd66 authored over 7 years ago
Update README.md

Add GORM GraphQL

github.com/graphql-java/awesome-graphql-java - feb015d6c02c31fbb6f4aeeff4e47d1b779babd0 authored over 7 years ago
Merge pull request #8 from ebridges/master

Add link to `rdbms-to-graphql`

github.com/graphql-java/awesome-graphql-java - f452e2899731020de24cae220ce7899c43d329a4 authored over 7 years ago
improve null handling test coverage

github.com/graphql-java/graphql-java - 0dad2b8bc18c0c796e432f9b8662e22dac8676be authored over 7 years ago
improve async handling (#613)

refactoring async CF handling
make completeValueForList non blocking

github.com/graphql-java/graphql-java - 014039891e1cc7b426a53a2656ed3e6a7d0db5f4 authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - 37d36d0aae65979639bc9c2e124d7b7dd210d380 authored over 7 years ago
PR feedback + new strategy testing

github.com/graphql-java/graphql-java - ef3de64510c2df8cb407fa58fb68a511c1aca931 authored over 7 years ago
Non Nullable list handling now works as per spec

github.com/graphql-java/graphql-java - c9f1f40ba9df7acaf886b0022022a5f961e8b932 authored over 7 years ago
Update documentation with SchemaCompiler -> SchemaParser

github.com/graphql-java/graphql-java - a216aa6d72f4d4542bd51aad18b7767ab25be8da authored over 7 years ago
slf4j 1.7.22 -> 1.7.25

github.com/graphql-java/graphql-java - d11c487537a10bb87f053a77fc1b453835a5c43c authored over 7 years ago