-
Notifications
You must be signed in to change notification settings - Fork 155
Capitalize subgraph #880
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
Capitalize subgraph #880
Conversation
website/src/pages/en/archived/arbitrum/l2-transfer-tools-guide.mdx
Outdated
Show resolved
Hide resolved
### How does this affect Subgraph developers? | ||
|
||
Subgraph developers can query their subgraphs on The Graph Network almost immediately after upgrading from the hosted service or [publishing from Subgraph Studio](/subgraphs/developing/publishing/publishing-a-subgraph/), as no lead time was required for indexing. Please note that [creating a subgraph](/developing/creating-a-subgraph/) was not impacted by this upgrade. | ||
Subgraph developers can query their Subgraphs on The Graph Network almost immediately after upgrading from the hosted service or [publishing from Subgraph Studio](/Subgraphs/developing/publishing/publishing-a-Subgraph/), as no lead time was required for indexing. Please note that [creating a Subgraph](/developing/creating-a-Subgraph/) was not impacted by this upgrade. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subgraph developers can query their Subgraphs on The Graph Network almost immediately after upgrading from the hosted service or [publishing from Subgraph Studio](/Subgraphs/developing/publishing/publishing-a-Subgraph/), as no lead time was required for indexing. Please note that [creating a Subgraph](/developing/creating-a-Subgraph/) was not impacted by this upgrade. | |
Subgraph developers can query their Subgraphs on The Graph Network almost immediately after upgrading from the hosted service or [publishing from Subgraph Studio](/subgraphs/developing/publishing/publishing-a-subgraph/), as no lead time was required for indexing. Please note that [creating a Subgraph](/developing/creating-a-subgraph/) was not impacted by this upgrade. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually @MichaelMacaulay, I wonder if you could find & replace all instances of...
/Subgraph
=>/subgraph
-Subgraph
=>-subgraph
Subgraph-
=>subgraph-
Subgraphs-
=>subgraphs-
Co-authored-by: Benoît Rouleau <[email protected]>
….mdx Co-authored-by: Benoît Rouleau <[email protected]>
Co-authored-by: Benoît Rouleau <[email protected]>
website/src/pages/en/resources/release-notes/assemblyscript-migration-guide.mdx
Show resolved
Hide resolved
website/src/pages/en/resources/release-notes/graphql-validations-migration-guide.mdx
Outdated
Show resolved
Hide resolved
website/src/pages/en/resources/release-notes/graphql-validations-migration-guide.mdx
Outdated
Show resolved
Hide resolved
website/src/pages/en/resources/release-notes/graphql-validations-migration-guide.mdx
Outdated
Show resolved
Hide resolved
website/src/pages/en/resources/release-notes/graphql-validations-migration-guide.mdx
Outdated
Show resolved
Hide resolved
website/src/pages/en/subgraphs/cookbook/subgraph-debug-forking.mdx
Outdated
Show resolved
Hide resolved
website/src/pages/en/subgraphs/developing/creating/advanced.mdx
Outdated
Show resolved
Hide resolved
website/src/pages/en/subgraphs/developing/creating/advanced.mdx
Outdated
Show resolved
Hide resolved
website/src/pages/en/subgraphs/developing/creating/advanced.mdx
Outdated
Show resolved
Hide resolved
website/src/pages/en/subgraphs/developing/creating/assemblyscript-mappings.mdx
Outdated
Show resolved
Hide resolved
website/src/pages/en/subgraphs/developing/creating/assemblyscript-mappings.mdx
Outdated
Show resolved
Hide resolved
website/src/pages/en/subgraphs/developing/creating/graph-ts/api.mdx
Outdated
Show resolved
Hide resolved
website/src/pages/en/subgraphs/developing/creating/graph-ts/api.mdx
Outdated
Show resolved
Hide resolved
- The exact Subgraph you want (based on the date created, signal amount, or name). | ||
|
||
 | ||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
 | |
 |
- This is critical because signaling on a Subgraph incentivizes it to be indexed, meaning it’ll eventually surface on the network to serve queries. | ||
|
||
 | ||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
 | |
 |
> This will not include any Subgraphs deployed with the CLI for testing purposes. Subgraphs will only show up when they are published to the decentralized network. | ||
 | ||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
 | |
 |
# Conflicts: # website/src/pages/en/subgraphs/cookbook/cosmos.mdx # website/src/pages/en/subgraphs/developing/creating/graph-ts/api.mdx # website/src/pages/en/subgraphs/developing/creating/install-the-cli.mdx # website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx # website/src/pages/en/supported-networks.mdx
No description provided.