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

Progress #1

Closed
25 of 34 tasks
dittos opened this issue Jul 6, 2015 · 4 comments
Closed
25 of 34 tasks

Progress #1

dittos opened this issue Jul 6, 2015 · 4 comments

Comments

@dittos
Copy link
Owner

dittos commented Jul 6, 2015

Implemetation

  • lexer
  • parser
  • ast printer
  • ast visitor
  • schema type
  • base types (scalar, object, interface, union, enum)
  • wrapper types (non-null, list)
  • scalar types (int, float, string, id)
  • directives
  • introspection
  • validators
  • type printer

Tests

src/__tests__

  • starWarsData.js
  • starWarsSchema.js
  • starWarsIntrospectionTests.js
  • starWarsValidationTests.js
  • starWarsQueryTests.js

src/executor/__tests__

  • directives.js
  • executor.js
  • executor_schema.js
  • input_object.js
  • lists.js
  • mutations.js
  • nonnull.js
  • union-interface.js
  • variables.js

src/language/__tests__

  • lexer.js
  • parser.js
  • printer.js
  • visitor.js

src/type/__tests__

  • coercion.js
  • definition.js
  • introspection.js
  • validator.js

src/validator/__tests__

...

@sairion
Copy link

sairion commented Jul 7, 2015

👍

2 similar comments
@syrusakbary
Copy link

👍

@su27
Copy link

su27 commented Aug 31, 2015

👍

Repository owner locked and limited conversation to collaborators Aug 31, 2015
@dittos
Copy link
Owner Author

dittos commented Sep 16, 2015

Will track as separate issues.

@dittos dittos closed this as completed Sep 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants