Skip to content

Commit

Permalink
Update relay.md (parse-community#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
staticle authored Oct 4, 2021
1 parent d32b983 commit b4dc536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/graphql/relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Parse Server GraphQL API follows latest standards currently available for highly-scalable APIs and ambitious front-end projects.

The Parse Open Source Team choose to follow the [GraphQL Server Relay Specification](https://relay.dev/docs/en/graphql-server-specification).
The Parse Open Source Team choose to follow the [GraphQL Server Relay Specification](https://relay.dev/docs/guides/graphql-server-specification).

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.

Expand Down

0 comments on commit b4dc536

Please sign in to comment.