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

fix contributions link

github.com/graphql-java/graphql-java - 0c44b100c47d64416e0ea01aacdc4960073c68b7 authored almost 9 years ago by andimarek <[email protected]>
improve mailing list text

github.com/graphql-java/graphql-java - a74f81b598589f630394115250ff1c3b0b029abb authored almost 9 years ago by andimarek <[email protected]>
replace the feedback section with a more specific contributions

github.com/graphql-java/graphql-java - 3d570c8486f8a5d3ab9ddc575ca0bf4ffbf95188 authored almost 9 years ago by andimarek <[email protected]>
add a code of conduct

github.com/graphql-java/graphql-java - 964472eedeaf4fb20489e2b5dc636676af3dd5dd authored almost 9 years ago by andimarek <[email protected]>
fix: Unknown enum values/names should result in nulls and not exceptions

github.com/graphql-java/graphql-java - f232cbda3e997eaadfd80b9894529b98502c11b4 authored almost 9 years ago by andimarek <[email protected]>
doc: make clear that the arguments are never null

github.com/graphql-java/graphql-java - 2ec940fca2523fb7d5f5a10557c19d441de82d6e authored almost 9 years ago by andimarek <[email protected]>
fix: Never call parseValue with null

github.com/graphql-java/graphql-java - 13da1e2f053f3ecdfd3f94d033b2bcb60458a06b authored almost 9 years ago by andimarek <[email protected]>
Merge pull request #70 from tinnou/executor_service_execution_strategy

Added documentation to ExecutorServiceExecutionStrategy

github.com/graphql-java/graphql-java - 43a5b21535a003e748252008c910c2bd068ee888 authored almost 9 years ago by Andreas Marek <[email protected]>
Added documentation to ExecutorServiceExecutionStrategy regarding usage. Along with a test to demonstrate example usage.

github.com/graphql-java/graphql-java - 093770579f0c3e3fdf3817c33ee01461718184b9 authored almost 9 years ago by Antoine Boyer <[email protected]>
change: This is maybe a breaking change: GraphQLFloat now returns double instead of float.

The naming is unfortunately based on float = double precision according to the spec. This clashe...

github.com/graphql-java/graphql-java - 3062e2b48503ec02c9e2364d4c063baa798352a4 authored almost 9 years ago by andimarek <[email protected]>
bugfix: float also accepts int input

github.com/graphql-java/graphql-java - 34145726d7a335ca3d70a84bad9abcdfe6e45af8 authored almost 9 years ago by andimarek <[email protected]>
bugfix: serialize/parseValue should return null and not throw exceptions

github.com/graphql-java/graphql-java - 43d5f57abe49a16349676aa9c144ce1fa9670187 authored almost 9 years ago by andimarek <[email protected]>
test for string null input

github.com/graphql-java/graphql-java - 657b43e4eb14554dfd986f556b725871e34e6636 authored almost 9 years ago by andimarek <[email protected]>
add test for parseValue

github.com/graphql-java/graphql-java - 62ae79f0012ccb9bd2cc716dfd5ac2cccc3a8d04 authored almost 9 years ago by andimarek <[email protected]>
improved doc: always return null and don't throw exception

github.com/graphql-java/graphql-java - 9fcec6ae85efa084c486b4a6929ce1140962f2bf authored almost 9 years ago by andimarek <[email protected]>
Merge pull request #67 from tinnou/relay_connection_arguments

Support for only backward or forward pagination arguments

github.com/graphql-java/graphql-java - 15704bf77c673f55393ed3fec00c331dbb2672d8 authored almost 9 years ago by Andreas Marek <[email protected]>
Support for only backward or forward pagination arguments

Change to match the spec.

github.com/graphql-java/graphql-java - 53b8f9480518717303d4a1d6aed67dc6c8a92b2f authored almost 9 years ago by Antoine Boyer <[email protected]>
refactoring: start using groovy map notation and strings, reformat code

