-
Notifications
You must be signed in to change notification settings - Fork 7
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
The "path" argument must be of type string #8
Comments
Can you share more about your JSON format (an example) and your mutation? |
Sure, here is what my JSON looks like:
The schema that came back when I ran
And the mutations look like this:
|
This looks good to me. What graphql-api is your backend running? |
I'm using Graphcool. The schema is more complete. It includes the query types and the ShipRate type. It was just a lot to include here and from what I can tell it looks correct. |
Ok thanks I'll investigate. |
Ok, I did two fixes, can you update from npm and try again.
|
I updated, but I'm still getting the same error. |
can you share your .graphqlconfig? |
How di you update ? |
Hi @jexp
Using Do you have any update on this issue ? |
After investigating a bit, I think this is because I was using |
Can't see a 4.2.0 release here: https://github.com/graphql-cli/graphql-cli/releases ? |
Sorry, I meant the last version |
Hi,
When I run
graphql load -m createShipRate --json rates.json
I get:
The text was updated successfully, but these errors were encountered: