apollo-parser 0.8.4

Spec-compliant GraphQL parser.
Documentation
1
2
3
4
5
type Obj implements A & { field: Int }

type Obj implements A B { field: Int }

type Obj implements A && B { field: Int }