Advertisement
Guest User

MaNa2k

a guest
Jun 25th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.66 KB | None | 0 0
  1.           string gQL = String.Format(@"{
  2.                                          users(last: {0}) {
  3.                                            edges {
  4.                                              node {
  5.                                                Id
  6.                                                code
  7.                                                description
  8.                                                email
  9.                                                mobile
  10.                                              }
  11.                                            }
  12.                                          }
  13.                                        }", last);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement