Skip to content

Instantly share code, notes, and snippets.

@helielson
Created October 23, 2019 01:49
Embed
What would you like to do?
// 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