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

Updating Tests and adding context to the null value

1d3e5740abf53c8579527b1711b87d9f0f197ab9 authored about 5 years ago
Merge pull request #1785 from sp00m/fix-mkkey

Make PropertyDataFetcherHelpder#mkKey rely on Class#getName instead of Class#getCanonicalName

8f335b372d3490274657607b35558c2a4e8bcb6f authored about 5 years ago
Make PropertyDataFetcherHelpder#mkKey rely on Class#getName instead of Class#getCanonicalName

a2dbaef973c7aaf51974306d76f2110bfc6bfba8 authored about 5 years ago
removed description and getDescription from child classes

1f7ca4a51baad633f3487aed6fb3c110ce409f25 authored about 5 years ago
Adding Check for source location to be as expected

baaac04cf2e340386ac12c63ad594aa6d0cb177f authored about 5 years ago
Merge pull request #1769 from simeonleatherland/issue1587

Adding tests to prove scalars are omitted if not used

5b511b8b7cfd8401c80e7754204a1952eda1072d authored about 5 years ago
Removing NullValue single instace

42962cd9b6729d29e61026d9db34c74cf6c92060 authored about 5 years ago
Updating custom scalar tests based on agreed discussion that custom scalars should show regardless of being used or not

cb87286bacd7fdcfcdec1af437760230b7b15ebc authored about 5 years ago
Updating tests to use the updated scalars list

21ec4f6ede9e9c84aaa9eccebb53f670585e28d2 authored about 5 years ago
shortened toDescription and added safety to hasDescription

ac2ca0c0978b1bb99c1fbcfc428f59504950c772 authored about 5 years ago
Adding tests to proove scalars are ommited if not used

af9f0c4033892ee2a4060b07cf58d0bf33fb1315 authored about 5 years ago
Merge pull request #1754 from Sajan-99/ast-printer-string-encoding

Changed placement of string encoding Issue #1733

0a40ca46cc93241672587da5811f7f13fd1fd522 authored about 5 years ago
change name of method

8cc7dfc71ed8a9e4ce0c71546b3ae3112d6fa608 authored about 5 years ago
Merge pull request #1780 from simeonleatherland/RemovingJavaExtendedTypes

Removing java types as standard scalars

d4f9b63eb2f240c3d32aa6e9a135461836f40400 authored about 5 years ago
Adding more meaningful comments and removing unused standard scalar list

700ab971b31402755ae29b25612234c506d495ee authored about 5 years ago
Merge pull request #1773 from graphql-java/remove-undeclared-directives

remove the option to have undeclared directives in your SDL

f82b53c30248a896de556aa5541a06adb264ac4a authored about 5 years ago
Merge branch 'master' into remove-undeclared-directives

e255b62fcd1ae13e4566a9b3e7e80c73575c00d4 authored about 5 years ago
removed comment, added public api and javadoc

4316c0e777b8225a386aa0a5908892415c7ede7f authored about 5 years ago
Updating function calls to be to graphqlSpecifiedScalar

d3d30d31e1f16804f859fb0b396ceec1e291820e authored about 5 years ago
Adding tests to proove scalars are ommited if not used

e9067f71f0c01f768e2295b666336d4a89fe7ec9 authored about 5 years ago
Removing java types as standard scalars

* Removed flag for SchemaPrinting to include Extended Schema types
* Removed types from ScalarInf...

139f74bd91e6e240807c3c89ed1e8a386c3e4c69 authored about 5 years ago
removed comment

366ec47aa8fa49e2268208705e27f5976e8c1d59 authored about 5 years ago
Merge pull request #1776 from graphql-java/unused-scalar

an unused scalar is put into additional types when schema is generated

44d9c56f2a7c7c8117995dc7bf24c51c9ff08329 authored about 5 years ago
an unused scalar is put into additional types when schema is generated

87146cfaac78e6cf4839af6547a6fd54352e572b authored about 5 years ago
changed comments to descriptions and fixed tests

94d03131f475517775ca8c2ae41e8c1091045a46 authored about 5 years ago
Merge branch 'master' into remove-undeclared-directives

973205f9ec1482806b7e4e17461378af2d526bae authored about 5 years ago
Merge pull request #1758 from graphql-java/remove-enum-coercion

GraphQLEnumType does not not use the Coercing interface anymore

8a5fe9101504d8c22bbc426bd2a5f22279816510 authored about 5 years ago
fixing tests

e9cfa8dd7f11f5c878f009cff837b44b15817afa authored about 5 years ago
fixing tests

8ec7fc35ad6c9dcf7f96fec804ae30b775225c21 authored about 5 years ago
fixing tests

e60fb5af36092e90b13bb1a29415ad3a616201cc authored about 5 years ago
remove the option to have undeclared directives in your SDL

d6017548d39f38828cf7547b41819dc6efe3db8c authored about 5 years ago
formatting

5b17b65ea6693e7ee3723f43f563f8900c3d15c0 authored about 5 years ago
add specified by url directive

