Skip to content
New issue

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

It connected to localhost:9200 but not work at all #4

Open
webnah opened this issue Feb 19, 2019 · 3 comments
Open

It connected to localhost:9200 but not work at all #4

webnah opened this issue Feb 19, 2019 · 3 comments

Comments

@webnah
Copy link

webnah commented Feb 19, 2019

elastic & server start right, but mutation fail


yarn run v1.12.3
$ nodemon --watch 'src//*' -e ts,tsx --exec ts-node src/index.ts
[nodemon] 1.18.10
[nodemon] to restart at any time, enter rs
[nodemon] watching: src/
/*
[nodemon] starting ts-node src/index.ts
Elasticsearch INFO: 2019-02-19T11:22:16Z
Adding connection to http://localhost:9200/

Elasticsearch DEBUG: 2019-02-19T11:22:20Z
starting request {
"method": "HEAD",
"requestTimeout": 30000,
"castExists": true,
"path": "/",
"query": {}
}

Elasticsearch TRACE: 2019-02-19T11:22:20Z
-> HEAD http://localhost:9200/

<- 200

Elasticsearch DEBUG: 2019-02-19T11:22:20Z
Request complete

Server ready at http://localhost:3000/graphql

selection_407

@webnah
Copy link
Author

webnah commented Feb 19, 2019

it is interested example, but no any help or guild
selection_408

@m-nathani
Copy link
Owner

hi @webnah , you have to write your custom logic/implementations in the project resolver here .

@webnah
Copy link
Author

webnah commented Feb 19, 2019

Please creating a small example of insert data into ES. I am a newbie both TS & JS * graphql too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants