query Search($query: String!) { search(query: $query) { page { url title last_indexed excerpt } } } query GetStats { stats { npages ndomains } }