-
- Downloads
[Task] Fix tests to work with 4.7, fix schema config, remove expect...
[Task] Fix tests to work with 4.7, fix schema config, remove expect deprecation, move to use alterable schema as base.
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- config/install/graphql.graphql_servers.graphql_compose_server.yml 5 additions, 3 deletions...nstall/graphql.graphql_servers.graphql_compose_server.yml
- config/schema/graphql_compose.schema.yml 12 additions, 0 deletionsconfig/schema/graphql_compose.schema.yml
- graphql_compose.module 0 additions, 20 deletionsgraphql_compose.module
- graphql_compose.services.yml 8 additions, 0 deletionsgraphql_compose.services.yml
- src/EventSubscriber/AlterSchemaSubscriber.php 69 additions, 0 deletionssrc/EventSubscriber/AlterSchemaSubscriber.php
- src/Plugin/GraphQL/Schema/GraphQLComposeSchema.php 21 additions, 127 deletionssrc/Plugin/GraphQL/Schema/GraphQLComposeSchema.php
- src/Plugin/GraphQL/SchemaExtension/GraphQLComposeTypeSchemaExtension.php 0 additions, 1 deletion...hQL/SchemaExtension/GraphQLComposeTypeSchemaExtension.php
- src/Plugin/GraphQL/SchemaExtension/ResolverOnlySchemaExtensionPluginBase.php 2 additions, 1 deletion...SchemaExtension/ResolverOnlySchemaExtensionPluginBase.php
- src/Plugin/GraphQLComposeFieldTypeManager.php 2 additions, 2 deletionssrc/Plugin/GraphQLComposeFieldTypeManager.php
- tests/src/Functional/Contrib/AddressTest.php 0 additions, 2 deletionstests/src/Functional/Contrib/AddressTest.php
- tests/src/Functional/Contrib/BlockFieldTest.php 0 additions, 2 deletionstests/src/Functional/Contrib/BlockFieldTest.php
- tests/src/Functional/Core/LayoutBuilderTest.php 1 addition, 1 deletiontests/src/Functional/Core/LayoutBuilderTest.php
... | ... | @@ -12,7 +12,7 @@ |
}, | ||
"require": { | ||
"php": "^8.1", | ||
"drupal/graphql": "^4.6", | ||
"drupal/graphql": "^4.7", | ||
"doctrine/inflector": "^2", | ||
"symfony/string": "^6" | ||
}, | ||
... | ... |
Please register or sign in to comment