A L TARTI F L ET T E L A R EC E T T E 5 Schema (SDL) Resolver Transport type Recipe {
name: String! ingredients: [ingredient] cookingProcess: String } @Resolver("Query.recipe") async def resolver_hello(parent, args, ctx, info): return { “name”: “tartiflette”, “ingredients: [“potatoes”, “…”] } 1. 2. 3. { “name”: “tartiflette”, “ingredients: [“potatoes”, “onion”, “cheese”], “cookingProcess”: “30 minutes au four” }