move schema to root for all apps

This commit is contained in:
Djkáťo 2024-06-17 22:17:50 +02:00
parent f65bc71150
commit 9011c9f34d
2 changed files with 1 additions and 36208 deletions

View file

@ -1,6 +1,6 @@
fn main() { fn main() {
cynic_codegen::register_schema("saleor") cynic_codegen::register_schema("saleor")
.from_sdl_file("schema/schema.graphql") .from_sdl_file("../schema.graphql")
.unwrap() .unwrap()
.as_default() .as_default()
.unwrap(); .unwrap();

File diff suppressed because it is too large Load diff