github.com/graphql-java/graphql-java - 9e237e997d802f5267348c4934d59afd503b5d1c authored almost 9 years ago by andimarek <[email protected]>
reaming Graphql classes to GraphQL

github.com/graphql-java/graphql-java - 80f5ba0f83e928f0e3aaab5b105e2bc1173b756f authored almost 9 years ago by andimarek <[email protected]>
reaming Graphql classes to GraphQL ... WIP

github.com/graphql-java/graphql-java - 4a899b35f477fedf89dd910f2c84c6f94eb72b30 authored almost 9 years ago by andimarek <[email protected]>
bugfix: coerce is now serialize

github.com/graphql-java/graphql-java - 4b6c8aaf72717ac11bf41d254557daeb0d1dc7bf authored almost 9 years ago by andimarek <[email protected]>
Porting tests to spock

github.com/graphql-java/graphql-java - e1a4626547561cc574a94ee923f710902f11e2a9 authored almost 9 years ago by David Cohen <[email protected]>
Removing reference to idea

github.com/graphql-java/graphql-java - b40ef8d1dc751d49a7d8888acfadcc3fce679d19 authored almost 9 years ago by David Cohen <[email protected]>
BatchedExecutionStrategy

github.com/graphql-java/graphql-java - 59a5df56dd95d95cef36a2dd9e42cea8037831b6 authored almost 9 years ago by David Cohen <[email protected]>
Support for intellij

github.com/graphql-java/graphql-java - 91cf8c047221b32b0d2b816035860d51ce69cc4d authored almost 9 years ago by David Cohen <[email protected]>
fixing javadoc

github.com/graphql-java/graphql-java - be5d5c6cd6798520a27ec8af3f827d704d1db0a9 authored almost 9 years ago by David Cohen <[email protected]>
Readme: add link to google group and remove slack link

github.com/graphql-java/graphql-java - 7069646953df3952e8caf414d588e94770a469e6 authored almost 9 years ago by andimarek <[email protected]>
accept Int literals as input for long scalars

github.com/graphql-java/graphql-java - 8d7e3f359a518ed40f258681c2d20b2888017e60 authored almost 9 years ago by andimarek <[email protected]>
fix test description to match the recently changed method names

github.com/graphql-java/graphql-java - c49395591aa376ed4ee700b0a05f0275f763fcce authored almost 9 years ago by andimarek <[email protected]>
refactoring of list completion

github.com/graphql-java/graphql-java - e10e5244ba3f8b83953a537e3bffbab14d78b2a7 authored almost 9 years ago by andimarek <[email protected]>
test for completion when the value is Array

github.com/graphql-java/graphql-java - 22789c244bf714a69548362f9106e049359b8e0d authored almost 9 years ago by andimarek <[email protected]>
Merge pull request #63 from jackielii/patch-2

Array type in ExecutionStrategy.completeValue

github.com/graphql-java/graphql-java - f4e20f30eacbd5b7bce6000a0f08cd28d7f66348 authored almost 9 years ago by Andreas Marek <[email protected]>
add test for list completion

github.com/graphql-java/graphql-java - f7726b312a314f11b1b73bde0e36cf3d0899b08b authored almost 9 years ago by andimarek <[email protected]>
implement parseValue for Scalars and actual use it for resolving values

Default Implementation is the same as serialize

github.com/graphql-java/graphql-java - ac51ae3573b32e245a7a26ea6275d2975f36b193 authored almost 9 years ago by andimarek <[email protected]>
change coerce to serialize (inspired by the js impl)

github.com/graphql-java/graphql-java - e68571a9e955ecaeff9644213d2fb4fce0c90e76 authored almost 9 years ago by andimarek <[email protected]>
change coerceValue to parseValue (inspired by the js impl)

github.com/graphql-java/graphql-java - 60d48acd7fabc697017bb69127d3a843ba3d2db4 authored almost 9 years ago by andimarek <[email protected]>
change coerceLiteral to parseLiteral (inspired by the js impl)

github.com/graphql-java/graphql-java - f0067be9383505b1e8a425563ed59863f9c2667d authored almost 9 years ago by andimarek <[email protected]>
Array type in ExecutionStrategy.completeValue

