Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add transfer ownership copy to faq #69

Merged
merged 1 commit into from
Feb 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion pages/en/studio/studio-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ A: Yes! You can create multiple API Keys to use in different projects. Check out

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

### 4. How do I find query URLs for subgraphs if I’m not the developer of the subgraph I want to use?
### 4. Can I transfer my subgraph to another owner?

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.

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

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.

Expand Down