generated from spawnia/php-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
bugAn error within SailorAn error within Sailor
Description
Hello,
I am trying to use directives :
query MyQuery($withNames: Boolean!, $withDescriptors: Boolean!) {
molecule(limit: 5) {
...names @include(if: $withNames)
...descriptors @include(if: $withDescriptors)
}
}
but vendor/bin/sailor says:
"Variable \"$withNames\" is never used in operation \"MoleculeExport\"
"Variable \"$withDescriptors\" is never used in operation \"MoleculeExport\"
Metadata
Metadata
Assignees
Labels
bugAn error within SailorAn error within Sailor