github.com/graphql-java/graphql-java - ddc4021f772c452d6f188c5deaa1b2c4ff95d9d2 authored almost 9 years ago by Yuxing Li <[email protected]>
quick bugfix: add 'subscriptionType' field to support newer introspection queries

github.com/graphql-java/graphql-java - 3a96047a25c46db27f4c1743755215c0982b35ab authored almost 9 years ago by andimarek <[email protected]>
delete useless and wrong check

github.com/graphql-java/graphql-java - 34e3345638e6302a93446b889399313f57a9cba7 authored almost 9 years ago by andimarek <[email protected]>
Merge pull request #60 from xuzb/master

Fix two NPEs and add test case

github.com/graphql-java/graphql-java - 58edfd647f36613ee0b7b50815bdb8dccd4fc6fe authored almost 9 years ago by Andreas Marek <[email protected]>
Fix npe when input object field has a wrong name.

github.com/graphql-java/graphql-java - 67981cb4b4edcd5919f2cc986d3107e0eec6ae76 authored almost 9 years ago by Zhenbo Xu <[email protected]>
Fix npe when enum name is invalid.

github.com/graphql-java/graphql-java - e8e6e437001efe332c5b2cc0348267c3efa348fe authored almost 9 years ago by Zhenbo Xu <[email protected]>
change(validation): see https://github.com/graphql/graphql-js/pull/229 for details

github.com/graphql-java/graphql-java - 8e29e858243ab4ae90c3ee71807038cbdba02d10 authored about 9 years ago by andimarek <[email protected]>
Merge pull request #54 from andimarek/if-curly

add curly braces to exception throwing ifs

github.com/graphql-java/graphql-java - f264a51bdf8009538c427bb7c1cc3901ebc4859e authored about 9 years ago by Andreas Marek <[email protected]>
add curly braces to exception throwing ifs

it's difficult to debug the exception when you can't set a breakpoint to the point where the exc...

github.com/graphql-java/graphql-java - 06194da8747bde1522a9c686fb1204d3cb5619c1 authored about 9 years ago by Stephan Behnke <[email protected]>
Merge pull request #48 from cardinalraven/bugfix/nested-input-types

Recursively adding input types

github.com/graphql-java/graphql-java - e74f7f609e5dd6687316647266e31224bc4f62c5 authored about 9 years ago by Andreas Marek <[email protected]>
Recursively adding input types

github.com/graphql-java/graphql-java - eb03f49cd2f0c58d210c98f443ef18eb7c56bc3d authored about 9 years ago by David Cohen <[email protected]>
fix for the fix: getValueByName of course

github.com/graphql-java/graphql-java - 28f792f87084c7398895d12d1fa73ede0bb66229 authored about 9 years ago by andimarek <[email protected]>
quick fix for parsing enum variables inputs

adds coerceValue method, but currently only used for enums

github.com/graphql-java/graphql-java - ee253372768c52fae4a3015586bc6ea9e23aaed4 authored about 9 years ago by andimarek <[email protected]>
make operation name optional

this implements a change in the graphql spec: https://github.com/facebook/graphql/pull/99/files

github.com/graphql-java/graphql-java - acc049518f98be09134d90e5e45b9d3cce43e6fc authored about 9 years ago by andimarek <[email protected]>
add relay support info

github.com/graphql-java/graphql-java - 880216ef38404b09170b07c135016f575bdb5c1f authored about 9 years ago by andimarek <[email protected]>
update latest release info to version 1.3

github.com/graphql-java/graphql-java - 9d6bb069905d3e8eaac512667df80c5dbad1d68a authored about 9 years ago by andimarek <[email protected]>
Merge pull request #44 from henrikgs/master

Fix example for GraphQLUnionType

github.com/graphql-java/graphql-java - 3d3e99796d4b86838bd77430ccecbbc0d71a2a2b authored about 9 years ago by Andreas Marek <[email protected]>
Fix example for GraphQLUnionType

