hello: (root, args, context, info) => {. console.log(`3. resolver: hello`). return `Hello ${args.name ? args.name : 'world'}!` } ...
確定! 回上一頁