A fully functional GraphQL test server that automatically generates random data matching your query structure. Built with Apollo Server and Next.js, it features schema introspection, customizable limit parameters (default: 5), and realistic mock data for Users, Posts, and Products. Perfect for frontend development, API testing, and prototyping without a backend. Includes an interactive playground with example queries and real-time response preview. Key Features: - Automatic random data generation based on GraphQL schema - Configurable limit parameter with smart defaults - Built-in interactive query playground - Ready-to-use REST API endpoint at /api/graphql - Realistic mock data with faker-style generators - Full TypeScript support Use Cases: Frontend development without backend dependencies, API contract testing, rapid prototyping, demo applications, and integration testing.
Last Updated 6 days ago