Validate required arguments

This commit is contained in:
2020-10-03 07:34:34 +02:00
parent 6daae8a521
commit d5f518fe82
4 changed files with 69 additions and 4 deletions

View File

@ -550,7 +550,7 @@ spec =
let queryString = [r|
{
dog {
doesKnowCommand(command: CLEAN_UP_HOUSE)
doesKnowCommand(command: CLEAN_UP_HOUSE, dogCommand: SIT)
}
}
|]
@ -566,7 +566,7 @@ spec =
let queryString = [r|
{
dog {
isHousetrained(atOtherHomes: true) @include(unless: false)
isHousetrained(atOtherHomes: true) @include(unless: false, if: true)
}
}
|]