Skip to content

Instantly share code, notes, and snippets.

@jbaxleyiii
Created June 4, 2017 03:59
Show Gist options
  • Save jbaxleyiii/42cb1579723d1cd3e12335c0448072f5 to your computer and use it in GitHub Desktop.
Save jbaxleyiii/42cb1579723d1cd3e12335c0448072f5 to your computer and use it in GitHub Desktop.
export const withCharacter: OperationComponent<Response, InputProps> = graphql(HERO_QUERY, {
options: ({ episode }) => ({
// $ExpectError [string] This type cannot be compared to number
variables: { episode: episode > 1 },
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment