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 76d5cb7 adds collections when creating object type from
entity/viewmodel
add 262622f moves around some code; starts to sketch out actions on entity
No new revisions were added by this update.
Summary of changes:
.../viewer/source/GraphQlSourceForIsis.java | 125 ++-------------------
.../graphql/viewer/source/ObjectTypeFactory.java | 88 +++++++++------
...QlSourceForIsis.java => QueryFieldFactory.java} | 119 ++------------------
.../viewer/graphql/viewer/source/TypeMapper.java | 44 ++++++--
.../isis/viewer/graphql/viewer/source/Utils.java | 13 +++
.../graphql/viewer/source/gqltestdomain/E1.java | 2 +-
.../graphql/viewer/source/gqltestdomain/E2.java | 2 +-
.../viewer/source/gqltestdomain/TestEntity.java | 2 +
8 files changed, 123 insertions(+), 272 deletions(-)
copy
incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/source/{GraphQlSourceForIsis.java
=> QueryFieldFactory.java} (59%)
create mode 100644
incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/source/Utils.java