artsy / metaphysics

Artsy's GraphQL API
MIT License
360 stars 89 forks source link

feat: allow filtering home view sections by zone ID #6032

Closed dblandin closed 1 day ago

dblandin commented 2 days ago

feat: allow filtering home view sections by zone ID

{
  homeView {
    sectionsConnection(first: 10, zoneID: "next") {
       ... snip ...
    }
  }
}
dblandin commented 1 day ago

Going to go ahead and close this for now.