1 2 3 4 5 6
query SearchProjectById($id: String!) { search_project_by_id(args: {match: $id}) { id name } }