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

Type Validation #8

Open
dittos opened this issue Sep 7, 2015 · 2 comments
Open

Type Validation #8

dittos opened this issue Sep 7, 2015 · 2 comments
Assignees
Milestone

Comments

@dittos
Copy link
Owner

dittos commented Sep 7, 2015

In graphql-js, the validity of schema is checked in definition time. (Example)

We currently don't check anything, so should add these checks.

@dittos dittos added this to the 0.1 milestone Sep 16, 2015
@dittos dittos self-assigned this Sep 21, 2015
@jhgg
Copy link
Contributor

jhgg commented Sep 21, 2015

+1 on this. I was mixing up GraphQLArgument and GraphQLField when writing #47. The internals blew up in unexpected ways. We need to guard against this for sure.

@jhgg
Copy link
Contributor

jhgg commented Sep 24, 2015

This happened again. faassen/relaypy#1 graphql-python/graphql-relay-py#2

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

2 participants