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 1b54fe2f08 takes collections out of fields (now called properties)
add f4b749a7a3 retrieves domainobject using construction helper
add 3ca694616e properties, collection and actions now seperated out on
_gql_generic field; data fetching still w.i.p.
No new revisions were added by this update.
Summary of changes:
.../viewer/graphql/viewer/source/GQLGeneric.java | 5 +-
.../viewer/source/GraphQlSourceForIsis.java | 6 +
.../source/ObjectTypeConstructionHelper.java | 13 +-
.../graphql/viewer/source/ObjectTypeFactory.java | 202 ++++++++++++---------
.../isis/viewer/graphql/viewer/source/_Utils.java | 11 +-
.../EndToEnd_IntegTest.deepQueryForE2.approved.gql | 42 ++++-
.../EndToEnd_IntegTest.deepQueryForE2.submit.gql | 51 ++++--
7 files changed, 213 insertions(+), 117 deletions(-)