1 2 3 4 5 6 7 8 9
extend schema @link( url: "https://specs.apollo.dev/connect/v0.2" import: ["@connect"] ) type Query { something: String @connect(http: {GET: "http://127.0.0.1/something"}, selection: "&how") }