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