Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Update TN0012-namespacing-by-separation-of-concern.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrick authored Mar 9, 2024
1 parent e8bf870 commit e1424f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Most GraphQL APIs provide their capabilities as root-level fields of the `Query`

<Note>

Make sure to read the [Caveats](#Caveats) section below. While the name spacing pattern works well for queries, mutations can have side-effects that may not be inline with the GraphQL spec.
Make sure to read the [Caveats](#caveats) section below. While the name spacing pattern works well for queries, mutations can have side-effects that may not be inline with the GraphQL spec.

</Note>

Expand Down

0 comments on commit e1424f6

Please sign in to comment.