user
type Query { feed(..., orderBy: String): ... }
feed(parent, args, ctx, info) { return ctx.db.query.posts({ orderBy: args.orderBy }, info) },