Edoardo Barbieri
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.
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...
### 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...
It should converts the GraphQLResolverInfo into a FindParams accepted by the findAll operation
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:...
Including scalars in [graphql-scalar](https://github.com/Urigo/graphql-scalars/tree/master/src/scalars), and `Decimal`, and `Coordinates`.