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

Complete the Directives support #2

Open
5 tasks
stevan opened this issue Sep 16, 2018 · 0 comments
Open
5 tasks

Complete the Directives support #2

stevan opened this issue Sep 16, 2018 · 0 comments
Labels
missing spec Something in the spec we've not done yet
Milestone

Comments

@stevan
Copy link
Owner

stevan commented Sep 16, 2018

Directives support was started in f1e5e83, but that just defined the basic language entities. Now we need to finish this up.

  • Refactor the directive consumption into a role
  • Add directive support to remaining types
  • Add the built-in directives to Graph::QL::Schema::BuiltIn::Directives
  • Handle directives to the execution phase
  • Handle directives in the Introspection queries (ex. __Type.fields(isDeprecated))

Here is the spec for the built-in directives:

@stevan stevan added the missing spec Something in the spec we've not done yet label Sep 16, 2018
@stevan stevan modified the milestones: v0.01, v0.0.1, v0.1.0 Oct 10, 2018
@stevan stevan changed the title Directives Complete the Directives support Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing spec Something in the spec we've not done yet
Projects
None yet
Development

No branches or pull requests

1 participant