Yup
Yup
### Description tl;dr this will reduce possible bugs by discourage following code: ``` public function getParent() { return $this->tokenStorage->getUser() instanceof User ? ChoiceType::class : TextType::class; } ``` because the result...
| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix...
**Description** Add advanced debug logger. Just like in Doctrine you can see every single SQL sent to server, it would be useful to be able to see same for mailer....
Currently I have to use single instance of Flow. (so when user leaves and returns - he needs to back on same step he was before). I'm trying to override...
Waiting for DBAL 3.2 Releases.
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on [Github](https://github.com/Urigo/graphql-mesh/tree/master/examples/hello-world), [Stackblitz](https://stackblitz.com/github/Urigo/graphql-mesh/tree/master/examples/hello-world) or [CodeSandbox](https://codesandbox.io/s/github/Urigo/graphql-mesh/tree/master/examples/hello-world) > Make...
#14 tests
**Description** There are use-cases where you want to be able to use raw GraphQL - bypassing api-platform entirely - for example to take advantage of graphql specific features like field...
…decorated. | Q | A | --- | --- | Branch? | 2.0 | Bug fix? | no | New feature? | yes | BC breaks? | no I think...
**Describe the bug** Having following `lighthouserc.yml` ``` - matchingUrlPattern: .*/some-specific-path.* - matchingUrlPattern: .* ``` when runing it against /some-specific-path it matches both pattern. ``` 2 result(s) for https://xxx/some-specific-path : ✘...