QList
HOME
WEST BENGAL
▼
মাধ্যমিক সাজেশান ২০২৬
📚 বাংলা (Bengali)
📖 English
🌍 ভূগোল (Geography)
📜 ইতিহাস (History)
🧬 জীবনবিজ্ঞান (Life Science)
Other Classes
Class 6
Class 7
Class 8
Class 9
Class 10
🎯 Career After 10th
CBSE
▼
Class 9
Class 10
🎓 JEE Exam Guide
💼 MBA Exam Guide
🩺 Medical Exam Guide
ENGLISH
▼
📝 English Grammar
📖 English Grammar (Bangla)
🗣️ Spoken English
TOOLS
▼
🛠️ Free Online Tools
🧮 Financial Calculators
💻 Code Playgrounds
CONTACT
Home
Playground
GraphQL
🔷
GraphQL Playground
▶️ Execute
Format
Endpoint:
Samples:
Country Query
All Countries
Continent Query
Languages
Schema Introspection
Query
Variables
GraphQL Query / Mutation
query GetCountry($code: ID!) { country(code: $code) { name capital currency emoji languages { name } } }
💡 Tip: Use Ctrl+Enter (Cmd+Enter on Mac) to execute query
Response
Click "Execute" to run your GraphQL query