This commit adds the Spring for GraphQL auto-configuration back into Spring Boot 3.0, now that a 1.1.0 release is scheduled with the required baseline. This release also needs GraphQL Java 19.0 as a baseline. Closes gh-31809
This reverts commit f0677a119c54113f87f2d3bca7d5a4e34356234c, reversing changes made to 938d58f32ce22e0256d63e7df5931ee3d8082050.
This new starter brings the following dependencies: * the base starter * the JSON starter * the Spring GraphQL dependency See gh-29140