Syntax Highlighting query GetUserProfile { user(id: "usr_99") { name email posts(limit: 2) { title likes } followers(limit: 3) { name } } }