{"id":26171523,"url":"https://github.com/mondomains/mns-subgraph","last_synced_at":"2026-05-24T13:33:05.068Z","repository":{"id":278621900,"uuid":"936027330","full_name":"MonDomains/mns-subgraph","owner":"MonDomains","description":"Mon Name Service Subgraph Repo","archived":false,"fork":false,"pushed_at":"2025-03-05T14:55:15.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T11:42:28.157Z","etag":null,"topics":["graphql","monad","monaddomains","monadname","monadns","subgraph","thegrap"],"latest_commit_sha":null,"homepage":"https://monadns.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MonDomains.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-20T12:12:09.000Z","updated_at":"2025-03-10T12:58:47.000Z","dependencies_parsed_at":"2025-03-11T11:42:31.510Z","dependency_job_id":"652cea62-f777-4345-8ed7-47aa9d3852ce","html_url":"https://github.com/MonDomains/mns-subgraph","commit_stats":null,"previous_names":["monadns/mns-subgraph","mondomains/mns-subgraph"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonDomains%2Fmns-subgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonDomains%2Fmns-subgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonDomains%2Fmns-subgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonDomains%2Fmns-subgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MonDomains","download_url":"https://codeload.github.com/MonDomains/mns-subgraph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243099708,"owners_count":20236254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphql","monad","monaddomains","monadname","monadns","subgraph","thegrap"],"created_at":"2025-03-11T19:34:58.650Z","updated_at":"2025-12-24T13:25:28.311Z","avatar_url":"https://github.com/MonDomains.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MNS Subgraph\n\nThis Subgraph sources events from the MNS contracts. This includes the MNS registry, the Auction Registrar, and any resolvers that are created and linked to domains. The resolvers are added through dynamic data sources. More information on all of this can be found at [The Graph Documentation](https://thegraph.com/docs/developer/quick-start/).\n\n# Example Queries\n\nHere we have example queries, so that you don't have to type them in yourself eachtime in the graphiql playground:\n\n```graphql\n{\n  domains {\n    id\n    labelName\n    labelhash\n    parent {\n      id\n    }\n    subdomains {\n      id\n    }\n    owner {\n      id\n    }\n    resolver {\n      id\n    }\n    ttl\n  }\n  resolvers {\n    id\n    address\n    domain {\n      id\n    }\n    events {\n      id\n      node\n      ... on AddrChanged {\n        a\n      }\n      ... on NameChanged {\n        name\n      }\n      ... on AbiChanged {\n        contentType\n      }\n      ... on PubkeyChanged {\n        x\n        y\n      }\n      ... on TextChanged {\n        indexedKey\n        key\n      }\n      ... on ContenthashChanged {\n        hash\n      }\n      ... on InterfaceChanged {\n        interfaceID\n        implementer\n      }\n      ... on AuthorisationChanged {\n        owner\n        target\n        isAuthorized\n      }\n    }\n  }\n  registrations(where: { labelName_not: null }, orderBy: expiryDate, orderDirection: asc, first: 10, skip: 0) {\n    expiryDate\n    labelName\n    domain{\n      name\n      labelName\n    }\n  }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondomains%2Fmns-subgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmondomains%2Fmns-subgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondomains%2Fmns-subgraph/lists"}