Silverhill / coupon-backend

MIT License
0 stars 0 forks source link

Get inactive campaigns from maker #116

Closed fabricioflores closed 6 years ago

fabricioflores commented 6 years ago

this closes #109 request:

{
    myInactiveCampaigns{
    campaigns{
      id
      startAt
    }
    totalCount
  }
}

response

{
  "data": {
    "myInactiveCampaigns": {
      "campaigns": [],
      "totalCount": 0
    }
  }
}