graphback icon indicating copy to clipboard operation
graphback copied to clipboard

Graphback - Out of the box GraphQL server and client

Results 62 graphback issues
Sort by recently updated
recently updated
newest added

**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

## Motivation Runtime crud layer can be replaced with loopback This way we will provide various RESTfull service interoperability and crud framework without implementing one on our own. We can...

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

GraphQLCRUD needs to be updated however it will be better for us if we duplicate docs in graphback first same as other docs

docs
graphqlcrud

Hey, I'm attempting to deploy Graphback into a serverless environment (AWS Lambda) that uses AWS RDS Proxy to manage connections to the database. The proxy is supposed to multiplex connections,...

question

Due to an issue with Apollo client, using different fragments in our types causes some unexpected issues with the cache updates. In our generated code in the Datasync-Starter app, our...

bug
datasync

Would it be possible to implicitly identify relationships, without the extra `one-to-many` directive? It is a lot of boilerplate and confusing having to write that in. Instead of this: ```graphql...