GAP-1005: @redact Directive
Version: 2025-07
Authors: Sam Rivera, Keiko Morgan
Discussion: github.com/graphql/gaps/pull/1005

GAP-1005: @redact Directive

This release adds input field support.

1Overview

The directive MAY appear on field definitions and input field definitions.

Example № 1directive @redact on FIELD_DEFINITION | INPUT_FIELD_DEFINITION

2Motivation

Input objects can contain sensitive values that should not be retained in operation logs.

  1. 1Overview
  2. 2Motivation