Skip to content

Instantly share code, notes, and snippets.

@jbaxleyiii
Created July 19, 2017 03:16
Show Gist options
  • Save jbaxleyiii/aaf804febca5b6b3f717353987a24a6e to your computer and use it in GitHub Desktop.
Save jbaxleyiii/aaf804febca5b6b3f717353987a24a6e to your computer and use it in GitHub Desktop.
export const withCharacter: OperationComponent<Response, InputProps> = graphql(HERO_QUERY, {
options: ({ episode }) => ({
// Operator '>' cannot be applied to types 'string' and 'number'.
variables: { episode: episode > 1 },
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment