|
1 | 1 | [workspace]
|
2 | 2 | members = [
|
3 |
| - "models/starwars", |
4 |
| - "models/dynamic-starwars", |
5 |
| - "models/books", |
6 |
| - "models/files", |
7 |
| - "models/token", |
8 |
| - |
9 |
| - "poem/opentelemetry-basic", |
10 |
| - "poem/starwars", |
11 |
| - "poem/subscription", |
12 |
| - "poem/subscription-redis", |
13 |
| - "poem/token-from-header", |
14 |
| - "poem/upload", |
15 |
| - "poem/dynamic-schema", |
16 |
| - "poem/dynamic-starwars", |
17 |
| - "poem/dynamic-books", |
18 |
| - |
19 |
| - |
20 |
| - "actix-web/token-from-header", |
21 |
| - "actix-web/subscription", |
22 |
| - "actix-web/upload", |
23 |
| - "actix-web/starwars", |
24 |
| - "actix-web/error-extensions", |
25 |
| - |
26 |
| - "warp/starwars", |
27 |
| - "warp/subscription", |
28 |
| - "warp/token-from-header", |
29 |
| - |
30 |
| - "rocket/starwars", |
31 |
| - "rocket/upload", |
32 |
| - |
33 |
| - "axum/starwars", |
34 |
| - "axum/subscription", |
35 |
| - "axum/upload", |
36 |
| - "axum/token-from-header", |
37 |
| - |
38 |
| - "tide/starwars", |
39 |
| - "tide/dataloader", |
40 |
| - "tide/dataloader-postgres", |
41 |
| - "tide/subscription", |
42 |
| - |
43 |
| - "federation/static-schema/federation-accounts", |
44 |
| - "federation/static-schema/federation-products", |
45 |
| - "federation/static-schema/federation-reviews", |
46 |
| - |
47 |
| - "federation/dynamic-schema/federation-accounts", |
48 |
| - "federation/dynamic-schema/federation-products", |
49 |
| - "federation/dynamic-schema/federation-reviews", |
| 3 | + "models/starwars", |
| 4 | + "models/dynamic-starwars", |
| 5 | + "models/books", |
| 6 | + "models/files", |
| 7 | + "models/token", |
| 8 | + |
| 9 | + "poem/opentelemetry-basic", |
| 10 | + "poem/starwars", |
| 11 | + "poem/subscription", |
| 12 | + "poem/subscription-redis", |
| 13 | + "poem/token-from-header", |
| 14 | + "poem/upload", |
| 15 | + "poem/dynamic-schema", |
| 16 | + "poem/dynamic-starwars", |
| 17 | + "poem/dynamic-books", |
| 18 | + |
| 19 | + "actix-web/token-from-header", |
| 20 | + "actix-web/subscription", |
| 21 | + "actix-web/upload", |
| 22 | + "actix-web/starwars", |
| 23 | + "actix-web/error-extensions", |
| 24 | + |
| 25 | + "warp/starwars", |
| 26 | + "warp/subscription", |
| 27 | + "warp/token-from-header", |
| 28 | + |
| 29 | + "rocket/starwars", |
| 30 | + "rocket/upload", |
| 31 | + |
| 32 | + "axum/starwars", |
| 33 | + "axum/subscription", |
| 34 | + "axum/upload", |
| 35 | + "axum/token-from-header", |
| 36 | + |
| 37 | + "tide/starwars", |
| 38 | + "tide/dataloader", |
| 39 | + "tide/dataloader-postgres", |
| 40 | + "tide/subscription", |
| 41 | + |
| 42 | + "federation/static-schema/federation-accounts", |
| 43 | + "federation/static-schema/federation-products", |
| 44 | + "federation/static-schema/federation-reviews", |
| 45 | + |
| 46 | + "federation/dynamic-schema/federation-accounts", |
| 47 | + "federation/dynamic-schema/federation-products", |
| 48 | + "federation/dynamic-schema/federation-reviews", |
50 | 49 | ]
|
0 commit comments