Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 270 Bytes

req.rest

File metadata and controls

8 lines (5 loc) · 270 Bytes

POST http://localhost:4000/graphql # Content-Type: application/json

{
"query":"{↵ users {↵ id↵ username↵ phone↵ profile {↵ name↵ firstName↵ lastName↵ gender↵ address↵ avatar↵ }↵ }↵}↵"

}