Skip to content

Instantly share code, notes, and snippets.

@xuorig
Created February 28, 2019 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xuorig/606b03cd970130b1eb57e4cf14604d58 to your computer and use it in GitHub Desktop.
Save xuorig/606b03cd970130b1eb57e4cf14604d58 to your computer and use it in GitHub Desktop.
query {
shop {
name
description
products @defer { # <===== server can send this later
name
price
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment