move schema to root for all apps
This commit is contained in:
parent
f65bc71150
commit
9011c9f34d
2 changed files with 1 additions and 36208 deletions
|
@ -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
Loading…
Reference in a new issue