This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f0df52274 CAUSEWAY-3676: minor improvement on docs
2f0df52274 is described below

commit 2f0df52274d5c82d2760005ae439527b7a5008bf
Author: danhaywood <[email protected]>
AuthorDate: Tue Feb 27 07:10:07 2024 +0000

    CAUSEWAY-3676: minor improvement on docs
---
 viewers/graphql/adoc/modules/ROOT/pages/about.adoc | 25 ++++------------------
 1 file changed, 4 insertions(+), 21 deletions(-)

diff --git a/viewers/graphql/adoc/modules/ROOT/pages/about.adoc 
b/viewers/graphql/adoc/modules/ROOT/pages/about.adoc
index d276b0e700..f3aae783d5 100644
--- a/viewers/graphql/adoc/modules/ROOT/pages/about.adoc
+++ b/viewers/graphql/adoc/modules/ROOT/pages/about.adoc
@@ -636,9 +636,10 @@ For example:
   }
 }
 ----
+|===
+
+This will result in a response (for the rich schema) such as:
 
-|
-resulting in a response such as:
 [source,json]
 ----
 {
@@ -662,26 +663,8 @@ resulting in a response such as:
 }
 ----
 
-|
-resulting in a response such as:
-[source,json]
-----
-{
-  "data" : {
-    "simple" : {
-      "university_dept_Staff" : {
-        "findStaffMemberByName" : {
-          "photo" : {
-            "bytes" : 
"///graphql/object/university.dept.StaffMember:123/photo/blobBytes"
-          }
-        }
-      }
-    }
-  }
-}
-----
+The simple schema's response is very similar.
 
-|===
 
 [NOTE]
 ====

Reply via email to