We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b112c0b commit 8211b24Copy full SHA for 8211b24
src/routes/changelog/(entries)/2026-02-02.markdoc
@@ -10,7 +10,7 @@ You can now run introspection queries on Appwrite's GraphQL API. With introspect
10
- **Schema exploration** using tools like GraphQL Playground, Insomnia, or Postman
11
- **Type generation** for strongly-typed clients in your preferred language
12
13
-To try it out, send an introspection query to your project's GraphQL endpoint:
+Here's how to fetch the schema using the Appwrite SDK:
14
15
```client-web
16
import { Client, Graphql } from "appwrite";
0 commit comments