This commit is contained in:
sjvans
2021-11-04 17:31:57 +01:00
parent eaaf0d29a5
commit b13ed5cc8d
9 changed files with 173 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
using {sap.capire.graphql} from '../db/schema';
extend service AdminService with {
entity Chapters as projection on graphql.Chapters;
}