Change "scheme" to "schema"
Apparently I misread the GraphQL docs...
This commit is contained in:
parent
5011514a27
commit
298a8a5653
5 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -300,7 +300,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"cynic",
|
||||
"cynic-codegen",
|
||||
"scheme",
|
||||
"schema",
|
||||
"surf",
|
||||
]
|
||||
|
||||
|
|
@ -1302,7 +1302,7 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "scheme"
|
||||
name = "schema"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cynic",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue