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/06/30 04:52:08 UTC

[isis] branch ISIS-2947 updated (1512a000a6 -> b76c18e492)

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 1512a000a6 Adds meta ObjectTypes; w.i.p.
     add b76c18e492 adds data fetcher for meta data structure field

No new revisions were added by this update.

Summary of changes:
 .../isis/viewer/graphql/viewer/source/GQLMeta.java |  11 ++
 .../viewer/graphql/viewer/source/GQLStructure.java |  62 +++++++++++
 .../viewer/source/GraphQlSourceForIsis.java        |  25 +++--
 .../viewer/source/ObjectTypeDataCollector.java     |   9 --
 .../graphql/viewer/source/ObjectTypeFactory.java   | 114 ++++++++++++++++++---
 .../isis/viewer/graphql/viewer/source/_Utils.java  |   2 +-
 .../source/EndToEnd_IntegTest.gqlMeta.approved.gql |  21 ++++
 .../source/EndToEnd_IntegTest.gqlMeta.submit.gql   |  19 ++++
 .../graphql/viewer/source/EndToEnd_IntegTest.java  |  24 +++++
 .../graphql/viewer/source/gqltestdomain/E2.java    |  11 ++
 .../viewer/src/test/resources/testfiles/schema.gql |  18 ++--
 11 files changed, 266 insertions(+), 50 deletions(-)
 create mode 100644 incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/source/GQLStructure.java
 create mode 100644 incubator/viewers/graphql/viewer/src/test/java/org/apache/isis/viewer/graphql/viewer/source/EndToEnd_IntegTest.gqlMeta.approved.gql
 create mode 100644 incubator/viewers/graphql/viewer/src/test/java/org/apache/isis/viewer/graphql/viewer/source/EndToEnd_IntegTest.gqlMeta.submit.gql