placeholderResponse = ({
count: 1,
pageInfo: {
hasPreviousPage: false,
startCursor: "MQ",
hasNextPage: false,
endCursor: "MQ"
},
edges: [
{
node: {
name: "D3.js",
title: "A JavaScript visualization library for HTML and SVG",
slug: "d3",
canonicalUrl: "https://stackshare.io/d3",
id: "VG9vbC0xNTMx",
imageUrl: "https://img.stackshare.io/service/1491/HgKolWB5_400x400.jpg",
ossRepo: "https://github.com/d3/d3",
description: "It is a JavaScript library for manipulating documents based on data. Emphasises on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework.",
websiteUrl: "http://d3js.org/"
}
}
]
})