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

More formatting fixes

github.com/graphql-java/graphql-java - 2fc5fdacf3bf58967cdf515a1f379803e492cf18 authored about 7 years ago
Address PR feedback, add docs

github.com/graphql-java/graphql-java - 5db82e6cdc2ff4c7266b9ff1ce76f0361c6ed1b3 authored about 7 years ago
More PR feedback addressed

github.com/graphql-java/graphql-java - d6556d3d209bc18af47e586f8c8e249b173231f0 authored about 7 years ago
Add optional handling, rename unboxing

github.com/graphql-java/graphql-java - df57417aa5d03f10df1d1fae3b60fe9b9b854d6c authored about 7 years ago
Address PR feedback

* Moved java unit test to groovy
* Added more tests
* Moved result processing to fetchField
* Fi...

github.com/graphql-java/graphql-java - 07f996e02a4cd32bdfc68b8614387914093ab6ed authored about 7 years ago
Don't assume the error will have a path

github.com/graphql-java/graphql-java - 2d00806f4a2f2aca25423c5baa2893e3feb1961b authored about 7 years ago
Remoformat of all the code by IDEA

github.com/graphql-java/graphql-java - babd1da56a67e0d767bb37a23372f5ccffb43d5e authored about 7 years ago
Remformat of all the code by IDEA for tests

github.com/graphql-java/graphql-java - c0443da31f32065d743761eda82d8b7de1a330cc authored about 7 years ago
cleanup: rename missed 'dictionary' to 'additionalTypes'

github.com/graphql-java/graphql-java - a3315817865710a0ee811e7a0050d9d4044bffcf authored about 7 years ago
Make a Relay mutation without a clientMutationId

github.com/graphql-java/graphql-java - 605a484cf473b7abfd5539b111fa9d989ccb8c55 authored about 7 years ago
Make coercion error messages more descriptive

github.com/graphql-java/graphql-java - f670432f905605813e48f2b725cc4426330a6457 authored about 7 years ago
Handle null types when displaying type names

github.com/graphql-java/graphql-java - 29fdba233c8e23948890399059cc960807bd6533 authored about 7 years ago
Update coercion error messages

Messages now include the name of the offending variable. They no longer
include the java-specifi...

github.com/graphql-java/graphql-java - 7d7c79b9af484dff9bd05d5bd8bf089ce6a496d7 authored about 7 years ago
PR feedback - now with equalTo moved out

github.com/graphql-java/graphql-java - edc9bedda9211381f427dcf21326975be188422a authored about 7 years ago
Deep copy of language nodes

github.com/graphql-java/graphql-java - bacddba64f0bcae18dd9db9fbd83839af97bb79c authored about 7 years ago
translate v6.0 documents into Chinese

translate v6.0 documents into Chinese. Includeing User Document and README.md of project.

tran...

github.com/graphql-java/graphql-java - 381c4cdba1287cc0436612d6f2db569bee2c2fab authored about 7 years ago
i18n to Chinese: fix srouce language=es to en

i18n to Chinese: fix srouce language=es to en

github.com/graphql-java/graphql-java - f0a6c24d8a9b9ade203e032f7fdc057cd88933e1 authored about 7 years ago
Remove non-null restriction on clientMutationId field definitions

github.com/graphql-java/graphql-java - 31b16d42634d4003fe5aca326ec54128ab86d37a authored about 7 years ago
Merge pull request #821 from guidorota/update-documentation

Update documentation

github.com/graphql-java/graphql-java - c56ea75a759972362a74b579b4aba80f2007c3fe authored about 7 years ago
Update graphql-java version to 6.0 in documentation

github.com/graphql-java/graphql-java - c9dd697bfa2c346079952bb8ca1675add7c5da3c authored about 7 years ago
Rename IDL in SDL within documentation

github.com/graphql-java/graphql-java - 7262ebced3f78ebb8476bed2eef67c1d4e0b1f13 authored about 7 years ago
Fix documentation issues

