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:26:13 UTC

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

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 00954a4  SLING-9796 - Add support for using Unions
     add 18c7112  SLING-9796 - Add support for using Unions

No new revisions were added by this update.

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