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

Loading json data #11

Open
skjorrface opened this issue Aug 8, 2019 · 0 comments
Open

Loading json data #11

skjorrface opened this issue Aug 8, 2019 · 0 comments

Comments

@skjorrface
Copy link

skjorrface commented Aug 8, 2019

I'm trying to load data from a json file, when executing the graphql load command I get the following complains:

Sending query: mutation { _0 : createBlabla ( blabla1: 123,blabla2: "blabla2", blabla3: "blabla3 ) { blabla } _1 : ... }... Field "blabla" of type "BlablaType" must have a sub selection.:

If I execute the same mutation from that output in graphql, blabla will expand to blabla { id } and data is successfully added.

P.S. I got the server schema via graphql get-schema

@skjorrface skjorrface reopened this Aug 8, 2019
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

1 participant