You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2020/10/09 16:19:12 UTC

[sling-org-apache-sling-graphql-core] branch issue/SLING-9796 updated (9e3de63 -> 00954a4)

This is an automated email from the ASF dual-hosted git repository.

radu pushed a change to branch issue/SLING-9796
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git.


    from 9e3de63  SLING-9796 - Add support for using Unions
     add 00954a4  SLING-9796 - Add support for using Unions

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/sling/graphql/api/SlingTypeResolver.java     | 2 +-
 .../sling/graphql/core/engine/SlingTypeResolverSelector.java     | 9 ++++-----
 src/test/java/com/example/resolvers/DoNothingTypeResolver.java   | 2 +-
 .../org/apache/sling/graphql/core/mocks/DummyTypeResolver.java   | 2 +-
 .../org/apache/sling/graphql/core/mocks/UnionTypeResolver.java   | 2 +-
 5 files changed, 8 insertions(+), 9 deletions(-)