Michael Hunger
Michael Hunger
Ok thanks I'll investigate. All the other graphql cli operations and plugins work without issues?
Ok, I did two fixes, can you update from npm and try again. 1. also handle endpoints that are stored as string 2. handle object-type returns from mutations ``` load...
can you share your .graphqlconfig? Fee free to redact the URL I just need the structure.
How di you update ?
Can't see a 4.2.0 release here: https://github.com/graphql-cli/graphql-cli/releases ?
implict input types are already handled correctly e.g. in `@cypher` fields.
Perhaps split into two issues first: input Address(street: String, zip: Int) filter(foo:Address) -> Address is provided as "Map" second: also allow mutations (configurable) that take input types ``` input _CreateMovieInput(id:ID!,...
sounds good to me.
perhaps not `data` but aligned with the JS one `enityName`
Or check with @johnymontana