graphqlite-bundle icon indicating copy to clipboard operation
graphqlite-bundle copied to clipboard

A Symfony bundle for thecodingmachine/graphqlite.

Results 21 graphqlite-bundle issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [symfony/console](https://github.com/symfony/console) to permit the latest version. Release notes Sourced from symfony/console's releases. v7.1.1 Changelog (https://github.com/symfony/console/compare/v7.1.0...v7.1.1) no significant changes Changelog Sourced from symfony/console's changelog. CHANGELOG 7.1 Add...

dependencies
php

Updates the requirements on [symfony/psr-http-message-bridge](https://github.com/symfony/psr-http-message-bridge) to permit the latest version. Release notes Sourced from symfony/psr-http-message-bridge's releases. v7.1.1 Changelog (https://github.com/symfony/psr-http-message-bridge/compare/v7.1.0...v7.1.1) no significant changes Changelog Sourced from symfony/psr-http-message-bridge's changelog. CHANGELOG 6.4 Import...

dependencies
php

Apply changes from https://github.com/thecodingmachine/graphqlite/pull/685 to the bundle. > [!WARNING] > Do no not merge until merge and release of https://github.com/thecodingmachine/graphqlite/pull/685 > [!NOTE] > Still having error running test about `DependencyInjection/Configuration.php`...

After upgrading from 5x to 6x `php bin/console graphqlite:dump-schema` stopped working with error: ``` Typed property GraphQL\Type\Definition\ObjectType::$description must not be accessed before initialization ``` Looks like it's failing with all...

Updates the requirements on [symfony/yaml](https://github.com/symfony/yaml) to permit the latest version. Release notes Sourced from symfony/yaml's releases. v7.1.1 Changelog (https://github.com/symfony/yaml/compare/v7.1.0...v7.1.1) no significant changes Changelog Sourced from symfony/yaml's changelog. CHANGELOG 7.1 Add...

dependencies
php

Hello, it seems there are a couple of undefined methods inside `TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper` class: - `setTypes` - `setNotMappedTypes` Those methods are called in `TheCodingMachine\GraphQLite\Bundle\DependencyInjection\GraphQLiteCompilerPass::process` method at lines 276 and 280. Installed...

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.4 to 2.32.0. Release notes Sourced from shivammathur/setup-php's releases. 2.32.0 Changelog Added support for PHP 8.4 as the default stable PHP version. - name: Setup PHP uses:...

dependencies
github_actions

Hi, I wonder why the overblog/graphiql-bundle package is required by default. Personally I don't use/need it but have to download it through composer nonetheless. Maybe we could make it opt-in?

**Context**: our server sometimes received HEAD requests from some users to `/graphql` and this request leads to 500 status code due to the error `GraphQL\Server\Exception\CannotParseJsonBody` in `\GraphQL\Server\Helper::parsePsrRequest`. For now, the...

We were in the process of upgrading our application from `graphqlite` v6 to v8, and we discovered an issue with v8. This is a consequence of what was introduces here:...