mdegrees
mdegrees
Working like a charm! Thank you so much 🙏
How about using multi-tenant at the document level? https://www.npmjs.com/package/mongo-tenant any support for this approach? Thank you!
Hi 1emming, thank you for the quick reply ! Please compare these two paragraphs (http://www.raymondhill.net/finediff/viewdiff-ex.php) to see an example of what's happening 根據相對論,信息的傳播速度有限,因此在某些情况下,例如在發生宇宙膨胀的情况下,距离我们非常遥远的区域中我們將只能收到一小部分区域的信息,其他部分的信息将永远无法传播到我们的区域。可以被我們觀測到的时空部分稱為“可觀測宇宙”、“可見宇宙”或“我們的宇宙”。應該強調的是,這是由於時空本身的结構造成的,與我們所用的觀測設備没有關係。 --- 根據相對論,信息的傳播速度有限,因此在某些情况下,例如在發生宇宙膨胀的情况下,距离我们非常其他部分的信息将永远无法传播到我们的区域。可以被我們觀測到的时空部分稱為“可觀測宇宙”、“可見宇宙”或“我們的宇宙”。應該強調的是,這是由於時空本身的结構造成的,與我們所用的觀測設備没有關係。 Thank you !
@c-gargi @AhmadEl-Banna did you manage to make it work? I've managed to make the Publish part of Pubsub work using wrappers (bellow) but can't get my head around GQC.rootSubscription().addFields ```...
More precisely how can this typedef and resolver be re-written in graphql-compose? ``` type Subscription { messageAdded(channelId: ID!): Message } ``` ``` Subscription: { messageAdded: { subscribe: withFilter( () =>...
@janfabian Thank you so much for the hint! You pointed me in the right direction. `WithFilter` doesn't work though. The subscription keeps throwing: `Subscription must return Async Iterable`. It turns...