PluginsgraphqlGCASchema ReferenceOperationsCommonDirectivesskipOn this pageskipDirects the executor to skip this field or fragment when the if argument is true. 1directive @skip( 2 if: Boolean! 3) on 4 | FIELD 5 | FRAGMENT_SPREAD 6 | INLINE_FRAGMENT Arguments if ● Boolean! non-null scalar common Skipped when true.