marketsurge-client 0.2.1

Unofficial HTTP client library for the MarketSurge platform
1
2
3
4
5
6
7
{
  "operationName": "GetAllWatchlistNames",
  "variables": {
    "pub": "msr"
  },
  "query": "query GetAllWatchlistNames($pub: String!) {\n  watchlists(pub: $pub) {\n    id\n    name\n    lastModifiedDateUtc\n    description\n  }\n}"
}