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

Schema validator does not throw error when nested object is not defined in schema #429

Closed
YourTechBud opened this issue Oct 5, 2019 · 3 comments
Assignees
Labels
🐛 bug Something isn't working
Milestone

Comments

@YourTechBud
Copy link
Collaborator

For the schema given below:

type posts {
  _id: ID! @id
  title: String
  post: PostObj
}

space-cloud does not throw an error even if PostObj is not defined in the schema.

@YourTechBud YourTechBud added the 🐛 bug Something isn't working label Oct 5, 2019
@YourTechBud
Copy link
Collaborator Author

@sharadregoti You think you can get this fixed?

@YourTechBud YourTechBud added this to the v0.13.0 milestone Oct 17, 2019
@sharadregoti
Copy link
Contributor

yes

@HeyItsJs HeyItsJs modified the milestones: v0.13.0, v0.14.0 Nov 4, 2019
YourTechBud added a commit to YourTechBud/space-cloud that referenced this issue Nov 28, 2019
YourTechBud added a commit that referenced this issue Nov 28, 2019
fixes #494 auto imply relations from schema module.
fixes #429
@YourTechBud
Copy link
Collaborator Author

resolved in v0.14.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants