graphql-nodejs-hapi-api
graphql-nodejs-hapi-api copied to clipboard
how to write more effective
- define type at
graphql/PaintingType.js - define scheme at
models/Painting.js - if use typescript, a interface need to define at client
all of them are similar, but write 3 times, how to more effective?