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

Support GraphQL extends syntax #472

Closed
cjhowedev opened this issue Jan 24, 2018 · 1 comment
Closed

Support GraphQL extends syntax #472

cjhowedev opened this issue Jan 24, 2018 · 1 comment

Comments

@cjhowedev
Copy link

GraphQL supports an extend keyword when used with Apollo. This adds fields to a type. I think all that we would need to do is add the extend keyword to the list of keywords. It looks like this:

extend type Query {
  myField: String!
}

I don't know if this is out of scope because it's specific to Apollo afaik.

@gandm gandm closed this as completed in 9f8fa42 Jan 24, 2018
@cjhowedev
Copy link
Author

I just updated and this works great. Thanks a lot!

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

1 participant