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

mark everything as internal for now

github.com/graphql-java/graphql-java - d16414d5554286a52e51b3106eaa0af1925da72f authored about 2 years ago
Merge pull request #3030 from graphql-java/string-coercion-alignment

Make String parseValue coercion consistent with JS implementation & Gradle JCenter fix

github.com/graphql-java/graphql-java - 8d7c2ba77eec972b5a17d872cb02fb6e164e5a00 authored about 2 years ago
This makes sure every introspection type actually has a concrete data fetcher (#3004)

* This makes sure every introspection type actually has a concrete data fetcher behind it

* T...

github.com/graphql-java/graphql-java - 0264f30af4c2ffb4941521fd2ac373aa6e1cdbb9 authored about 2 years ago
Add comment explaining metadata redirection problem

github.com/graphql-java/graphql-java - f31ceb4dc7615a2e28e14911c8171a877ff92a9b authored about 2 years ago
Prevent metadata redirection for jmh plugin

github.com/graphql-java/graphql-java - d1743132ff15d9ee61326b5a2b8671dfb9dff2f4 authored about 2 years ago
Amend settings.gradle

github.com/graphql-java/graphql-java - 7515f3a45739d4c5299d9f80692258d398c7e1bb authored about 2 years ago
Add pluginManagement

github.com/graphql-java/graphql-java - 63887824cde9d3bda6fbb1145bf3b8f1bc6cc06d authored about 2 years ago
Fix incorrect bintray redirect

github.com/graphql-java/graphql-java - 28cc1f23ce81c6f3bcfa9fbcdffb02db47fe29fe authored about 2 years ago
Merge branch 'master' into string-coercion-alignment

github.com/graphql-java/graphql-java - 3a2832a7fcadda1db328f0877bc158d758cefb46 authored about 2 years ago
Make String parseValue coercing consistent with JS implementation

github.com/graphql-java/graphql-java - dd237fe9d3c435fec51d4da09fb0153456d492ea authored about 2 years ago
Minor fixes (#3029)

* avoid extra allocation of LinkedHashMap in MergedSelectionSet

* javadoc fixes

* remove A...

github.com/graphql-java/graphql-java - 14ebd6dba07c46d3f57e2566e29867000e107a5f authored about 2 years ago
Update ValidationError#toString to print the extentions field (#3024)

* chore: Update ValidationError#toString to print the extentions field

- Updated toString me...

github.com/graphql-java/graphql-java - 57eca2eb67d3f927873f396a9822b6195d4dcbb0 authored about 2 years ago
Lightweight data fetchers (#2953)

* WIP - lightweight data fetchers

* WIP - lightweight data fetchers

* WIP - lightweight da...

github.com/graphql-java/graphql-java - d75ab956d5c9e6afeab6a4f93d07b783364574ed authored about 2 years ago
Merge pull request #84 from graphql-java/update-datetime-scalar-with-spec

Update DateTimeScalar with Custom Scalar specification, add new official specifiedByURL

github.com/graphql-java/graphql-java-extended-scalars - 5610166a395c78b1e81c59800a25368b5e051623 authored about 2 years ago
Add specifiedByURL and do not permit negative 0 offset

github.com/graphql-java/graphql-java-extended-scalars - ad7b86964f8348e37a1dbd96967d91e429d8e66f authored about 2 years ago
Merge pull request #83 from abelmosch/add-scalars

Added CountryCodeScalar & CurrencyScalar

github.com/graphql-java/graphql-java-extended-scalars - 17e788159143ba4688e1367adebd61db63b6bf60 authored about 2 years ago
fix: Removed obsolete VED currency from the test

github.com/graphql-java/graphql-java-extended-scalars - 8b63d94a5a7985dac8b236653d1c0d94ca9e30c4 authored about 2 years ago
Record like property access support (#2994)

* Record like naming

* Record like naming - tweaks

* Record like naming - javadoc tweaks
...

github.com/graphql-java/graphql-java - 477d9a08965831b8a8f14245b428a79336d04624 authored about 2 years ago
Avoiding some duplicated work in Async (#3023)

Async.each(list, cfFactory) with factory was delegating back to Async.each(futures),
allocating...

github.com/graphql-java/graphql-java - eec55e5110a77fe3e9c433697d03c22e4511c25f authored about 2 years ago
Added CountryCodeScalar & CurrencyScalar

github.com/graphql-java/graphql-java-extended-scalars - 9b50a361c7ea9ef3d9b3c6543ca1dcf97402ef9d authored about 2 years ago
Helper for getting fields based on object type name (#3016)

github.com/graphql-java/graphql-java - 12def0ffe75df332f58b06549862c2462265e5ce authored about 2 years ago
centralizing resource loading in BenchmarkUtils (#3022)

github.com/graphql-java/graphql-java - 1a78669830c551659e0cc69ac4ed016bbb9ded1c authored about 2 years ago
TypeResolutionEnvironment#getLocalContext seems accidentally non-public (#3021)

github.com/graphql-java/graphql-java - 4f1af63eebb770e462d3769c7ce69752d8265482 authored about 2 years ago
Merge pull request #108 from graphql-java/dependabot/npm_and_yarn/loader-utils-1.4.2

Bump loader-utils from 1.4.1 to 1.4.2

github.com/graphql-java/graphql-java-page - c4cef735f4721156f1dc96c8e93e945ce75103df authored about 2 years ago
Bump loader-utils from 1.4.1 to 1.4.2

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release no...

github.com/graphql-java/graphql-java-page - c4754b96d60db9a194c289f349807ceed74deea0 authored about 2 years ago
Merge pull request #81 from graphql-java/fix-maven-badge

Fix badge to 19.1

github.com/graphql-java/graphql-java-extended-validation - 06efd0ae78beecf78fc1f71444dba0bbb31b16fe authored about 2 years ago
Merge pull request #2917 from graphql-java/auf-deutsch

Add German validation, parser, and scalar errors

github.com/graphql-java/graphql-java - e16db8bf99cdeb1a8a316dc47d325f196ba22f45 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 90ad29dfcdb089b87253d6d0ccfaa5dbb10f768e authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 4b1f46e9de28cf247ea8a668b81432dc9df7af50 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - e7b8071ae358b517882346a7197849e285eef482 authored about 2 years ago
Adds an error builder on GraphQLError (#3011)

* An error builder on GraphQLError

* An error builder on GraphQLError - wat

* ErrorClassif...

github.com/graphql-java/graphql-java - df2a71764b6aa0fbfcecfdf7e9be3732f9cf0a70 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 532929860a7b27fcf25c091e0b27b7875784b2ac authored about 2 years ago
Merge branch 'master' into schema-graph-directed-refactor

github.com/graphql-java/graphql-java - e10dc8b61bdbbf2dbb4d78dd83e313a3c5b16198 authored about 2 years ago
improve test case by adding a new valid location example

github.com/graphql-java/graphql-java - 04df386b8e01b8a58c4ce87ff5d9dcf9593a2c35 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - d4474d93be2f434f6fdef2ff4559e2b877135611 authored about 2 years ago
Merge branch 'master' into schema-graph-directed-refactor

github.com/graphql-java/graphql-java - 7550550bf730df99fe1240bb4010f69376d7d0e2 authored about 2 years ago
Merge pull request #3014 from graphql-java/fix-argument-directives-implementations

Bugfix for SDL check if an Interface is implemented correctly

github.com/graphql-java/graphql-java - d1947614fefa3139b2cf64ec98e7d6481e527aec authored about 2 years ago
applied directives on arguments are not relevant when checked if an interface is implemented correctly

github.com/graphql-java/graphql-java - ae51c2d98d97646250cc3e7007e55386c3fe9196 authored about 2 years ago
Merge branch 'master' into schema-graph-directed-refactor

github.com/graphql-java/graphql-java - 48e291336401a4701af18c4f27afbd42995b1809 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 2e9f18c215c869264fd731e02ebada2e35f5cd5a authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 59f80f611b6171b28d570b2119b64034fe218ace authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - aa5afc688435c9de920316ace4d55decdad0dd5f authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - d846a579572a3ada20eb51c1013dc5f7a62d4cb8 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - dd4ac623d41c4a1aad3b29deccf658489b022983 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - e4caa34ea615288a8b811e46804a4b56f19a8302 authored about 2 years ago
Merge pull request #107 from graphql-java/dependabot/npm_and_yarn/loader-utils-1.4.1

Bump loader-utils from 1.4.0 to 1.4.1

github.com/graphql-java/graphql-java-page - 5ef7fe65f63eb22ebd4f351f0469747a9b34b616 authored about 2 years ago
Bump loader-utils from 1.4.0 to 1.4.1

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
- [Release no...

github.com/graphql-java/graphql-java-page - 8c09c51b9eab0a4743cbcc9e4158d38138c5be76 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 75ad028692000839ff604cbb784462fba566ca93 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 26d0ad6731af169c873e77c4d98ada04595de8ad authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 2f456ceaa5a4a18638ba5b5ac44d4520903c31b3 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - c74c067ddb95fa80b2e49594387a5e4e542147b1 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 9f0674907526ab6d4d07046f02b6a53ee1e6947e authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 635832b06bc88f2dcc9ecfa6a83472520662be54 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 8e35695afb75de735ca54a745b31521efb37dbb6 authored about 2 years ago
Fixes in TwitterBenchmark (#3006)

* Remove unused imports and warnings from TwitterBenchmark

* Configure ParserOptions for Twit...

github.com/graphql-java/graphql-java - 5c0c68ba15bc06f0783f010f73dc16665d79fada authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - d76435bb86507ce6de3c946b2276734ca615fc03 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 03c8592730bdfe118c6e7e1ccda44b3018e8ddfc authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - be6b7afea1e3c1c05713cbd543d5a29b277a42ef authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - a2ac1e64e6d674d492fc720a99e95cbc10b59c91 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 9ab70cd9d3910065f118797bbb3c7f97fe7c3f14 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - e9b97b62731d80f29da8ce3f4685b57fa8f9fdcf authored about 2 years ago
SchemaGeneratorPostProcessing should be deprecated (#2999)

* SchemaGeneratorPostProcessing should be deprecated

* SchemaGeneratorPostProcessing should b...

github.com/graphql-java/graphql-java - 13ab0009bd42b591bb4a542cd9c780a53515321d authored about 2 years ago
LambdaMetafactory support for property fetches (#2985)

* LambdaMetafactory support

Another PR on improving getter access

* LambdaMetafactory supp...

github.com/graphql-java/graphql-java - 97874976a0a05a318a1c1dc39fdfbf76fb4ab232 authored about 2 years ago
Document the new IntrospectionQueryBuilder and tweaked it a little (#3003)

github.com/graphql-java/graphql-java - 71eccd499e72a0692860c556dadbb43a37f4b28e authored about 2 years ago
Polishing (#3001)

* ImmutableKit cleanups

- adding @SafeVarargs to ImmutableKit
- dropping unused methods

*...

github.com/graphql-java/graphql-java - c6652489af1fa4fcb970baa5e1da13b40924c01f authored about 2 years ago
Avoid an allocation of a chained context in the most common case (#2979)

* Avoid an allocation of a chained context in the most common case

* Avoid calling back to me...

github.com/graphql-java/graphql-java - 322ba6b9e4c109c4127adf3c25f6c4919a0ec16c authored about 2 years ago
Merge pull request #3002 from graphql-java/update-aqute-builder

Update aQute builder version

github.com/graphql-java/graphql-java - db79724c312dbb124fd2645c91814e878572dfe2 authored about 2 years ago
higher level schema diffing work

github.com/graphql-java/graphql-java - 426f4abc2c0668e63affe09f2c59d38e32b50bf2 authored about 2 years ago
Merge branch 'master' into schema-graph-directed-refactor

github.com/graphql-java/graphql-java - 9b9449cbe8d4423d27b089a110de5042a9d1d6ca authored about 2 years ago
higher level diff work

github.com/graphql-java/graphql-java - 497b05d460a38a51dfe96e4b4eb0ed43ceaa5b40 authored about 2 years ago
higher level diff work

github.com/graphql-java/graphql-java - 8951a75af29ebd978faf2156d12fca2a0bb3053a authored about 2 years ago
Parameterized introspection queries (#2993)

* use ast builders and stub test

* remove main and add test

* restore jvm check

* rever...

github.com/graphql-java/graphql-java - bb4a3b2be565b457c5a8cd353af3351882372aa2 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - e79ca1fa062ca03b0319ee8af4135dd951932750 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - a22eb44f06076c97667ace22df8b2526a72602a5 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - d46169dc563b96104fee0941615ad0f32b8770a6 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 579b378a8345f9d1cb4ce6f8c9f127ef3326278d authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 7e61c2cabc8fc21ead49bb3cb13ec4f535bdbab1 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 72fc2cd405ef9d20684254754d4596ce24f913c8 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 2e51d6f1b6c5d0618276c1931316b63333ad3271 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - e278bbb91392af7f54494cb2e4f384e1de210400 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 0d4b64eded11d05e21d0ba9033c52b794fe62a2f authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - ba56a6517d4953ade4f1ff944b7fb3dd83a30cd1 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 5d20db24c903a96170290d807b81b03cbedc9c94 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - b9210a02951fcd093ee7929148e917b1c0878cf9 authored about 2 years ago
Merge pull request #2997 from folone/gleontiev/only-run-gcp-workflow-on-main-repo

Only run GCP tests on main graphql-java repo (skip on forks).

github.com/graphql-java/graphql-java - be851d76a913a865c629c51dc906ed10980569b8 authored about 2 years ago
Only run GCP tests on main graphql-java repo (skip on forks).

github.com/graphql-java/graphql-java - 9c359c516c3bf0e8b3404b211579ceca8921c5c7 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - a5ce15161bb5c48818425f363133ca2c5747be51 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - cfe6d1124cdd7d6d5e6447ce7fbe0b51d3a3f52b authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 2b7edb59ce5cc487bb9af1e5d26b25fa854b1cf7 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 630fc92f5190e2be72f246a2edf2baa8ff9a67d7 authored about 2 years ago
work on higher level schema diff

github.com/graphql-java/graphql-java - 866415aacfa81170ec7f65e0b363e24684f6ac5d authored about 2 years ago