github.com/graphql-java/graphql-java - 5ce15ac62ecc2ca333affc630a49587ff33ea510 authored about 9 years ago by Henrik Glasø Skifjeld <[email protected]>
Merge pull request #40 from nfl/fix_spelling

Fix spelling mistake

github.com/graphql-java/graphql-java - 8fbd38486f138a027be5c0504bbd9fc8547be619 authored about 9 years ago by Andreas Marek <[email protected]>
Fix spelling mistake

github.com/graphql-java/graphql-java - f166f76e7ca072890006a5b6f822b1c56627d97f authored about 9 years ago by Todd Berman <[email protected]>
Merge pull request #35 from BenjaminMalley/master

fix example for GraphQLInterfaceType

github.com/graphql-java/graphql-java - f8acc25bcd62b10233ab1fafa885497e3ada4ae0 authored about 9 years ago by Andreas Marek <[email protected]>
fix example for GraphQLInterfaceType

github.com/graphql-java/graphql-java - de223df59fe76834cdeb36b70fc1e1fe06d221cc authored about 9 years ago by Benjamin Malley <[email protected]>
Merge pull request #33 from zourzouvillys/additional-types-in-schema

Allow providing additional types to schema build.

github.com/graphql-java/graphql-java - 0c69290a51586603eb7f5599c28afb87a40bcf8f authored about 9 years ago by Andreas Marek <[email protected]>
Use an empty set instead of null.

github.com/graphql-java/graphql-java - 9895ced86ad0f22f6806e9d407f6ea6a7add599a authored about 9 years ago by Theo Zourzouvillys <[email protected]>
Merge pull request #29 from erikogenvik/relay

Fit with Relay spec and add some tests.

github.com/graphql-java/graphql-java - d20d2fabdce69ad64bb4b44f9a2f4d3c31064eff authored over 9 years ago by Andreas Marek <[email protected]>
add test for non-null argument

github.com/graphql-java/graphql-java - 1bc181089b5d8933bbb19cb6e1e09fd7576a7bb5 authored over 9 years ago by andimarek <[email protected]>
Allow providing additional types to schema build.

With the current API, only concrete instances which are registered
somewhere from the query or m...

github.com/graphql-java/graphql-java - 6668d1a7e9279d02d499e36b379475d67b6c57b9 authored over 9 years ago by Theo Zourzouvillys <[email protected]>
Added initial Relay tests.

github.com/graphql-java/graphql-java - 780cdedd2f18c1c3edd87db3f0e94ca297d6ec9a authored over 9 years ago by Erik Ogenvik <[email protected]>
Wrap pageInfo in non-null.

To fit with spec.

github.com/graphql-java/graphql-java - 1ff078e2c34cd81115b25d79b3131dacdfb30ed2 authored over 9 years ago by Erik Ogenvik <[email protected]>
mention the slack channel

github.com/graphql-java/graphql-java - 4592d89b08385c27cda9b316d3d1b4d23439f241 authored over 9 years ago by andimarek <[email protected]>
parsing: Improve Parsing error handling

Use antlr BailErrorStrategy to cancel immediately if any syntax problem is detected
Removed Error...

github.com/graphql-java/graphql-java - fb53067cc862c654046d555863093c67edf76afa authored over 9 years ago by andimarek <[email protected]>
Merge pull request #26 from erikogenvik/fieldfetch

Added fetching from raw fields.

github.com/graphql-java/graphql-java - 78af222868801f464b9978ece4eae617797d924c authored over 9 years ago by Andreas Marek <[email protected]>
Added fetching from raw fields.

The FieldDataFetcher will fetch data directly from raw fields.
It can be enabled by calling the ...

github.com/graphql-java/graphql-java - 345d92630d82e4fa1f5629d4e5058237d7faa31c authored over 9 years ago by Erik Ogenvik <[email protected]>
Merge pull request #25 from nfl/master

Change ExecutionStrategy to use ExecutionResults all the way down

