I saw many questions on the web regarding the change of the Title field label within a content type. This can be done programatically by creating a custom module and using form alter, but in this case we do not have to do that, because on the Title field we have an exception. When creating a content type, the title field is automatically added and does not appear in the fields section in Drupal8, so you can not change the label from there as you do it for other fields. In order to change the label of the Title field.
I was examining graphql_views and graphql_twig which work just fine using drupal 8.9.6. However, I don't see anything for Drupal 9. Are the graphql_views and graphql_twig modules effectively dead as far as Drupal 9 is concerned?
Does the Layout builder module have a related module that bring predefined components blocks (e.g carousel, tabs, etc..) like in the Bootstrap paragraphs module or Gutenger blocks (cloud)?