Ecosyste.ms: OpenCollective

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 pull request #1530 from graphql-java/source-location-helper-public

make SourceLocationHelper public

b3707038fc2d3fd26b34ff3c8055b4cffd1ad2e2 authored almost 6 years ago
make SourceLocationHelper public

7fc9fee061f340b8125c85280567fd10c667ab3b authored almost 6 years ago
Merge pull request #1529 from graphql-java/field-additional-data

add additional field data property

439e342e95a65b1549f80f9eba4634bfdd34b868 authored almost 6 years ago
add additional field data property

84c7538bbc7922015cc7e1ae9ac56c93c5eb7ce3 authored almost 6 years ago
Fix schemadiff input recursion (#1518)

* Fix missing recursive call, add tests

* Tidy up mkDotName to use String.join

fccc0c754eea96c6b89024349f359d2e563e6691 authored almost 6 years ago
The line numbers of elements are no longer off by one (#1513)

61d7c7bc31e57787ff4896c6a6043936a1b7629a authored almost 6 years ago
Merge pull request #1517 from graphql-java/merged-field-equal

add equals/hashcode to merged field

9214b6044317849388bd88a14b54fc1c18c9f29f authored almost 6 years ago
add equals/hashcode to merged field

2585bd7dec1bda491f9a5a513ac9f562474e4bbb authored almost 6 years ago
Added support for containsAllOf and containsAnyOf to dfselectionset (#1487)

21dff067eb787988d220396ebee53d513b79cb96 authored almost 6 years ago
Changed the PreParsedDocumentProvider so it has the full input and not just query string (#1483)

bd9240c15fbf2eb00b2ad92b08006772e93dc387 authored almost 6 years ago
Refactor cacheControl to more readable code (#1492)

8bae13f38c3cf51e0766d90b0df5f611269dc941 authored almost 6 years ago
Expose if data is present in ExecutionResult (#1491)

* Add isDataPresent to ExecutionResult

* This allows to follow the GraphQL specification http...

a8a273f4cf06b0f0480032d3813ff7e777ea6c60 authored almost 6 years ago
result node adaptor now can delete children (#1489)

636f7b5df48c6b6a51160efee14dcd7349ab1900 authored almost 6 years ago
allow interfaces and unions as root parent type for traversal and transformations (#1486)

* allow interfaces as root parent type for traversal and transformations

* allow composite ro...

800ea0dffe38800b5047ec1dd3a5e389d666937a authored almost 6 years ago
Added with new error support to result node

31d4cecd1a5662ee2075927ba2556a1eb2a927a0 authored almost 6 years ago
Added tests for object construction

8ba2d1da9a84d4490b59f59a43fb0d2f4d58a0f1 authored almost 6 years ago
add errors to all ERN

0759b8dfdac1e86b96aed76c223240d9dbd46f06 authored almost 6 years ago
fix withNewChildren to also copy the errors

10376baf10a1ce8068b2592322189529ebb9b8d0 authored almost 6 years ago
add errors to the root ERN

a35079e3ed1f76de879cf4cf42a63ff48e7517e2 authored almost 6 years ago
non null directive args with defaults can be missing

cdd0cbc9c64b7e650a994c0d4b0e6c14aef5a798 authored almost 6 years ago
Fixed the context bug

5e9eb16a3be34cb8baef36f60b2089fb2ab00ec7 authored almost 6 years ago
Merge pull request #1472 from graphql-java/copy-field-container

ExecutionStepInfo.transform should also copy fieldContainer

e1e79977117cc02252d1273f5461f4f78388940c authored almost 6 years ago
bugfix: ExecutionStepInfo.transform should also copy fieldContainer

ac684330721af548feca3b14f08ddc3ee841959d authored almost 6 years ago
inlined a bit of code

070c3a0a378bafd6a62c3c34bc7f7d164292738d authored almost 6 years ago
fix for #1434 directive definition printing

4a8051999938ce9944ddca3806334f5c9c8e0dbc authored almost 6 years ago
Fixes up JavaDoc on what is allowed to come back from scalars serialize

d008832163bd0ebfb6f48a2d47e7f6401ad159b6 authored almost 6 years ago
Fixes #1447 so that non SDL definitions are rejected

806cfe7782a66dac219a1afb5ccf030be6f7d455 authored almost 6 years ago
formatter import problem

55687957138269ef9fdf773c2627f8a6cd2936e6 authored almost 6 years ago
1438 - fixes problems with triple comment indenting

a0b172c989c06e9dd191d1fb7af51b7ac33d7162 authored almost 6 years ago
Removed @defer as a default directive

ef9d07d486b8c869fde8196fc946e4904d78648e authored almost 6 years ago
This fixes up the example code so it used CodeRegistry and also quick rename of parameter names there

36b1c03bd98de24d11b22cd306ff5f9ea96267b1 authored almost 6 years ago
Merge pull request #1445 from tsroka/visit-fragments

Add support for visiting fragment definitions in QueryVisitor.

52a7b6ecdc3a73675cd913d188c0e64134be3830 authored almost 6 years ago
Merge pull request #1422 from kaqqao/cache-control-in-execution-input

Ability to provide CacheControl instance via ExecutionInput

93b7b58082e07e495396c3dd2545d7551e2b106c authored almost 6 years ago
Merge pull request #1449 from tinnou/fix-classCastException-type-condition-input-type

Fix #1440 ClassCastException - fragment with wrong input type condition

03dc9390de07cb5dfb890015c2012c163a6e12e7 authored almost 6 years ago
Add support for visiting fragments in QueryVisitior. PR feedback

8b58e3e8b11b20f365cfdd87fc189d6e382f577c authored almost 6 years ago
Add support for visiting fragments in QueryVisitior. PR feedback

81004f54535120d9f7f6e6b4e38888e351ac1d37 authored almost 6 years ago
Merge remote-tracking branch 'origin/master' into visit-fragments

152977411def13097950bc60a1fe9e62ca57bca8 authored almost 6 years ago
Add support for visiting fragments in QueryVisitior. PR feedback

48394db5f25e837a34d4974cfe789bea8b828fb2 authored almost 6 years ago
Fix Enum value for FragmentsOnCompositeType

1cb83759085554403b900a4d44995c5d5147003a authored almost 6 years ago
Merge pull request #1452 from jadedevin13/patch-1

Exponents can have positive exponents

412399849ce0094c20d801a2c13375f46b4b2200 authored almost 6 years ago
Made errors the first field of the execution result as per the spec hint

7f6f32bb647d0ffe17fba53ba1a130a9a804e079 authored almost 6 years ago
add test for parsing floats with positive exponents

88b21489012b3c554f8ade7bcdaeda89f8465308 authored almost 6 years ago
Merge pull request #1455 from graphql-java/fix-flaky-test

fix test batching test: relax condition because we can't guarantee just one batch call

fc95640d0a33b70887a7e4004bf3ae4cc860360d authored almost 6 years ago
relax condition because we can't guarantee just one batch call

39dd74803641f355528c09d8022a291b55dd8036 authored almost 6 years ago
Exponents can have E+ e+

7ee123e2603e828c68d4a01dc44d7eb893fea95f authored almost 6 years ago
Fix #1440 ClassCastException when using a fragment with wrong input type condition and overlapping fields are being merged.

7721f62ec5f1eeb1e541097c80c050ed54a38e08 authored almost 6 years ago
Renamed to ErrorClassification

cf62a7a91cacf59d2ed981d583802de1e8ed537d authored almost 6 years ago
Made the ErrorType implement a base interface

7652086cfe8dbdb15efdbd1a8bda6e119c7d4d95 authored almost 6 years ago
Update RelaySchema.java

a4b9fc47113987cd78c0300327d2f79c4b4695cd authored almost 6 years ago
Make the PageInfo type public static and use a type reference

Make the PageInfo type public static and use a type reference so that when the schema is travers...

ff5f4ddfe9221b337aa1e0a3035deee6e8420a40 authored almost 6 years ago
don't use shared mutable static data, cleanup

a9a6aefd44b1cbc7c73e6dc2e7855c1ec802bee0 authored almost 6 years ago
cleanup

45bf5af6484f02546d8b80b86718fc3bd7135312 authored almost 6 years ago
Add support for visiting fragments in QueryVisitior.

3ad4dd639da1f829d6858f78b0f4032d48608a4b authored almost 6 years ago
Update antlr4 from 4.7.1 to 4.7.2

f40315bdc4c417e7f7ee1a5fe5ea1e9dba803f4e authored almost 6 years ago
refactor(Execution result): Change order of fields inside Response

Closes #1432

6df664047041f426ed51d0134fba550cc11f44f0 authored almost 6 years ago
This makes the schema directive wiring occur after the type has been built and hence the callback gets full access to the type hierarchy

b2cc1c23428c919a66d0eb0ccf03deb894f00439 authored almost 6 years ago
A test for #1405

9356c3dc0917307fdee6fbd08905b569a0f7e898 authored about 6 years ago
Merge pull request #1425 from graphql-java/withNewFetchedValueAnalysis

add withNewFetchedValueAnalysis method to ERN

13eb79ac684f3d769ad597bece57b8d57ac6d5e1 authored about 6 years ago
add withNewFetchedValueAnalysis method to ERN

d3c8d402c248afed61e7f9be12bbb9f6eda83953 authored about 6 years ago
Merge pull request #1424 from graphql-java/simplify-result-nodes

simplify ExecutionResultNodes

1231dde42ebde0dc9093d792dc84d90281d481b9 authored about 6 years ago
simplify ExecutionResultNodes by using the resultKey from mergedField

as key, therefore we just have a list of children for a ERN and
not list AND maps

41b824c64d19578026216ca4043af6cf6bca75f2 authored about 6 years ago
Merge pull request #1423 from graphql-java/fixup-zipper-moveUp

fix moveUp signature

a1709ad21b36d2338c1eb6249689516468a16757 authored about 6 years ago
fix moveUp signature

a70c9ce0502c5dd8ce46d775c65472ec7ba647cc authored about 6 years ago
Ability to provide CacheControl instance via ExecutionInput

8b830b18c0c3d596e0489d32d9dbfb15696c3def authored about 6 years ago
uses FpKit map

858250ee3f3313b914b2db51394f59e79d23b2fb authored about 6 years ago
Adds CacheControl capability to raw graphql-java.

cdb51e05a497f3b74cbbc23c04c4a7e288a33f9f authored about 6 years ago
PR suggestions - now uses 1 based indexes

e310dc3f906f496afc0eb5142582cd87019b19b6 authored about 6 years ago
This creates a multi source reader that can track which "source part" text comes from and map back to those places relative to each part.

The idea is that multiple files could feed a parsing document and errors reported in terms of th...

cded477265fdc9eed77dedc393c7669b626028d1 authored about 6 years ago
Adds the skeleton code for micro benchmarking.

5f8c5bdd778e84030f0043bcde350a767cb5051b authored about 6 years ago
Now has a general purpose GraphqlError builder

d73dacf9c513c814ef23a407e7664b0645b6fb35 authored about 6 years ago
Because warnings annoy me

1ce51138bde5af9dbd00328595f8ae05c51bb184 authored about 6 years ago
SchemaPrinter comparators (#1398)

* Implemented SchemaPrinter comparators

* clean up formatting

* javadoc editing

* schem...

b807e802846692ea259346df0f885594f31230ee authored about 6 years ago
Print out argument directives when possible

065791a4702c639685a31e2e35df66d3832bb3ba authored about 6 years ago
Merge pull request #1413 from bbakerman/java-doc-moar-fixups

OCD on the JavaDoc

fc21117ae08bbb15d99837c0daac090dd0066929 authored about 6 years ago
add spring tutorial

5a8b1fd4a580ead31bb027f39ef4ecda4ec1942e authored about 6 years ago
OCD on the JavaDoc

b84b668f4491a0ff8b8de232db00a4557eeacd8b authored about 6 years ago
add test for AstTransformer

803f5cb077c34ff292268a65f05e3b78f1655b3b authored about 6 years ago
Merge pull request #1408 from tsroka/ast-printer-npe

Fix NPE in AstPrinter for inline fragments without type condition

3d271c3d94e656b75a0b178e4745d6b8355194a4 authored about 6 years ago
Fix NPE in AstPrinter for inline fragments without type condition

84f4bc73805b94912a7cb046556817102945561f authored about 6 years ago
bad copy pasta

41d67d715947e3c33dcd355a980de8a53c9f5645 authored about 6 years ago
Directive uniqueness is not enforced today. This fixes that according to the graphql spec

33bf778f2bee5b3dd4db25d8e52bd62ca0df0473 authored about 6 years ago
Nextgen entry point (#1381)

* Some initial code to get started

* Migrated the execution test of DEStrategy to use this ne...

a63da67565b6072ec53ec30836e4fec5eb0b09fb authored about 6 years ago
Added empty {} support to type extensions if they have directives

863ecd5d5858c1b2611004032decec828b4558e8 authored about 6 years ago
This allows empty types but NOT empty type extensions

fa07cc6f8a946738dd443fd205482f7cf28a6efc authored about 6 years ago
Started work on this

f188b24c5753958ee2313a910f6e600dd38a89a1 authored about 6 years ago
Added scalars for completeness

c967dac1a499f53ab3f3a7458c5ebfbfa394da82 authored about 6 years ago
Fixed a test

f4ed68f0443a754c7ec038d8e9539e99feebf1f0 authored about 6 years ago
Merge pull request #1392 from graphql-java/extract-query-transformer

extract specific query transformer from QueryTraversal

94e1b0e1ae19bca86b5e762982ff10b7151126cf authored about 6 years ago
javadoc

aa7d12d1fc17b8722c5db32edd09b0264401c91c authored about 6 years ago
naming

5687137045b05da0bc20afe83c8aa5e7c98de228 authored about 6 years ago
This adds better syntax error handling (#1348)

* This adds better syntax error handling

* removed the ' ' quotes

* PR feedback

* Now w...

c4bcd3a1c2f592ef7388ba958f66fd96f7599499 authored about 6 years ago
Ok had another go after PR feedback - now has the extra fields where in execution context that makes sense to pass on

e116da7502d321561fcfc400ad823ce365cc6975 authored about 6 years ago
Better JavaDoc on DFE about variables

0f5a890309a22f1d80badc84101e64ebf2cda067 authored about 6 years ago
removed ExecutionContext from dataFetcher

30769d1e39ff7f616ffe4adc1ef03712c64343d7 authored about 6 years ago
extract specific query transformer from QueryTraversal

b1eaa124f061973c9be41e0b014cef1d7268213f authored about 6 years ago
Merge pull request #1385 from tsroka/tsroka/query-transformation-using-query-visitor

Add ability to transform queries using QueryTraversal with full type information

ecf8a081b27c0a3d4b774500d2cc9b61427c4d6c authored about 6 years ago
Do not do postOrder in transformation

165472b4e64bb833135b6342439809487741fe2f authored about 6 years ago
PR feedback.

8b73df3691245e3ceb01e148c6e26ff7f106c657 authored about 6 years ago
Fixed code style

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

30b4f8a43bfa05029e9b969cca7db0578a28c0e5 authored about 6 years ago