Skip to content

Instantly share code, notes, and snippets.

@helielson
Last active October 23, 2019 00:38
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/ee91b813c85fb454d6870dc472577f2c to your computer and use it in GitHub Desktop.
Save helielson/ee91b813c85fb454d6870dc472577f2c to your computer and use it in GitHub Desktop.
// ScreenA
const ScreenAQuery = graphql`
query ScreenAQuery {
root {
me {
name
}
}
}
`;
// ScreenB
const ScreenBQuery = graphql`
query ScreenBQuery {
root {
me {
name
}
}
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment