<@U9J4TSD7Z> commented on <@U9J4TSD7Z>’s file <htt...
# prisma-whats-new
u
@manticarodrigo commented on @manticarodrigo’s file https://prisma.slack.com/files/U9J4TSD7Z/F9QG2K37E/prisma_feed_query.txt: It’s a client-side query to
graphql-yoga
I guess. So I should move this to the server-side in the prisma resolver? EDIT: here?
Copy code
feed(parent, args, ctx, info) {
    return ctx.db.query.posts(null, info)
  },