File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Fully Qualified Operation Name (FQON)
1+ # Fully Qualified Operation Names (FQON)
22
3- ** Introduction**
3+ ## Introduction
44
55:: This document specifies _ Fully Qualified Operation Name_ (FQON), a
66human‑readable, unambiguous identifier for GraphQL operations.
@@ -10,6 +10,9 @@ configuration files (e.g. for alerting rules per operation) which correctly
1010targets operations, but without having to update the configuration each time a
1111_ document id_ changes.
1212
13+ Note: See [ README.md] ( https://github.com/graphql/gaps/blob/main/gaps/GAP-7/README.md )
14+ for additional context.
15+
1316This specification assumes usage of
1417[ trusted documents] ( https://graphql.org/learn/security/#trusted-documents ) and
1518[ Git version control] ( https://git-scm.com/ ) .
@@ -50,8 +53,6 @@ they cannot reliably identify an operation across multiple platforms or
5053deployment versions. On the other hand, a _ document id_ is guaranteed to be
5154unique but is inconvenient for humans to read and maintain.
5255
53- Note: See <README.md> for additional context.
54-
5556** Use Cases**
5657
5758- A _ FQON_ may be printed instead of the operation name in application logs.
You can’t perform that action at this time.
0 commit comments