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/07/09 18:21:41 UTC

[isis] branch ISIS-2947 updated (3ca694616e -> 02ab0e655d)

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 3ca694616e properties, collection and actions now seperated out on _gql_generic field; data fetching still w.i.p.
     add 02ab0e655d combines creation of actions again on object type builder; todo: data fetching _gql_generic action is now broken

No new revisions were added by this update.

Summary of changes:
 .../viewer/source/GraphQlSourceForIsis.java        |  10 +-
 .../source/ObjectTypeConstructionHelper.java       |  24 +--
 .../graphql/viewer/source/ObjectTypeFactory.java   | 184 ++++++++-------------
 .../EndToEnd_IntegTest.deepQueryForE2.approved.gql |  30 +---
 .../EndToEnd_IntegTest.deepQueryForE2.submit.gql   |  48 ++++++
 .../graphql/viewer/source/gqltestdomain/E2.java    |   5 +
 6 files changed, 145 insertions(+), 156 deletions(-)