<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rohit Kumar</title>
    <description>The latest articles on DEV Community by Rohit Kumar (@taco-man).</description>
    <link>https://dev.to/taco-man</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1294267%2F34483d02-542c-4b0f-81f3-9a62824efe55.png</url>
      <title>DEV Community: Rohit Kumar</title>
      <link>https://dev.to/taco-man</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/taco-man"/>
    <language>en</language>
    <item>
      <title>MockQL: Mock missing REST/GraphQL APIs without leaving your real backend</title>
      <dc:creator>Rohit Kumar</dc:creator>
      <pubDate>Sat, 05 Apr 2025 15:39:39 +0000</pubDate>
      <link>https://dev.to/taco-man/mockql-mock-missing-restgraphql-apis-without-leaving-your-real-backend-2bd7</link>
      <guid>https://dev.to/taco-man/mockql-mock-missing-restgraphql-apis-without-leaving-your-real-backend-2bd7</guid>
      <description>&lt;h2&gt;
  
  
  Hey Devs 👋
&lt;/h2&gt;

&lt;p&gt;I recently built something to help frontend teams work faster — it's called &lt;strong&gt;MockQL&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If you've ever been blocked because a backend field or endpoint "isn't ready yet", this might help you a lot.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔧 What MockQL does:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Let's you mock missing REST endpoints directly on top of your live backend&lt;/li&gt;
&lt;li&gt;Modify or override existing responses without touching server code&lt;/li&gt;
&lt;li&gt;For GraphQL, you can add/override individual fields — the rest stays live!&lt;/li&gt;
&lt;li&gt;Mock fields show up in introspection, so you can keep using tools like GraphiQL or Apollo normally&lt;/li&gt;
&lt;li&gt;You don't need to manage separate mock servers, JSON stubs, or versioned endpoints.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🎯 Built for:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Frontend devs waiting on APIs&lt;/li&gt;
&lt;li&gt;Teams that want to prototype fast&lt;/li&gt;
&lt;li&gt;Anyone who's ever said "I just need this one field to start…"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would love your thoughts, feedback, or feature requests!&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://mockql.com" rel="noopener noreferrer"&gt;Check out MockQL&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>graphql</category>
      <category>api</category>
      <category>react</category>
    </item>
  </channel>
</rss>
