query getName {} type Query { topProducts(first: Int): Product } type Product { name: String birthday: String }