apollo-compiler 2.0.0-beta.0

A compiler for the GraphQL query language.
Documentation
1
2
3
4
5
6
7
8
directive @foo on INTERFACE
type Query {
    foo: Node
}

interface Node

extend interface Node @foo