You can intercept any GraphQL operation regardless of its kind by defining a graphql.operation() handler. Unlike query and mutation handlers, the …
You can intercept any GraphQL operation regardless of its kind by defining a graphql.operation() handler. Unlike query and mutation handlers, the …