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

github.com/graphql-java/graphql-java

GraphQL Java implementation
https://github.com/graphql-java/graphql-java

Merge remote-tracking branch 'origin/master' into tsroka/query-transformation-using-query-visitor

53a1cf3d61143881691f1828e1fb2bb8026d7c0d authored about 6 years ago
Add ability to transform queries using QueryTraversal with full type information.

1b90f269ac803b61bdb8d0702db59cc5d2f8e1a1 authored about 6 years ago
Merge remote-tracking branch 'origin/master' into tsroka/query-transformation-using-query-visitor

f88aeba815cf3d620d57d609396e9fd3b2952a99 authored about 6 years ago
small refactoring: change variable name

e916b026d7e0a541b5e36733aaf5222e94685d55 authored about 6 years ago
Add ability to transform queries using QueryTraversal with full type information.

55e4b634158632ed756a30f508e7443d8b79f808 authored about 6 years ago
Merge pull request #1390 from graphql-java/genera-zipper

General zipper

1dfebed95a48ee392beac94ee690184f6885b555 authored about 6 years ago
Update jackson-databind and junit versions (and fix typos)

82be22bc9aa8c4a221dfda607ac615df26ea1bfb authored about 6 years ago
add TraverserVisitorStub

4aeb673a14eff4cc7fdd91c7d1a763c5a029beaa authored about 6 years ago
Merge remote-tracking branch 'origin/master' into tsroka/query-transformation-using-query-visitor

90e19bcb1035315413354fdd95fc1240d6421d50 authored about 6 years ago
cleanup, refactor ResultNodesUtil to use the ResultNodesTraverser

d8e4aaa6fdf2210ee6d375d060a9d924b462285b authored about 6 years ago
migrate result nodes zippers to general zippers

ccce75240e12b92469507873e176037628de8381 authored about 6 years ago
generalize zipper to NodeZipper in the util package

366ba916739e1e874dddb441c70c3b07c330ba52 authored about 6 years ago
PR feedback

81ed9537875e2d055fd663e73b404c9b4823c262 authored about 6 years ago
Breaking - changes the error handler such that is returns a value rather than rely on side effects

018e7987c92fe2e172aa0acaeb133cb3809c3001 authored about 6 years ago
import fix

fff7913615ad1961e667b86715bb58b5e7e647dd authored about 6 years ago
Fix for replacing all type references in the graphql schema

20a33a98322f4c8d071d460f391dd88d4ac59156 authored about 6 years ago
PR feedback - not push back refers into the type visitors and let them handle things

864d381ccec00a14d5cae7ba8f3c3ba19f3f5d7d authored about 6 years ago
add getNamedChildren to ERN

fb0fa6316042493b8c8286dbaad00bdbe08f0f80 authored about 6 years ago
move UnresolvedResultNode, RootExecutionResultNode into in its own file

ead6ec29dca8bee1b9364b26bc99d7faae2b40a5 authored about 6 years ago
Merge pull request #1388 from graphql-java/esi-fieldContainer

add fieldContainer to ExecutionStepInfo

64a3c82097b4aa729132077e3ee57cae0becbec1 authored about 6 years ago
add fieldContainer to ExecutionStepInfo

bdf568df6585a10903d9bb8de48b40a4d5253a05 authored about 6 years ago
Merge pull request #1384 from graphql-java/delete-node

add delete node and change parent functionality in Traverser and AstTransformer

d037062b36d73a12195b5c888ea41dffcf9505eb authored about 6 years ago
Add ability to transform queries using QueryTraversal with full type information.

6414bb31936228faa3a88751073b45193a1a3988 authored about 6 years ago
PR feedback

080b73bccd8b2e419bfc289da4a9c38eef4f4e3c authored about 6 years ago
new changeParent functionality

e51c3000a472e187f3ffe90adb4acfcce4c84b81 authored about 6 years ago
add delete node functionality in Traverser and AstTransformer

