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

@defer and @stream directive support? #193

Open
sgrove opened this issue Jul 16, 2020 · 1 comment
Open

@defer and @stream directive support? #193

sgrove opened this issue Jul 16, 2020 · 1 comment

Comments

@sgrove
Copy link

sgrove commented Jul 16, 2020

Looks like these two directives will go into the spec soon - any thoughts on how OGS should approach adding them in?

@andreas
Copy link
Owner

andreas commented Jul 24, 2020

Between the two of them, I think @defer will be the easiest to add, as it doesn't require anything special from the resolver. To support @stream, the resolver for a list field needs to be able to return a stream of values, which is more tricky. It seems like there are still a lot of details to be worked out for @defer and @stream in the spec though.

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