Drew Delianides
datamodel.graphql type User{ id: ID! @unique foo: [Bar] } some/rest/api.graphql type Bar{ data: String! }