apollo-parser 0.8.6

Spec-compliant GraphQL parser.
Documentation
1
2
3
4
5
fragment friendFields on User @example {
    id
    name
    profilePic(size: 50)
}