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/04/15 10:17:26 UTC

[isis] branch ISIS-2947 updated (59f2540903 -> 3808fe0494)

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 59f2540903 simplifies end to end test code; adds change name test; needs to be implemented ..?
     add 3808fe0494 Sets up datafetchers for mutators on entity; w.i.p.

No new revisions were added by this update.

Summary of changes:
 .../viewer/graphql/viewer/source/GQLMutations.java | 18 ++++++
 .../graphql/viewer/source/ObjectTypeFactory.java   | 67 ++++++++++++++++++----
 .../EndToEnd_IntegTest.findAllE1.approved.gql      |  2 +-
 .../graphql/viewer/source/EndToEnd_IntegTest.java  | 11 +++-
 .../graphql/viewer/source/gqltestdomain/E2.java    |  1 +
 .../source/gqltestdomain/GQLTestDomainMenu.java    |  5 ++
 .../source/gqltestdomain/TestEntityRepository.java |  4 ++
 .../viewer/src/test/resources/testfiles/body4.gql  |  2 +-
 .../viewer/src/test/resources/testfiles/schema.gql | 11 ++--
 .../src/test/resources/testfiles/targetFile4.gql   |  1 +
 10 files changed, 100 insertions(+), 22 deletions(-)
 create mode 100644 incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/source/GQLMutations.java
 create mode 100644 incubator/viewers/graphql/viewer/src/test/resources/testfiles/targetFile4.gql