delete(parent, { id }, ctx, info) { return ctx.d...
# random
s
delete(parent, { id }, ctx, info) { return ctx.db.mutation.deletePost( { where: { id } }, info ); }