Skip to content

Commit

Permalink
Mention that there's a formal spec for the connections pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Feb 24, 2019
1 parent c0cc5e1 commit 5e34565
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 5e34565

Please sign in to comment.