We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Following is my code based on README.MD:
async search() { try { console.log("this.baseURL = " + this.baseURL); const response = await this.query(QUERY_SEARCH); return response.data.search; } catch (error) { console.error(error); } }
But I'm getting following error:
[Network Error]: TypeError: Cannot read property 'hasOwnProperty' of null { Error: null at CatalogSearchApi.didEncounterError (/Users/syed/WebstormProjects/core-api-base/node_modules/apollo-datasource-graphql/dist/GraphQLDataSource.js:47:31) at CatalogSearchApi.executeSingleOperation (/Users/syed/WebstormProjects/core-api-base/node_modules/apollo-datasource-graphql/dist/GraphQLDataSource.js:55:18) at process._tickCallback (internal/process/next_tick.js:68:7) extensions: { code: null } }
Any pointers that might help me resolve this issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Following is my code based on README.MD:
But I'm getting following error:
Any pointers that might help me resolve this issue?
The text was updated successfully, but these errors were encountered: