Guest User

Untitled

a guest
Jun 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. const variables = {
  2. terms,
  3. languages,
  4. stars,
  5. num,
  6. }
  7.  
  8. const options = {
  9. paramRetrieval: true,
  10. fieldRetrieval: true,
  11. defineSubsets: {
  12. "terms": "=",
  13. "languages": "> string",
  14. "stars": ">= number",
  15. "num": "<= number"
  16. },
  17. queryPaths: {
  18. "stars": "node.stargazers.totalCount"
  19. },
  20. pathToNodes: "data.search.edges"
  21. }
Add Comment
Please, Sign In to add comment