GraphQLBundle icon indicating copy to clipboard operation
GraphQLBundle copied to clipboard

This bundle provides tools to build a complete GraphQL API server in your Symfony App.

Results 167 GraphQLBundle issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Bug fix? | yes | Tests pass? | yes/no | License | MIT

Hi, I have been migrating a project from 7.3 to 7.4 in preparation of release (they actually released at the time of me writing) and I have noticed an issue...

Having an PHP attribute GQL Input and Provider e.g. ```php #[GQL\Mutation(name: 'entitiesUpdate', type: Type::BOOLEAN)] #[GQL\Arg(name: 'entities', type: '[EntityUpdateInput]!')] public function consumersUpdate(array $entities): bool { foreach ($entities as $entity) { ......

| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass?...

| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass?...

bug

using an env variable to disable/enable introspection is not woking as should be ```yml overblog_graphql: security: query_max_depth: 20 enable_introspection: '%env(bool:GRAPHQL_ENABLE_INTROSPECTION)%' ``` the issue is related to the set `setSecurity` method...

| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass?...