Michael Ong

Results 4 issues of Michael Ong

Given this schema config: ```swift let schema = try Graphiti.Schema { Scalar(UUID.self) // define graphql types Query { Field("profile", at: ResolverRoot.profile, as: [Profile].self) { Argument("input", at: \.input).defaultValue(.init(page: 0, limit: 10))...

I'm integrating stream in a react native app. We have a feature in our app where you can initiate conversation with other people. My code when creating a channel goes...

**Describe the bug** I tried adding a simple `BlockNoteView` with `slashMenu` set to `false` and having a `SuggestionMenuController` configured below: ```typescript customSlashMenuItems} triggerCharacter={"/"} /> ``` `customSlashMenuItems` is just a list...

bug
prio:mid

Title is self explanatory. I cannot process customer creation with the SDK as the implementation is missing a API-Version header so it will read the following request properly: ``` {...