GAP-1003: @streamPolicy Directive
Version: 2025-10
Authors: Nia Patel, Jon Bell
Discussion: github.com/graphql/gaps/pull/1003

GAP-1003: @streamPolicy Directive

This release introduces a simple stream priority hint.

1Overview

The directive MAY appear on field definitions.

Example № 1directive @streamPolicy(priority: Int = 0) on FIELD_DEFINITION

2Motivation

The first release lets schema authors mark fields that should be considered for earlier delivery.

  1. 1Overview
  2. 2Motivation