Skip to content

Commit 5525d49

Browse files
authored
gap7: fix link formatting (#25)
2 parents 648e906 + 7d57569 commit 5525d49

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

gaps/GAP-7/DRAFT.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
human‑readable, unambiguous identifier for GraphQL operations.
@@ -10,6 +10,9 @@ configuration files (e.g. for alerting rules per operation) which correctly
1010
targets 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+
1316
This 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
5053
deployment versions. On the other hand, a _document id_ is guaranteed to be
5154
unique 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.

0 commit comments

Comments
 (0)