graphql-parser 0.4.1

A parser, AST and serializer for graphql query language and scheme definition language (sometimes called IDL).
Documentation
1
2
3
4
5
6
7
extend interface Bar {
  two(argument: InputType!): Type
}

extend interface Foo implements IOne & ITwo {
  three(argument: [InputType!]!): Type
}