You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by jd...@apache.org on 2022/04/08 07:01:44 UTC

[isis] branch ISIS-2947 updated (3f456a38eb -> 9c3aba602e)

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

jdoornenbal pushed a change to branch ISIS-2947
in repository https://gitbox.apache.org/repos/asf/isis.git


    from 3f456a38eb Adds nonNull modifiers; abstract integtest class; fixes datafetcher where managed object is null
     add 9c3aba602e Adds simple end to end test

No new revisions were added by this update.

Summary of changes:
 incubator/viewers/graphql/viewer/pom.xml           |   6 +
 .../graphql/viewer/spring/GraphQlProperties.java   |   2 +-
 .../graphql/viewer/source/EndToEnd_IntegTest.java  |  65 +++
 ...ToEnd_IntegTest.print_schema_works.approved.gql | 645 +++++++++++++++++++++
 .../source/TestDomainModuleIntegTestAbstract.java  |   1 +
 5 files changed, 718 insertions(+), 1 deletion(-)
 create mode 100644 incubator/viewers/graphql/viewer/src/test/java/org/apache/isis/viewer/graphql/viewer/source/EndToEnd_IntegTest.java
 create mode 100644 incubator/viewers/graphql/viewer/src/test/java/org/apache/isis/viewer/graphql/viewer/source/EndToEnd_IntegTest.print_schema_works.approved.gql