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

[WIP] GraphQL #2: GraphqlData, GraphqlVars, args/vars validaton #3051

Closed
wants to merge 27 commits into from

Conversation

pvolok
Copy link
Contributor

@pvolok pvolok commented Dec 20, 2016

Follow up to #2822, need that PR to be merged first. Adds following functionality:

  • Validation
    • Field args
    • Variables
  • GraphqlData
  • GraphQLVars

This PR is not very atomic. But I was experimenting with stuff and ended up having this functionality.

- graphql language parser
- schema loading
- basic query/fragment validation without fragment resolving
- field autocomplete (on parsable schema)
- type-at-pos for fields
…-js.

Most test are commented out until fragment resolving is implemented.
@pvolok pvolok mentioned this pull request Dec 20, 2016
16 tasks
@samwgoldman samwgoldman self-assigned this Dec 27, 2016
graphql-js - ported tests from graphql-js
graphql-common - others
@pvolok pvolok closed this Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants