Conditional Field Manipulation
Conditional Field Manipulation
Addition of meta directives @if
and @unless
to the GraphQL schema, to conditionally execute a nested directive on the field.
In this query, users "Leo"
and "Peter"
get their names converted to upper case, while "Martin"
does not:
...producing: