Add submodule for translatable config pages.
Always set the default timezone so all returned datetime fields are consistent.
Fix menu link default not providing the correct cache tags.
Add workaround support for dynamic_entity_reference fields
Fix error when resolving type for "File"
Issue #3451115 by Project Update Bot, pfrenssen: Automated Drupal 11 compatibility fixes for graphql_core_schema
Issue #3463507 by swickham: Support multi-part language codes
Issue #3463646 by pfrenssen: Omit schema definitions for unused fields
fe83924 - Add support for schema.org metatags.
e6408be - Add support for REGEXP on queries.
3f68ecd - Implement new UrlOptions argument for generating entity URLs
314e835 - Redirect to login on 403 error.
53d64ba - Allow different contextual filters per display.
77e21f5 - Add support for contextual filters with individual input type per view.
d7460db - Fix recursion when filtering for accessible values
038f749 - Add Drupal 10 to the core version requirement for module graphql_debugging.
b8f46fe - Prevent generating types multiple times
Route information not correct if URL negotiation language is by domain
Add graphql_telephone for telephone support
Add hook to sort and filter schema configuration
Add ping field to prevent useless exception due to empty Query/Mutation type
Throw exception if no entity types exist
Fix issue when tablefield extension is enabled and no tablefield type exists
Add new configuration option for base entity fields and value fields
Only add FieldDefinition interface if field_config extension is enabled