Write java code to Create a GraphQL API with query depth limiting using Spring Boot. accepts GraphQL queries; validates query depth; limits query complexity; executes and returns results. Structure the project as: src/main/java/schema/, resolvers/, middleware/. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready.