Skip to content

Instantly share code, notes, and snippets.

@gHashTag
Last active May 6, 2019 04:07
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 gHashTag/b4cab5b3e5db4792a4e27fc28ea7065b to your computer and use it in GitHub Desktop.
Save gHashTag/b4cab5b3e5db4792a4e27fc28ea7065b to your computer and use it in GitHub Desktop.
export default {
test: 'Hello',
history: [
{
id: 0,
up: false,
},
{
id: 1,
up: false,
}
]
}
<Query
query={gql`
{
test @client // Hello
history @client // {}
}
`}
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment