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 cf38d44 makes demo app working; for now filtering registration of
double types and filtering where facet == null when returning a collection
add 3f456a3 Adds nonNull modifiers; abstract integtest class; fixes
datafetcher where managed object is null
No new revisions were added by this update.
Summary of changes:
.../adoc/modules/graphql/pages/devnotes.adoc | 9 ++++
incubator/viewers/graphql/viewer/pom.xml | 22 ++++++++
.../viewer/source/GraphQlSourceForIsis.java | 1 +
.../graphql/viewer/source/ObjectTypeFactory.java | 20 +++++---
.../graphql/viewer/source/GQLSchema_IntegTest.java | 27 +++++-----
.../source/TestDomainModuleIntegTestAbstract.java | 60 ++++++++++++++++++++++
.../source/gqltestdomain/TestDomainModule.java | 26 ++++++++++
.../viewer/src/test/resources/application-test.yml | 4 ++
8 files changed, 149 insertions(+), 20 deletions(-)
create mode 100644
incubator/viewers/graphql/viewer/src/test/java/org/apache/isis/viewer/graphql/viewer/source/TestDomainModuleIntegTestAbstract.java
create mode 100644
incubator/viewers/graphql/viewer/src/test/java/org/apache/isis/viewer/graphql/viewer/source/gqltestdomain/TestDomainModule.java
create mode 100644
incubator/viewers/graphql/viewer/src/test/resources/application-test.yml