Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@helielson
Created October 23, 2019 01:46
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 helielson/b88e5135f68a6fc1bd71145b2bb46f2a to your computer and use it in GitHub Desktop.
Save helielson/b88e5135f68a6fc1bd71145b2bb46f2a to your computer and use it in GitHub Desktop.
// ScreenB
const ScreenBQuery = graphql`
query ScreenBQuery {
root {
events(first: $first) {
edges {
node {
title
}
}
}
}
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment