Manyanda Chitimbo

Results 15 issues of Manyanda Chitimbo

Currently the ObjectID scalar only checks for conformity with the [Mongo ObjectID](https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId) We, at [Graphback](https://github.com/aerogear/graphback/pull/1749) are considering the usage of this scalar type, we are considering the options of parsing...

**Is your feature request related to a problem? Please describe.** Resiliency against failure e.g - ability to retry a database query that times intermittently, - ability to timeout a database...

enhancement
feature
plugins

Follows up https://github.com/aerogear/graphback/pull/1957

templates
tests
ci

**Is your feature request related to a problem? Please describe.** Being able to attach certain models in one database (e.g a Postgres schema, database), and other in a different database...

enhancement
Hacktoberfest

Pluralizing queries force someones to understand different exceptions that can come with pluralizing. E.g ```graphql """ @model """ type Person { """ @id """ id: ID! name: String! } ```...

bug
question
triage
discussion

This is an issue that kind of wraps up all the things we can improve around relationship supports: - [ ] Review the [`RelationshipMetadataBuilder`](https://github.com/aerogear/graphback/blob/52014578abf4f8cd072ba971cbf116485da5b517/packages/graphback-core/src/relationships/RelationshipMetadataBuilder.ts), - [ ] Properly supporting `manyToOne`,...

discussion

**Is your feature request related to a problem? Please describe.** Being able to publish (over an external pub sub queue e.g Kafka topic) in one Graphback process and letting the...

enhancement
feature
Hacktoberfest
discussion

This builds on https://github.com/aerogear/graphback/issues/1896 but can be documented separately. With the crud Event emission mechanism we've in place, once can achieve so many event based operations e.g If we take...

enhancement
feature
docs
services-crud
triage

**Is your feature request related to a problem? Please describe.** As a plugin developer, I'd like to perform certain logics during schema transformation or resolvers creations only for certain types...

discussion