github.com/graphql-java/graphql-java - b72a06f72fa3c18ceb21f260c3c6a53a36cf2ba0 authored over 9 years ago by Andreas Marek <[email protected]>
Change ExecutionStrategy to use ExecutionResults all the way down

github.com/graphql-java/graphql-java - 2644a72acdccd34b1d9cdd6f6036fad7636303a2 authored over 9 years ago by Todd Berman <[email protected]>
Merge pull request #23 from nfl/master

Pass name in as the default value if nothing is provided

github.com/graphql-java/graphql-java - a700570ffb489f0effcdb4b32f58ab1d1d5e1e6e authored over 9 years ago by Andreas Marek <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - 6ed2b189710a1b04a030d8d5c2a55442766cb63e authored over 9 years ago by Todd Berman <[email protected]>
Pass name in as the default value if nothing is provided

github.com/graphql-java/graphql-java - e710301b2178b21cf24d6a00722868e9c3368388 authored over 9 years ago by Todd Berman <[email protected]>
Merge pull request #21 from nfl/master

Initial execution strategy work

github.com/graphql-java/graphql-java - 61a7bbdf1ca3ca25be807ecadc53afe5c2f84532 authored over 9 years ago by Andreas Marek <[email protected]>
add additional fields helper to interface builder, as well as marking execute public

github.com/graphql-java/graphql-java - 38c6daa0c3bc5e0ba83f630209e1b3cee0bffd83 authored over 9 years ago by Todd Berman <[email protected]>
Initial execution strategy work

github.com/graphql-java/graphql-java - 09fa9f691433a81f454562af66ee8df3ac88315f authored over 9 years ago by Todd Berman <[email protected]>
Merge pull request #20 from nfl/master

mutationType is optional

github.com/graphql-java/graphql-java - eca9167a639ac316924c44a47596ad3dd077c5a3 authored over 9 years ago by Andreas Marek <[email protected]>
mutationType is optional

github.com/graphql-java/graphql-java - 539ebbde3cc2ddd0ace824f84a556ad328f727fa authored over 9 years ago by Todd Berman <[email protected]>
Merge pull request #18 from ChiralBehaviors/fix-npe-on-string-coerce

Fix NPE when coercing a null into a String

github.com/graphql-java/graphql-java - 4dc8cf6814d08494c3cd40f07b9335d71834006c authored over 9 years ago by Andreas Marek <[email protected]>
Fix NPE when coercing a null into a String

github.com/graphql-java/graphql-java - b7dd0314e874d2d8ecd2491745e7e77570930230 authored over 9 years ago by Hellblazer <[email protected]>
quick fix for relay: toString of Cursor returns only the value to

github.com/graphql-java/graphql-java - 2a8b6d3a70dda9847fc24ca9bf3aeb06c604adf5 authored over 9 years ago by andimarek <[email protected]>
bugfix: defaultValue can be a GraphQLArgument or a GraphQLInputObjectField

github.com/graphql-java/graphql-java - b74b5424ed440e42ce5f40dc6ba98c3c2cd1dc8e authored over 9 years ago by andimarek <[email protected]>
first basic support for relay

github.com/graphql-java/graphql-java - 58b6f392ff8b9921e9c1c07856cffd786c71bba9 authored over 9 years ago by andimarek <[email protected]>
better exception

github.com/graphql-java/graphql-java - e3a0022f08842e502a9dc32d078a44f212e28434 authored over 9 years ago by andimarek <[email protected]>
ignore fields with unknown type

github.com/graphql-java/graphql-java - 367e224807259a21fb1bfbc7571bb86c36190101 authored over 9 years ago by andimarek <[email protected]>
improved boolean detection

github.com/graphql-java/graphql-java - 2bbdee48e147dcd39fb4f119e6959081d9ae4d4a authored over 9 years ago by andimarek <[email protected]>
add GraphQLLong type

github.com/graphql-java/graphql-java - 948231fb92ea39c47ed639ba8ce44c8e8ea82412 authored over 9 years ago by andimarek <[email protected]>