Maintainer Notes: Fixture metadata survives merge
Status: Fixture
GAP-1004: @cost Directive
Version: 2025-06
Authors: Priya Santos
Discussion: github.com/graphql/gaps/pull/1004
GAP-1004: @cost Directive
This release introduces scalar field cost.
1Overview
The directive MAY appear on field definitions.
Example № 1directive @cost(value: Int!) on FIELD_DEFINITION
2Motivation
The first release provides a shared vocabulary for query complexity tools.