GraphQL Playground

Interactive GraphQL query interface for testing and exploring the API

Example Queries
Click an example to load it into the playground
GraphQL Query
Enter your GraphQL query or mutation
Variables
JSON variables for your query (optional)
Response
Query results will appear here
Execute a query to see results here
Quick Reference

Available Queries:

  • health - Server health check
  • serverInfo - Server and DB status
  • me - Current user info (requires auth)
  • contactStats - Contact form statistics

Available Mutations:

  • submitContact - Submit contact form
  • updateProfile - Update user profile