🫑View Philand Link

Request

query philandLink {
  philandLink(input: {name: "zak3939"}) {
    data {
      title
      url
    }
  }
}

Response

{
  "data": {
    "philandLink": {
      "data": [
        {
          "title": "",
          "url": ""
        },
        {
          "title": "philand",
          "url": "https://dune.com/philand/philand"
        },
        {
          "title": "overtimemarkets.xyz",
          "url": "https://overtimemarkets.xyz/"
        },
      ]
    }
  }
}

Last updated