Skierkowski Grzegorz
Skierkowski Grzegorz
**Description** Suppose that Phalcon project is placed in the subdirectory. Then `Html\Breadcrumbs` utility cannot generate links correctly. **Steps** 1. Place your project in the subdirectory `$subdir`. 2. To make it...
Types put in GraphQL annotations are not being deannotated in the fly, so implementing `many-to-many` association is impossible, because always `TypeA` will require `TypeB` that still wasn't deannotated. Edit: It's...
This kind of directive is not being resolved: ```graphql directive @fieldDirective on FIELD_DEFINITION ``` In `GraphQL.php` only directives added to FIELD are taken into account. ```php $directive_defs = $field_node->directives; ```
Hello, What is recommended way to add authorization logic to Siler\GraphQL module? I'm aware of that authentication could be successfully done via route middleware, but the same cannot be done...
### Source code - [x] I provided exact source code that allows reproducing the issue locally. **Server** ```js // server.js const express = require('express') const app = express() app.post('/test', (request,...
Let us know what functionality you'd like to see in Playwright and what your use case is. Do you think others might benefit from this as well? I consider it...
Let us know what functionality you'd like to see in Playwright and what your use case is. Do you think others might benefit from this as well? It comes from...