1 2 3 4 5 6 7 8
directive @foo on INTERFACE type Query { foo: Node } interface Node extend interface Node @foo