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/29 16:09:06 UTC

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

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 4c63dd1d50 fleshes out _gql_meta types; w.i.p.
     add 1512a000a6 Adds meta ObjectTypes; w.i.p.

No new revisions were added by this update.

Summary of changes:
 .../viewer/source/GraphQlSourceForIsis.java        |   15 +-
 .../viewer/source/ObjectTypeDataCollector.java     |   67 +
 .../graphql/viewer/source/ObjectTypeFactory.java   |  116 +-
 .../isis/viewer/graphql/viewer/source/_Utils.java  |   27 +-
 .../viewer/src/test/resources/testfiles/schema.gql | 1396 +++++++++++++++-----
 5 files changed, 1194 insertions(+), 427 deletions(-)
 create mode 100644 incubator/viewers/graphql/viewer/src/main/java/org/apache/isis/viewer/graphql/viewer/source/ObjectTypeDataCollector.java