type Query type Subscription { topProducts: Product } type Product @key(fields: "id") { id: ID! name: String }