Files
cloud-cap-samples/graphql/srv/admin-service.cds
2021-11-04 17:31:57 +01:00

6 lines
139 B
Plaintext

using {sap.capire.graphql} from '../db/schema';
extend service AdminService with {
entity Chapters as projection on graphql.Chapters;
}