Guest User

Untitled

a guest
Aug 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. {
  2. books(
  3. first:10,
  4. filter: [{field: TITLE, contains: "Potter"}],
  5. orderBy: [{sort: PRICE, direction: DESC}, {sort: TITLE}]
  6. )
  7. }
  8.  
  9. {
  10. books(first:10, after:"opaque-cursor")
  11. }
Add Comment
Please, Sign In to add comment