Skip to content

Commit 3c3173f

Browse files
authored
Merge pull request graphql#665 from orta/formal_spec
Mention that there's a formal spec for the connections pattern
2 parents c6fa522 + 5e34565 commit 3c3173f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/learn/BestPractice-Pagination.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,6 @@ To see this in action, there's an additional field in the example schema, called
137137
}
138138
```
139139

140+
## Connection Specification
141+
142+
To ensure a consistent implementation of this pattern, the Relay project has a formal [specification](https://facebook.github.io/relay/graphql/connections.htm) you can follow for building GraphQL APIs which use a cursor based connection pattern.

0 commit comments

Comments
 (0)