-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello jexp, first thanks for the project, it looks very useful.
I'm having a problem when running the grapqhl load
that maybe you would know what it would mean.
Using endpoint local: {"url":"http://localhost:4000"}
Using mutation "post": "".
Done parsing CSV-file /Users/Me/Desktop/devtest/hackernews-node/reviews.txt rows: 3
meta: {"delimiter":"\t","linebreak":"\n","aborted":false,"truncated":false,"cursor":571,"fields":["episode","commentary","stars"]}
Using mapping: {"description":"commentary","url":"stars"}
Sending query:
mutation {
}...
✖
Syntax Error: Expected Name, found }: {"response":{"errors":[{"message":"Syntax Error: Expected Name, found }","locations":[{"line":3,"column":1}]}],"status":400},"request":{"query":"mutation { \n\n}","variables":{}}}
I'm running the database API with prisma, and I have uploaded my whole minimum viable test project to get this functionality working in this repository: https://github.com/daquintero/testGraphqlCLILoad/tree/master
I'm not sure if this is enough information for the question, but please tell me if you need anything else. I appreciate very much the help!
Metadata
Metadata
Assignees
Labels
No labels