Erik Gaal

Results 18 issues of Erik Gaal

As discussed sometime on Discord I'm opening a PR to use Github Actions native services and `shivammathur/setup-php`. This way we don't have to maintain a Dockerfile for this project anymore...

Don't merge yet

Hi! While assessing the security of our GraphQL app, I noticed something strange. Our api is private, which means that we have our introspection disabled. However, when trying to _guess_...

enhancement

**Describe the bug** When a relation is only specified in one direction on the ModelSchema, then the pivot fields are on the wrong side of the relation. For example, when...

bug :bug:

**Is your feature request related to a problem? Please describe.** There is currently no way to retrieve all models including the soft-deleted models according to the `SoftDeletes` trait. **Describe the...

enhancement :sparkles:

**Describe the bug** List fields have no filter inputs in the `CollectionFilterType`. **To Reproduce** Add a list field to a definition and no filter input fields are created for it....

enhancement :sparkles:

With [beyondcode/laravel-websockets](https://github.com/beyondcode/laravel-websockets), GraphQL subscriptions could be implemented! Opening this issue here to keep track of progress. https://graphql.org/blog/subscriptions-in-graphql-and-relay/

discussion :speaking_head: