Edoardo Barbieri

Results 24 issues of Edoardo Barbieri

WORK IN PROGRESS Features: - [X] Live query by polling - [X] Apollo server compatibility - [ ] Use change streams as trigger only for mongodb entities - [ ]...

### Discussed in https://github.com/twinlogix/typetta/discussions/233 Originally posted by **Atlinx** June 1, 2022 I'd like to make certain middleware run before Typetta's security middleware.

✨ feature request

Example: ```graphql type Example @entity { field1: Int field2: Int } ``` Either field1 or field2 must be defined but not both. The only way to do this now is...

✨ feature request
📅 approved

### Discussed in https://github.com/twinlogix/typetta/discussions/212 Originally posted by **Atlinx** May 26, 2022 Is it possible to make a group of fields unique in a model, kinda like how Prisma has the...

✨ feature request

It should converts the GraphQLResolverInfo into a FindParams accepted by the findAll operation

💫 improvements

Live queries are needed to support graphql subscriptions. API proposal: ```typescript const user = ... User DAO ... const lq: LiveQuery = await user.liveFindOne({ filter: { live: true }, projection:...

✨ feature request
📅 approved

✨ feature request
📅 approved

Including scalars in [graphql-scalar](https://github.com/Urigo/graphql-scalars/tree/master/src/scalars), and `Decimal`, and `Coordinates`.

⬇️ low priority
✨ feature request