You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/graphql/relay.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The Parse Server GraphQL API follows latest standards currently available for highly-scalable APIs and ambitious front-end projects.
4
4
5
-
The Parse Open Source Team choose to follow the [GraphQL Server Relay Specification](https://relay.dev/docs/en/graphql-server-specification).
5
+
The Parse Open Source Team choose to follow the [GraphQL Server Relay Specification](https://relay.dev/docs/guides/graphql-server-specification).
6
6
7
7
Relay is a JavaScript framework for building data-driven React applications powered by GraphQL, designed from the ground up to be easy to use, extensible and, most of all, performant. Relay accomplishes this with static queries and ahead-of-time code generation.
0 commit comments