David Sparkles

Results 12 issues of David Sparkles

**Package** - [ ] I do not know. - [ ] auth - [ ] boot-loader / graceful-shutdown - [ ] config - [x] db - [ ] events -...

bug

**Package** - db **Describe the bug** No database index is created when using the Index decorator. see example below. **To Reproduce** The following should create an index like `CREATE INDEX...

bug

**Package** - [x] db **Describe the bug** If a field is added to an entitiy and at the same time permissions are added, *one* fails on startup, because gql views...

bug

**Package** - db - schema-builder **Describe the bug** In the example below, `Project` has a relation to `ProjectComment` for the field `comments`. Because `comments` is decorated with `QueryPermissions` the `schema-builder`...

bug

**Package** - db - schema-builder **Description / Use Case for a Feature** TypeGraphql's approach can be used as inspiration. https://typegraphql.ml/docs/resolvers.html

enhancement

**Package** - schema-builder **Description / Use Case for a Feature** https://fullstackone.slack.com/archives/CBW1A9CU9/p1564954934001000

enhancement

**Package** - db **Description / Use Case for a Feature** Currently, one has to define the type for postgres, graphql and typescript explicitly like `@Column({ type: "integer", gqlType: "Int" })...

enhancement

**Package** - db ? - schema-builder ? **Description / Use Case for a Feature** Enable custom column.

enhancement

**Package** - schema-builder A lot of code got obsolete after #55 and related PRs.

**Package** - [ ] auth - [ ] boot-loader / graceful-shutdown - [ ] config - [ ] db - [ ] events - [ ] file-storage - [ ]...

enhancement