{
    "Function": "publishNewSubgraph",
    "File": "contracts/discovery/IGNS.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function publishNewSubgraph(\n        bytes32 _subgraphDeploymentID,\n        bytes32 _versionMetadata,\n        bytes32 _subgraphMetadata\n    ) external;"
}