Václav Pelíšek
Václav Pelíšek
Hi, This is great addition. It would be nice if this functionality supported the BelongsTo/RefersTo relations as well.
Support for multiple backing implementations: - AWS lambda - https://aws.amazon.com/blogs/compute/announcing-websocket-apis-in-amazon-api-gateway/ - https://www.serverless.com/framework/docs/providers/aws/events/websocket - Swoole, Roadrunner, ReactPHP & other async implementations
New rfc link: https://github.com/graphql/graphql-wg/blob/main/rfcs/SchemaFragments.md
Could be implemented as standalone module. It needs Module interface to add another hook after value resolution.
Currently, this error shuts whole query down and response contain only the error without partial data. I am not sure how to handle this for various reasons. - In my...
I am having similar issue with switch statement playground: https://phpstan.org/r/b967b249-3d2b-4ed5-9cbb-eadd88777a2c
I am current experiencing false positive related to second point you are describing. Minimal playground: https://phpstan.org/r/b967b249-3d2b-4ed5-9cbb-eadd88777a2c
Hi @roxblnfk, I found that when the `HasMany` `catalogues` relation is marked as `nullable`, the persisting happens correctly. Does it make sense that the HasMany relation must explicitly know whether...
Hi, Thanks for the reply. I understand the usecase with HasOne, but this does not apply on the HasMany relation - there either exists some related entities or not. I...
Hi @roxblnfk , I tried to dig into the internals but the learning curse seems very steep, as I am not very familiar with the whole system. Would you give...