6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
using {sap.capire.graphql} from '../db/schema';
|
|
|
|
extend service AdminService with {
|
|
entity Chapters as projection on graphql.Chapters;
|
|
}
|