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/12 16:15:53 UTC

[isis] branch ISIS-2947 updated (10121f1857 -> 1d64523e3e)

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 10121f1857 Makes generic types for object action compliant to graphQlObject specs
     add d52a054715 now fetches parameter names
     add 1d64523e3e fetches optionality for action param

No new revisions were added by this update.

Summary of changes:
 .../source/GQLActionHideDisableValidateEtc.java    |  7 +++
 .../graphql/viewer/source/GQLGenericActions.java   | 14 ++++-
 .../graphql/viewer/source/GQLGenericParameter.java | 13 ++--
 .../viewer/source/GQLGenericParameters.java        | 13 ++--
 .../viewer/source/GraphQlSourceForIsis.java        | 22 -------
 .../source/ObjectTypeConstructionHelper.java       | 16 +++--
 .../graphql/viewer/source/ObjectTypeFactory.java   | 56 +++++++++++++++---
 .../isis/viewer/graphql/viewer/source/_Utils.java  |  6 +-
 .../EndToEnd_IntegTest.deepQueryForE2.approved.gql | 69 +++++++++++++++++-----
 .../EndToEnd_IntegTest.deepQueryForE2.submit.gql   | 16 ++---
 .../graphql/viewer/source/gqltestdomain/E2.java    |  8 ++-
 11 files changed, 164 insertions(+), 76 deletions(-)
 copy examples/demo/domain/src/main/java/demoapp/dom/featured/customui/latlng/LatLng.java => incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/source/GQLGenericParameter.java (82%)
 copy core/metamodel/src/main/java/org/apache/isis/core/metamodel/interactions/ActionInteractionContext.java => incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/source/GQLGenericParameters.java (75%)