lermontex
lermontex
**API Platform version(s) affected**: v2.7.0-alpha.1 **Description** The `disable_type_enforcement` option is ignored if a custom GraphQl mutation name is used **How to reproduce** ``` #[ApiResource( normalizationContext: ['groups' => ['read_normalization']] )] #[Mutation(...
**Description** Is it possible to set up a variable (uriVariables) if there is no direct relationship between classes (2.7@dev)? Unfortunately, I did not find an example in the documentation. Is...
I am using Vue CLI and would like to generate the app as an EMS module, however after connecting and configuring vue-router-layout i am getting error: ``` ReferenceError: importScripts is...
I'm using Docker Compose to initialize multiple containers I have fastify app + @fastify/early-hints - (http://container1.node.local:3000) ``` app.get("*", async (request, reply) => { await reply.writeEarlyHintsLinks([ { href: "/index.js", rel: "preload",...
ESM incompatibility blocks Vue 3 + Vite 5 from running in SSR mode @SeregPie Is there anything we can do to help fix this problem as soon as possible? See...
### Describe you feature request **Is your feature request related to a problem? Please describe.** There are some known issues with connecting to the database #290, #233, #438, and there...
**API Platform version(s) affected**: v3.3.0-beta.2 **Description** I'm using Symfony 7.0.6 and api-platform/core v3.3.0-beta.1. When trying to update to version v3.3.0-beta.2 an error occurs: ``` Loading composer repositories with package information...
- Rollup Plugin Name: @rollup/plugin-graphql - Rollup Plugin Version: 2.0.4 ### Feature Use Case I'm using Vue 3 + Apollo GraphQL (composition API). I don’t use additional files (.gql/.graphql) to...
Hi! I have a Docker Compose config that looks something like this: ``` services: mysql: image: mysql:8 environment: MYSQL_DATABASE: ${MYSQL_DATABASE:-app} MYSQL_RANDOM_ROOT_PASSWORD: true MYSQL_PASSWORD: ${MYSQL_PASSWORD:-password} MYSQL_USER: ${MYSQL_USER:-app} volumes: - mysql_data:/var/lib/mysql hostname:...