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/24 14:06:44 UTC

[isis] branch ISIS-2947 updated (f4ee2fd1f3 -> 28e489b2f8)

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 f4ee2fd1f3 implements data fetching for input type (entity)
     add 28e489b2f8 Adds type and query _gql_Query_lookup to fetch domain entities directly by id; todo: implement data fetcher

No new revisions were added by this update.

Summary of changes:
 .../viewer/source/GraphQlSourceForIsis.java        | 34 ++++++++--
 .../EndToEnd_IntegTest.gqlLookup.approved.gql      |  5 ++
 .../source/EndToEnd_IntegTest.gqlLookup.submit.gql | 10 +++
 .../graphql/viewer/source/EndToEnd_IntegTest.java  | 27 ++++++++
 .../viewer/src/test/resources/testfiles/schema.gql | 76 +++++++++++++---------
 5 files changed, 116 insertions(+), 36 deletions(-)
 create mode 100644 incubator/viewers/graphql/viewer/src/test/java/org/apache/isis/viewer/graphql/viewer/source/EndToEnd_IntegTest.gqlLookup.approved.gql
 create mode 100644 incubator/viewers/graphql/viewer/src/test/java/org/apache/isis/viewer/graphql/viewer/source/EndToEnd_IntegTest.gqlLookup.submit.gql