Deploying > Subgraph Studio FAQs

Subgraph Studio FAQs

1. What is Subgraph Studio?

Link to this section

Subgraph Studio is a dapp for creating, managing, and publishing subgraphs and API keys.

2. How do I create an API Key?

Link to this section

To create an API, navigate to the Subgraph Studio and connect your wallet. You will be able to click the API keys tab at the top. There, you will be able to create an API key.

3. Can I create multiple API Keys?

Link to this section

Yes! You can create multiple API Keys to use in different projects. Check out the link here.

4. How do I restrict a domain for an API Key?

Link to this section

After creating an API Key, in the Security section, you can define the domains that can query a specific API Key.

5. Can I transfer my subgraph to another owner?

Link to this section

Yes, subgraphs that have been published to Mainnet can be transferred to a new wallet or a Multisig. You can do so by clicking the three dots next to the 'Publish' button on the subgraph's details page and selecting 'Transfer ownership'.

Note that you will no longer be able to see or edit the subgraph in Studio once it has been transferred.

6. How do I find query URLs for subgraphs if I’m not the developer of the subgraph I want to use?

Link to this section

You can find the query URL of each subgraph in the Subgraph Details section of The Graph Explorer. When you click on the “Query” button, you will be directed to a pane wherein you can view the query URL of the subgraph you’re interested in. You can then replace the <api_key> placeholder with the API key you wish to leverage in the Subgraph Studio.

Remember that you can create an API key and query any subgraph published to the network, even if you build a subgraph yourself. These queries via the new API key, are paid queries as any other on the network.

Edit page

Previous
Deploying a Subgraph to the Subgraph Studio
Next
What is the Hosted Service?
Edit page