subgraph-mock 0.1.0

A standalone mock subgraph server designed to be placed behind a supergraph for testing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "markdown": {
        "lineWidth": 100,
        "textWrap": "always"
    },
    "includes": [
        "**/*.md"
    ],
    "excludes": [
        "target/**"
    ],
    "plugins": [
        "https://plugins.dprint.dev/markdown-0.17.8.wasm"
    ]
}