Frank Quednau

Results 5 issues of Frank Quednau

#### Investigative information - Timestamp: Testing locally, see example for reproduction - Function App version: Core Tools 4.0.4544 Commit hash: N/A (64-bit), Function Runtime: 4.3.2.18186 - Programming language: C#, .NET6...

needs-investigation

I suspect this can be well reproduced by providing the schema I tried: ```graphql union Thing = ThingA | ThingB type User { id: ID! commentsOn: [Thing!] @relation(name: "COMMENTED") }...

API-Alignment

### Environment Node version: 16.13.2 npm version: 8.1.2 (but actually using yarn 1.22.15) Local ESLint version: Not found (but via react scripts version 5.0.1 version 8.18.0) Global ESLint version: Not...

bug
needs info
repro:needed

This could be potential breaking changes, as some methods and props will go away, but probably nothing on the major interfaces

This issue takes over from #16 and plans out the necessary steps (more or less) to get real async publishing into MemBus. # Aim * Ability to await the handling...

Feature-Request