Created
October 23, 2019 01:46
-
-
Save helielson/b88e5135f68a6fc1bd71145b2bb46f2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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