coolboyjules
09/18/2017, 1:48 AMjs
const result = await this.props.client.query({
query: ALL_STORES_SEARCH_QUERY,
variables: {
searchText:values.searchText
}
})
eder
09/18/2017, 1:50 AMcoolboyjules
09/18/2017, 1:50 AMcoolboyjules
09/18/2017, 1:50 AMcoolboyjules
09/18/2017, 1:50 AMagartha
09/18/2017, 2:14 AMthis.props.client
was undefined. Can you check that?eder
09/18/2017, 2:24 AMagartha
09/18/2017, 2:35 AMeder
09/18/2017, 12:54 PM