<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mocking on dev notes</title>
    <link>https://juhanakristianblog.netlify.app/tags/mocking/</link>
    <description>Recent content in Mocking on dev notes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 14 Feb 2021 09:33:01 +0000</lastBuildDate>
    <atom:link href="https://juhanakristianblog.netlify.app/tags/mocking/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Mocking GraphQL APIs with Mock Service Worker</title>
      <link>https://juhanakristianblog.netlify.app/posts/mocking-graphql-apis-with-msw/</link>
      <pubDate>Sun, 14 Feb 2021 09:33:01 +0000</pubDate>
      <guid>https://juhanakristianblog.netlify.app/posts/mocking-graphql-apis-with-msw/</guid>
      <description>&lt;p&gt;Mock Service Worker (MSW) is a library for mocking, or faking, a backend API. This is extremely useful when you are developing new features into your application, or when you are running tests.&lt;/p&gt;&#xA;&lt;p&gt;In this article, I will guide you through setting up MSW for mocking a GraphQL API and show a few different kinds of ways you can mock queries and mutations. GitHub GraphQL API is used in the examples.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