3be8ed44c65a0b14ad73cfd1552b8d008bc73254 authored about 6 years ago
Passing local context objects from data fetchers to child fields (#1376)

* Added the ability to pass local context objects from one field onto its child fields

* Merg...

e7b431a7c64308c28433f06e70b3fb35156b7e21 authored about 6 years ago
Now uses an instatiation of the ES as input

9d62329cef0299fe8a65d52196d9ba7d35e0b942 authored about 6 years ago
Added the ability to add multiple types fo TypeRegistry

b6e10dca503effec7e3d1177fc5a74e8d8802b5b authored about 6 years ago
the type of an OperationTypeDefinition is actually a typeName

828bf5c8d18815859a4aaa525139d99b12ffe3c4 authored about 6 years ago
Merge pull request #1378 from graphql-java/sdl-hierarchy

every TypeDefinition is a NamedNode and a DirectivesContainer

2790caab00c1c50f954198b103fcf256faeeb7c9 authored about 6 years ago
every TypeDefinition is a NamedNode and a DirectivesContainer

9bf3eb0b65e82476ce036cd2ffd910001033d7ea authored about 6 years ago
PR feedback

5ecf32d3b2e1e6cdad6fc00577a869aa0c25d236 authored about 6 years ago
Transfers errors from data fetches into the fetchvalues

2c8b7a7a616cd61572b83c4712947f3d0b9b110f authored about 6 years ago
Added the ability to instrument document and variables

715fef91b6000258039d91444f38e2b7a6629557 authored about 6 years ago
PR feedback

8aaada8fa9f444245a09f7283f338fdccbb8ed2f authored about 6 years ago
Indent args when printing schema

Makes them much more readable

139f20f73260d559b604aa897cca163fecb20cd1 authored about 6 years ago
Use multiline comments in schema printing

27471f7dd475a983db01707451d0659b90487008 authored about 6 years ago
#1370 make printing directives optional

fcef3bc1eaef1b3db7e30a54f3be9f28d9f8603d authored about 6 years ago
make newSelectionSet accept Collection<? extends Selection>

a61f4eecddc2e508b3b52a751a2d8bfec419bde5 authored about 6 years ago
Merge pull request #1373 from tsegismont/patch-1

Fixed Javadoc typo

38a8606dddd3969e61af4f7b7c9a886b651ea95e authored about 6 years ago
Merge pull request #1374 from graphql-java/selectionsSet-selections

make SelectionSet accept Collection<? extends Selection>

f2941c13190f313367fb945a99478be13caea749 authored about 6 years ago
make SelectionSet accept Collection<? extends Selection>

instead List<Selection>

b2a627e6bcce2973baf4f022006f9f2fa04301ca authored about 6 years ago
make FetchedValueAnalyzer modifiable through protected method

e75b4256bed6fcd95b03abb9ed89b693042a1dee authored about 6 years ago
Fixed Javadoc typo

b940bfcf1f1f782a36bdd5486b43d74ec98218da authored about 6 years ago
bugifx ResultNodesUtil: errors not converted for null values

93f1c2f32a37b73f51d29276665042287a3e8380 authored about 6 years ago
extract code into execution helper

b2bcb408e225938255359851b78e13f7210b8713 authored about 6 years ago
better batching test with real batched DF call

147d2be398dbf24682af2f513f05bc74cd32d1fc authored about 6 years ago
add toString

d7fdfed1dd0b86fe53480f84e0f83633e7ed32f2 authored about 6 years ago
nextgen engine refactoring

b422b888312817134d1bcca4d20769ff85b4b508 authored about 6 years ago
add getResultKey to MergedField and getSubFieldsList to MergedSelectionSet

83384edf31b4dbce576d4cf069e7ca6dbc76d804 authored about 6 years ago
Reverting the value conversion code as its not the right API

8229b755f6455409631c38524c72434bb97a5ec5 authored about 6 years ago
nextgen engine refactoring

b85e315b52ca451f6d0507af77fc1c544a0a80d0 authored about 6 years ago
nextgen engine refactoring

33fcbc94ae7f1a594d14394207531fd52d09c19d authored about 6 years ago
nextgen engine refactoring

a9d377664f8959cf7bbd28513ec96d9b7b8fbd1d authored about 6 years ago
nextgen engine refactoring

e88910316af858112023c51cbca4c9459b715af3 authored about 6 years ago
nextgen engine refactoring

65a2c1d555a18d9a400302ca8294964a4a4b5b22 authored about 6 years ago
refactor, documentation

8cc00d20b166a810e0884f36ca5b1c3c7530ae91 authored about 6 years ago
test for parallel default execution

f40ec835d26d912a513af9bb264281921b504ea4 authored about 6 years ago
fix typo

7b494d1d07d57cb99c6d56c1fc1c4b4c9f7b68b0 authored about 6 years ago
make constructor private

1648f54b0e78efdda0cdd20e6547a733fe7fbc7d authored about 6 years ago
Merge pull request #1369 from graphql-java/mergedFields-to-mergedField

rename MergedFields to MergedField (singular)

f0927ca0510a76cee2d7f3a4a2db960518458873 authored about 6 years ago
rename MergedFields to MergedField (singular)

4b1a31fc8bf0c30012008d9dc612b2b953051f5a authored about 6 years ago
refactor/cleanup default execution strategy

1c3efb3c0518e8f9aa73bd46d22a6e8e70fd06bd authored about 6 years ago
add size method

434cbf8cbd10e7ecc19335ad6f32cb5d956cde46 authored about 6 years ago
add getter for mergedSelectionSet

ac508b69fc8587607ceda44f5dfa2f509c29d357 authored about 6 years ago
Merge pull request #1363 from graphql-java/query-visitor-context

query traversal improvements

0d707e9ef254f60a1b7ceeeb7e1d83f339388e19 authored about 6 years ago
make field final

3419ad2f0c5986c0f541b8c4e8ceeaf2a482621f authored about 6 years ago
use static import

665e14fe686f22e94714607b1fbe4b068d17f244 authored about 6 years ago
add visitDepthFirst to QueryTraversal and make QueryTraversal and NodeTraverser

return the accumulate

4789c7b4f65dd4f00695ba5bdc307edadcb57b08 authored about 6 years ago
javadoc

5129ef6fadde660c71ca293bf235293bc1be5be5 authored about 6 years ago
make children contexts available for leave calls

ed6c704d3571a1187a7221381962c930dfa154ad authored about 6 years ago
cleanup

533fdf460d66e406b466eb2a84f9d6ec77324002 authored about 6 years ago
Merge pull request #1357 from graphql-java/merged-fields

introduce MergedFields class

67fa4d9245419920afb44da0e52c70b04faeec92 authored about 6 years ago
add test for parent nodes

c8209b4a74428385a38e52c4443d4ebff5f27f68 authored about 6 years ago
fix javadoc

04197852966d7996bfb8c7a0bcac306d113f9338 authored about 6 years ago
javadoc

4ee9c68fbf8cbfbfc1e64fce644d2655ffb8618a authored about 6 years ago
change query traverser to traverse all nodes and provide the TraverserContext

to the QVFE

374fa6f8fa9d1283902acde037dd5c4993196044 authored about 6 years ago
Update CONTRIBUTING.md

9a6abf20db79f91c882e315bd79eeffbcd0d4daa authored about 6 years ago
Update issue templates

f24510df50ce0f9b272460c424cdbddb5c8ba792 authored about 6 years ago
Update issue templates

33318621fb47d6bedf0ca088ed8b82ed2479b7f7 authored about 6 years ago
fixing tests

41f21a1231fe8e8c17599de9a5c767503d4fda9c authored about 6 years ago
fixing tests

0a36e728f2ada6e710bea6763ef4614f3fcecb03 authored about 6 years ago
add MergedSelectionSet

2f673349ae3cee5ecbc6a8c5452e69c2550f70ef authored about 6 years ago
javadoc

d8268ea45ccb0165ed4282b9c1acdee9af2df1db authored about 6 years ago
change DataFetcherExceptionHandlerParameters to MergedFields

1026c3bc0eb01cad851bdb6d60f7fc2c9101eae9 authored about 6 years ago
change TypeResolutionParameters.field to MergedFields

6d5e7d9f349e375464f2d868a71b87baddfeb1d2 authored about 6 years ago
change executionStepInfo to use MergedFields instead of just Field

2ae81f2b3390d00ce5204dae1026275819d12218 authored about 6 years ago
improve javadoc

29ae9963d97d76710643c771b3984cd78ff81c04 authored about 6 years ago
fix tests

309a2b684a29eb92c5e0aa18eb8416da432c453f authored about 6 years ago
fix tests

47feea47abd19b3c123d00b1be5e5f76de7bec01 authored about 6 years ago
introduce MergedFields class

fcd667926ca6220b6ef962e7d1ad636c95f65134 authored about 6 years ago
Fixed javadoc warnings

8e766d19770db28318ed613809e6f8d6fdaf5f0a authored about 6 years ago
Fixed tests and also fixed a bug in AstSorter

50fe7e035a7c0de0f80e100ef164e15236231673 authored about 6 years ago
JavaDoc update to compact method

37f8cef0bf30acd4a64bd82780cdf35d599bf51b authored about 6 years ago
Now with proper compact mode

85686c99fa7cf62219e9f916b8802e6cae2c1934 authored about 6 years ago
oops bad main code

c1600b604f1436951f88612c736330b4d4e85628 authored about 6 years ago
And a test

171a0a5cb17d304ca9cbc5bbc3584ccbb225a16a authored about 6 years ago
Added a builder to DataFetcher result in prep so we can add more things to it

1fb50bf177f58bdf418f780dbb9901b54946fefa authored about 6 years ago
Code registry with conversion (#1336)

* Start of support for CodeRegistry - to split the code that gets values from the type system

...

18a4425f2f0fca1a28c8fd28abc77c88025802e1 authored about 6 years ago