Silverhill / coupon-backend

MIT License
0 stars 0 forks source link

Add Hunter and Company in the 'huntedCoupon' subscription #145

Closed JhymerMartinez closed 6 years ago

JhymerMartinez commented 6 years ago

Issue: https://github.com/Silverhill/coupon-backend/issues/142

Ejemplo de la subscripción:

subscription {
  huntedCoupon {
    id
    status
    campaign {
      id
      title
    }
    hunter {
      id
      image
      name
      email
    }
  }
}