ab5004f6b188f0108bad4f5c73123b7623ba9c84 authored about 5 years ago
add specified by url (wip)

23090f635173b35355d77bbd0698e2d8f8c4cc71 authored about 5 years ago
GraphQLEnumType does not not use the Coercion interface anymore

0b9cf720620b40660be15c1e38345e452686447b authored about 5 years ago
fixed merge differences

d32d47068c180576860a0600db5476f8bc82d9e6 authored about 5 years ago
fixed merge differences

988bee2675f8fe3923e9c930c3b1a76123637887 authored about 5 years ago
space

b6dd40c9798a82ec64ea1e8df41687f66074f2ef authored about 5 years ago
Merge branch 'master' of https://github.com/Sajan-99/graphql-java into ast-printer-string-encoding

be64cb19926b8a95efbe9a488ee0c347151197cb authored about 5 years ago
added test for changed value functionality

632f7e9baef6fe272a127efcd3bc24a5142ae9eb authored about 5 years ago
Introduce a GraphqlErrorException for Kotlin users and generally. (#1743)

* Introduce a GraphqlErrorException for Kotlin users and a as a general purpose exception that c...

578985f4ed81d154f1f83bbef6903aa88f3f1a59 authored about 5 years ago
AST code uses PropertyFetching techniques (#1742)

* Made the AST code use PropertyFetching techniques to get pojo values and turn them into AST el...

21cdd1da6c5f106c98a49357fe253e7aa2480472 authored about 5 years ago
changed placement of string encoding

11227e590e8bac6bc7b1b13be2ee53ddab0ad2a5 authored about 5 years ago
Merge pull request #1741 from Sajan-99/master

Bugfix: multiple GraphQL sub types printing #1709

fd13faf67f31e0031c24a169bb5c72f4761bac80 authored about 5 years ago
Update SchemaPrinterTest.groovy

864437bb27f68be79df74b4a9b5088d3a11752bd authored about 5 years ago
add test for directive with enum args

4cf3bdd9b667056a5d5b58dfce3cc35c63bc6f3f authored about 5 years ago
changed get from printers in printer function

bdc7b5ce4322e7fed4177a993d36b089ad1c1037 authored about 5 years ago
Merge pull request #1738 from graphql-java/fix-grammar-carriage-return

carriage return is not allowed in source character without line feed

d42516cd174e5ab5cc83a604cdd47aa446b736d7 authored about 5 years ago
fix typo

a49f29822fa170efb6ec0c5069123e3fe0cb192e authored about 5 years ago
fix: Correctly support additional optional arguments in fields defined by interfaces (#1694)

f40e454b02d179d93e70ba4bacf6169c47fb835e authored about 5 years ago
Follow up work on SchemaDiff to makes it DEPRECATION added or removed (#1736)

bef3ac2fd52f57ef4e0a8a9b21f652e37420cb22 authored about 5 years ago
search private getter up the class hierarchy (#1737)

952f075f54f30d580f41436f235e1bee75288dca authored about 5 years ago
carriage return is not allowed in source character without line feed

97d43842a9da314a24fbf56fe7abd48c07d2d534 authored about 5 years ago
Merge remote-tracking branch 'origin/master'

f4302827c95217bcb7c562543a093d9c8691192a authored about 5 years ago
fix flaky test

9ef3dbe98c3f8879c8ba12c12db142874c5e1b2c authored about 5 years ago
Remove extra newline

8fe5e534a9aa3a027350d375295582552ae189f0 authored about 5 years ago
Consolidate some extra repeated code

99fe8d00c9047072aada283eda7ec761618135ee authored about 5 years ago
Fix test to assert correct number of diffs

da8d95898403887a0027cb600f28ef61eacff437 authored about 5 years ago
Add support for categorizing new deprecations and deprecated removals

1b91ba9dc3c7c253423776e0672d041fd337bd1c authored about 5 years ago
Add new diff category for deprecated differences

7a4187aab2147778d6f77f8c5415fc618d1989d4 authored about 5 years ago
Merge pull request #1734 from graphql-java/schema-generator-post-process

rename SDL schema transformer into SchemaGeneratorPostProcessing

619083a6fce1a7a3fe2c7fd503819b8a235b713c authored about 5 years ago
Merge branch 'master' into schema-generator-post-process

dd44da943fcfb04176d2410b6f859810437786ba authored about 5 years ago
bugfix: comments on nodes should not considered when comparing arguments, therefore using printCompact

b5692e430ad7348714b69354537e20c0ac0cd99b authored about 5 years ago
Early code - fairly complete -schema extensions

b8e9f88e132b2f2351a8887156471c050ff6bf5e authored about 5 years ago
PR follow up

c71950c759d70807746836bf0cab845e1cb9a8bb authored about 5 years ago
More work on schema extensions

213fc1ee41d07e4e881a29f89ceaac65fd8ee77b authored about 5 years ago
Allows the messages from a custom scalar to be sent back to the user

593322d3b5ce1d988d097819c30f3ad76f03e20f authored about 5 years ago
Enhanced execution input (and hence data loader registry) is now captured before use (#1668)

* Enhanced execution input (and hence data loader registry) is now captured before use

* Fixe...

50c242da05608d15c65eca809883ece025ac619b authored about 5 years ago
rename SDL schema transformer into SchemaGeneratorPostProcessing

c45d0589e05896388cfbc658b8108ee6c2f0b98f authored about 5 years ago
Merge pull request #1684 from graphql-java/optional-unboxer-hook

add hook to allow for custom value unboxing

52de81a062c23fb519d95a9fc55f8b757d236f47 authored about 5 years ago
rebase on master

c99632039a6c3937d8526e66d915a1280e45ae19 authored about 5 years ago
AstValueHelperTestjsonStringify(): removed unnecssary tests for forward slashes

bcdc1387fe11476bfd93ae4da67685e55b7c1349 authored about 5 years ago
AstValueHelper: fixed jsonStringify() to NOT escape forward slashes

ee93a201f5a118da09f81f2e6b2e287a253f0e8f authored about 5 years ago
rename to ValueUnboxer

762faa8990ba4e4f9d8e6d7ad480ce38ec0ecfda authored about 5 years ago
fixing tests

0accce95998a55be3d99d966d21ee8ad8ad8f82b authored about 5 years ago
add hook to allow for custom optional unboxing

160bfb39ae8c4816875b746690312fe4e8214a47 authored about 5 years ago
fixing tests

ccf8e8f1f5d98270caab885f4b703ad134193058 authored about 5 years ago
Negative cache

b6230552962461d6a1c64f0bc57512970299a38e authored about 5 years ago
Merge pull request #1730 from graphql-java/cleanup-traverser-cycle-detection

remove not released and unused feature

df2835b58635330fdcecfce8f4bf5e0c00eda8f5 authored about 5 years ago
remove not released and unused feature

deca8135a2accefc513c979c3f202940f39cf693 authored about 5 years ago
Merge pull request #1702 from danieltreacy/fix-field-deletion

Provide schema transformation abstraction, and implementation for field visibility.

a2dcfd6ba13ddda984f0e2b806a2fbea6f549806 authored about 5 years ago
Replace protected callback methods with constructor-passed hooks

6c8095a9138ab8c18039d0897e8ea698d1f23ba1 authored about 5 years ago
fix handling of type references in schema transformation

fix field visibility schema transformation

1f979d6faaaae3dbe1ac981d47898e2c42ca3a79 authored about 5 years ago
Clean up types based on observation before and after traversal

ef26e8a290c7cb778c08a4e27b251bf718db2597 authored about 5 years ago
GQLGW-139 Lift type observation

70cf9fb9ddfea466561186c811cf1999596e9e41 authored about 5 years ago
add failing test with type references

f0b088f6b90e3ba67bcb28b4edfafb811f6c0dfb authored about 5 years ago
Update accessor naming in visibility predicate to be schema element

8460b082a405a9974080b3cf427a72de98a76128 authored about 5 years ago
Add more tests and fix bugs

ef50a7166ba6a02ea042891dc7934972ea441a4d authored about 5 years ago
Merge branch 'master' into fix-field-deletion

5dadecc7de25ce9814c7bd46ccbacd9e8179bcd9 authored about 5 years ago
Fine grained directive filtering in printing

#1587

2ba4a8ba25da9fbdd3299e06c1ad3aa3d7ebbb1d authored about 5 years ago
Support subscriptions and mutations, and add more test cases

95751869e5cee959423079fae5bfde868a6ff35d authored about 5 years ago
id scalar will now use String.valueOf on serialise

3c2ffc8b08c6f4cb5e0bdaf77f1b8ea458a6bf96 authored about 5 years ago
parseValue also accepts toString of it

fb97f3e72eed38f29844b8fa95509784898396a0 authored about 5 years ago
toString support for cursors

5007b487eb2a52782eab653158c5c2f2e4a89a68 authored about 5 years ago
fix NPE for directive arguments

b8be7d18e77c2676da5c258a45a3ab26b7f1ce4b authored about 5 years ago
Merge pull request #1724 from graphql-java/collapse-description-name-element

Refine GraphQLSchema hierarchy: make clear what a type is and what not

a83995adac54ce400e851b95e44a1533d9c8f996 authored about 5 years ago
Refine GraphQLSchema hierarchy:

Main change is to make clear what elements are really types and which
are just named schema elem...

a7a9b5e8918efba7a6f0935d284dfe5ef706c227 authored about 5 years ago
Merge pull request #1723 from graphql-java/capture-directive-definition

capture directive definition when building a GraphQLSchema from SDL

9e904ca113e4a8254396674011a4625db3acf0c4 authored about 5 years ago
capture directive definition when building a GraphQLSchema from SDL

a2866718005bda0e973de561c4f21b6bea5241c1 authored about 5 years ago
Merge pull request #1722 from graphql-java/directive-args-description

bugfix: description for arg directives are captured correctly from SDL

9417e85606dd4c40a51a40751ef586827e8e37c9 authored about 5 years ago