type Query { projects(path: String!): [Project] } type Project { id: String name: String fullPath: String }