Wow . I have watched lotta several other videos for graphql pagination. Being a beginner to graphql, your teaching just made my day. It saved my hours. Thank you.
@DanVega2 жыл бұрын
Thank you! I'm glad I could help out.
@mayikx Жыл бұрын
Man one day we are going to work together. Thank you so much.
@SwatiAhuja142 жыл бұрын
Thanks for this video this is really helpful. I have to do something similar with my api. and have a question allPeoplePaged(int: pageNo, int pageSize): [Person] returns a Page from java but in schema it is defined as [Person] ie list of Person How does it map from Page -> list what all can we access from graphql response (I am interested in getting totalRecords and pageNo) How can we access above in graphiql/from api Thanks in advance
@IsaiasAlencar2 жыл бұрын
Thanks for this video, question, how do i display totalElements in GraphQL?
@pdxgeek2 жыл бұрын
So how do we get that Page data mapped to the graphql schema ... kind of left us hangin.