diff --git a/examples/catalog/graphql/queries.ts b/examples/catalog/graphql/queries.ts index b35ff8a7..c3425aa9 100644 --- a/examples/catalog/graphql/queries.ts +++ b/examples/catalog/graphql/queries.ts @@ -49,8 +49,8 @@ export const GET_RESOURCES_QUERY = gql` `; export const SEARCH_QUERY = gql` - query search($q: String, $sort: String, $rows: Int) { - search(q: $q, sort: $sort, rows: $rows) + query search($q: String, $sort: String, $rows: Int, $start: Int) { + search(q: $q, sort: $sort, rows: $rows, start: $start) @rest(type: "Search", path: "package_search?{args}") { result { count