graphql
This commit is contained in:
5
graphql/srv/admin-service.cds
Normal file
5
graphql/srv/admin-service.cds
Normal file
@@ -0,0 +1,5 @@
|
||||
using {sap.capire.graphql} from '../db/schema';
|
||||
|
||||
extend service AdminService with {
|
||||
entity Chapters as projection on graphql.Chapters;
|
||||
}
|
||||
Reference in New Issue
Block a user