Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save giovannibenussi/a842536188d3b97cb493a13e06c42fa6 to your computer and use it in GitHub Desktop.

Select an option

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