Stylianos Gakis
09/25/2024, 7:35 AMmbonnin
09/25/2024, 7:39 AMfragment CatDetails {
meow @include(if: $loud)
}
query GetAnimal($loud: Boolean!) {
animal {
# this is valid
...CatDetails
}
}
mbonnin
09/25/2024, 7:41 AMStylianos Gakis
09/25/2024, 9:13 AM$loud: Boolean! = false
to all the callers should be what I am looking for here!
Compilation will simply fail if the parameter is not there I assume.mbonnin
09/25/2024, 9:13 AMStylianos Gakis
09/25/2024, 9:17 AMagrosner
09/25/2024, 4:23 PM