Release 16.3 240124.16.3

This release includes a small improvement for getting inherited availability.

Improvements

  • When fetching an object's linked availability, it's now possible to pass an availability rule's uid to only retrieve a specific rule. This helps when paginating through long lists of inherited availability.
query {
  getSeason(uid: "01HMTZ28FGN5BNSWE26K83DJWE") {
    uid
    title
    availability(uid: "01HMH8Z54N6CSN82N47VPXNAHM") {
      objects {
        uid
        title
      }
    }
  }
}