Skip to content

Commit 562a4c2

Browse files
magicmarkclaude
andcommitted
Use realistic document-id value in docs example
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bfa5620 commit 562a4c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can use this to pass protocol extensions such as
2626
request = GraphQLRequest(
2727
"query { viewer { name } }",
2828
extensions={
29-
"document-id": "foo",
29+
"document-id": "155d6e8f5545...",
3030
},
3131
)
3232

0 commit comments

Comments
 (0)