Skip to content

Instantly share code, notes, and snippets.

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 giovannibenussi/a842536188d3b97cb493a13e06c42fa6 to your computer and use it in GitHub Desktop.
Save giovannibenussi/a842536188d3b97cb493a13e06c42fa6 to your computer and use it in GitHub Desktop.
const EXCHANGE_RATES = gql`
{
rates(currency: "USD") {
currency
rate
name @client
}
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment