Skip to content

Commit 36efd73

Browse files
author
Robert Mosolgo
authored
Merge pull request #1261 from christopherstyles/patch-2
Update link to Relay Connections documentation
2 parents 29cb07e + 495f810 commit 36efd73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/relay/connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ desc: Build and customize Relay-style connection types
77
index: 1
88
---
99

10-
Relay expresses [one-to-many relationships with _connections_](https://facebook.github.io/relay/docs/graphql-connections.html). Connections support pagination, filtering and metadata in a robust way.
10+
Relay expresses [one-to-many relationships with _connections_](https://facebook.github.io/relay/graphql/connections.htm). Connections support pagination, filtering and metadata in a robust way.
1111

1212
`graphql-ruby` includes built-in connection support for `Array`, `ActiveRecord::Relation`s, and `Sequel::Dataset`s. You can define custom connection classes to expose other collections with GraphQL.
1313

0 commit comments

Comments
 (0)