query($search: String!) { hosts(first: 100, last: 100, search: $search) { totalCount nodes { id name } } }