DEV Community

Samuel So
Samuel So

Posted on

MockGraph: Solving the GraphQL Mock API Problem

As frontend and full-stack developers, we've all been there - waiting for a backend to be set up or dealing with inconsistent or unreliable APIs. This is where MockGraph comes in, a tool that generates a schema-aware GraphQL mock API from a GraphQL schema or Introspection URL. With MockGraph, you can instantly generate a mock API and start building your application. Visit to learn more.

Top comments (0)