Skip to content

An example of how to working with paging in Spring for GraphQL / Spring Data JPA

Notifications You must be signed in to change notification settings

IBhbg/graphql-paging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring for GraphQL Paging

This repo contains the code for a live coding session I did on:

  • Spring Data JPA
  • GraphQL
  • Paging & Sorting

The reason I put this together was because I was getting a few questions around how to do paging in GraphQL. GraphQL is independent of your data layer. I walked through creating some data and how to use the paging and sorting repository in Spring Data. From there your GraphQL query just needs to pass the appropriate arguments to the repository to return the appropriate results.

Recording: https://www.twitch.tv/videos/1481210171

About

An example of how to working with paging in Spring for GraphQL / Spring Data JPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%