We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4c855 commit 7d249aeCopy full SHA for 7d249ae
.gitignore
@@ -12,7 +12,6 @@ benchmark/projects/
12
benchmark/results/
13
test-results/
14
*.log
15
-package-lock.json
16
.turbo/
17
.eslintcache
18
.pnpm-store
README.md
@@ -106,7 +106,7 @@ export const Profile = () => {
106
✅ **Correct Naming Examples:**
107
108
```graphql
109
-query GetGuide($id: ID!) { ... } # ✅ Fetches full guide details
+query GetGuide($id: ID!) { ... } # ✅ Fetches full guide details
110
query GetGuideEvents($guideId: ID!) { ... } # ✅ Fetches related guide events
111
query GetGuideImages($guideId: ID!) { ... } # ✅ Fetches guide images
112
```
0 commit comments