Skip to content

Commit

Permalink
Merge pull request #665 from orta/formal_spec
Browse files Browse the repository at this point in the history
Mention that there's a formal spec for the connections pattern
  • Loading branch information
orta authored Dec 4, 2019
2 parents c6fa522 + 5e34565 commit 3c3173f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/learn/BestPractice-Pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@ To see this in action, there's an additional field in the example schema, called
}
```

## Connection Specification

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 comments on commit 3c3173f

Please sign in to comment.