Skip to content

Commit fffd4d1

Browse files
committed
remove deadline
1 parent a97aa53 commit fffd4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/en/release-notes/graphql-validations-migration-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ npx @graphql-validate/cli -s https://api-next.thegraph.com/subgraphs/name/$GITHU
3737
**Notes:**
3838

3939
- Set or replace $GITHUB_USER, $SUBGRAPH_SLUG with the appropriate values. Like: [`artblocks/art-blocks`](https://api.thegraph.com/subgraphs/name/artblocks/art-blocks)
40-
- The provided preview schema URL (`https://api-next.thegraph.com/`) is heavily rated limited and will sunset on [deadline date]. **Do not use it in production.**
40+
- The preview schema URL (https://api-next.thegraph.com/) provided is heavily rate-limited and will be sunset once all users have migrated to the new version. **Do not use it in production.**
4141
- Operations are identified in files with the following extensions `[.graphql,](https://www.graphql-tools.com/docs/schema-loading#graphql-file-loader)[.ts, .tsx, .js, jsx](https://www.graphql-tools.com/docs/schema-loading#code-file-loader)` (`-o` option).
4242

4343
### CLI output

0 commit comments

Comments
 (0)