-
### Preconditions and environment
https://github.com/magento/magento2/commit/912743cb90ad4859b03ec648524ef99e61bb7e56#diff-fecea45cc156bda365fb84d0ac56ecf5689d01847ccb6651d4ae53d2a12e7576R58
This …
-
Submitting here as an issue to reference it in the [next WG agenda](https://github.com/graphql/graphql-js-wg/blob/main/agendas/2024/04-Apr/24-graphql-js-wg-april-2024.md).
### Some historical cont…
-
Steps to reproduce
Modify `.graphqlconfig.yml` to:
```
projects:
app:
schemaPath: "src/schema.graphql"
includes: ["queries/{booking,queries}.graphql"]
extensions:
prepa…
pie6k updated
6 years ago
-
The recent v1.0.0 release has made this package incompatible with the Node.js runtime, because of this change from a valid fully specified import path to an invalid non fully specified import path mis…
-
I tired to install the bundle with a fresh empty project Symfony version 5.2.10.
when i ran this command
`composer require youshido/graphql-bundle
`
i got this error
- Configuring youshido/…
-
With your latest code when I minify the following it strips the semi-colon off the end, causing errors.
**Non-minified code:**
```
(function() {
var test = document.createElement('input');
fu…
-
### Is there an existing issue for this?
- [ ] I have searched the existing issues
### Current Behavior
I have error `GraphQL Config file is not available in the provided config directory` when ope…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I get the following error when trying to run `npm run build` on the sample project prov…
-
- [x] implement a new panel & form for Agent creation, wire into navigation as appropriate
- [x] wire up GraphQL mutations to create Agents
- [x] wire up a "fetch all" query to load all (positioned)…
-
It gets thrown in MutableTrait in line 82. When I add a print_r there for $this->className I can see that the problem is in "Symfony\Component\Security\Core\User\UserInterface".
Does anyone have a…