apollo-parser 0.4.1

Spec-compliant GraphQL parser.
Documentation
1
2
3
4
input ExampleInputObject {
    a: String
    b: Int!
}