Skip to content

Instantly share code, notes, and snippets.

@helielson
Created October 23, 2019 01:49
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/80128c27eca55a6a590c4b2d6a053626 to your computer and use it in GitHub Desktop.
Save helielson/80128c27eca55a6a590c4b2d6a053626 to your computer and use it in GitHub Desktop.
// ScreenBDetail
const ScreenBDetailQuery = graphql`
query ScreenBDetailQuery {
root {
event(id: $someId) {
title
}
}
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment