btw does anyone know if you can set up gql subscri...
# prisma-whats-new
j
btw does anyone know if you can set up gql subscriptions for the
user { }
?
n
@joar what do you mean with the
user { }
?
j
Like on my home screen i have a query that looks a bit like this
Copy code
user {
  offers {
    id
    ...
  }
}
I would like to subscribe to the user’s offers
n
you can use the filter argument of the subscription to restrict updates to users with a specific id