enum join__Graph { BAR @join__graph(name: "bar", url: "bar") BAZ @join__graph(name: "baz", url: "baz") FOO @join__graph(name: "foo", url: "foo") } scalar Yan scalar Tan scalar Texture scalar Tethera type Sheep { texture: Texture! @join__field(graph: BAZ) sheepIdx: Tethera @join__field(graph: FOO) } type Query { sheep: Sheep @join__field(graph: FOO) }