Skip to content

Commit 8211b24

Browse files
little change
1 parent b112c0b commit 8211b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/changelog/(entries)/2026-02-02.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can now run introspection queries on Appwrite's GraphQL API. With introspect
1010
- **Schema exploration** using tools like GraphQL Playground, Insomnia, or Postman
1111
- **Type generation** for strongly-typed clients in your preferred language
1212

13-
To try it out, send an introspection query to your project's GraphQL endpoint:
13+
Here's how to fetch the schema using the Appwrite SDK:
1414

1515
```client-web
1616
import { Client, Graphql } from "appwrite";

0 commit comments

Comments
 (0)