Oli Gustafsson

Results 5 issues of Oli Gustafsson

### Description Possibility to hook in event listeners to JAD before and after operations. preRender(string $type, $id), postRender(string $type, $id), preFlush(string $type, $id), postFlush(string $type, $id)

enhancement

### Description Jad as middleware should optionally return response object instead of rendering results.

### Description Multiple includes that do not exist for current resource should render an error array instead of single error.

enhancement

Unfortunately, there is no support for the union type at the moment. Consider the following schema: ```graphql type LicenseValue { id: ID value: String typeObject: ParameterOptionUnion } union ParameterOptionUnion =...

Is it possible to have custom enum types, like [myclabs/php-enum](https://github.com/myclabs/php-enum)? It is possible via TypeConfigDecorator to replace enum values with php-enum, but the `serialize` function is not overridden from what...

enhancement