query searchProjects($fullPath: ID!, $search: String) { group(fullPath: $fullPath) { id projects(search: $search, includeSubgroups: true) { nodes { id issuesEnabled name nameWithNamespace webUrl } } } }