github.com/graphql-java/graphql-java - 8e343448c622892fd5d0c0e3f3211b9085a5a446 authored about 7 years ago
Add source location for coercion errors

github.com/graphql-java/graphql-java - f9bc781c6f06bbd014f5b9bb5d28bbb712cef864 authored about 7 years ago
Add build and out folders to .gitignore

github.com/graphql-java/graphql-java-subscription-example - b239a163f97d45347c12ca98a62b9c7860cd4ab6 authored about 7 years ago
Minor formatting and Java visibility fixes

github.com/graphql-java/graphql-java-subscription-example - 93f9915eeadae4b78ba50ae234c47ea42e91486b authored about 7 years ago
Upgrade to graphql-java 6.0 and update README.md

github.com/graphql-java/graphql-java-subscription-example - 28d7f1d28f094cbf3de50bcfbbdd3a7217227c36 authored about 7 years ago
<T> javadoc fix up (#815)

* More aggressive property look up

* <T> is for tea

github.com/graphql-java/graphql-java - c925eba7b7ac36734f54ec57502e57a588cff394 authored over 7 years ago
More aggressive property look up (#779)

github.com/graphql-java/graphql-java - d4c3054d7b0a87b304fb1c9154e5018474b67191 authored over 7 years ago
Ability to use Method references in PropertyDataFetchers (#797)

* Ability to use Method references in PropertyFetchers

* Now with static builder method

github.com/graphql-java/graphql-java - 43929c818051254ac88165c3c7e08074567c055f authored over 7 years ago
TracingSupport: no ! in parent type names (#811)

github.com/graphql-java/graphql-java - 9e7aa46b9032ca2e07023be41e0ad29eb1bc881e authored over 7 years ago
Support for graphql subscriptions via reactive-streams (#754)

* Initial code for subscription support

* Now with RxJava support in the test

* More doco
...

github.com/graphql-java/graphql-java - 7f0caf4daf84d92715aed3690f377a5c9eeabef3 authored over 7 years ago
TracingSupport: startOffset is between query start and field start (#813)

github.com/graphql-java/graphql-java - 28db4a56a038f3e1417fc50c17d8a925adbd3eee authored over 7 years ago
Handle the case correctly when both @include and @skip exist (#805)

* Handle the case correctly when both @include and @skip exist

* Add more tests to cover all ...

github.com/graphql-java/graphql-java - 40a4a79d1a800535138e32dc274827b9535f4a21 authored over 7 years ago
Instrument execution input so people can change that gets input (say variables etc..) (#803)

github.com/graphql-java/graphql-java - a08edb92bd2714b7d7f58d8f4d6c536a361c3b6d authored over 7 years ago
Rename async method (#804)

* Renamed to Async to be more in line with other AsyncXXX classes

* Javadoc fix up

github.com/graphql-java/graphql-java - 56ce8cd2a9c7d11182f7c367dbbaed2d466c5cac authored over 7 years ago
Renamed to Async to be more in line with other AsyncXXX classes (#801)

github.com/graphql-java/graphql-java - a9fb38bb043bcc64c7182c8ee8110669e6328731 authored over 7 years ago
Add a helper class for making asynchronous data fetchers (#798)

* Ignore files generated by Eclipse

* Add a helper class for making asynchronous data fetcher...

github.com/graphql-java/graphql-java - c59c31ab41387b9bdb173c8772036e3f020bbe03 authored over 7 years ago
760 dataloader performance with lists (#764)

* Added shop / department / product test and tweaked ES for reworking

* Made data loader disp...

github.com/graphql-java/graphql-java - 0255331022099c8877849129036e918a7a924d80 authored over 7 years ago
Add context to the TypeResolutionEnvironment (#795)

github.com/graphql-java/graphql-java - ecc3b265ff71bddfcd19e17029ee96d65c29238c authored over 7 years ago
now allows exceptions to be overridden (#778)

github.com/graphql-java/graphql-java - 8d5ff1f61f6464a437f48ab411532dd4a403775c authored over 7 years ago
Now catches validation exceptions and reports them as errors (#789)

github.com/graphql-java/graphql-java - b3ab023d62f3de3c62f5f49959637c77cf4981ea authored over 7 years ago
Better instrumentation at more points in the execution lifecycle. (#791)

* Better instrumentation at more points in the execution lifecycle.

Now allows the schema and...

github.com/graphql-java/graphql-java - f9c6a597338b8cc7c625e2752eecb65d4c8e26d8 authored over 7 years ago
Improve batching.rst (#790)

github.com/graphql-java/graphql-java - 4c916b589d7733aa3389b31c1fbb07ff701ceb1e authored over 7 years ago
Fixed documentation regarding input objects and map (#782)

github.com/graphql-java/graphql-java - 367e6547b19433c4ea20b80f29c719ee23f776a3 authored over 7 years ago
An echoing runtime wiring (#761)

github.com/graphql-java/graphql-java - de56b6cb062ffcccb31fc7874fd436c3efa20510 authored over 7 years ago
fix(AstPrinter): fix missing strings and misformat in the AstPrinter (#788)

fix missing "scalar" and "input" type key word for the corresponding node; add double-quotes for...

github.com/graphql-java/graphql-java - ae1da7c7bd52484b420dcf02ab5ddb799f5aa621 authored over 7 years ago
Tweaks on the recent contribution to Tracing Support (#785)

* Fixed documentation regarding input objects and map

* Experimental @export variables support

github.com/graphql-java/graphql-java - ec543b48deda8e571fe5dd22b42914e732ac2229 authored over 7 years ago
Add parsing and validation to TracingInstrumentation (#784)

* Failing test for parse and validation in TracingInstrumentation

* Add parse and validation ...

github.com/graphql-java/graphql-java - 976e1af92dac5cfdd570b1fef52170d0c81ee375 authored over 7 years ago
bumped version direct in GH

github.com/graphql-java/graphql-java - 4b16e9013c5fdbb8ccb56c7ca42cc8a5815ec2a0 authored over 7 years ago
Made TypeResolution return <T> for easier consumption (#774)

github.com/graphql-java/graphql-java - 22cf400c6d75bf2e749a1b7c6f507b56bce956d9 authored over 7 years ago
Fixes #763 QueryTraversal problem (#765)

* Added tests for #763 that currently fail

* Fixed the Union / __typename problem and also ma...

github.com/graphql-java/graphql-java - 7e9fcf83bb801ed104fcc04a17863fa45a7bfdff authored over 7 years ago
Fix ArrayIndexOutOfBoundsException in empty ChainedInstrumentation (#781)

* Failing test for empty ChainedInstrumentation

* Fix exception in empty ChainedInstrumentati...

github.com/graphql-java/graphql-java - 94092980e37dd37c66e8d5537c2060c75c43e441 authored over 7 years ago
Now with bootstrap and also with defaulted subscription ES

github.com/graphql-java/graphql-java-subscription-example - 14484cda4ce8e603f766b8589d645ef6c4248bc4 authored over 7 years ago
Now with websocket support and graphql subscription support

github.com/graphql-java/graphql-java-subscription-example - 6b34d21d2c5769e19c23566b2861c4c410604f61 authored over 7 years ago
This has websocket support and publisher support. It does NOT yet have graphql support

github.com/graphql-java/graphql-java-subscription-example - 40a369d7ee7939a2e5500719346ef2ea958d13e9 authored over 7 years ago
Code health - IDEA suggestions on final variables (#770)

* Code health - IDEA suggestions on final variables

* Code health - IDEA suggestions on final...

github.com/graphql-java/graphql-java - 270439463b1e71d84c9e7520351bec5cfd86a603 authored over 7 years ago
Code health - IDEA suggestions and general tweaks (#767)

github.com/graphql-java/graphql-java - ea9a0153032724f455634af9c5b02c16ee70707b authored over 7 years ago
Code health - semi colons and * imports (#766)

github.com/graphql-java/graphql-java - b45179624b4246e8bee80e733bf29544f9bd38ca authored over 7 years ago
Fixed stack overflow on toString() (#762)

github.com/graphql-java/graphql-java - 9b1c7f64220c10b4c5541c79acf15042009c9735 authored over 7 years ago
This is the test ported into groovy - it is indeed failing

github.com/graphql-java/graphql-java - 158c48d1a5881c79c1a53e62c0d9fe1fc0a3aab1 authored over 7 years ago
Now follows spec as discussed

github.com/graphql-java/graphql-java - 8987ac67dc917aa278d6cdb361f4a0100ab43247 authored over 7 years ago
Modify docs for Modularising the Schema IDL by removing redundant word (#759)

* Modify docs for Modularising the Schema IDL by removing redundant word

* Modify docs for Mo...

github.com/graphql-java/graphql-java - 89ef2cebea5b87ba19d6e4f9c62fd0536db61a78 authored over 7 years ago
Reviewed exceptions in graphql-java (#752)

* Reviewed exceptions in graphql-java

* Added rst doco and the ability to preview documentati...

github.com/graphql-java/graphql-java - 9ce58dd397d45482d7fbc612e1a16d0949b5d5b3 authored over 7 years ago
Better examples of using per request data loaders (#758)

* Better examples of using per request data loaders

* Typo

github.com/graphql-java/graphql-java - 7bfd4fd6232b0ad5b26feca68c0e32eda799739e authored over 7 years ago
Adds graphiql support to out HttpMain example (#756)

(cherry picked from commit b9e7cf1)

github.com/graphql-java/graphql-java - 21ca1ab386821b15be8de25014804d5cd2e0f973 authored over 7 years ago
Test for #743 (#749)

github.com/graphql-java/graphql-java - cc0992a2d15462b2a58d996eeca8362861c60796 authored over 7 years ago
Fix validation of non-null Interface member (#747)

github.com/graphql-java/graphql-java - 4fbabc256e7cc85b726f58d29531ab329a50248f authored over 7 years ago
Improves parameter namng in ObjectsImplementsInterfaces#isCompatible for readability (#748)

github.com/graphql-java/graphql-java - 2d4f5181a0e0b8e65890c3a5dec57df017d18b73 authored over 7 years ago
Added DataFetcherFactory support (#735)

* Added DataFetcherFactory support

Adds a level of indirection into the data fetchers which a...

github.com/graphql-java/graphql-java - bb2df57335ae6426ea25826097e511caba46769e authored over 7 years ago
Added schema / introspection diff support (#745)

* Added schema / introspection diff support

* Moved package to a more sensible one

github.com/graphql-java/graphql-java - 92468df35c1bf2d71630c1677867fa9451b01a5e authored over 7 years ago
Added the ability to print an Introspection result as a schema (#741)

* Added the ability to print an Introspection result as a schema

* Added missing union fake t...

github.com/graphql-java/graphql-java - 06ca6c3bd3961a2902bba82852fc745931a95fb0 authored over 7 years ago
Follows spec on whitespace (#710)

* Follows spec on whitespace

* Added test as per PR comment

github.com/graphql-java/graphql-java - 324a677283f64f8c01575c9e5c14dccea3d55160 authored over 7 years ago
724 dataloader stats (#725)

* Added the ability to copy a GraphQL object more easily

* Added dataloader stats

github.com/graphql-java/graphql-java - 1fb8fd47d399457fbf2e57067d677c42f85c2c0e authored over 7 years ago
Added more logging to key places (#738)

github.com/graphql-java/graphql-java - 214e7c0effc55e62d9379b7456ebff29b31d3e4c authored over 7 years ago
Fixed the naming of the coerced exceptions (#732)

github.com/graphql-java/graphql-java - 7edff4907d348f2a679477db00cca5c4607e19f3 authored over 7 years ago
Now sorts schema printer output (#728)

* Now sorts schema printer output

* NOw uses stream.sort in all the file

github.com/graphql-java/graphql-java - 4c0a5ec759db1b88400d2b76b7595f68931551bb authored over 7 years ago
Missing schema directives in Introspection types (#717)

github.com/graphql-java/graphql-java - d22abbab638c327f1ac5f8166275ae3eb4596a6d authored over 7 years ago
Now follows graphql-js and its more lenient field merging (#708)

github.com/graphql-java/graphql-java - 47fc09b2c7075bbbc6ae39773170de548d3b9cb5 authored over 7 years ago
Added the ability to copy a GraphQL object more easily (#722)

* Added the ability to copy a GraphQL object more easily

* Used transform pattern

github.com/graphql-java/graphql-java - 636f8d37de79cb9dc87768e18f3d578f605c7e05 authored over 7 years ago
These javadoc errors prevented clean compilation (#736)

github.com/graphql-java/graphql-java - 815d848a50b6f81cdc1fc0bbadf871c98487bcd2 authored over 7 years ago
Added JavaDoc to be important types (#731)

Added JavaDoc to the important types

github.com/graphql-java/graphql-java - 276dfc89875db8d030402e01d9ab3aae64ccc158 authored over 7 years ago
Locking behavior conditional to caching being enabled (#12)

github.com/graphql-java/java-dataloader - 603b963ba5a3faa5694a51bc0bcc49ee97f85329 authored over 7 years ago
Added statistics support (#11)

* Added statistics support

* added delegating stats collector

* Added error counts to stat...

github.com/graphql-java/java-dataloader - aa2994e4c46849c97901979b817542914ed8882b authored over 7 years ago
Use LinkedHashSet instead of plain HashSet for GraphQLSchema directives field, ensuring deterministic iteration order (#718)

github.com/graphql-java/graphql-java - a273cd74caf3445113368ad1692f3eb5cb8d50cb authored over 7 years ago
Fixing InputMapDefinesTooManyFieldsException message, field and input object type were the wrong way around (#712)

github.com/graphql-java/graphql-java - 68c799c14d8e9a1f1685ec5c3a6033f71684b11a authored over 7 years ago
703 make java dataloader a dep (#704)

* Adds support for java data loader into graphql-java

* Updated to 2.0.0

github.com/graphql-java/graphql-java - 18fd5f29ff7b7245d8841b46874c4825d4c6c98f authored over 7 years ago
Henryqdineen built in scalars (#711)

* omit only built-in Scalars from GraphQL spec from SchemaPrinter

* Updated the PR so that th...

github.com/graphql-java/graphql-java - 2d35fca536e8db6e4109028319d42efd89fd74ec authored over 7 years ago
- Improving exception for duplicated field definition

github.com/graphql-java/graphql-java - 85191ef058854979fa091bc66453c3a9c691ae0f authored over 7 years ago
#714 - Improving exception for duplicated field definition

- Adding javadoc empty line back

github.com/graphql-java/graphql-java - 4f1a30d06854ad2fe9bebbc700646140304c0f06 authored over 7 years ago
Merge pull request #12 from tibor-kocsis/master

add vertx-graphql-utils

github.com/graphql-java/awesome-graphql-java - 3c14b4bc70d6ac776f22fc6036e8045cc0d02ce5 authored over 7 years ago
Merge pull request #11 from hallvard/patch-1

Update README.md

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

Added reference to graphql-emf project, which provides support for EMF models and data.

github.com/graphql-java/awesome-graphql-java - 83c7ce0686c5393e22a585e2c92f086d0944b962 authored over 7 years ago
684 batched es does not handle exceptions (#697)

* Added test from original issue #684

* Provides a fix for #684 with exceptions in non null f...

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