Guest User

Untitled

a guest
Apr 2nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. type User {
  2. _id: String,
  3. username: String,
  4. age: Int,
  5. email: String,
  6. password: String,
  7. }
  8. type Query {
  9. user(_id: String!): User,
  10. }
Add Comment
Please, Sign In to add comment