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\"
Hello,
I am trying to use directives :
but vendor/bin/sailor says: