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

Generate additional input types for fields. #15

Closed
TimMikeladze opened this issue Mar 17, 2018 · 0 comments · Fixed by #2
Closed

Generate additional input types for fields. #15

TimMikeladze opened this issue Mar 17, 2018 · 0 comments · Fixed by #2
Labels
bug Something isn't working enhancement New feature or request

Comments

@TimMikeladze
Copy link
Owner

type Item @model {
    name: String
    item: Item
  }

  type Query {
    _: Boolean
  }

  type Mutation {
    _: Boolean
  }

Throws this error

The type of ItemInputType.item must be Input Type but got: Item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
1 participant