@skip
@skip
is a standard GraphQL directive, used for conditional fetching: the result is excluded when the provided condition is true
.
It is mostly used with variables, to provide conditions as either true
or false
:
@skip
is a standard GraphQL directive, used for conditional fetching: the result is excluded when the provided condition is true
.
It is mostly used with variables, to provide conditions as either true
or false
: